{"title":"Concessions and Snacks","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\"\u003eConcessions and Snacks\u003c\/p\u003e\n\u003c\/div\u003e","products":[{"product_id":"carnival-king-caramel-dip-10-can-6-case","title":"Caramel Dip #10 Can - 6\/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\u003eCarnival King Caramel Dip - Premium Caramel Apples\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #5D4037;\n            line-height: 1.6;\n            background-color: #FFF9F2;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(93, 64, 55, 0.1);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #D35400 0%, #E67E22 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #FFF3E0, #FFE0B2);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #FFCC80;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #FFE0B2, #FFCC80);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #D35400;\n            font-size: 1.5rem;\n            font-weight: 500;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #D35400;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #FFCC80;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            color: #D35400;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #FFF3E0;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(230, 126, 34, 0.1);\n        }\n        \n        .feature-icon {\n            color: #E67E22;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #FFF3E0, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #FFCC80;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #E67E22;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(230, 126, 34, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #E67E22;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(to right, #E67E22, #D35400);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #E67E22 0%, #D35400 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #D35400;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #8D6E63;\n        }\n        \n        .testimonial {\n            background: #F5F5F5;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #E67E22;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #D35400;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eCarnival King Caramel Dip\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eCreamy Caramel Perfection for Delectable Treats\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eTrust Carnival King's caramel dip for making \u003cspan class=\"highlight\"\u003edelectable caramel apples\u003c\/span\u003e and other sweet confections.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThis \u003cspan class=\"highlight\"\u003esmooth dip\u003c\/span\u003e has a classic and creamy caramel taste that is reminiscent of fall days at the fair or strolling through summer carnivals.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"This caramel dip transformed my caramel apples into professional-looking treats that customers love. The flavor takes them right back to their favorite childhood memories!\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Sarah J., Concession Owner\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"uses\"\u003e\n                    \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                    \u003cp\u003eIdeal for all your sweet creations:\u003c\/p\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍎\u003c\/span\u003e\n                            \u003cspan\u003eCaramel Apples\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍦\u003c\/span\u003e\n                            \u003cspan\u003eIce Cream Toppings\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e☕\u003c\/span\u003e\n                            \u003cspan\u003eCoffee \u0026amp; Drink Swirls\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🧁\u003c\/span\u003e\n                            \u003cspan\u003eDessert Dips\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⭐\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eSmooth, creamy texture perfect for dipping\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⭐\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eClassic caramel taste everyone loves\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⭐\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eQuick and easy to use\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⭐\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eEnhances professional-quality appearance\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eWhy Choose Carnival King?\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eConsistent quality in every batch\u003c\/li\u003e\n                        \u003cli\u003ePerfect viscosity for coating\u003c\/li\u003e\n                        \u003cli\u003eRich, authentic caramel flavor\u003c\/li\u003e\n                        \u003cli\u003eTime-saving solution for busy operations\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eIt quickly and easily enhances the \u003cspan class=\"highlight\"\u003eprofessional-quality appearance\u003c\/span\u003e and \u003cspan class=\"highlight\"\u003erich, sweet flavor\u003c\/span\u003e of your caramel apples and concession treats.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eBring the taste of the carnival to your kitchen\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Create Irresistible Caramel Treats?\u003c\/h2\u003e\n            \u003cp\u003eAdd Carnival King Caramel Dip to your inventory today\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":42485125349460,"sku":null,"price":346.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2219002.jpg?v=1758229782"},{"product_id":"carnival-king-110-oz-cheddar-cheese-sauce-bag-4-case","title":"110 oz. Cheddar Cheese Sauce Bag - 4\/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\u003eCarnival King Cheddar Cheese Sauce - Rich \u0026amp; Creamy\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #5D4037;\n            line-height: 1.6;\n            background-color: #FFF9F2;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(93, 64, 55, 0.1);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 3rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #FFF3E0, #FFE0B2);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #FFCC80;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #FFF3E0, #FFE0B2);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #F57C00;\n            font-size: 1.5rem;\n            font-weight: 500;\n            border: 2px dashed #FFB74D;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #F57C00;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #FFCC80;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            color: #F57C00;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #FFF3E0;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(255, 152, 0, 0.1);\n        }\n        \n        .feature-icon {\n            color: #FF9800;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #FFF3E0, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #FFCC80;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #FF9800;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(255, 152, 0, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #FF9800;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(to right, #FF9800, #F57C00);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #FF9800 0%, #F57C00 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #F57C00;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #8D6E63;\n        }\n        \n        .testimonial {\n            background: #F5F5F5;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #FF9800;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #F57C00;\n        }\n        \n        .applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .application-img {\n            height: 150px;\n            background: linear-gradient(45deg, #FFF3E0, #FFE0B2);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #F57C00;\n            font-size: 2rem;\n        }\n        \n        .application-content {\n            padding: 20px;\n        }\n        \n        .application-content h3 {\n            color: #F57C00;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eCarnival King Cheddar Cheese Sauce\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eRich, Creamy \u0026amp; Perfect for Your Snack Foods\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eKick up the flavor of any popular snack food with this \u003cspan class=\"highlight\"\u003erich, creamy Carnival King cheddar cheese sauce\u003c\/span\u003e!\u003c\/p\u003e\n                    \n                    \u003cp\u003eFeaturing a \u003cspan class=\"highlight\"\u003efresh cheddar cheese flavor\u003c\/span\u003e, smooth, velvety consistency, and visually appealing yellow-orange color, this cheese sauce is sure to enhance the texture, taste, and appearance of your customers' favorite concession stand fare.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"This cheese sauce has transformed our concession sales! The rich flavor keeps customers coming back, and the smooth consistency makes it so easy to work with.\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Mike T., Stadium Concession Manager\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                \u003cdiv class=\"uses\"\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍟\u003c\/span\u003e\n                            \u003cspan\u003eFrench Fries \u0026amp; Nachos\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🌭\u003c\/span\u003e\n                            \u003cspan\u003eHot Dogs \u0026amp; Pretzels\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍔\u003c\/span\u003e\n                            \u003cspan\u003eBurgers \u0026amp; Sandwiches\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍗\u003c\/span\u003e\n                            \u003cspan\u003eLoaded Snack Foods\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🧀\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eAuthentic cheddar cheese flavor\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌟\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eSmooth, velvety consistency\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🎨\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eVisually appealing yellow-orange color\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e⚡\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eEasy, convenient dispensing\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eVersatile Applications\u003c\/h2\u003e\n                \u003cdiv class=\"applications\"\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🍟\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eConcession Stands\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for theaters, stadiums, and fairgrounds\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🏪\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eQuick Service\u003c\/h3\u003e\n                            \u003cp\u003eGreat for fast food and casual restaurants\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🎉\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCatering\u003c\/h3\u003e\n                            \u003cp\u003eIdeal for events and parties\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e👨‍🍳\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eFood Trucks\u003c\/h3\u003e\n                            \u003cp\u003eEasy to use in mobile kitchens\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eBusiness Benefits\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eBoosts profits with premium add-ons\u003c\/li\u003e\n                        \u003cli\u003eEnhances customer satisfaction\u003c\/li\u003e\n                        \u003cli\u003eVersatile application across menu items\u003c\/li\u003e\n                        \u003cli\u003eConsistent quality every time\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eOffering \u003cspan class=\"highlight\"\u003eversatility in application\u003c\/span\u003e and easy, convenient dispensing, trust Carnival King to quickly \u003cspan class=\"highlight\"\u003eboost your profits\u003c\/span\u003e and enhance your snacks and other dishes with great taste!\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eTrusted by concession stands and food service professionals nationwide\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Elevate Your Snack Menu?\u003c\/h2\u003e\n            \u003cp\u003eAdd Carnival King Cheddar Cheese Sauce to your inventory today\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":42485128101972,"sku":null,"price":240.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/2261127.jpg?v=1758230116"},{"product_id":"producers-peanut-company-roasted-unsalted-granulated-peanuts-30-lb","title":"Producers Peanut Company Roasted Unsalted Granulated Peanuts 30 lb","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\u003eGranulated Peanuts - 30 lb. Bag | Producers Peanut Company\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #5D4037;\n            line-height: 1.6;\n            background-color: #FFF9F2;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(93, 64, 55, 0.1);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #8D6E63 0%, #6D4C41 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            letter-spacing: 1px;\n            margin-bottom: 20px;\n        }\n        \n        .weight-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 8px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            margin-top: 10px;\n            backdrop-filter: blur(10px);\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #EFEBE9, #D7CCC8);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #D7CCC8;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #EFEBE9, #D7CCC8);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #6D4C41;\n            font-size: 1.5rem;\n            font-weight: 500;\n            border: 2px dashed #A1887F;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #6D4C41;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #D7CCC8;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            color: #6D4C41;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #EFEBE9;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(109, 76, 65, 0.1);\n        }\n        \n        .feature-icon {\n            color: #6D4C41;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #EFEBE9, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #D7CCC8;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #8D6E63;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(141, 110, 99, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #6D4C41;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(to right, #8D6E63, #6D4C41);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #8D6E63 0%, #6D4C41 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #6D4C41;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #8D6E63;\n        }\n        \n        .testimonial {\n            background: #F5F5F5;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #8D6E63;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #6D4C41;\n        }\n        \n        .applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .application-img {\n            height: 150px;\n            background: linear-gradient(45deg, #EFEBE9, #D7CCC8);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #6D4C41;\n            font-size: 2rem;\n        }\n        \n        .application-content {\n            padding: 20px;\n        }\n        \n        .application-content h3 {\n            color: #6D4C41;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .value-proposition {\n            background: #F5F5F5;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .value-proposition h2 {\n            border: none;\n            margin-top: 0;\n        }\n        \n        .value-icon {\n            font-size: 3rem;\n            color: #6D4C41;\n            margin-bottom: 20px;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eGranulated Peanuts\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eAdd Texture and Taste to Your Popular Dishes\u003c\/div\u003e\n                \u003cdiv class=\"weight-badge\"\u003e30 lb. Bulk Bag\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eProduct Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eAdd texture and taste to your popular dishes with this \u003cspan class=\"highlight\"\u003eProducers Peanut Company 30 lb. bag of granulated peanuts\u003c\/span\u003e!\u003c\/p\u003e\n                    \n                    \u003cp\u003eAdd that extra crunch to your customers' favorite, classic desserts with this 30 lb. bag of granulated peanuts! Perfect for your diner or cafe, this is a \u003cspan class=\"highlight\"\u003equality product at a great value\u003c\/span\u003e.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003cdiv class=\"value-icon\"\u003e💰\u003c\/div\u003e\n                    \u003ch2\u003eGreat Value\u003c\/h2\u003e\n                    \u003cp\u003ePackaged in a 30 lb. bag, this granulated peanuts ice cream topping is sure to last! Perfect for high-volume operations looking for quality and value.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"These granulated peanuts have been a game-changer for our ice cream shop. The consistent texture and fresh flavor keep our customers coming back for more!\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Jessica L., Ice Cream Parlor Owner\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                \u003cdiv class=\"uses\"\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍦\u003c\/span\u003e\n                            \u003cspan\u003eIce Cream Toppings\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍪\u003c\/span\u003e\n                            \u003cspan\u003eBakery Items\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🎂\u003c\/span\u003e\n                            \u003cspan\u003eDessert Garnishes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍫\u003c\/span\u003e\n                            \u003cspan\u003eCandy Making\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌟\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003ePerfect crunchy texture\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌰\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eFresh peanut flavor\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e📦\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eLarge 30 lb. bulk bag\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👨‍🍳\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eVersatile culinary uses\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eIdeal For These Businesses\u003c\/h2\u003e\n                \u003cdiv class=\"applications\"\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🍦\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eIce Cream Shops\u003c\/h3\u003e\n                            \u003cp\u003ePerfect topping for sundaes and cones\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e☕\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCafés \u0026amp; Diners\u003c\/h3\u003e\n                            \u003cp\u003eGreat for desserts and baked goods\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🧁\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eBakeries\u003c\/h3\u003e\n                            \u003cp\u003eIdeal for cookies, cakes, and pastries\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🎉\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCatering\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for dessert stations and toppings bars\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eBusiness Benefits\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eHigh-quality product at a great value\u003c\/li\u003e\n                        \u003cli\u003eBulk packaging reduces frequency of reordering\u003c\/li\u003e\n                        \u003cli\u003eVersatile across multiple menu items\u003c\/li\u003e\n                        \u003cli\u003eEnhances customer satisfaction with premium toppings\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003ePackaged in a \u003cspan class=\"highlight\"\u003e30 lb. bag\u003c\/span\u003e, this granulated peanuts ice cream topping is sure to last! Perfect for your diner or cafe, this is a \u003cspan class=\"highlight\"\u003equality product at a great value\u003c\/span\u003e.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eFrom the trusted Producers Peanut Company - Quality you can count on!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Add Crunch to Your Menu?\u003c\/h2\u003e\n            \u003cp\u003eAdd Producers Peanut Company Granulated Peanuts to your inventory today\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":42485129642068,"sku":null,"price":150.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/1986410.jpg?v=1758230472"},{"product_id":"adourne-rainbow-sprinkles-25-lb","title":"Adourne Rainbow Sprinkles 25 lb.","description":"\n\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n            background: rgba(255, 255, 255, 0.9);\n            padding: 20px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            color: #555;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #f9f7ff, #fff);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #eee;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #f9f7ff, #fff);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #7f53ac;\n            font-size: 1.5rem;\n            font-weight: 500;\n            border: 2px dashed #d9d1ff;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        \n        .highlight {\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #f9f7ff;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(127, 83, 172, 0.1);\n        }\n        \n        .feature-icon {\n            color: #7f53ac;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #f9f7ff, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #d9d1ff;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #7f53ac;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(127, 83, 172, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #7f53ac;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(135deg, #7f53ac 0%, #647eff 100%);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #7f53ac;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #7f53ac;\n        }\n        \n        .testimonial {\n            background: #f5f3ff;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #7f53ac;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #7f53ac;\n        }\n        \n        .applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .application-img {\n            height: 150px;\n            background: linear-gradient(45deg, #f9f7ff, #fff);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #7f53ac;\n            font-size: 2rem;\n        }\n        \n        .application-content {\n            padding: 20px;\n        }\n        \n        .application-content h3 {\n            color: #7f53ac;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .value-proposition {\n            background: #f5f3ff;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .value-proposition h2 {\n            border: none;\n            margin-top: 0;\n        }\n        \n        .value-icon {\n            font-size: 3rem;\n            color: #7f53ac;\n            margin-bottom: 20px;\n        }\n        \n        .color-palette {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color {\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n        }\n        \n        .color-1 { background: #ff6b6b; }\n        .color-2 { background: #4ecdc4; }\n        .color-3 { background: #ffef78; }\n        .color-4 { background: #ff9a8b; }\n        .color-5 { background: #7f53ac; }\n        .color-6 { background: #647eff; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eAdourne Rainbow Sprinkles\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eAdd Fun \u0026amp; Festive Color to Your Baked Treats!\u003c\/div\u003e\n                \u003cdiv class=\"color-palette\"\u003e\n                    \u003cdiv class=\"color color-1\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-2\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-3\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-4\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-5\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-6\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eSprinkles Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eMix in these Adourne rainbow sprinkles and enhance your fun and festive baked treats with \u003cspan class=\"highlight\"\u003eall the colors of the rainbow\u003c\/span\u003e!\u003c\/p\u003e\n                    \n                    \u003cp\u003eSprinkles offer a great way to add taste, texture, and enhance the appearance of your sweet treats. These fun, decorative sprinkles make it easy to put a signature finishing touch on a variety of baked goods, desserts, and beverages.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003cdiv class=\"value-icon\"\u003e✨\u003c\/div\u003e\n                    \u003ch2\u003eIncredible Value \u0026amp; Quality\u003c\/h2\u003e\n                    \u003cp\u003eIncredibly fresh, great tasting, and coming at a great value, these sprinkles add sugary sweetness and unique texture to any dish.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"These rainbow sprinkles have completely transformed our bakery items! The colors are vibrant, they taste great, and our customers love the festive touch they add to our treats.\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Emily S., Bakery Owner\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                \u003cdiv class=\"uses\"\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🎂\u003c\/span\u003e\n                            \u003cspan\u003eCakes \u0026amp; Cupcakes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍪\u003c\/span\u003e\n                            \u003cspan\u003eCookies \u0026amp; Donuts\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍦\u003c\/span\u003e\n                            \u003cspan\u003eIce Cream \u0026amp; Sundaes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🥛\u003c\/span\u003e\n                            \u003cspan\u003eMilkshakes \u0026amp; Beverages\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌈\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eVibrant rainbow colors that pop\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👅\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eGreat tasting sugary sweetness\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🎉\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003ePerfect for festive occasions\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e💰\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eExcellent value for money\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eIdeal For These Businesses\u003c\/h2\u003e\n                \u003cdiv class=\"applications\"\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🧁\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eBakeries\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for decorating cakes, cookies, and pastries\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🍦\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eIce Cream Shops\u003c\/h3\u003e\n                            \u003cp\u003eGreat for sundaes, cones, and milkshakes\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e☕\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCafés\u003c\/h3\u003e\n                            \u003cp\u003eIdeal for specialty drinks and dessert items\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🎪\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eEvent Catering\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for parties, weddings, and celebrations\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eBusiness Benefits\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eEnhance visual appeal of your products\u003c\/li\u003e\n                        \u003cli\u003eAdd texture and taste to treats\u003c\/li\u003e\n                        \u003cli\u003eCreate signature finishing touches\u003c\/li\u003e\n                        \u003cli\u003eIncrease perceived value of your offerings\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eThese fun, decorative sprinkles make it easy to put a \u003cspan class=\"highlight\"\u003esignature finishing touch\u003c\/span\u003e on a variety of baked goods, desserts, and beverages.\u003c\/p\u003e\n                \n                \u003cp\u003eIncredibly fresh, great tasting, and coming at a great value, these sprinkles add sugary sweetness and unique texture to any dish.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eTransform Ordinary Treats into Extraordinary Celebrations!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Add Color to Your Creations?\u003c\/h2\u003e\n            \u003cp\u003eAdd Adourne Rainbow Sprinkles to your baking supplies today\u003c\/p\u003e\n            \u003ca href=\"#\" class=\"cta-button\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42485134295124,"sku":null,"price":244.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3014619.jpg?v=1758231064"},{"product_id":"adourne-rainbow-sprinkles-25-lb-1","title":"Rainbow Sprinkles 25 lb.","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\u003eAdourne Rainbow Sprinkles - Fun \u0026amp; Festive Baking Decorations\u003c\/title\u003e\n    \u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap');\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Poppins', sans-serif;\n            color: #333;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fff, #f9f7ff);\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            padding: 40px 30px;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .header-content {\n            max-width: 800px;\n            margin: 0 auto;\n            background: rgba(255, 255, 255, 0.9);\n            padding: 20px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n        }\n        \n        h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        \n        .subtitle {\n            font-size: 1.3rem;\n            font-weight: 300;\n            color: #555;\n            margin-bottom: 20px;\n        }\n        \n        .product-content {\n            padding: 40px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n        \n        @media (max-width: 900px) {\n            .product-content {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n        }\n        \n        .product-image {\n            background: linear-gradient(to bottom right, #f9f7ff, #fff);\n            border-radius: 12px;\n            padding: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 350px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border: 1px solid #eee;\n        }\n        \n        .image-placeholder {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(45deg, #f9f7ff, #fff);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #7f53ac;\n            font-size: 1.5rem;\n            font-weight: 500;\n            border: 2px dashed #d9d1ff;\n        }\n        \n        .product-details {\n            display: flex;\n            flex-direction: column;\n            gap: 25px;\n        }\n        \n        .description {\n            margin-bottom: 10px;\n        }\n        \n        h2 {\n            font-family: 'Playfair Display', serif;\n            color: #7f53ac;\n            margin: 30px 0 20px 0;\n            font-size: 1.8rem;\n            padding-bottom: 10px;\n            border-bottom: 2px dashed #d9d1ff;\n        }\n        \n        h2:first-child {\n            margin-top: 0;\n        }\n        \n        p {\n            margin-bottom: 18px;\n            font-size: 1.05rem;\n            line-height: 1.7;\n        }\n        \n        .highlight {\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            font-weight: 600;\n        }\n        \n        .features {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            margin: 25px 0;\n        }\n        \n        @media (max-width: 600px) {\n            .features {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        .feature {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 18px;\n            background: #f9f7ff;\n            padding: 15px;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        \n        .feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 15px rgba(127, 83, 172, 0.1);\n        }\n        \n        .feature-icon {\n            color: #7f53ac;\n            margin-right: 15px;\n            font-size: 1.5rem;\n            min-width: 30px;\n            text-align: center;\n        }\n        \n        .feature-text {\n            flex: 1;\n        }\n        \n        .uses {\n            background: linear-gradient(to right, #f9f7ff, #fff);\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            border: 2px solid #d9d1ff;\n        }\n        \n        .use-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n        \n        .use-item {\n            background: white;\n            padding: 18px 20px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            transition: all 0.3s ease;\n            border-left: 4px solid #7f53ac;\n        }\n        \n        .use-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(127, 83, 172, 0.15);\n        }\n        \n        .use-icon {\n            margin-right: 15px;\n            color: #7f53ac;\n            font-size: 1.5rem;\n        }\n        \n        .benefits {\n            background: linear-gradient(135deg, #7f53ac 0%, #647eff 100%);\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            color: white;\n        }\n        \n        .benefits h2 {\n            color: white;\n            border-bottom: 2px dashed rgba(255,255,255,0.3);\n        }\n        \n        .benefit-list {\n            margin-top: 20px;\n            padding-left: 20px;\n        }\n        \n        .benefit-list li {\n            margin-bottom: 12px;\n            font-size: 1.1rem;\n        }\n        \n        .cta {\n            text-align: center;\n            margin-top: 30px;\n            padding: 40px;\n            background: linear-gradient(135deg, #ff6b6b 0%, #4ecdc4 20%, #ffef78 40%, #ff9a8b 60%, #7f53ac 80%, #647eff 100%);\n            color: white;\n            border-radius: 15px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #7f53ac;\n            padding: 16px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            margin-top: 25px;\n            transition: all 0.3s ease;\n            font-size: 1.1rem;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            border: 2px solid transparent;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\n            background: transparent;\n            color: white;\n            border-color: white;\n        }\n        \n        .guarantee {\n            text-align: center;\n            margin: 20px 0;\n            font-style: italic;\n            color: #7f53ac;\n        }\n        \n        .testimonial {\n            background: #f5f3ff;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            font-style: italic;\n            position: relative;\n        }\n        \n        .testimonial:before {\n            content: \"\"\";\n            position: absolute;\n            top: 10px;\n            left: 20px;\n            font-size: 4rem;\n            color: #7f53ac;\n            opacity: 0.2;\n            font-family: Georgia, serif;\n        }\n        \n        .testimonial-text {\n            position: relative;\n            z-index: 1;\n        }\n        \n        .testimonial-author {\n            text-align: right;\n            margin-top: 15px;\n            font-weight: 600;\n            color: #7f53ac;\n        }\n        \n        .applications {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .application-img {\n            height: 150px;\n            background: linear-gradient(45deg, #f9f7ff, #fff);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #7f53ac;\n            font-size: 2rem;\n        }\n        \n        .application-content {\n            padding: 20px;\n        }\n        \n        .application-content h3 {\n            color: #7f53ac;\n            margin-bottom: 10px;\n            font-family: 'Playfair Display', serif;\n        }\n        \n        .value-proposition {\n            background: #f5f3ff;\n            border-radius: 12px;\n            padding: 25px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        .value-proposition h2 {\n            border: none;\n            margin-top: 0;\n        }\n        \n        .value-icon {\n            font-size: 3rem;\n            color: #7f53ac;\n            margin-bottom: 20px;\n        }\n        \n        .color-palette {\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .color {\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n        }\n        \n        .color-1 { background: #ff6b6b; }\n        .color-2 { background: #4ecdc4; }\n        .color-3 { background: #ffef78; }\n        .color-4 { background: #ff9a8b; }\n        .color-5 { background: #7f53ac; }\n        .color-6 { background: #647eff; }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"header-content\"\u003e\n                \u003ch1\u003eAdourne Rainbow Sprinkles\u003c\/h1\u003e\n                \u003cdiv class=\"subtitle\"\u003eAdd Fun \u0026amp; Festive Color to Your Baked Treats!\u003c\/div\u003e\n                \u003cdiv class=\"color-palette\"\u003e\n                    \u003cdiv class=\"color color-1\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-2\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-3\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-4\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-5\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"color color-6\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"product-image\"\u003e\n                \u003cdiv class=\"image-placeholder\"\u003eSprinkles Image Here\u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"product-details\"\u003e\n                \u003cdiv class=\"description\"\u003e\n                    \u003cp\u003eMix in these Adourne rainbow sprinkles and enhance your fun and festive baked treats with \u003cspan class=\"highlight\"\u003eall the colors of the rainbow\u003c\/span\u003e!\u003c\/p\u003e\n                    \n                    \u003cp\u003eSprinkles offer a great way to add taste, texture, and enhance the appearance of your sweet treats. These fun, decorative sprinkles make it easy to put a signature finishing touch on a variety of baked goods, desserts, and beverages.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"value-proposition\"\u003e\n                    \u003cdiv class=\"value-icon\"\u003e✨\u003c\/div\u003e\n                    \u003ch2\u003eIncredible Value \u0026amp; Quality\u003c\/h2\u003e\n                    \u003cp\u003eIncredibly fresh, great tasting, and coming at a great value, these sprinkles add sugary sweetness and unique texture to any dish.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"testimonial\"\u003e\n                    \u003cdiv class=\"testimonial-text\"\u003e\n                        \"These rainbow sprinkles have completely transformed our bakery items! The colors are vibrant, they taste great, and our customers love the festive touch they add to our treats.\"\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"testimonial-author\"\u003e- Emily S., Bakery Owner\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003ePerfect For\u003c\/h2\u003e\n                \u003cdiv class=\"uses\"\u003e\n                    \u003cdiv class=\"use-list\"\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🎂\u003c\/span\u003e\n                            \u003cspan\u003eCakes \u0026amp; Cupcakes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍪\u003c\/span\u003e\n                            \u003cspan\u003eCookies \u0026amp; Donuts\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🍦\u003c\/span\u003e\n                            \u003cspan\u003eIce Cream \u0026amp; Sundaes\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"use-item\"\u003e\n                            \u003cspan class=\"use-icon\"\u003e🥛\u003c\/span\u003e\n                            \u003cspan\u003eMilkshakes \u0026amp; Beverages\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eKey Features\u003c\/h2\u003e\n                \u003cdiv class=\"features\"\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🌈\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eVibrant rainbow colors that pop\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e👅\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eGreat tasting sugary sweetness\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e🎉\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003ePerfect for festive occasions\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"feature\"\u003e\n                        \u003cspan class=\"feature-icon\"\u003e💰\u003c\/span\u003e\n                        \u003cdiv class=\"feature-text\"\u003eExcellent value for money\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2\u003eIdeal For These Businesses\u003c\/h2\u003e\n                \u003cdiv class=\"applications\"\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🧁\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eBakeries\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for decorating cakes, cookies, and pastries\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🍦\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eIce Cream Shops\u003c\/h3\u003e\n                            \u003cp\u003eGreat for sundaes, cones, and milkshakes\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e☕\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eCafés\u003c\/h3\u003e\n                            \u003cp\u003eIdeal for specialty drinks and dessert items\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"application-card\"\u003e\n                        \u003cdiv class=\"application-img\"\u003e🎪\u003c\/div\u003e\n                        \u003cdiv class=\"application-content\"\u003e\n                            \u003ch3\u003eEvent Catering\u003c\/h3\u003e\n                            \u003cp\u003ePerfect for parties, weddings, and celebrations\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"benefits\"\u003e\n                    \u003ch2\u003eBusiness Benefits\u003c\/h2\u003e\n                    \u003cul class=\"benefit-list\"\u003e\n                        \u003cli\u003eEnhance visual appeal of your products\u003c\/li\u003e\n                        \u003cli\u003eAdd texture and taste to treats\u003c\/li\u003e\n                        \u003cli\u003eCreate signature finishing touches\u003c\/li\u003e\n                        \u003cli\u003eIncrease perceived value of your offerings\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \n                \u003cp\u003eThese fun, decorative sprinkles make it easy to put a \u003cspan class=\"highlight\"\u003esignature finishing touch\u003c\/span\u003e on a variety of baked goods, desserts, and beverages.\u003c\/p\u003e\n                \n                \u003cp\u003eIncredibly fresh, great tasting, and coming at a great value, these sprinkles add sugary sweetness and unique texture to any dish.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"guarantee\"\u003e\n            \u003cp\u003eTransform Ordinary Treats into Extraordinary Celebrations!\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"cta\"\u003e\n            \u003ch2\u003eReady to Add Color to Your Creations?\u003c\/h2\u003e\n            \u003cp\u003eAdd Adourne Rainbow Sprinkles to your baking supplies today\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":42485135114324,"sku":null,"price":113.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/3014618.jpg?v=1758231119"},{"product_id":"hometown-provisions-raw-pistachio-halves-5-lb","title":"Raw Pistachio Halves 5 lb.","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\u003eHometown Provisions Raw Pistachio Halves\u003c\/title\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: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .intro-section {\n            margin-bottom: 30px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #eaeaea;\n        }\n\n        .intro-section h1 {\n            color: #8FBC8F;\n            font-size: 32px;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .intro-text {\n            font-size: 18px;\n            color: #555;\n            margin-bottom: 20px;\n        }\n\n        .natural-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #8FBC8F 0%, #556B2F 100%);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 16px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        .unsalted-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #98FB98 0%, #2E8B57 100%);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 16px;\n            font-weight: 600;\n            margin-left: 10px;\n            margin-bottom: 15px;\n        }\n\n        .features-section {\n            background-color: #f8fbf8;\n            padding: 25px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n\n        .features-section h2 {\n            color: #556B2F;\n            font-size: 24px;\n            margin-bottom: 20px;\n            font-weight: 600;\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: 15px;\n        }\n\n        .features-list li {\n            padding: 12px 0;\n            position: relative;\n            padding-left: 35px;\n            font-size: 16px;\n        }\n\n        .features-list li:before {\n            content: \"✓\";\n            color: #556B2F;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            background-color: #e8f5e8;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n        }\n\n        .specifications-section {\n            margin-bottom: 40px;\n        }\n\n        .specifications-section h2 {\n            color: #556B2F;\n            font-size: 24px;\n            margin-bottom: 20px;\n            font-weight: 600;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8f5e8;\n        }\n\n        .specs-table-container {\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-color: white;\n        }\n\n        .specs-table th {\n            background: linear-gradient(135deg, #556B2F 0%, #8FBC8F 100%);\n            color: white;\n            padding: 18px 20px;\n            text-align: left;\n            font-weight: 600;\n            width: 30%;\n            font-size: 16px;\n            border-right: 1px solid #556B2F;\n        }\n\n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8f5e8;\n            font-size: 16px;\n        }\n\n        .specs-table tr:nth-child(even) {\n            background-color: #f8fbf8;\n        }\n\n        .specs-table tr:hover {\n            background-color: #e8f5e8;\n            transition: background-color 0.3s ease;\n        }\n\n        .details-section {\n            margin-bottom: 30px;\n        }\n\n        .details-section h2 {\n            color: #556B2F;\n            font-size: 24px;\n            margin-bottom: 20px;\n            font-weight: 600;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e8f5e8;\n        }\n\n        .details-section h3 {\n            color: #8FBC8F;\n            font-size: 20px;\n            margin: 25px 0 15px;\n            font-weight: 600;\n        }\n\n        .details-section p {\n            margin-bottom: 18px;\n            font-size: 16px;\n            color: #444;\n        }\n\n        .nutrition-section {\n            background-color: #f0f8f0;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n        }\n\n        .nutrition-section h3 {\n            color: #2E8B57;\n            margin-bottom: 15px;\n        }\n\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: bold;\n            color: #556B2F;\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n        }\n\n        .culinary-section {\n            background-color: #f8fbf8;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n        }\n\n        .culinary-section h3 {\n            color: #556B2F;\n            margin-bottom: 15px;\n        }\n\n        .culinary-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .culinary-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .culinary-item h4 {\n            color: #8FBC8F;\n            margin-bottom: 10px;\n            font-size: 18px;\n        }\n\n        .premium-highlight {\n            background: linear-gradient(135deg, #98FB98 0%, #2E8B57 100%);\n            color: white;\n            padding: 10px 20px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: bold;\n            font-size: 18px;\n        }\n\n        .badge {\n            display: inline-block;\n            background-color: #e8f5e8;\n            color: #556B2F;\n            padding: 4px 10px;\n            border-radius: 4px;\n            font-size: 14px;\n            font-weight: 600;\n            margin-right: 8px;\n            margin-bottom: 8px;\n        }\n\n        .upc-code {\n            background-color: #f8fbf8;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n            border-left: 4px solid #556B2F;\n        }\n\n        .upc-code strong {\n            color: #556B2F;\n        }\n\n        .recipe-ideas {\n            background-color: #fffaf0;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n        }\n\n        .recipe-ideas h3 {\n            color: #D2691E;\n            margin-bottom: 15px;\n        }\n\n        .bulk-advantage {\n            background-color: #e8f4f8;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            border-left: 4px solid #4682B4;\n        }\n\n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .intro-section h1 {\n                font-size: 26px;\n            }\n            \n            .features-section h2,\n            .specifications-section h2,\n            .details-section h2 {\n                font-size: 22px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .specs-table th {\n                width: 35%;\n            }\n            \n            .features-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid,\n            .culinary-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003cdiv class=\"intro-section\"\u003e\n            \u003ch1\u003eHometown Provisions Raw Pistachio Halves\u003c\/h1\u003e\n            \u003cdiv class=\"natural-badge\"\u003e100% Natural\u003c\/div\u003e\n            \u003cdiv class=\"unsalted-badge\"\u003eNo Salt Added\u003c\/div\u003e\n            \u003cp class=\"intro-text\"\u003eAdd a natural, nutritious ingredient to your recipes with these premium pistachio halves. Pistachios offer a versatile way to add a crunchy, nutty flavor and vibrant green hue to your dishes while providing exceptional nutritional benefits.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-section\"\u003e\n            \u003ch2\u003eProduct Highlights\u003c\/h2\u003e\n            \u003cul class=\"features-list\"\u003e\n                \u003cli\u003eProvides rich flavor, subtle crunch, and a creamy texture\u003c\/li\u003e\n                \u003cli\u003eNo added salt for versatile usage in any recipe\u003c\/li\u003e\n                \u003cli\u003eDelicious addition to both sweet and savory recipes\u003c\/li\u003e\n                \u003cli\u003eRich in protein, fiber, and essential nutrients\u003c\/li\u003e\n                \u003cli\u003eBulk 5 lb. supply for high-volume establishments\u003c\/li\u003e\n                \u003cli\u003ePre-split halves for easy preparation and consistent results\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specifications-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                        \u003cth\u003eQuantity\u003c\/th\u003e\n                        \u003ctd\u003e1\/Case\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eShipping Weight\u003c\/th\u003e\n                        \u003ctd\u003e5.4 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eFeatures\u003c\/th\u003e\n                        \u003ctd\u003e\n                            \u003cspan class=\"badge\"\u003eKosher\u003c\/span\u003e\n                            \u003cspan class=\"badge\"\u003eMade in America\u003c\/span\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eFlavor\u003c\/th\u003e\n                        \u003ctd\u003eRaw • Unsalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003ePackage Size\u003c\/th\u003e\n                        \u003ctd\u003e5 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eStyle\u003c\/th\u003e\n                        \u003ctd\u003eHalves • Pieces\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eType\u003c\/th\u003e\n                        \u003ctd\u003ePistachios\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"upc-code\"\u003e\n                \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 400017740638\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"details-section\"\u003e\n            \u003ch2\u003eProduct Details\u003c\/h2\u003e\n            \u003cp\u003eThese raw pistachios come pre-split into halves, making them a versatile option for chefs to easily incorporate in recipes without much preparation required. Their subtle crunch and creamy texture make them an excellent choice for including in dishes and baked goods.\u003c\/p\u003e\n            \n            \u003cdiv class=\"premium-highlight\"\u003e\n                🌱 Raw \u0026amp; Unsalted - Complete Control Over Your Recipes!\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"nutrition-section\"\u003e\n                \u003ch3\u003eNutritional Powerhouse\u003c\/h3\u003e\n                \u003cp\u003ePistachios are an excellent source of protein, fiber, vitamins, and healthy fats, making them a great addition to any diet. These raw, unsalted pistachios provide maximum nutritional benefits without compromising your dishes' flavor.\u003c\/p\u003e\n                \u003cdiv class=\"nutrition-grid\"\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003eProtein\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eMuscle Building\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003eFiber\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eDigestive Health\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003eHealthy Fats\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHeart Health\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003eVitamins\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eEssential Nutrients\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"culinary-section\"\u003e\n                \u003ch3\u003eVersatile Culinary Applications\u003c\/h3\u003e\n                \u003cp\u003eThese raw pistachio halves can be used in countless ways to enhance your menu offerings:\u003c\/p\u003e\n                \n                \u003cdiv class=\"culinary-grid\"\u003e\n                    \u003cdiv class=\"culinary-item\"\u003e\n                        \u003ch4\u003eBaked Goods \u0026amp; Desserts\u003c\/h4\u003e\n                        \u003cp\u003ePerfect for baklava, biscotti, gelato, cakes, and pastries. Adds texture and nutty flavor to sweet creations.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"culinary-item\"\u003e\n                        \u003ch4\u003eSavory Dishes\u003c\/h4\u003e\n                        \u003cp\u003eExcellent substitution for pine nuts in pesto. Great for crusting proteins or adding to grain bowls.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"culinary-item\"\u003e\n                        \u003ch4\u003eConfections\u003c\/h4\u003e\n                        \u003cp\u003eBlend into smooth, creamy consistency to create trendy confections like Dubai chocolate.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"culinary-item\"\u003e\n                        \u003ch4\u003eSnacks \u0026amp; Garnishes\u003c\/h4\u003e\n                        \u003cp\u003eIdeal for house-made trail mix or as an elegant garnish for salads and main dishes.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"recipe-ideas\"\u003e\n                \u003ch3\u003eCreative Recipe Applications\u003c\/h3\u003e\n                \u003cp\u003eFrom traditional favorites to modern culinary creations, these pistachio halves elevate any dish:\u003c\/p\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eMiddle Eastern Classics:\u003c\/strong\u003e Baklava, halva, and traditional desserts\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eItalian Specialties:\u003c\/strong\u003e Pistachio pesto, biscotti, and gelato\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eModern Fusion:\u003c\/strong\u003e Crusted salmon, grain bowls, and power salads\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBaking Excellence:\u003c\/strong\u003e Cakes, cookies, and artisanal breads\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eHealthy Options:\u003c\/strong\u003e Trail mix, yogurt parfaits, and energy bars\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"bulk-advantage\"\u003e\n                \u003ch3\u003eBulk Packaging Advantage\u003c\/h3\u003e\n                \u003cp\u003eThis bulk 5 lb. supply will keep your establishment well stocked with this versatile ingredient! Perfect for high-volume restaurants, bakeries, catering businesses, and foodservice operations. The large format ensures consistent quality and cost-effectiveness for your establishment.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3\u003eAbout Hometown Provisions\u003c\/h3\u003e\n            \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n            \n            \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n            \n            \u003cp\u003eA great way to add extra flavor and protein to your dishes, these pistachios are sure to be a hit in your busy kitchen!\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":42664316862548,"sku":null,"price":162.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_a1bf6ad6-e444-462c-a564-52038b135dab.png?v=1763009463"},{"product_id":"hometown-provisions-jr-mammoth-raw-pecan-halves-5-lb","title":"Jr. Mammoth Raw Pecan Halves 5 lb.","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\u003eHometown Provisions Jr. Mammoth Pecan Halves\u003c\/title\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: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .intro-section {\n            margin-bottom: 30px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #eaeaea;\n        }\n\n        .intro-section h1 {\n            color: #8B4513;\n            font-size: 32px;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .intro-text {\n            font-size: 18px;\n            color: #555;\n            margin-bottom: 20px;\n        }\n\n        .natural-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 16px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        .unsalted-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 16px;\n            font-weight: 600;\n            margin-left: 10px;\n            margin-bottom: 15px;\n        }\n\n        .features-section {\n            background-color: #f9f5f0;\n            padding: 25px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n\n        .features-section h2 {\n            color: #8B4513;\n            font-size: 24px;\n            margin-bottom: 20px;\n            font-weight: 600;\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: 15px;\n        }\n\n        .features-list li {\n            padding: 12px 0;\n            position: relative;\n            padding-left: 35px;\n            font-size: 16px;\n        }\n\n        .features-list li:before {\n            content: \"✓\";\n            color: #8B4513;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            background-color: #f0e6d6;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n        }\n\n        .specifications-section {\n            margin-bottom: 40px;\n        }\n\n        .specifications-section h2 {\n            color: #8B4513;\n            font-size: 24px;\n            margin-bottom: 20px;\n            font-weight: 600;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #f0e6d6;\n        }\n\n        .specs-table-container {\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-color: white;\n        }\n\n        .specs-table th {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 18px 20px;\n            text-align: left;\n            font-weight: 600;\n            width: 30%;\n            font-size: 16px;\n            border-right: 1px solid #8B4513;\n        }\n\n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #f0e6d6;\n            font-size: 16px;\n        }\n\n        .specs-table tr:nth-child(even) {\n            background-color: #f9f5f0;\n        }\n\n        .specs-table tr:hover {\n            background-color: #f0e6d6;\n            transition: background-color 0.3s ease;\n        }\n\n        .details-section {\n            margin-bottom: 30px;\n        }\n\n        .details-section h2 {\n            color: #8B4513;\n            font-size: 24px;\n            margin-bottom: 20px;\n            font-weight: 600;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #f0e6d6;\n        }\n\n        .details-section h3 {\n            color: #A0522D;\n            font-size: 20px;\n            margin: 25px 0 15px;\n            font-weight: 600;\n        }\n\n        .details-section p {\n            margin-bottom: 18px;\n            font-size: 16px;\n            color: #444;\n        }\n\n        .health-section {\n            background-color: #f0f8f0;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n        }\n\n        .health-section h3 {\n            color: #2E8B57;\n            margin-bottom: 15px;\n        }\n\n        .health-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .health-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .health-value {\n            font-size: 24px;\n            font-weight: bold;\n            color: #8B4513;\n            margin-bottom: 5px;\n        }\n\n        .health-label {\n            font-size: 14px;\n            color: #666;\n        }\n\n        .culinary-section {\n            background-color: #f9f5f0;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n        }\n\n        .culinary-section h3 {\n            color: #8B4513;\n            margin-bottom: 15px;\n        }\n\n        .culinary-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .culinary-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .culinary-item h4 {\n            color: #A0522D;\n            margin-bottom: 10px;\n            font-size: 18px;\n        }\n\n        .premium-highlight {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 10px 20px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: bold;\n            font-size: 18px;\n        }\n\n        .badge {\n            display: inline-block;\n            background-color: #f0e6d6;\n            color: #8B4513;\n            padding: 4px 10px;\n            border-radius: 4px;\n            font-size: 14px;\n            font-weight: 600;\n            margin-right: 8px;\n            margin-bottom: 8px;\n        }\n\n        .upc-code {\n            background-color: #f9f5f0;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n            border-left: 4px solid #8B4513;\n        }\n\n        .upc-code strong {\n            color: #8B4513;\n        }\n\n        .recipe-ideas {\n            background-color: #fffaf0;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n        }\n\n        .recipe-ideas h3 {\n            color: #D2691E;\n            margin-bottom: 15px;\n        }\n\n        .bulk-advantage {\n            background-color: #e8f4f8;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            border-left: 4px solid #4682B4;\n        }\n\n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .intro-section h1 {\n                font-size: 26px;\n            }\n            \n            .features-section h2,\n            .specifications-section h2,\n            .details-section h2 {\n                font-size: 22px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .specs-table th {\n                width: 35%;\n            }\n            \n            .features-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .health-grid,\n            .culinary-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003cdiv class=\"intro-section\"\u003e\n            \u003ch1\u003eHometown Provisions Jr. Mammoth Pecan Halves\u003c\/h1\u003e\n            \u003cdiv class=\"natural-badge\"\u003ePremium Quality\u003c\/div\u003e\n            \u003cdiv class=\"unsalted-badge\"\u003eNo Salt Added\u003c\/div\u003e\n            \u003cp class=\"intro-text\"\u003eAdd a natural, nutritious ingredient to your recipes with these premium Jr. Mammoth pecan halves. Pecans offer a versatile way to add a crunchy, nutty flavor to your dishes while providing exceptional health benefits.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"features-section\"\u003e\n            \u003ch2\u003eProduct Highlights\u003c\/h2\u003e\n            \u003cul class=\"features-list\"\u003e\n                \u003cli\u003ePremium, medium-to-large size pecan halves for consistent quality\u003c\/li\u003e\n                \u003cli\u003eNo added salt for versatile usage in any recipe\u003c\/li\u003e\n                \u003cli\u003eIdeal for adding to baked goods, salads, chocolates, and ice cream\u003c\/li\u003e\n                \u003cli\u003eGreat source of protein and essential nutrients\u003c\/li\u003e\n                \u003cli\u003eBulk 5 lb. supply for high-volume establishments\u003c\/li\u003e\n                \u003cli\u003eRaw, natural pecans with crisp texture and rich flavor\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"specifications-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                        \u003cth\u003eQuantity\u003c\/th\u003e\n                        \u003ctd\u003e1\/Case\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eShipping Weight\u003c\/th\u003e\n                        \u003ctd\u003e5.4 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eFeatures\u003c\/th\u003e\n                        \u003ctd\u003e\n                            \u003cspan class=\"badge\"\u003eKosher\u003c\/span\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eFlavor\u003c\/th\u003e\n                        \u003ctd\u003eRaw • Unsalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003ePackage Size\u003c\/th\u003e\n                        \u003ctd\u003e5 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eStyle\u003c\/th\u003e\n                        \u003ctd\u003eHalves • Pieces\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003cth\u003eType\u003c\/th\u003e\n                        \u003ctd\u003ePecans\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"upc-code\"\u003e\n                \u003cstrong\u003eUPC Code:\u003c\/strong\u003e 400017740614\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"details-section\"\u003e\n            \u003ch2\u003eProduct Details\u003c\/h2\u003e\n            \u003cp\u003eThese raw pecans are made up of medium-to-large pecan halves, making them a versatile option for chefs to easily incorporate in recipes without much preparation required. Their crisp texture makes them an excellent choice for including in dishes and baked goods.\u003c\/p\u003e\n            \n            \u003cdiv class=\"premium-highlight\"\u003e\n                🌰 Jr. Mammoth Size - Premium Quality for Professional Results!\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"health-section\"\u003e\n                \u003ch3\u003eHeart-Healthy Nutritional Benefits\u003c\/h3\u003e\n                \u003cp\u003ePecans are an excellent source of protein, vitamins, and healthy fats that help lower cholesterol and improve cardiovascular health, making them a great addition to any diet.\u003c\/p\u003e\n                \u003cdiv class=\"health-grid\"\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003eProtein\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eMuscle Building\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003eHealthy Fats\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eHeart Health\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003eVitamins\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eEssential Nutrients\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003eCholesterol\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eLowering Benefits\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"culinary-section\"\u003e\n                \u003ch3\u003eVersatile Culinary Applications\u003c\/h3\u003e\n                \u003cp\u003eThese premium pecan halves can be used in countless ways to enhance your menu offerings:\u003c\/p\u003e\n                \n                \u003cdiv class=\"culinary-grid\"\u003e\n                    \u003cdiv class=\"culinary-item\"\u003e\n                        \u003ch4\u003eClassic Baking\u003c\/h4\u003e\n                        \u003cp\u003ePerfect for pecan pies, brownies, banana bread, muffins, and cookies. Adds rich flavor and texture to traditional baked goods.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"culinary-item\"\u003e\n                        \u003ch4\u003eDesserts \u0026amp; Confections\u003c\/h4\u003e\n                        \u003cp\u003eExcellent for topping ice cream, creating pralines, and incorporating into chocolates and candy creations.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"culinary-item\"\u003e\n                        \u003ch4\u003eBreakfast \u0026amp; Snacks\u003c\/h4\u003e\n                        \u003cp\u003eIdeal for house-made granola, trail mix, oatmeal toppings, and yogurt parfaits.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"culinary-item\"\u003e\n                        \u003ch4\u003eSavory Dishes\u003c\/h4\u003e\n                        \u003cp\u003ePerfect for salads, grain bowls, crusting proteins, and adding to stuffings and side dishes.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"recipe-ideas\"\u003e\n                \u003ch3\u003eSignature Recipe Applications\u003c\/h3\u003e\n                \u003cp\u003eFrom traditional Southern favorites to modern culinary creations, these pecan halves elevate any dish:\u003c\/p\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSouthern Classics:\u003c\/strong\u003e Traditional pecan pie, pralines, and sweet potato casserole\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBaking Excellence:\u003c\/strong\u003e Brownies, cookies, banana bread, and coffee cakes\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBreakfast Specialties:\u003c\/strong\u003e Granola, oatmeal toppings, and pancake\/waffle mix-ins\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eDessert Creations:\u003c\/strong\u003e Ice cream toppings, chocolate bark, and dessert garnishes\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eHealthy Options:\u003c\/strong\u003e Salad toppings, trail mix, and energy bars\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"bulk-advantage\"\u003e\n                \u003ch3\u003eBulk Packaging Advantage\u003c\/h3\u003e\n                \u003cp\u003eThis bulk 5 lb. supply will keep your establishment well stocked with this versatile ingredient! Perfect for high-volume bakeries, restaurants, catering businesses, and foodservice operations. The large format ensures consistent quality and cost-effectiveness for your establishment.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003ch3\u003eAbout Hometown Provisions\u003c\/h3\u003e\n            \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n            \n            \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n            \n            \u003cp\u003eA great way to add extra flavor and protein to your dishes, these premium pecans are sure to be a hit in your busy kitchen!\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":42664320499796,"sku":null,"price":111.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_2_1df9e58f-d9be-4f51-98f7-2dd898f90b68.png?v=1763009833"},{"product_id":"hometown-provisions-blanched-sliced-almonds-5-lb","title":"Blanched Sliced Almonds 5 lb.","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\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: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n\n        .intro-section {\n            margin-bottom: 30px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #eaeaea;\n        }\n\n        .intro-section h1 {\n            color: #D4AF37;\n            font-size: 32px;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n\n        .intro-text {\n            font-size: 18px;\n            color: #555;\n            margin-bottom: 20px;\n        }\n\n        .blanched-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 16px;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        .unsalted-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #8B4513 0%, #CD853F 100%);\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 16px;\n            font-weight: 600;\n            margin-left: 10px;\n            margin-bottom: 15px;\n        }\n\n        .features-section {\n            background-color: #fefaf0;\n            padding: 25px;\n            border-radius: 10px;\n            margin-bottom: 30px;\n            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);\n        }\n\n        .features-section h2 {\n            color: #B8860B;\n            font-size: 24px;\n            margin-bottom: 20px;\n            font-weight: 600;\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: 15px;\n        }\n\n        .features-list li {\n            padding: 12px 0;\n            position: relative;\n            padding-left: 35px;\n            font-size: 16px;\n        }\n\n        .features-list li:before {\n            content: \"✓\";\n            color: #B8860B;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            background-color: #f5e8c8;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n        }\n\n        .specifications-section {\n            margin-bottom: 40px;\n        }\n\n        .specifications-section h2 {\n            color: #B8860B;\n            font-size: 24px;\n            margin-bottom: 20px;\n            font-weight: 600;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #f5e8c8;\n        }\n\n        .specs-table-container {\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-color: white;\n        }\n\n        .specs-table th {\n            background: linear-gradient(135deg, #B8860B 0%, #D4AF37 100%);\n            color: white;\n            padding: 18px 20px;\n            text-align: left;\n            font-weight: 600;\n            width: 30%;\n            font-size: 16px;\n            border-right: 1px solid #B8860B;\n        }\n\n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #f5e8c8;\n            font-size: 16px;\n        }\n\n        .specs-table tr:nth-child(even) {\n            background-color: #fefaf0;\n        }\n\n        .specs-table tr:hover {\n            background-color: #f5e8c8;\n            transition: background-color 0.3s ease;\n        }\n\n        .details-section {\n            margin-bottom: 30px;\n        }\n\n        .details-section h2 {\n            color: #B8860B;\n            font-size: 24px;\n            margin-bottom: 20px;\n            font-weight: 600;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #f5e8c8;\n        }\n\n        .details-section h3 {\n            color: #D4AF37;\n            font-size: 20px;\n            margin: 25px 0 15px;\n            font-weight: 600;\n        }\n\n        .details-section p {\n            margin-bottom: 18px;\n            font-size: 16px;\n            color: #444;\n        }\n\n        .nutrition-section {\n            background-color: #f0f8f0;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n        }\n\n        .nutrition-section h3 {\n            color: #2E8B57;\n            margin-bottom: 15px;\n        }\n\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            text-align: center;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: bold;\n            color: #B8860B;\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n        }\n\n        .culinary-section {\n            background-color: #fefaf0;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n        }\n\n        .culinary-section h3 {\n            color: #B8860B;\n            margin-bottom: 15px;\n        }\n\n        .culinary-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .culinary-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .culinary-item h4 {\n            color: #D4AF37;\n            margin-bottom: 10px;\n            font-size: 18px;\n        }\n\n        .premium-highlight {\n            background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);\n            color: white;\n            padding: 10px 20px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 15px 0;\n            font-weight: bold;\n            font-size: 18px;\n        }\n\n        .badge {\n            display: inline-block;\n            background-color: #f5e8c8;\n            color: #B8860B;\n            padding: 4px 10px;\n            border-radius: 4px;\n            font-size: 14px;\n            font-weight: 600;\n            margin-right: 8px;\n            margin-bottom: 8px;\n        }\n\n        .upc-code {\n            background-color: #fefaf0;\n            padding: 15px;\n            border-radius: 8px;\n            margin-top: 20px;\n            border-left: 4px solid #B8860B;\n        }\n\n        .upc-code strong {\n            color: #B8860B;\n        }\n\n        .recipe-ideas {\n            background-color: #fffaf0;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n        }\n\n        .recipe-ideas h3 {\n            color: #D2691E;\n            margin-bottom: 15px;\n        }\n\n        .bulk-advantage {\n            background-color: #e8f4f8;\n            padding: 25px;\n            border-radius: 10px;\n            margin: 25px 0;\n            border-left: 4px solid #4682B4;\n        }\n\n        @media (max-width: 768px) {\n            .product-description {\n                padding: 15px;\n            }\n            \n            .intro-section h1 {\n                font-size: 26px;\n            }\n            \n            .features-section h2,\n            .specifications-section h2,\n            .details-section h2 {\n                font-size: 22px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .specs-table th {\n                width: 35%;\n            }\n            \n            .features-list {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid,\n            .culinary-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003ch1\u003eHometown Provisions Blanched Sliced Almonds\u003c\/h1\u003e\n\u003cdiv class=\"blanched-badge\"\u003ePremium Blanched\u003c\/div\u003e\n\u003cdiv class=\"unsalted-badge\"\u003eNo Salt Added\u003c\/div\u003e\n\u003cp class=\"intro-text\"\u003eAdd a natural, nutritious ingredient to your recipes with these premium blanched sliced almonds. Perfectly prepared for professional kitchens, these almonds offer superior texture and appearance for all your culinary creations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003ch2\u003eProduct Highlights\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003eBlanched to remove skins for a smoother texture and uniform color\u003c\/li\u003e\n\u003cli\u003eNo added salt for versatile usage in any recipe\u003c\/li\u003e\n\u003cli\u003eGreat addition to salads, baked goods, and casseroles\u003c\/li\u003e\n\u003cli\u003eRich in protein, fiber, and essential nutrients\u003c\/li\u003e\n\u003cli\u003eBulk 5 lb. supply for high-volume establishments\u003c\/li\u003e\n\u003cli\u003ePre-sliced for easy preparation and consistent results\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specifications-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\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e1\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eShipping Weight\u003c\/th\u003e\n\u003ctd\u003e5.4 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFeatures\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"badge\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFlavor\u003c\/th\u003e\n\u003ctd\u003eBlanched • Unsalted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePackage Size\u003c\/th\u003e\n\u003ctd\u003e5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eSliced\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eType\u003c\/th\u003e\n\u003ctd\u003eAlmonds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003e\n\u003cstrong\u003eUPC Code:\u003c\/strong\u003e 400017740546\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cp\u003eThese almonds have been briefly blanched in hot water to remove their skins, resulting in a more uniform appearance and a smoother texture. This process also helps reduce bitterness associated with the skin, providing a cleaner, more delicate almond flavor.\u003c\/p\u003e\n\u003cdiv class=\"premium-highlight\"\u003e✨ Blanched \u0026amp; Sliced - Ready for Professional Use!\u003c\/div\u003e\n\u003cdiv class=\"nutrition-section\"\u003e\n\u003ch3\u003eNutritional Powerhouse\u003c\/h3\u003e\n\u003cp\u003eAlmonds are an excellent source of protein, fiber, vitamins, antioxidants, and healthy fats, making them a great addition to any diet. These blanched almonds provide maximum nutritional benefits without compromising your dishes' flavor.\u003c\/p\u003e\n\u003cdiv class=\"nutrition-grid\"\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003eProtein\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eMuscle Building\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003eFiber\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eDigestive Health\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003eAntioxidants\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eCell Protection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003eHealthy Fats\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eHeart Health\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"culinary-section\"\u003e\n\u003ch3\u003eVersatile Culinary Applications\u003c\/h3\u003e\n\u003cp\u003eThese conveniently pre-sliced almonds can be used in countless ways to enhance your menu offerings:\u003c\/p\u003e\n\u003cdiv class=\"culinary-grid\"\u003e\n\u003cdiv class=\"culinary-item\"\u003e\n\u003ch4\u003eBaking Excellence\u003c\/h4\u003e\n\u003cp\u003ePerfect for almond cakes, croissants, cookies, and pastries. Adds delicate texture and flavor to baked goods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003e\n\u003ch4\u003eSalads \u0026amp; Toppings\u003c\/h4\u003e\n\u003cp\u003eIdeal for green salads, grain bowls, and as elegant garnishes for both sweet and savory dishes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003e\n\u003ch4\u003eBreakfast \u0026amp; Snacks\u003c\/h4\u003e\n\u003cp\u003eExcellent for house-made granola, oatmeal toppings, yogurt parfaits, and trail mix.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003e\n\u003ch4\u003eMain Dishes\u003c\/h4\u003e\n\u003cp\u003ePerfect for casseroles, crusting proteins, and adding to stuffings and vegetable dishes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"recipe-ideas\"\u003e\n\u003ch3\u003eSignature Recipe Applications\u003c\/h3\u003e\n\u003cp\u003eFrom classic French pastries to modern culinary creations, these blanched sliced almonds elevate any dish:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrench Classics:\u003c\/strong\u003e Almond croissants, frangipane tarts, and madeleines\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBaking Specialties:\u003c\/strong\u003e Biscotti, almond cakes, and shortbread cookies\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDessert Creations:\u003c\/strong\u003e Ice cream toppings, fruit crisps, and dessert garnishes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHealthy Options:\u003c\/strong\u003e Salad toppings, grain bowls, and breakfast cereals\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSavory Applications:\u003c\/strong\u003e Chicken almondine, green bean almondine, and rice pilaf\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bulk-advantage\"\u003e\n\u003ch3\u003eBulk Packaging Advantage\u003c\/h3\u003e\n\u003cp\u003eThis bulk 5 lb. supply will keep your establishment well stocked with this versatile ingredient! Perfect for high-volume bakeries, restaurants, catering businesses, and foodservice operations. The large format ensures consistent quality and cost-effectiveness for your establishment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eAbout Hometown Provisions\u003c\/h3\u003e\n\u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n\u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n\u003cp\u003eA great way to add extra flavor and protein to your dishes, these premium blanched sliced almonds are sure to be a hit in your busy kitchen!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664322433108,"sku":null,"price":73.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_4_fe4ac448-7573-4bed-92aa-e83816f3117b.png?v=1763010081"},{"product_id":"hometown-provisions-whole-raw-almonds-5-lb","title":"Whole Raw Almonds 5 lb.","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\u003eHometown Provisions Whole Raw Almonds\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .almond-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .product-title {\n            font-size: 2.2rem;\n            color: #2c5530;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #5a7d59;\n            font-weight: 500;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 300px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            margin-bottom: 30px;\n        }\n        \n        .specs-table th {\n            background-color: #2c5530;\n            color: white;\n            padding: 16px 20px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 14px 20px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #2c5530;\n            width: 40%;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.5rem;\n            color: #2c5530;\n            margin: 25px 0 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid #eaeaea;\n            font-weight: 700;\n        }\n        \n        .product-description {\n            margin-bottom: 25px;\n            font-size: 1.05rem;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .features-list li {\n            padding: 10px 0 10px 30px;\n            position: relative;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #5a7d59;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background-color: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #5a7d59;\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #2c5530;\n            margin-bottom: 5px;\n            font-size: 1.2rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            padding: 15px 20px;\n            border-radius: 8px;\n            display: inline-block;\n            margin: 20px 0;\n            border: 1px solid #dee2e6;\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #2c5530;\n            margin-right: 10px;\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 1.2rem;\n            letter-spacing: 1px;\n            color: #495057;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n            }\n            \n            .specs-table {\n                font-size: 0.9rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 12px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"almond-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHometown Provisions Whole Raw Almonds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePremium Quality, Raw \u0026amp; Unsalted - Perfect for Your Culinary Creations\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\u003e1 Case\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n                            \u003ctd\u003e5.4 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd\u003eKosher, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd\u003eRaw, Unsalted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd\u003e5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd\u003eWhole\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd\u003eAlmonds\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e400017740560\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eAdd a natural, nutritious ingredient to your recipes with these Hometown Provisions whole raw almonds. Almonds offer an easy way to add a crunchy, nutty flavor to your dishes. These almonds are whole and unroasted for ultimate versatility in your kitchen, enabling you to use them as is or slice, sliver, and chop as needed.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey come without any added salt, making them a healthy and nutritious option that won't compromise your dishes' flavor, allowing you to tailor the salt content of your recipes. They're also an excellent source of protein, fiber, vitamins, antioxidants, and healthy fats, making them a great addition to any diet. Their crisp texture makes them an excellent choice for including in cooking and baked goods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese versatile almonds can be used as a garnish or included in the batter of your favorite baked goods, such as almond cake, croissants, and cookies. They are also a great addition to house-made granola, and they make a delicious topping for ice cream, casseroles, and salads. Roast them and coat them in crunchy cinnamon sugar for a sweet treat, or toss them in your favorite seasoning blend and offer them as a bar snack.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThis bulk 5 lb. supply will keep your establishment well stocked with this tasty ingredient! A great way to add extra flavor and protein to your dishes, these almonds are sure to be a hit in your busy kitchen!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eCan be used whole or chopped down into smaller pieces\u003c\/li\u003e\n                    \u003cli\u003eNo added salt for versatile usage\u003c\/li\u003e\n                    \u003cli\u003eGreat addition to trail mix and desserts\u003c\/li\u003e\n                    \u003cli\u003eRich in protein, fiber, and essential nutrients\u003c\/li\u003e\n                    \u003cli\u003eBulk 5 lb. supply for high-volume establishments\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003ch2 class=\"section-title\"\u003eAbout Hometown Provisions\u003c\/h2\u003e\n                \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                \n                \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664327544916,"sku":null,"price":69.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_6_a57ced8f-9add-4a5e-b957-a212bd1d3739.png?v=1763010341"},{"product_id":"hometown-provisions-blanched-slivered-almonds-5-lb","title":"Blanched Slivered Almonds 5 lb.","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Base Styles *\/\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            line-height: 1.6;\n            color: #333;\n            background-color: #fefefe;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            padding: 35px 30px;\n            background: linear-gradient(135deg, #f8f4e8 0%, #f0e8d8 100%);\n            border-bottom: 1px solid #e8e0d0;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #8B7355;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #A88C6E;\n            font-weight: 500;\n            font-style: italic;\n        }\n        \n        \/* Content Layout *\/\n        .product-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            padding: 30px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Specs Table *\/\n        .specs-section {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid #e8e0d0;\n        }\n        \n        .specs-header {\n            background: linear-gradient(to right, #8B7355, #A88C6E);\n            color: white;\n            padding: 18px 20px;\n            font-size: 22px;\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #faf8f2;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f8f4e8;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid #e8e0d0;\n            transition: background-color 0.2s;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #8B7355;\n            width: 40%;\n        }\n        \n        .specs-table td:last-child {\n            color: #5a4a30;\n        }\n        \n        \/* Details Section *\/\n        .details-section {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid #e8e0d0;\n        }\n        \n        .section-title {\n            font-size: 24px;\n            font-weight: 600;\n            color: #8B7355;\n            margin-bottom: 20px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid #D2C4A8;\n        }\n        \n        .details-content p {\n            margin-bottom: 18px;\n            color: #5a4a30;\n            line-height: 1.7;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            margin: 25px 0;\n        }\n        \n        .features-list h3 {\n            margin-bottom: 15px;\n            color: #8B7355;\n            font-size: 20px;\n        }\n        \n        .features-list ul {\n            list-style: none;\n        }\n        \n        .features-list li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 14px;\n            color: #5a4a30;\n            padding: 8px 0;\n        }\n        \n        .features-list li::before {\n            content: \"✓\";\n            color: #8B7355;\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background: #f8f4e8;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        \/* Brand Story *\/\n        .brand-story {\n            background: #faf8f2;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #D2C4A8;\n        }\n        \n        .brand-story h3 {\n            color: #8B7355;\n            margin-bottom: 12px;\n            font-size: 18px;\n        }\n        \n        .brand-story p {\n            color: #5a4a30;\n            margin-bottom: 0;\n            font-style: italic;\n        }\n        \n        \/* UPC Code *\/\n        .upc-section {\n            background: #f8f4e8;\n            padding: 18px 20px;\n            border-radius: 8px;\n            margin-top: 25px;\n            display: flex;\n            align-items: center;\n            border: 1px dashed #D2C4A8;\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            margin-right: 12px;\n            color: #8B7355;\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 20px;\n            background: white;\n            padding: 8px 15px;\n            border-radius: 6px;\n            border: 1px solid #D2C4A8;\n            letter-spacing: 1px;\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: #f0e8d8;\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 25px;\n            display: flex;\n            align-items: center;\n            border: 1px solid #e8e0d0;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #8B7355;\n        }\n        \n        .shipping-text {\n            font-weight: 500;\n            color: #5a4a30;\n        }\n        \n        .shipping-highlight {\n            font-weight: 700;\n            color: #8B7355;\n        }\n        \n        \/* Dietary Features *\/\n        .dietary-features {\n            display: flex;\n            gap: 10px;\n            margin: 15px 0;\n            flex-wrap: wrap;\n        }\n        \n        .dietary-badge {\n            background: #8B7355;\n            color: white;\n            padding: 6px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \n        \/* Culinary Applications *\/\n        .culinary-apps {\n            margin-top: 25px;\n        }\n        \n        .culinary-apps h3 {\n            color: #8B7355;\n            margin-bottom: 15px;\n            font-size: 20px;\n        }\n        \n        .culinary-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n        \n        .culinary-item {\n            background: #f8f4e8;\n            padding: 12px 15px;\n            border-radius: 6px;\n            color: #5a4a30;\n            font-weight: 500;\n        }\n        \n        @media (max-width: 480px) {\n            .culinary-list {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Nutrition Highlights *\/\n        .nutrition-highlights {\n            background: #faf8f2;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border: 1px solid #e8e0d0;\n        }\n        \n        .nutrition-highlights h3 {\n            color: #8B7355;\n            margin-bottom: 12px;\n            font-size: 18px;\n        }\n        \n        .nutrition-items {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n        \n        .nutrition-item {\n            color: #5a4a30;\n            padding: 8px 0;\n        }\n        \n        @media (max-width: 480px) {\n            .nutrition-items {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Flavor Features *\/\n        .flavor-features {\n            display: flex;\n            gap: 10px;\n            margin: 15px 0;\n            flex-wrap: wrap;\n        }\n        \n        .flavor-badge {\n            background: #D2C4A8;\n            color: #5a4a30;\n            padding: 6px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eBlanched Slivered Almonds\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003ePremium blanched almonds for professional kitchens\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003cdiv class=\"specs-header\"\u003eProduct Specifications\u003c\/div\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e1\/Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e5.4 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"dietary-features\"\u003e\n\u003cspan class=\"dietary-badge\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"dietary-badge\"\u003eMade in America\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlavor\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"flavor-features\"\u003e\n\u003cspan class=\"flavor-badge\"\u003eBlanched\u003c\/span\u003e \u003cspan class=\"flavor-badge\"\u003eUnsalted\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Size\u003c\/td\u003e\n\u003ctd\u003e5 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eSlivered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAlmonds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"details-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"details-content\"\u003e\n\u003cp\u003eAdd a natural, nutritious ingredient to your recipes with these Hometown Provisions blanched slivered almonds. Almonds offer a versatile way to add a crunchy, nutty flavor to your dishes. These almonds have been briefly blanched in hot water to remove their skins, resulting in a more uniform appearance and a smoother texture.\u003c\/p\u003e\n\u003cp\u003eBlanching also helps reduce bitterness associated with the skin. These almonds come without any added salt, making them a healthy and nutritious option that won't compromise your dishes' flavor, allowing you to tailor the salt content of your recipes to your needs.\u003c\/p\u003e\n\u003cdiv class=\"nutrition-highlights\"\u003e\n\u003ch3\u003eNutritional Benefits\u003c\/h3\u003e\n\u003cdiv class=\"nutrition-items\"\u003e\n\u003cdiv class=\"nutrition-item\"\u003e✓ Excellent source of protein\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e✓ High in dietary fiber\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e✓ Rich in vitamins \u0026amp; antioxidants\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e✓ Healthy fats for heart health\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-list\"\u003e\n\u003ch3\u003eKey Features:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBlanched to remove skins for a smoother texture and uniform color\u003c\/li\u003e\n\u003cli\u003eNo added salt for versatile usage\u003c\/li\u003e\n\u003cli\u003eGreat addition to salads, baked goods, and casseroles\u003c\/li\u003e\n\u003cli\u003eRich in protein, fiber, and essential nutrients\u003c\/li\u003e\n\u003cli\u003eBulk 5 lb. supply for high-volume establishments\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"culinary-apps\"\u003e\n\u003ch3\u003eCulinary Applications:\u003c\/h3\u003e\n\u003cdiv class=\"culinary-list\"\u003e\n\u003cdiv class=\"culinary-item\"\u003eBaked Goods\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003eSalad Toppings\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003eGranola Mixes\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003eCasserole Toppings\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003eIce Cream Garnish\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003eAlmond Cakes\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003eCookies \u0026amp; Pastries\u003c\/div\u003e\n\u003cdiv class=\"culinary-item\"\u003eTrail Mixes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003eThese almonds are conveniently pre-slivered, making them a versatile option for chefs to easily incorporate in recipes without much preparation required. They can be used as a garnish or included in the batter of your favorite baked goods, such as almond cake, croissants, and cookies.\u003c\/p\u003e\n\u003cp\u003eThese almonds are also a great addition to house-made granola, and they make a delicious topping for ice cream, casseroles, and salads. This bulk 5 lb. supply will keep your establishment well stocked with this tasty ingredient! A great way to add extra flavor and protein to your dishes, these almonds are sure to be a hit in your busy kitchen!\u003c\/p\u003e\n\u003cdiv class=\"brand-story\"\u003e\n\u003ch3\u003eHometown Provisions Quality\u003c\/h3\u003e\n\u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-section\"\u003e\n\u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e \u003cspan class=\"upc-code\"\u003e400017740553\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003e\n\u003cspan class=\"shipping-highlight\"\u003eQuick Shipping:\u003c\/span\u003e Usually ships in \u003cspan class=\"shipping-highlight\"\u003e1 business day\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664333312084,"sku":null,"price":73.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_8_d030e713-d5b4-4a52-93af-8cfd4b5b54da.png?v=1763010631"},{"product_id":"hometown-provisions-large-raw-cashew-pieces-5-lb","title":"Large Raw Cashew Pieces 5 lb.","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\u003eHometown Provisions Cashew Pieces\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .cashew-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 30px;\n            padding-bottom: 20px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .product-title {\n            font-size: 2.2rem;\n            color: #8B4513;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2rem;\n            color: #A0522D;\n            font-weight: 500;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 300px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 300px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            margin-bottom: 30px;\n        }\n        \n        .specs-table th {\n            background-color: #8B4513;\n            color: white;\n            padding: 16px 20px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table td {\n            padding: 14px 20px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 600;\n            color: #8B4513;\n            width: 40%;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.5rem;\n            color: #8B4513;\n            margin: 25px 0 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid #eaeaea;\n            font-weight: 700;\n        }\n        \n        .product-description {\n            margin-bottom: 25px;\n            font-size: 1.05rem;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .features-list li {\n            padding: 10px 0 10px 30px;\n            position: relative;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #A0522D;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background-color: #f8f9fa;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #A0522D;\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 5px;\n            font-size: 1.2rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            padding: 15px 20px;\n            border-radius: 8px;\n            display: inline-block;\n            margin: 20px 0;\n            border: 1px solid #dee2e6;\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #8B4513;\n            margin-right: 10px;\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 1.2rem;\n            letter-spacing: 1px;\n            color: #495057;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n            }\n            \n            .specs-table {\n                font-size: 0.9rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 12px 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"cashew-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHometown Provisions Cashew Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eRaw \u0026amp; Unsalted - Perfect for Your Culinary Creations\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\u003e1 Case\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n                            \u003ctd\u003e5.4 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd\u003eKosher, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd\u003eRaw, Unsalted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd\u003e5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd\u003ePieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd\u003eCashews\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e400017740584\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eAdd a natural, nutritious ingredient to your recipes with these Hometown Provisions cashew pieces. Cashews offer a versatile way to add a crunchy, nutty flavor to your dishes. These cashews come raw with no salt added, making them a healthy and nutritious option that won't compromise your dishes' flavor, allowing you to tailor the salt content of your recipes to your needs.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey're also an excellent source of protein, antioxidants, vitamins, and healthy fats that help improve cardiovascular health, making them a great addition to any diet. Their crisp texture makes them an excellent choice for including in dishes and baked goods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese raw cashews are made up of large pieces, making them a versatile option for chefs to easily incorporate in recipes without much preparation required. They can be used as a garnish or included in the batter of your favorite baked goods, such as cookies and brownies. These cashews are also a great addition to house-made trail mix and are an especially delicious pairing with savory foods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eTry adding them to stir frys, curries, and stews or as a topping for salads and string beans. Additionally, you can blend these raw, unsalted cashew pieces into cashew milk for a popular, creamy alternative to cow's milk. A great way to add extra flavor and protein to your dishes, these cashews are sure to be a hit in your busy kitchen!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eProvides crunchy texture and nutty taste to recipes\u003c\/li\u003e\n                    \u003cli\u003eNo added salt for versatile usage\u003c\/li\u003e\n                    \u003cli\u003eGreat addition to snacks, toppings, and a wide variety of cooked foods\u003c\/li\u003e\n                    \u003cli\u003eContains antioxidants and heart-healthy nutrients\u003c\/li\u003e\n                    \u003cli\u003eBulk 5 lb. supply for high-volume establishments\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003ch2 class=\"section-title\"\u003eAbout Hometown Provisions\u003c\/h2\u003e\n                \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                \n                \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664354447444,"sku":null,"price":57.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_10_550bd1c3-cd64-4a44-87ac-e5624009d7a8.png?v=1763010902"},{"product_id":"hometown-provisions-large-whole-roasted-unsalted-cashews-5-lb","title":"Large Whole Roasted Unsalted Cashews 5 lb.","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\u003eHometown Provisions Whole Roasted Unsalted Cashews\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .cashew-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #8B4513;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #A0522D;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #FFA500;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #A0522D;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #8B4513;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(139, 69, 19, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #8B4513;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #A0522D;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"cashew-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHometown Provisions Whole Roasted Unsalted Cashews\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePerfectly Roasted • Unsalted • Premium Quality\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e1 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\"\u003e5.4 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKosher, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRoasted, Unsalted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eWhole\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eCashews\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e400017740577\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eAdd a natural, nutritious ingredient to your recipes with these Hometown Provisions whole roasted unsalted cashews. Cashews offer a versatile way to add a crunchy, nutty flavor to your dishes. These cashews are whole for ultimate versatility in your kitchen, enabling you to use them as is or slice and chop as needed.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey come without any added salt, making them a healthy and nutritious option that won't compromise your dishes' flavor, allowing you to tailor the salt content of your recipes. They're also an excellent source of protein, antioxidants, vitamins, and healthy fats that help improve cardiovascular health, making them a great addition to any diet. Their crisp texture makes them an excellent choice for including in dishes and baked goods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese cashews are roasted to perfection, enhancing their naturally buttery and savory flavor. They can be used as a garnish or included in the batter of your favorite baked goods, such as cookies and brownies. These cashews are also a great addition to house-made trail mix and are an especially delicious pairing with savory foods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eTry adding them to stir frys, curries, and stews or as a topping for salads and string beans. A great way to add extra flavor and protein to your dishes, these cashews are sure to be a hit in your busy kitchen!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eDeliciously savory, roasted flavor with a crunchy texture\u003c\/li\u003e\n                    \u003cli\u003eNo added salt for versatile usage\u003c\/li\u003e\n                    \u003cli\u003eGreat addition to snacks, toppings, and a wide variety of cooked foods\u003c\/li\u003e\n                    \u003cli\u003eContains antioxidants and heart-healthy nutrients\u003c\/li\u003e\n                    \u003cli\u003eBulk 5 lb. supply for high-volume establishments\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eAbout Hometown Provisions\u003c\/h2\u003e\n                    \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664464416852,"sku":null,"price":93.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_12_15da95cc-0900-4196-a87b-249cc32da7b1.png?v=1763011159"},{"product_id":"hometown-provisions-raw-sunflower-seeds-5-lb","title":"Raw Sunflower Seeds 5 lb.","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\u003eHometown Provisions Raw Sunflower Seeds\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\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            line-height: 1.6;\n            color: #333;\n            background-color: #fefefe;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            padding: 35px 30px;\n            background: linear-gradient(135deg, #fff9e6 0%, #ffefcc 100%);\n            border-bottom: 1px solid #ffe6b3;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #8B7500;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #A68B00;\n            font-weight: 500;\n            font-style: italic;\n        }\n        \n        \/* Content Layout *\/\n        .product-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            padding: 30px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Specs Table *\/\n        .specs-section {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid #ffe6b3;\n        }\n        \n        .specs-header {\n            background: linear-gradient(to right, #8B7500, #A68B00);\n            color: white;\n            padding: 18px 20px;\n            font-size: 22px;\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fffaf0;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff9e6;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid #ffe6b3;\n            transition: background-color 0.2s;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #8B7500;\n            width: 40%;\n        }\n        \n        .specs-table td:last-child {\n            color: #5a4a30;\n        }\n        \n        \/* Details Section *\/\n        .details-section {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid #ffe6b3;\n        }\n        \n        .section-title {\n            font-size: 24px;\n            font-weight: 600;\n            color: #8B7500;\n            margin-bottom: 20px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid #FFD700;\n        }\n        \n        .details-content p {\n            margin-bottom: 18px;\n            color: #5a4a30;\n            line-height: 1.7;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            margin: 25px 0;\n        }\n        \n        .features-list h3 {\n            margin-bottom: 15px;\n            color: #8B7500;\n            font-size: 20px;\n        }\n        \n        .features-list ul {\n            list-style: none;\n        }\n        \n        .features-list li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 14px;\n            color: #5a4a30;\n            padding: 8px 0;\n        }\n        \n        .features-list li::before {\n            content: \"✓\";\n            color: #8B7500;\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background: #fff9e6;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        \/* Brand Story *\/\n        .brand-story {\n            background: #fffaf0;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #FFD700;\n        }\n        \n        .brand-story h3 {\n            color: #8B7500;\n            margin-bottom: 12px;\n            font-size: 18px;\n        }\n        \n        .brand-story p {\n            color: #5a4a30;\n            margin-bottom: 0;\n            font-style: italic;\n        }\n        \n        \/* UPC Code *\/\n        .upc-section {\n            background: #fff9e6;\n            padding: 18px 20px;\n            border-radius: 8px;\n            margin-top: 25px;\n            display: flex;\n            align-items: center;\n            border: 1px dashed #FFD700;\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            margin-right: 12px;\n            color: #8B7500;\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 20px;\n            background: white;\n            padding: 8px 15px;\n            border-radius: 6px;\n            border: 1px solid #FFD700;\n            letter-spacing: 1px;\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: #ffefcc;\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 25px;\n            display: flex;\n            align-items: center;\n            border: 1px solid #ffe6b3;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #8B7500;\n        }\n        \n        .shipping-text {\n            font-weight: 500;\n            color: #5a4a30;\n        }\n        \n        .shipping-highlight {\n            font-weight: 700;\n            color: #8B7500;\n        }\n        \n        \/* Dietary Features *\/\n        .dietary-features {\n            display: flex;\n            gap: 10px;\n            margin: 15px 0;\n            flex-wrap: wrap;\n        }\n        \n        .dietary-badge {\n            background: #8B7500;\n            color: white;\n            padding: 6px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \n        \/* Culinary Applications *\/\n        .culinary-apps {\n            margin-top: 25px;\n        }\n        \n        .culinary-apps h3 {\n            color: #8B7500;\n            margin-bottom: 15px;\n            font-size: 20px;\n        }\n        \n        .culinary-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n        \n        .culinary-item {\n            background: #fff9e6;\n            padding: 12px 15px;\n            border-radius: 6px;\n            color: #5a4a30;\n            font-weight: 500;\n        }\n        \n        @media (max-width: 480px) {\n            .culinary-list {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Nutrition Highlights *\/\n        .nutrition-highlights {\n            background: #fffaf0;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border: 1px solid #ffe6b3;\n        }\n        \n        .nutrition-highlights h3 {\n            color: #8B7500;\n            margin-bottom: 12px;\n            font-size: 18px;\n        }\n        \n        .nutrition-items {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n        \n        .nutrition-item {\n            color: #5a4a30;\n            padding: 8px 0;\n        }\n        \n        @media (max-width: 480px) {\n            .nutrition-items {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Flavor Features *\/\n        .flavor-features {\n            display: flex;\n            gap: 10px;\n            margin: 15px 0;\n            flex-wrap: wrap;\n        }\n        \n        .flavor-badge {\n            background: #FFD700;\n            color: #5a4a30;\n            padding: 6px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \n        \/* Health Benefits *\/\n        .health-benefits {\n            background: linear-gradient(135deg, #fff9e6 0%, #ffefcc 100%);\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #ffe6b3;\n        }\n        \n        .health-benefits h3 {\n            color: #8B7500;\n            margin-bottom: 15px;\n            font-size: 20px;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 15px;\n            text-align: center;\n        }\n        \n        .benefit-item {\n            padding: 15px;\n            background: white;\n            border-radius: 6px;\n            border: 1px solid #ffe6b3;\n        }\n        \n        .benefit-item h4 {\n            color: #8B7500;\n            margin-bottom: 8px;\n            font-size: 16px;\n        }\n        \n        .benefit-item p {\n            color: #5a4a30;\n            font-size: 14px;\n            margin: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .benefits-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\"\u003eHometown Provisions Raw Sunflower Seeds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eShelled, unsalted sunflower seeds for healthy snacking\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"specs-section\"\u003e\n                \u003cdiv class=\"specs-header\"\u003eProduct Specifications\u003c\/div\u003e\n                \u003ctable class=\"specs-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eQuantity\u003c\/td\u003e\n                        \u003ctd\u003e1\/Case\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eShipping Weight\u003c\/td\u003e\n                        \u003ctd\u003e5.4 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFeatures\u003c\/td\u003e\n                        \u003ctd\u003e\n                            \u003cdiv class=\"dietary-features\"\u003e\n                                \u003cspan class=\"dietary-badge\"\u003eKosher\u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFlavor\u003c\/td\u003e\n                        \u003ctd\u003e\n                            \u003cdiv class=\"flavor-features\"\u003e\n                                \u003cspan class=\"flavor-badge\"\u003eRaw\u003c\/span\u003e\n                                \u003cspan class=\"flavor-badge\"\u003eUnsalted\u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd\u003e5 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eStyle\u003c\/td\u003e\n                        \u003ctd\u003eWhole\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eType\u003c\/td\u003e\n                        \u003ctd\u003eSunflower Seeds\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n                \u003cdiv class=\"details-content\"\u003e\n                    \u003cp\u003eSatiate your guests' snack cravings with these Hometown Provisions raw sunflower seeds! Shelled for immediate use in recipes and unsalted for versatile usage, these sunflower seeds offer a hearty, crunchy texture. Plus, they're packed with essential nutrients, vitamins, and minerals, making them a great snack option for health-conscious customers.\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"health-benefits\"\u003e\n                        \u003ch3\u003eNutritional Powerhouse\u003c\/h3\u003e\n                        \u003cdiv class=\"benefits-grid\"\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eRich in Protein\u003c\/h4\u003e\n                                \u003cp\u003eExcellent source of plant-based protein for sustained energy\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eVitamin E\u003c\/h4\u003e\n                                \u003cp\u003ePowerful antioxidant for immune support and skin health\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eEssential Minerals\u003c\/h4\u003e\n                                \u003cp\u003eIron, magnesium, phosphorus, and copper for overall wellness\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eHeart Healthy\u003c\/h4\u003e\n                                \u003cp\u003eContains healthy fats that support cardiovascular health\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eB Vitamins\u003c\/h4\u003e\n                                \u003cp\u003eNiacin and folate for energy production and cell function\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eFiber Rich\u003c\/h4\u003e\n                                \u003cp\u003eSupports digestive health and helps maintain fullness\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"features-list\"\u003e\n                        \u003ch3\u003eKey Features:\u003c\/h3\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eNo added salt for versatile usage\u003c\/li\u003e\n                            \u003cli\u003eHusk-free kernels for immediate use in recipes\u003c\/li\u003e\n                            \u003cli\u003eIdeal for adding to trail mix, garnishing salads, or topping smoothie bowls\u003c\/li\u003e\n                            \u003cli\u003eGreat source of protein and essential nutrients\u003c\/li\u003e\n                            \u003cli\u003eBulk 5 lb. supply for high-volume establishments\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"culinary-apps\"\u003e\n                        \u003ch3\u003eCulinary Applications:\u003c\/h3\u003e\n                        \u003cdiv class=\"culinary-list\"\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eTrail Mixes\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eSalad Toppings\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eSmoothie Bowls\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eYogurt Parfaits\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eBaked Goods\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eGranola Bars\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eChicken Salads\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eSoup Garnish\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cp\u003eWhile these sunflower seeds are a great snack on their own, they can also be used to add a boost of nutrition and flavor to a wide variety of dishes! Add them to your signature trail mix recipe to provide your customers with a hearty, healthy snack option.\u003c\/p\u003e\n                    \n                    \u003cp\u003eSprinkle these sunflower seeds over a flavorful chicken salad, a fresh garden salad, or a creamy bowl of bisque to provide your guests with an extra crunch they're sure to love. They can also be used to top smoothie bowls or yogurt parfaits at your coffee shop or cafe. However you choose to use them, these Hometown Provisions sunflower seeds are a versatile and nutritious addition to your commercial kitchen.\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"brand-story\"\u003e\n                        \u003ch3\u003eHometown Provisions Quality\u003c\/h3\u003e\n                        \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"upc-section\"\u003e\n                        \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                        \u003cspan class=\"upc-code\"\u003e400017740645\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"shipping-info\"\u003e\n                        \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                        \u003cdiv class=\"shipping-text\"\u003e\n                            \u003cspan class=\"shipping-highlight\"\u003eQuick Shipping:\u003c\/span\u003e Usually ships in \u003cspan class=\"shipping-highlight\"\u003e1 business day\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664514682964,"sku":null,"price":31.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_14_1dea5ad3-c65a-435e-8f49-15730bec8458.png?v=1763011749"},{"product_id":"hometown-provisions-roasted-salted-cashew-pieces-5-lb","title":"Roasted Salted Cashew Pieces 5 lb.","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\u003eHometown Provisions Roasted Salted Cashew Pieces\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .cashew-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(210, 105, 30, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #D2691E;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #D2691E;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #CD853F;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #FFA500;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #CD853F;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #D2691E;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(210, 105, 30, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #D2691E;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #D2691E;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #CD853F;\n        }\n        \n        \/* Highlight Badge *\/\n        .highlight-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            color: #8B4513;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            margin: 5px 0;\n            box-shadow: 0 2px 5px rgba(255, 165, 0, 0.3);\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"cashew-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHometown Provisions Roasted Salted Cashew Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePerfectly Roasted • Lightly Salted • Ready to Use\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e1 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\"\u003e5.4 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKosher, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e\n                                \u003cspan class=\"highlight-badge\"\u003eRoasted\u003c\/span\u003e\n                                \u003cspan class=\"highlight-badge\"\u003eSalted\u003c\/span\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eCashews\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e400017740591\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eAdd a natural, nutritious ingredient to your recipes with these Hometown Provisions roasted salted cashew pieces. Cashews offer a versatile way to add a crunchy, nutty flavor to your dishes. These cashews are roasted to perfection, enhancing their naturally buttery and savory flavor and are perfectly salted for a mouthwatering taste.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey're also an excellent source of protein, antioxidants, vitamins, and healthy fats that help improve cardiovascular health, making them a great addition to any diet. Their crisp texture makes them an excellent choice for including in dishes and baked goods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese cashews are made up of large pieces, making them a versatile option for chefs to easily incorporate in recipes without much preparation required. They can be used as a garnish or included in the batter of your favorite baked goods, such as cookies and brownies. These cashews are also a great addition to house-made trail mix and are an especially delicious pairing with savory foods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eTry adding them to stir frys, curries, and stews or as a topping for salads and string beans. A great way to add extra flavor and protein to your dishes, these cashews are sure to be a hit in your busy kitchen!\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eDeliciously savory, roasted flavor with a crunchy texture\u003c\/li\u003e\n                    \u003cli\u003eLightly salted taste for perfect seasoning\u003c\/li\u003e\n                    \u003cli\u003eGreat addition to snacks, toppings, and a wide variety of cooked foods\u003c\/li\u003e\n                    \u003cli\u003eContains antioxidants and heart-healthy nutrients\u003c\/li\u003e\n                    \u003cli\u003eBulk 5 lb. supply for high-volume establishments\u003c\/li\u003e\n                    \u003cli\u003eReady-to-use pieces - no preparation required\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eAbout Hometown Provisions\u003c\/h2\u003e\n                    \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664522514516,"sku":null,"price":64.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_16.png?v=1763012066"},{"product_id":"hometown-provisions-raw-pumpkin-seeds-2-5-lb-2-case","title":"Raw Pumpkin Seeds 2.5 lb. - 2\/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\u003eHometown Provisions Raw Pumpkin Seeds\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .pumpkin-seed-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #FF6B00 0%, #FF8C42 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(255, 107, 0, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFF8F0;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #FF6B00 0%, #FF8C42 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #FF6B00;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #FF6B00;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #FF8C42;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #FFD700;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #FF8C42;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #FF6B00;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFF8F0;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(255, 107, 0, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #FF6B00;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #FF6B00;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #FF6B00 0%, #FF8C42 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFF8F0;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #FF8C42;\n        }\n        \n        \/* Nutrition Highlight *\/\n        .nutrition-highlight {\n            background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);\n            color: white;\n            padding: 15px 20px;\n            border-radius: 10px;\n            margin: 20px 0;\n            box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);\n        }\n        \n        .nutrition-title {\n            font-weight: 700;\n            font-size: 1.2rem;\n            margin-bottom: 8px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .nutrition-title:before {\n            content: \"🌱\";\n            margin-right: 10px;\n            font-size: 1.4rem;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"pumpkin-seed-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHometown Provisions Raw Pumpkin Seeds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eShelled • Unsalted • Nutrient-Rich Superfood\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e2 Bags per 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\"\u003e5.5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKosher\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw, Unsalted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e2.5 lb. per Bag\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eWhole\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePumpkin Seeds\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e400017657158\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eSatiate your guests' snack cravings with these Hometown Provisions raw pumpkin seeds! Shelled for immediate use in recipes and made with no added salt, these pumpkin seeds offer a hearty, crunchy texture with a satisfying nutty flavor.\u003c\/p\u003e\n                    \n                    \u003cp\u003ePlus, they're packed with essential nutrients, vitamins, and minerals, making them a great snack option for health-conscious customers. These nutrient-rich seeds contain protein, iron, potassium, and they're also a great source of protein.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWhile these pumpkin seeds are a great snack on their own, they can also be used to add a boost of nutrition and flavor to a wide variety of dishes! Add them to your signature trail mix recipe to provide your customers with a hearty, healthy snack option.\u003c\/p\u003e\n                    \n                    \u003cp\u003eSprinkle these pumpkin seeds over a flavorful chicken salad, a fresh garden salad, or a creamy bowl of bisque to provide your guests with an extra crunch they're sure to love. They can also be used to top smoothie bowls or yogurt parfaits at your coffee shop or cafe. However you choose to use them, these Hometown Provisions pumpkin seeds are a versatile and nutritious addition to your commercial kitchen.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"nutrition-highlight\"\u003e\n                    \u003cdiv class=\"nutrition-title\"\u003eNutrition Powerhouse\u003c\/div\u003e\n                    \u003cp\u003eRich in protein, iron, potassium, magnesium, zinc, and antioxidants - making them an excellent addition to any health-conscious menu.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eVersatile, raw pumpkin seeds with no salt added\u003c\/li\u003e\n                    \u003cli\u003eHusk-free kernels for immediate use in recipes\u003c\/li\u003e\n                    \u003cli\u003ePacked with essential nutrients, vitamins, and minerals\u003c\/li\u003e\n                    \u003cli\u003eGreat source of protein and essential nutrients\u003c\/li\u003e\n                    \u003cli\u003eIdeal for adding to trail mix, garnishing salads, or topping smoothie bowls\u003c\/li\u003e\n                    \u003cli\u003ePerfect for health-conscious customers and dietary preferences\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eAbout Hometown Provisions\u003c\/h2\u003e\n                    \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664527396948,"sku":null,"price":58.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_18.png?v=1763012309"},{"product_id":"hometown-provisions-roasted-and-salted-extra-large-peanuts-2-5-lb-2-case","title":"Roasted and Salted Extra Large Peanuts 2.5 lb. - 2\/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\u003eHometown Provisions Roasted Salted Peanuts\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .peanut-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #8B4513;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #A0522D;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #FFA500;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #A0522D;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #8B4513;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(139, 69, 19, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #8B4513;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Bar Snack Highlight *\/\n        .bar-snack-highlight {\n            background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);\n            color: #8B4513;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);\n            border: 2px solid #FFD700;\n        }\n        \n        .bar-snack-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .bar-snack-title:before {\n            content: \"🍺\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #A0522D;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"peanut-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHometown Provisions Roasted Salted Peanuts\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eExtra Large • Perfectly Salted • Classic Bar Snack\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e2 Bags per 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\"\u003e5.5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKosher, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRoasted, Salted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e2.5 lb. per Bag\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePeanuts\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e030243051279\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eAdd a natural, nutritious ingredient to your recipes with these Hometown Provisions roasted and salted extra large peanuts. Peanuts offer a versatile way to add a crunchy, nutty flavor to your dishes. These peanuts have a savory roasted flavor and are perfectly salted for a mouthwatering taste.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey're also an excellent source of protein, vitamins, and healthy fats, making them a great addition to any diet. Their crisp texture makes them an excellent choice for including in dishes and baked goods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eA classic option for bars and pubs, these peanuts are a popular bar snack that will keep your customers satisfied and coming back for more! Keep these peanuts on hand at your establishment to serve alongside a cold beer or refreshing cocktail.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey pair well with both sweet and savory flavors, making them a versatile option for chefs to easily incorporate in recipes. They can be chopped and used as a garnish or included in the batter of your favorite baked goods, candies, or chocolates. These peanuts are also a great addition to house-made granola or trail mix, and they make a delicious topping for ice cream. A great way to add extra flavor and protein to your dishes, these peanuts are sure to be a hit in your busy kitchen!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"bar-snack-highlight\"\u003e\n                    \u003cdiv class=\"bar-snack-title\"\u003ePerfect Bar Snack\u003c\/div\u003e\n                    \u003cp\u003eClassic bar snack that pairs perfectly with beer and cocktails. Keep your customers satisfied and coming back for more with this timeless favorite.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eSavory roasted flavor and perfectly salted\u003c\/li\u003e\n                    \u003cli\u003eVersatile nutty flavor and crunchy texture\u003c\/li\u003e\n                    \u003cli\u003eClassic bar snack option for pubs and restaurants\u003c\/li\u003e\n                    \u003cli\u003eGreat source of protein, vitamins, and healthy fats\u003c\/li\u003e\n                    \u003cli\u003eIdeal for sweet and savory cooking and baking\u003c\/li\u003e\n                    \u003cli\u003eExtra large pieces for superior quality and presentation\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eAbout Hometown Provisions\u003c\/h2\u003e\n                    \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664578547796,"sku":null,"price":48.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_20.png?v=1763012555"},{"product_id":"hometown-provisions-raw-medium-size-pecan-pieces-2-5-lb-2-case","title":"Raw Medium Size Pecan Pieces 2.5 lb. - 2\/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\u003eHometown Provisions Raw Pecan Pieces\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .pecan-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #654321 0%, #8B4513 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(101, 67, 33, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #654321 0%, #8B4513 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #654321;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #654321;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #8B4513;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #D2691E;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #8B4513;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #654321;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(101, 67, 33, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #654321;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #654321;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #654321 0%, #8B4513 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(101, 67, 33, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Health Benefits Highlight *\/\n        .health-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .health-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .health-title:before {\n            content: \"❤️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Baking Highlight *\/\n        .baking-highlight {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .baking-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .baking-title:before {\n            content: \"🥧\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #8B4513;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"pecan-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHometown Provisions Raw Pecan Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eMedium Size • Unsalted • Perfect for Baking\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e2 Bags per 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\"\u003e5.5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKosher, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw, Unsalted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e2.5 lb. per Bag\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePecans\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e030243051286\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eAdd a natural, nutritious ingredient to your recipes with these Hometown Provisions raw medium size pecan pieces. Pecans offer a versatile way to add a crunchy, nutty flavor to your dishes. These pecans come raw with no salt added, making them a healthy and nutritious option that won't compromise your dishes' flavor.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey're also an excellent source of protein, vitamins, and healthy fats that help lower cholesterol and improve cardiovascular health, making them a great addition to any diet. Their crisp texture makes them an excellent choice for including in dishes and baked goods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese raw pecans are made up of medium-sized pieces, making them a versatile option for cooks and chefs to easily incorporate in recipes without much preparation required. They can be used as a garnish or included in the batter of your favorite baked goods, such as pecan pies, brownies, banana bread, or muffins.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese pecans are also a great addition to house-made granola or trail mix, and they make a delicious topping for ice cream. A great way to add extra flavor and protein to your dishes, these pecans are sure to be a hit in your busy kitchen!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"health-highlight\"\u003e\n                    \u003cdiv class=\"health-title\"\u003eHeart-Healthy Benefits\u003c\/div\u003e\n                    \u003cp\u003eRich in healthy fats that help lower cholesterol and improve cardiovascular health. An excellent source of protein, vitamins, and essential nutrients for a balanced diet.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"baking-highlight\"\u003e\n                    \u003cdiv class=\"baking-title\"\u003ePerfect for Baking\u003c\/div\u003e\n                    \u003cp\u003eIdeal for pecan pies, brownies, banana bread, muffins, and other baked goods. Medium-sized pieces are ready to use without additional preparation.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eMedium-sized pieces to easily incorporate in dishes\u003c\/li\u003e\n                    \u003cli\u003eNo added salt for versatile usage and recipe control\u003c\/li\u003e\n                    \u003cli\u003eIdeal for adding to baked goods, salads, chocolates, and ice cream\u003c\/li\u003e\n                    \u003cli\u003eGreat source of protein and essential nutrients\u003c\/li\u003e\n                    \u003cli\u003eBulk 2.5 lb. bags for high-volume kitchen use\u003c\/li\u003e\n                    \u003cli\u003eRaw and unsalted for maximum culinary flexibility\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eAbout Hometown Provisions\u003c\/h2\u003e\n                    \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664685273172,"sku":null,"price":87.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_22.png?v=1763012863"},{"product_id":"hometown-provisions-raw-walnut-halves-and-pieces-2-5-lb-2-case","title":"Raw Walnut Halves and Pieces 2.5 lb. - 2\/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\u003eHometown Provisions Raw Walnut Halves \u0026amp; Pieces\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .walnut-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #4A3520 0%, #6B4423 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(74, 53, 32, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #4A3520 0%, #6B4423 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #4A3520;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #4A3520;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #6B4423;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #D2691E;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #6B4423;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #4A3520;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(74, 53, 32, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #4A3520;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #4A3520;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #4A3520 0%, #6B4423 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(74, 53, 32, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Nutrition Highlight *\/\n        .nutrition-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .nutrition-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .nutrition-title:before {\n            content: \"🌰\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Versatility Highlight *\/\n        .versatility-highlight {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .versatility-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .versatility-title:before {\n            content: \"🍽️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #6B4423;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"walnut-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHometown Provisions Raw Walnut Halves \u0026amp; Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eUnsalted • Nutrient-Rich • Perfect for Baking \u0026amp; Cooking\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e2 Bags per 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\"\u003e5.5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKosher, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw, Unsalted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e2.5 lb. per Bag\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eHalves \u0026amp; Pieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eWalnuts\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e030243051262\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eAdd a natural, nutritious ingredient to your recipes with these Hometown Provisions raw walnut halves and pieces. Walnuts offer a versatile way to add a crunchy, nutty flavor to your dishes. These walnuts come raw with no salt added, making them a healthy and nutritious option that won't compromise your dishes' flavor.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey're also an excellent source of protein, vitamins, and healthy fats, making them a great addition to any diet. Their crisp texture makes them an excellent choice for including in dishes and baked goods.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese raw walnuts are made up of halves and pieces, making them a versatile option for cooks and chefs to easily incorporate in recipes without much preparation required. They can be used as a garnish or included in the batter of your favorite baked goods, such as brownies, banana bread, or muffins.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese walnuts are also a great addition to house-made granola or trail mix, and they make a delicious topping for ice cream. A great way to add extra flavor and protein to your dishes, these walnuts are sure to be a hit in your busy kitchen!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"nutrition-highlight\"\u003e\n                    \u003cdiv class=\"nutrition-title\"\u003eNutrition Powerhouse\u003c\/div\u003e\n                    \u003cp\u003eRich in protein, vitamins, and healthy fats. An excellent source of omega-3 fatty acids and antioxidants for a balanced, nutritious diet.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"versatility-highlight\"\u003e\n                    \u003cdiv class=\"versatility-title\"\u003eMaximum Versatility\u003c\/div\u003e\n                    \u003cp\u003ePerfect mix of halves and pieces - ready to use in any recipe without additional preparation. Ideal for both presentation and easy incorporation.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eRaw walnuts with no salt added for complete recipe control\u003c\/li\u003e\n                    \u003cli\u003eVersatile nutty flavor and satisfying crunchy texture\u003c\/li\u003e\n                    \u003cli\u003eMade up of halves and pieces to easily incorporate in dishes\u003c\/li\u003e\n                    \u003cli\u003eGreat source of protein, vitamins, and healthy fats\u003c\/li\u003e\n                    \u003cli\u003eIdeal for adding to baked goods, salads, chocolates, and ice cream\u003c\/li\u003e\n                    \u003cli\u003eBulk 2.5 lb. bags perfect for high-volume foodservice operations\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eAbout Hometown Provisions\u003c\/h2\u003e\n                    \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42664834859092,"sku":null,"price":59.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_24.png?v=1763013162"},{"product_id":"hickory-harvest-large-raw-cashew-pieces-5-lb","title":"Hickory Harvest Large Raw Cashew Pieces 5 lb.","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\u003eHickory Harvest Raw Cashew Pieces\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\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            line-height: 1.6;\n            color: #333;\n            background-color: #fefefe;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            padding: 35px 30px;\n            background: linear-gradient(135deg, #f8f4e8 0%, #f0e8d8 100%);\n            border-bottom: 1px solid #e8e0d0;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #8B7355;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #A88C6E;\n            font-weight: 500;\n            font-style: italic;\n        }\n        \n        \/* Content Layout *\/\n        .product-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            padding: 30px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Specs Table *\/\n        .specs-section {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid #e8e0d0;\n        }\n        \n        .specs-header {\n            background: linear-gradient(to right, #8B7355, #A88C6E);\n            color: white;\n            padding: 18px 20px;\n            font-size: 22px;\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #faf8f2;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f8f4e8;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid #e8e0d0;\n            transition: background-color 0.2s;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #8B7355;\n            width: 40%;\n        }\n        \n        .specs-table td:last-child {\n            color: #5a4a30;\n        }\n        \n        \/* Details Section *\/\n        .details-section {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid #e8e0d0;\n        }\n        \n        .section-title {\n            font-size: 24px;\n            font-weight: 600;\n            color: #8B7355;\n            margin-bottom: 20px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid #D2C4A8;\n        }\n        \n        .details-content p {\n            margin-bottom: 18px;\n            color: #5a4a30;\n            line-height: 1.7;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            margin: 25px 0;\n        }\n        \n        .features-list h3 {\n            margin-bottom: 15px;\n            color: #8B7355;\n            font-size: 20px;\n        }\n        \n        .features-list ul {\n            list-style: none;\n        }\n        \n        .features-list li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 14px;\n            color: #5a4a30;\n            padding: 8px 0;\n        }\n        \n        .features-list li::before {\n            content: \"✓\";\n            color: #8B7355;\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background: #f8f4e8;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        \/* Brand Story *\/\n        .brand-story {\n            background: #faf8f2;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #D2C4A8;\n        }\n        \n        .brand-story h3 {\n            color: #8B7355;\n            margin-bottom: 12px;\n            font-size: 18px;\n        }\n        \n        .brand-story p {\n            color: #5a4a30;\n            margin-bottom: 0;\n            font-style: italic;\n        }\n        \n        \/* UPC Code *\/\n        .upc-section {\n            background: #f8f4e8;\n            padding: 18px 20px;\n            border-radius: 8px;\n            margin-top: 25px;\n            display: flex;\n            align-items: center;\n            border: 1px dashed #D2C4A8;\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            margin-right: 12px;\n            color: #8B7355;\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 20px;\n            background: white;\n            padding: 8px 15px;\n            border-radius: 6px;\n            border: 1px solid #D2C4A8;\n            letter-spacing: 1px;\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: #f0e8d8;\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 25px;\n            display: flex;\n            align-items: center;\n            border: 1px solid #e8e0d0;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #8B7355;\n        }\n        \n        .shipping-text {\n            font-weight: 500;\n            color: #5a4a30;\n        }\n        \n        .shipping-highlight {\n            font-weight: 700;\n            color: #8B7355;\n        }\n        \n        \/* Culinary Applications *\/\n        .culinary-apps {\n            margin-top: 25px;\n        }\n        \n        .culinary-apps h3 {\n            color: #8B7355;\n            margin-bottom: 15px;\n            font-size: 20px;\n        }\n        \n        .culinary-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n        \n        .culinary-item {\n            background: #f8f4e8;\n            padding: 12px 15px;\n            border-radius: 6px;\n            color: #5a4a30;\n            font-weight: 500;\n        }\n        \n        @media (max-width: 480px) {\n            .culinary-list {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Health Benefits *\/\n        .health-benefits {\n            background: linear-gradient(135deg, #f8f4e8 0%, #f0e8d8 100%);\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #e8e0d0;\n        }\n        \n        .health-benefits h3 {\n            color: #8B7355;\n            margin-bottom: 15px;\n            font-size: 20px;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 15px;\n            text-align: center;\n        }\n        \n        .benefit-item {\n            padding: 15px;\n            background: white;\n            border-radius: 6px;\n            border: 1px solid #e8e0d0;\n        }\n        \n        .benefit-item h4 {\n            color: #8B7355;\n            margin-bottom: 8px;\n            font-size: 16px;\n        }\n        \n        .benefit-item p {\n            color: #5a4a30;\n            font-size: 14px;\n            margin: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Introduction Section *\/\n        .intro-section {\n            background: #faf8f2;\n            padding: 30px;\n            border-radius: 8px;\n            margin-bottom: 25px;\n            border: 1px solid #e8e0d0;\n        }\n        \n        .intro-headline {\n            font-size: 28px;\n            font-weight: 600;\n            color: #8B7355;\n            margin-bottom: 20px;\n            line-height: 1.3;\n        }\n        \n        .intro-text {\n            font-size: 18px;\n            color: #5a4a30;\n            line-height: 1.6;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHickory Harvest Raw Cashew Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eLarge raw cashew pieces for professional kitchens\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"intro-section\"\u003e\n            \u003ch2 class=\"intro-headline\"\u003eAdd texture and taste to your popular dishes with this Hickory Harvest 5 lb. bag of large raw cashew pieces!\u003c\/h2\u003e\n            \u003cp class=\"intro-text\"\u003ePerfect for your restaurant or bakery's pantry, Hickory Harvest offers a quality product at a great value. These versatile cashews feature an endless number of uses, from garnishing salads and string beans to satisfying stir-frys or flavorful Indian curries. Plus, since they're raw and contain no salt, they won't lend any additional salty flavor.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"specs-section\"\u003e\n                \u003cdiv class=\"specs-header\"\u003eProduct Specifications\u003c\/div\u003e\n                \u003ctable class=\"specs-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd\u003e5 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eType\u003c\/td\u003e\n                        \u003ctd\u003eCashew Pieces\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eForm\u003c\/td\u003e\n                        \u003ctd\u003eLarge Pieces\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eProcessing\u003c\/td\u003e\n                        \u003ctd\u003eRaw\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eSalt Content\u003c\/td\u003e\n                        \u003ctd\u003eUnsalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePackaging\u003c\/td\u003e\n                        \u003ctd\u003eBulk Bag\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eBest For\u003c\/td\u003e\n                        \u003ctd\u003eProfessional Kitchens\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n                \u003cdiv class=\"details-content\"\u003e\n                    \u003cdiv class=\"features-list\"\u003e\n                        \u003ch3\u003eKey Features:\u003c\/h3\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eGreat for snacks, toppings, or cooking ingredients\u003c\/li\u003e\n                            \u003cli\u003eNatural taste with no added salt\u003c\/li\u003e\n                            \u003cli\u003eHeart healthy and contains antioxidants\u003c\/li\u003e\n                            \u003cli\u003eAdd crunchy texture and nutty taste to a variety of dishes\u003c\/li\u003e\n                            \u003cli\u003eWill boost the nutritional value of your dishes\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"health-benefits\"\u003e\n                        \u003ch3\u003eNutritional Benefits\u003c\/h3\u003e\n                        \u003cdiv class=\"benefits-grid\"\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eHeart Healthy\u003c\/h4\u003e\n                                \u003cp\u003eRich in healthy monounsaturated fats that support cardiovascular health\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eAntioxidants\u003c\/h4\u003e\n                                \u003cp\u003ePacked with antioxidants that help combat oxidative stress\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eProtein Rich\u003c\/h4\u003e\n                                \u003cp\u003eExcellent source of plant-based protein for sustained energy\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eEssential Minerals\u003c\/h4\u003e\n                                \u003cp\u003eContains copper, magnesium, and zinc for overall wellness\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eDietary Fiber\u003c\/h4\u003e\n                                \u003cp\u003eGood source of fiber for digestive health\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eVitamins\u003c\/h4\u003e\n                                \u003cp\u003eRich in B vitamins for energy production and metabolism\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"culinary-apps\"\u003e\n                        \u003ch3\u003eCulinary Applications:\u003c\/h3\u003e\n                        \u003cdiv class=\"culinary-list\"\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eSalad Garnishes\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eStir-fry Dishes\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eIndian Curries\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eBaked Goods\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eTrail Mixes\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eVegetable Sides\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eSnack Mixes\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eDessert Toppings\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cp\u003eThese versatile cashew pieces are perfect for professional kitchens looking to add premium ingredients to their dishes without breaking the bank. The large piece size ensures substantial texture and presence in your culinary creations.\u003c\/p\u003e\n                    \n                    \u003cp\u003eSince they're raw and unsalted, you have complete control over the flavor profile of your dishes. Toast them lightly to enhance their natural nuttiness or use them as-is for a creamy, crunchy texture that elevates both sweet and savory recipes.\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"brand-story\"\u003e\n                        \u003ch3\u003eHickory Harvest Quality\u003c\/h3\u003e\n                        \u003cp\u003eHickory Harvest is committed to providing foodservice professionals with high-quality ingredients at exceptional value. Our raw cashew pieces are carefully selected and processed to maintain their natural flavor and nutritional benefits, making them the perfect addition to any commercial kitchen.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"upc-section\"\u003e\n                        \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                        \u003cspan class=\"upc-code\"\u003e036232190806\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"shipping-info\"\u003e\n                        \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                        \u003cdiv class=\"shipping-text\"\u003e\n                            \u003cspan class=\"shipping-highlight\"\u003eQuick Shipping:\u003c\/span\u003e Usually ships in \u003cspan class=\"shipping-highlight\"\u003e1 business day\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665013215316,"sku":null,"price":58.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_27.png?v=1763013544"},{"product_id":"hometown-provisions-roasted-and-salted-sunflower-seeds-2-5-lb-2-case","title":"Roasted and Salted Sunflower Seeds 2.5 lb. - 2\/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\u003eHometown Provisions Roasted Salted Sunflower Seeds\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .sunflower-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            border-radius: 15px;\n            color: #8B4513;\n            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: #8B4513;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #8B4513;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            color: #8B4513;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fffaf0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #8B4513;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #FFD700;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #FFA500;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #FFD700;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #8B4513;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFF8DC;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(139, 69, 19, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fffaf0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #FFD700;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #8B4513;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: #8B4513;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.3);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Nutrition Highlight *\/\n        .nutrition-highlight {\n            background: linear-gradient(135deg, #32CD32 0%, #228B22 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(50, 205, 50, 0.3);\n        }\n        \n        .nutrition-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .nutrition-title:before {\n            content: \"🌻\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Versatility Highlight *\/\n        .versatility-highlight {\n            background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(255, 165, 0, 0.3);\n        }\n        \n        .versatility-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .versatility-title:before {\n            content: \"🥗\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #FFD700;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"sunflower-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eHometown Provisions Roasted Salted Sunflower Seeds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eShelled • Perfectly Salted • Nutrient-Rich Superfood\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e2 Bags per 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\"\u003e5.5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKosher, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRoasted, Salted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e2.5 lb. per Bag\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eWhole\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eTotal Case Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e5 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eSunflower Seeds\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e030243051217\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eSatiate your guests' snack cravings with these Hometown Provisions roasted and salted sunflower seeds! Shelled for immediate use in recipes and salted to perfection, these sunflower seeds offer a hearty, crunchy texture with a satisfyingly salty flavor.\u003c\/p\u003e\n                    \n                    \u003cp\u003ePlus, they're packed with essential nutrients, vitamins, and minerals, making them a great snack option for health-conscious customers. These nutrient-rich seeds contain iron, vitamin E, niacin, folate, phosphorus, magnesium, and copper, and they're also a great source of protein.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWhile these sunflower seeds are a great snack on their own, they can also be used to add a boost of nutrition and flavor to a wide variety of dishes! Add them to your signature trail mix recipe to provide your customers with a hearty, healthy snack option.\u003c\/p\u003e\n                    \n                    \u003cp\u003eSprinkle these sunflower seeds over a flavorful chicken salad, a fresh garden salad, or a creamy bowl of bisque to provide your guests with an extra crunch they're sure to love. They can also be used to top smoothie bowls or yogurt parfaits at your coffee shop or cafe. However you choose to use them, these Hometown Provisions sunflower seeds are a versatile and nutritious addition to your commercial kitchen.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"nutrition-highlight\"\u003e\n                    \u003cdiv class=\"nutrition-title\"\u003eNutrition Powerhouse\u003c\/div\u003e\n                    \u003cp\u003eRich in iron, vitamin E, niacin, folate, phosphorus, magnesium, copper, and protein. Packed with essential nutrients for a healthy, balanced diet.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"versatility-highlight\"\u003e\n                    \u003cdiv class=\"versatility-title\"\u003eMaximum Culinary Versatility\u003c\/div\u003e\n                    \u003cp\u003ePerfect for trail mixes, salads, baked goods, smoothie bowls, and as a standalone snack. Shelled and ready to use immediately in any recipe.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eSavory roasted flavor and perfectly salted for immediate enjoyment\u003c\/li\u003e\n                    \u003cli\u003eHusk-free kernels for immediate use in recipes without preparation\u003c\/li\u003e\n                    \u003cli\u003ePacked with essential nutrients, vitamins, and minerals\u003c\/li\u003e\n                    \u003cli\u003eGreat source of protein and essential nutrients for health-conscious customers\u003c\/li\u003e\n                    \u003cli\u003eIdeal for adding to trail mix, garnishing salads, or topping smoothie bowls\u003c\/li\u003e\n                    \u003cli\u003eBulk 2.5 lb. bags perfect for high-volume foodservice operations\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eAbout Hometown Provisions\u003c\/h2\u003e\n                    \u003cp\u003eHometown Provisions is a trusted partner for foodservice operators, offering a wide selection of value-driven staples designed to meet the demands of modern kitchens. Their products are carefully selected for quality and consistency to help streamline operations and improve margins for independent restaurants, bakeries, caterers, and concession stands.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith a mission to combine efficiency, quality, and value, Hometown Provisions ensures you have the right products at the right time to keep your business running smoothly and your customers coming back for more. Choose Hometown Provisions for reliable, consistent solutions that help your business thrive.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665147433044,"sku":null,"price":39.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_28.png?v=1763013837"},{"product_id":"medium-raw-pecan-pieces-30-lb","title":"Medium Raw Pecan Pieces 30 lb.","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\u003eRaw Chopped Pecan Pieces - Premium Quality\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .pecan-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #8B4513;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #A0522D;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #D2691E;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #A0522D;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #8B4513;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(139, 69, 19, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #8B4513;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Health Benefits Highlight *\/\n        .health-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .health-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .health-title:before {\n            content: \"❤️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Time Saving Highlight *\/\n        .time-saving-highlight {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .time-saving-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .time-saving-title:before {\n            content: \"⏱️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #A0522D;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"pecan-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRaw Chopped Pecan Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eMedium-Sized Pieces • Keto-Friendly • Perfect for Baking\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e1 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\"\u003e31.28 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKeto, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e30 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eChopped Pieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eNuts, Pecans\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e8 83702 10360 2\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eChopped into medium-sized pieces, these raw pecans are great for baking applications or for garnishing dishes! Grown in the fertile Southwest region of the United States, these nuts are part of the 75 year old tradition of growing and shelling top quality pecans.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey add a crunchy, slightly buttery texture and nutty taste to a variety of dishes, including roasted vegetables, salads, or a scoop of ice cream. More than a garnish or topping, they can also be used for classic pecan pies or pecan cobblers. Since they're raw and contain no salt, they're perfect for baking and they won't lend any additional salty flavor.\u003c\/p\u003e\n                    \n                    \u003cp\u003eAllow your kitchen staff to save preparation time with these pre-chopped pieces, and easily blend pecans into your popular recipes.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese raw, medium pecan pieces are quality ingredients to keep on hand in your cafe, restaurant, or concession stand. Crisp, beautifully warm brown in color, and wholesome to taste, these versatile pecan pieces incorporate health benefits into your patrons' favorite snack mix or entree!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"health-highlight\"\u003e\n                    \u003cdiv class=\"health-title\"\u003eHeart Health Benefits\u003c\/div\u003e\n                    \u003cp\u003ePecans contain good fats that help lower cholesterol and improve cardiovascular health. Rich in vitamin E, vitamin A, zinc, and other essential vitamins and minerals for optimal nutrition.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"time-saving-highlight\"\u003e\n                    \u003cdiv class=\"time-saving-title\"\u003eTime-Saving Preparation\u003c\/div\u003e\n                    \u003cp\u003ePre-chopped medium pieces save valuable kitchen prep time. Ready to use immediately in any recipe without additional preparation required.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eGreat for baked goods, salads, or ice cream toppings\u003c\/li\u003e\n                    \u003cli\u003eNatural taste with no added salt for versatile usage\u003c\/li\u003e\n                    \u003cli\u003eAdds crunchy texture and nutty taste to food\u003c\/li\u003e\n                    \u003cli\u003eRaw pecans without any added salt\u003c\/li\u003e\n                    \u003cli\u003ePre-chopped pieces save valuable prep time\u003c\/li\u003e\n                    \u003cli\u003eKeto-friendly and perfect for health-conscious menus\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003ePremium Quality \u0026amp; Tradition\u003c\/h2\u003e\n                    \u003cp\u003eGrown in the fertile Southwest region of the United States, these pecans are part of a 75-year tradition of growing and shelling top quality pecans. Each batch is carefully processed to maintain the natural flavor and nutritional benefits that make pecans a favorite among chefs and health-conscious consumers alike.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWhether you're creating classic pecan pies, adding crunch to salads, or enhancing your baked goods, these raw chopped pecan pieces deliver consistent quality and exceptional flavor that will elevate your culinary creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665222897748,"sku":null,"price":447.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_30.png?v=1763014096"},{"product_id":"raw-walnut-halves-and-pieces-25-lb","title":"Raw Walnut Halves and Pieces 25 lb.","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\u003eRaw Walnut Halves \u0026amp; Pieces - Premium Quality\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .walnut-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #4A3520 0%, #6B4423 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(74, 53, 32, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #4A3520 0%, #6B4423 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #4A3520;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #4A3520;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #6B4423;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #D2691E;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #6B4423;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #4A3520;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(74, 53, 32, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #4A3520;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #4A3520;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #4A3520 0%, #6B4423 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(74, 53, 32, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Nutrition Highlight *\/\n        .nutrition-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .nutrition-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .nutrition-title:before {\n            content: \"🌰\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Time Saving Highlight *\/\n        .time-saving-highlight {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .time-saving-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .time-saving-title:before {\n            content: \"⏱️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #6B4423;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"walnut-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRaw Walnut Halves \u0026amp; Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePremium Quality • Ready to Use • Perfect for Baking\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct Details\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e25 lb. Bag\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eHalves \u0026amp; Pieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw Walnuts\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eCondition\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw, Unsalted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStorage\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eEasy to Store\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\"\u003eRestaurants \u0026amp; Bakeries\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e671951212622\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eAdd texture and taste to your popular dishes with this 25 lb. bag of raw walnut halves and pieces! Save time preparing baked goods and other dishes with these raw walnuts that are already chopped into halves and pieces.\u003c\/p\u003e\n                    \n                    \u003cp\u003ePerfect for your restaurant or bakery's pantry, these generously-sized walnut halves and pieces add a crunchy texture and nutty taste to a variety of dishes. Whether you're baking brownies, topping salads, or creating signature dishes, these walnuts deliver exceptional quality and flavor.\u003c\/p\u003e\n                    \n                    \u003cp\u003ePackaged in a handy 25 lb. bag, walnut halves and pieces are easy to store and take up less space than bulk bags. The perfect blend of halves and pieces ensures you have the right size for every culinary application.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"nutrition-highlight\"\u003e\n                    \u003cdiv class=\"nutrition-title\"\u003eNutritional Powerhouse\u003c\/div\u003e\n                    \u003cp\u003eRich in protein, omega-3 fatty acids, and essential nutrients. These walnuts will boost the nutritional value of your dishes while adding exceptional flavor and texture.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"time-saving-highlight\"\u003e\n                    \u003cdiv class=\"time-saving-title\"\u003eReady to Use\u003c\/div\u003e\n                    \u003cp\u003ePre-chopped halves and pieces save valuable kitchen preparation time. No additional chopping required - perfect for busy commercial kitchens and bakeries.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eGenerously-sized halves and pieces for perfect texture\u003c\/li\u003e\n                    \u003cli\u003eExcellent for baking brownies or topping salads\u003c\/li\u003e\n                    \u003cli\u003eBoosts nutritional value of your dishes significantly\u003c\/li\u003e\n                    \u003cli\u003eAdds crunchy texture and nutty taste to a variety of dishes\u003c\/li\u003e\n                    \u003cli\u003eGood source of protein and essential nutrients\u003c\/li\u003e\n                    \u003cli\u003eRaw and unsalted for maximum culinary flexibility\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003ePerfect for Professional Kitchens\u003c\/h2\u003e\n                    \u003cp\u003eThese raw walnut halves and pieces are specifically selected for commercial use in restaurants, bakeries, and food service establishments. The consistent quality and perfect blend of halves and pieces make them ideal for everything from fine dining presentations to high-volume bakery production.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith their rich, buttery flavor and satisfying crunch, these walnuts will elevate your culinary creations while providing the health benefits that today's customers appreciate. The convenient 25 lb. packaging ensures you always have this versatile ingredient on hand for your most popular dishes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665499787348,"sku":null,"price":254.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_32.png?v=1763014492"},{"product_id":"raw-sunflower-seeds-50-lb","title":"Raw Sunflower Seeds 50 lb.","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\u003eRaw Sunflower Seeds - Premium Quality\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .sunflower-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            border-radius: 15px;\n            color: #8B4513;\n            box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: #8B4513;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #8B4513;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            color: #8B4513;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fffaf0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #8B4513;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #FFD700;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #FFA500;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #FFD700;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #8B4513;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFF8DC;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(139, 69, 19, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fffaf0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #FFD700;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #8B4513;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: #8B4513;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.3);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Nutrition Highlight *\/\n        .nutrition-highlight {\n            background: linear-gradient(135deg, #32CD32 0%, #228B22 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(50, 205, 50, 0.3);\n        }\n        \n        .nutrition-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .nutrition-title:before {\n            content: \"🌻\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Convenience Highlight *\/\n        .convenience-highlight {\n            background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(255, 165, 0, 0.3);\n        }\n        \n        .convenience-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .convenience-title:before {\n            content: \"⚡\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #FFD700;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"sunflower-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRaw Sunflower Seeds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eShelled • Unsalted • Premium Quality\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct Details\u003c\/th\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/thead\u003e\n                    \u003ctbody\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e50 lb. Bag\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eShell Status\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eShells Removed\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eSalt Content\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eNo Added Salt\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eCondition\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePrimary Use\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eGranola \u0026amp; Baking\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\"\u003eRestaurants \u0026amp; Bakeries\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e036232091653\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eAdd texture and taste to your popular dishes with this 50 lb. bag of raw sunflower seeds! Perfect for your restaurant or bakery's pantry, this product offers quality at a great value.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThese versatile sunflower seeds feature an endless number of uses. Plus, since their shells have already been removed, they are easy to add into your popular recipes without any additional preparation required.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWhether you're creating signature granola blends, adding crunch to baked goods, or incorporating them into health-conscious menu items, these raw sunflower seeds deliver exceptional quality and versatility for your culinary creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"nutrition-highlight\"\u003e\n                    \u003cdiv class=\"nutrition-title\"\u003eNutritional Powerhouse\u003c\/div\u003e\n                    \u003cp\u003eRich in protein, vitamin E, magnesium, and healthy fats. These sunflower seeds make a naturally healthy snack that boosts the nutritional profile of any dish while adding satisfying crunch and flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"convenience-highlight\"\u003e\n                    \u003cdiv class=\"convenience-title\"\u003eReady to Use\u003c\/div\u003e\n                    \u003cp\u003eShells have been completely removed, saving valuable preparation time in your kitchen. No additional processing required - perfect for immediate use in any recipe.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eShells completely removed for immediate use\u003c\/li\u003e\n                    \u003cli\u003eContains no added salt for complete recipe control\u003c\/li\u003e\n                    \u003cli\u003eMakes a naturally healthy snack option\u003c\/li\u003e\n                    \u003cli\u003eExcellent source of protein and essential nutrients\u003c\/li\u003e\n                    \u003cli\u003ePerfect for granola recipes and baked goods\u003c\/li\u003e\n                    \u003cli\u003eRaw and unsalted for maximum culinary flexibility\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eVersatile Kitchen Essential\u003c\/h2\u003e\n                    \u003cp\u003eThese raw sunflower seeds are the perfect pantry staple for any professional kitchen. Their neutral flavor profile and nutritional benefits make them suitable for both sweet and savory applications. From breakfast granola to dinner salads, these seeds add texture, nutrition, and visual appeal to your dishes.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThe convenient 50 lb. bulk packaging ensures you always have this versatile ingredient on hand for high-volume production, while the shell-free preparation saves valuable labor time in your kitchen operations.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665689743444,"sku":null,"price":219.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_34.png?v=1763014995"},{"product_id":"hampton-farms-roasted-unsalted-in-shell-peanuts-25-lb","title":"Hampton Farms Roasted Unsalted In-Shell Peanuts 25 lb.","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\u003eRoasted Unsalted In-Shell Peanuts - Premium Quality\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .peanut-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #8B4513;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #A0522D;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #D2691E;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #A0522D;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #8B4513;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(139, 69, 19, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #8B4513;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Nutrition Highlight *\/\n        .nutrition-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .nutrition-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .nutrition-title:before {\n            content: \"🥜\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Protection Highlight *\/\n        .protection-highlight {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .protection-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .protection-title:before {\n            content: \"🛡️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #A0522D;\n        }\n        \n        \/* Feature Badges *\/\n        .feature-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .feature-badge {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            color: #8B4513;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 5px rgba(255, 215, 0, 0.3);\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n            \n            .feature-badges {\n                justify-content: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"peanut-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRoasted Unsalted In-Shell Peanuts\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eNatural Protection • Healthy Snacking • Perfect for Concessions\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e1 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\"\u003e26.89 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eGluten-Free, Keto, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRoasted, Unsalted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e25 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eIn-Shell, Whole\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eNuts, Peanuts\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"feature-badges\"\u003e\n                    \u003cspan class=\"feature-badge\"\u003eGluten-Free\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eKeto-Friendly\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eMade in USA\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eAll Natural\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e202700\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eUse these versatile Hampton Farms roasted and unsalted in-shell peanuts in a variety of applications! Serve them in a bowl for hors d'oeuvres at a party or event, or bag them to sell at your carnival cart or concession stand.\u003c\/p\u003e\n                    \n                    \u003cp\u003eHearty and healthy, peanuts are a good source of protein and contain essential vitamins and minerals, including but not limited to, manganese, vitamin E, and heart-healthy fats. Packaged in a 25 lb. box, you will have ample supplies to replenish your snack bowls or concession stands.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith a natural, unsalted nutty flavor, this will be a go-to snack for your bar, restaurant, or concession stand. These peanuts are left in their shells for a natural barrier against contaminants, ensuring freshness and food safety.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"nutrition-highlight\"\u003e\n                    \u003cdiv class=\"nutrition-title\"\u003eNutritional Powerhouse\u003c\/div\u003e\n                    \u003cp\u003eRich in protein, manganese, vitamin E, and heart-healthy fats. These peanuts make a naturally healthy snack that provides essential vitamins and minerals while satisfying hunger with their hearty, wholesome flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"protection-highlight\"\u003e\n                    \u003cdiv class=\"protection-title\"\u003eNatural Protection\u003c\/div\u003e\n                    \u003cp\u003eRoasted in-shell to protect against contaminants while maintaining freshness. The natural shell provides a hygienic barrier, making these peanuts perfect for shared snack bowls and concession stand service.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eGreat for snack bowls or to use in concession stands\u003c\/li\u003e\n                    \u003cli\u003eContains essential vitamins and minerals for healthy snacking\u003c\/li\u003e\n                    \u003cli\u003eHealthy, unsalted natural flavor appeals to all customers\u003c\/li\u003e\n                    \u003cli\u003eRoasted in shell to protect against contaminants and maintain freshness\u003c\/li\u003e\n                    \u003cli\u003eMakes a naturally healthy snack option for any occasion\u003c\/li\u003e\n                    \u003cli\u003ePerfect for bars, restaurants, and concession operations\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003ePerfect for Any Venue\u003c\/h2\u003e\n                    \u003cp\u003eThese roasted unsalted in-shell peanuts are the ideal snack solution for any food service establishment. Whether you're operating a busy bar, a family restaurant, or a mobile concession stand, these peanuts provide a classic, wholesome snack that customers love.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThe natural shell protection means you can confidently serve these peanuts in shared bowls, knowing they remain fresh and protected. The unsalted, roasted flavor appeals to health-conscious customers while still delivering the satisfying crunch and nutty taste that makes peanuts a timeless favorite.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665739485268,"sku":null,"price":78.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_36.png?v=1763015358"},{"product_id":"30-lb-small-raw-walnut-pieces","title":"30 lb. Small Raw Walnut Pieces","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\u003eSmall Raw Walnut Pieces - Premium Baking Quality\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .walnut-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #4A3520 0%, #6B4423 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(74, 53, 32, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #4A3520 0%, #6B4423 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #4A3520;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #4A3520;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #6B4423;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #D2691E;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #6B4423;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #4A3520;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(74, 53, 32, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #4A3520;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #4A3520;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #4A3520 0%, #6B4423 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(74, 53, 32, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Baking Highlight *\/\n        .baking-highlight {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .baking-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .baking-title:before {\n            content: \"🥧\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Time Saving Highlight *\/\n        .time-saving-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .time-saving-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .time-saving-title:before {\n            content: \"⏱️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Feature Badges *\/\n        .feature-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .feature-badge {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            color: #4A3520;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 5px rgba(255, 215, 0, 0.3);\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #6B4423;\n        }\n        \n        \/* Size Indicator *\/\n        .size-indicator {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 15px 20px;\n            border-radius: 10px;\n            margin: 15px 0;\n            text-align: center;\n            font-weight: 600;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n            \n            .feature-badges {\n                justify-content: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"walnut-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eSmall Raw Walnut Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003e3\/8\" Size • Perfect for Baking • Ready to Use\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e1 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\"\u003e31.2 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKeto, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e30 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eNuts, Walnuts\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"size-indicator\"\u003e\n                    Perfect 3\/8\" Size - Ideal for Baking Applications\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-badges\"\u003e\n                    \u003cspan class=\"feature-badge\"\u003eKeto-Friendly\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eMade in USA\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eRaw \u0026amp; Natural\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003ePre-Ground\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e722615611395\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eKeep your kitchen well-stocked with the essentials with these 3\/8\" small raw walnut pieces! Perfect for use in baked goods such as cookies, brownies, cakes, and pies, or a classic Waldorf salad, walnuts are an essential ingredient for many dishes.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey're also a delicious addition to trail mix and other healthy snacks. Their rich, nutty flavor adds depth to your recipes while their texture creates a delightful crunch!\u003c\/p\u003e\n                    \n                    \u003cp\u003eFor your convenience, these walnuts are pre-ground into pieces approximately 3\/8\" in size - perfect for your baked goods! This product helps you save prep time in the kitchen without sacrificing flavor. Plus, the bulk 30 lb. bag will keep even high-volume operations in good supply!\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"baking-highlight\"\u003e\n                    \u003cdiv class=\"baking-title\"\u003ePerfect for Baking\u003c\/div\u003e\n                    \u003cp\u003eIdeal size for cookies, brownies, cakes, and pies. The 3\/8\" pieces distribute evenly throughout batters and doughs, ensuring perfect texture and flavor in every bite.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"time-saving-highlight\"\u003e\n                    \u003cdiv class=\"time-saving-title\"\u003eReady to Use\u003c\/div\u003e\n                    \u003cp\u003ePre-ground pieces save valuable kitchen preparation time. No additional chopping or processing required - perfect for busy commercial bakeries and kitchens.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003ePerfect ingredient for cookies, cakes, and pies with ideal 3\/8\" size\u003c\/li\u003e\n                    \u003cli\u003ePre-ground for maximum convenience and consistency\u003c\/li\u003e\n                    \u003cli\u003eSaves valuable prep time in commercial kitchens\u003c\/li\u003e\n                    \u003cli\u003eDeliciously rich, nutty flavor enhances any recipe\u003c\/li\u003e\n                    \u003cli\u003eBulk 30 lb. size is great for high-volume operations\u003c\/li\u003e\n                    \u003cli\u003eRaw and natural for maximum culinary flexibility\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003eIdeal for Professional Kitchens\u003c\/h2\u003e\n                    \u003cp\u003eThese small raw walnut pieces are specifically sized and processed for commercial baking and food service applications. The consistent 3\/8\" size ensures even distribution in batters and doughs, while the raw, natural state allows for complete recipe control.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWhether you're operating a high-volume bakery, a restaurant with extensive dessert offerings, or a food manufacturing facility, these walnut pieces provide the quality and convenience needed for efficient, consistent production. The bulk 30 lb. packaging ensures you always have this essential ingredient on hand for your most popular recipes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665914466388,"sku":null,"price":342.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_38.png?v=1763016503"},{"product_id":"raw-cashew-pieces-50-lb","title":"Raw Cashew Pieces 50 lb.","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\u003eRaw Cashew Pieces - Premium Quality\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .cashew-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(210, 105, 30, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #D2691E;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #D2691E;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #CD853F;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #FFA500;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #CD853F;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #D2691E;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(210, 105, 30, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #D2691E;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #D2691E;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Nutrition Highlight *\/\n        .nutrition-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .nutrition-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .nutrition-title:before {\n            content: \"🌱\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Versatility Highlight *\/\n        .versatility-highlight {\n            background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(255, 165, 0, 0.3);\n        }\n        \n        .versatility-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .versatility-title:before {\n            content: \"🍽️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Feature Badges *\/\n        .feature-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .feature-badge {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            color: #8B4513;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 5px rgba(255, 215, 0, 0.3);\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #CD853F;\n        }\n        \n        \/* Value Indicator *\/\n        .value-indicator {\n            background: linear-gradient(135deg, #32CD32 0%, #228B22 100%);\n            color: white;\n            padding: 15px 20px;\n            border-radius: 10px;\n            margin: 15px 0;\n            text-align: center;\n            font-weight: 600;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n            \n            .feature-badges {\n                justify-content: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"cashew-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRaw Cashew Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePremium Quality • Economical • Perfect for Vegan Recipes\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e1 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\"\u003e51.2 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKosher\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e50 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eCashews\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"value-indicator\"\u003e\n                    Economical Choice - Perfect for High-Volume Operations\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-badges\"\u003e\n                    \u003cspan class=\"feature-badge\"\u003eKosher Certified\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eRaw \u0026amp; Natural\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eVegan Friendly\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eEconomical Pieces\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e400015238151\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eKeep your establishment stocked with the essentials when you purchase these 50 lb. raw cashew pieces! These high-quality nuts are left unroasted and unsalted to allow you to use them in a wide variety of sweet and savory applications.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey've got an irresistible crunch and a delicious, buttery flavor that'll keep your patrons coming back for more! And they don't just taste great - these cashews are high in protein, fiber, and healthy fats that'll keep your guests feeling full and satisfied.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey're also loaded with vitamins like copper, magnesium, and manganese, making them a great way for your customers to get their essential nutrients! These cashews come in pieces, making them a more economical choice over whole nuts that's great for back of house use.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"nutrition-highlight\"\u003e\n                    \u003cdiv class=\"nutrition-title\"\u003eNutrition Powerhouse\u003c\/div\u003e\n                    \u003cp\u003eRich in protein, fiber, healthy fats, copper, magnesium, and manganese. These cashews provide essential nutrients while delivering exceptional flavor and creamy texture for all your culinary creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"versatility-highlight\"\u003e\n                    \u003cdiv class=\"versatility-title\"\u003eMaximum Culinary Versatility\u003c\/div\u003e\n                    \u003cp\u003ePerfect for Asian cuisine, baked goods, vegan recipes, and dairy alternatives. From stir-fries to cashew milk, these raw pieces adapt to any culinary application with exceptional results.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eUnroasted and unsalted for versatile application in any recipe\u003c\/li\u003e\n                    \u003cli\u003eNaturally delicious flavor and crunchy texture; broken pieces are an economical choice\u003c\/li\u003e\n                    \u003cli\u003eTasty topping for salads, baked goods, stir fries, and other culinary creations\u003c\/li\u003e\n                    \u003cli\u003eCreamy substitute for dairy in vegan recipes and plant-based dishes\u003c\/li\u003e\n                    \u003cli\u003eBulk 50 lb. supply is perfect for high volume establishments\u003c\/li\u003e\n                    \u003cli\u003ePerfect for creating house-made cashew milk, ice cream, and dairy alternatives\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003ePerfect for Modern Cuisine\u003c\/h2\u003e\n                    \u003cp\u003eThese raw cashew pieces are the ideal ingredient for today's diverse culinary landscape. Their natural, unprocessed state makes them perfect for everything from traditional Asian stir-fries to innovative plant-based creations. The economical piece format provides excellent value while maintaining the same premium quality and flavor as whole cashews.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWhether you're creating creamy vegan sauces, adding crunch to salads and baked goods, or developing innovative dairy-free menu items, these cashew pieces deliver consistent performance and exceptional flavor. The bulk 50 lb. packaging ensures you always have this versatile ingredient on hand for your most popular recipes and special creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665936748628,"sku":null,"price":438.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_40_048defef-fdc4-4686-8b40-95b1c3935c7b.png?v=1763016762"},{"product_id":"hampton-farms-roasted-salted-in-shell-peanuts-25-lb","title":"Hampton Farms Roasted Salted In-Shell Peanuts 25 lb.","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\u003eRoasted Salted In-Shell Peanuts - Premium Quality\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .peanut-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #8B4513;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #A0522D;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #D2691E;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #A0522D;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #8B4513;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(139, 69, 19, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #8B4513;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Nutrition Highlight *\/\n        .nutrition-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .nutrition-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .nutrition-title:before {\n            content: \"🥜\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Protection Highlight *\/\n        .protection-highlight {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .protection-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .protection-title:before {\n            content: \"🛡️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Feature Badges *\/\n        .feature-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .feature-badge {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            color: #8B4513;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 5px rgba(255, 215, 0, 0.3);\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #A0522D;\n        }\n        \n        \/* Flavor Indicator *\/\n        .flavor-indicator {\n            background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);\n            color: white;\n            padding: 15px 20px;\n            border-radius: 10px;\n            margin: 15px 0;\n            text-align: center;\n            font-weight: 600;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n            \n            .feature-badges {\n                justify-content: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"peanut-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRoasted Salted In-Shell Peanuts\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePerfectly Salted • Natural Protection • Classic Snack\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e1 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\"\u003e25.8 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eGluten-Free, Keto, Made in America\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRoasted, Salted\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e25 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eIn-Shell, Whole\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eNuts, Peanuts\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"flavor-indicator\"\u003e\n                    Perfectly Salted for Enhanced Flavor Experience\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-badges\"\u003e\n                    \u003cspan class=\"feature-badge\"\u003eGluten-Free\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eKeto-Friendly\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eMade in USA\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eAll Natural\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e201300\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eUse these versatile Hampton Farms roasted and salted in-shell peanuts in a variety of applications! Serve them in a bowl for hors d'oeuvres at a party or event, or bag them to sell at your carnival cart or concession stand.\u003c\/p\u003e\n                    \n                    \u003cp\u003eHearty and healthy, peanuts are a good source of protein and contain essential vitamins and minerals, including but not limited to, manganese, vitamin E, and heart-healthy fats. Packaged in a 25 lb. box, you will have ample supplies to replenish your snack bowls or concession stands.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWith the added salty flavor on top of the natural nutty flavor of the peanuts, this will be a go-to snack for your bar, restaurant, or concession stand. These peanuts are left in their shells for a natural barrier against contaminants, ensuring freshness and food safety.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"nutrition-highlight\"\u003e\n                    \u003cdiv class=\"nutrition-title\"\u003eNutritional Powerhouse\u003c\/div\u003e\n                    \u003cp\u003eRich in protein, manganese, vitamin E, and heart-healthy fats. These peanuts make a naturally healthy snack that provides essential vitamins and minerals while satisfying hunger with their hearty, wholesome flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"protection-highlight\"\u003e\n                    \u003cdiv class=\"protection-title\"\u003eNatural Protection\u003c\/div\u003e\n                    \u003cp\u003eRoasted in-shell to protect against contaminants while maintaining freshness. The natural shell provides a hygienic barrier, making these peanuts perfect for shared snack bowls and concession stand service.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eGreat for snack bowls or to use in concession stands\u003c\/li\u003e\n                    \u003cli\u003eContains essential vitamins and minerals for healthy snacking\u003c\/li\u003e\n                    \u003cli\u003eSalted for enhanced flavor that customers love\u003c\/li\u003e\n                    \u003cli\u003eRoasted in shell to protect against contaminants and maintain freshness\u003c\/li\u003e\n                    \u003cli\u003eMakes a naturally healthy snack option for any occasion\u003c\/li\u003e\n                    \u003cli\u003ePerfect for bars, restaurants, and concession operations\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003ePerfect for Any Venue\u003c\/h2\u003e\n                    \u003cp\u003eThese roasted salted in-shell peanuts are the ideal snack solution for any food service establishment. Whether you're operating a busy bar, a family restaurant, or a mobile concession stand, these peanuts provide a classic, wholesome snack that customers love.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThe natural shell protection means you can confidently serve these peanuts in shared bowls, knowing they remain fresh and protected. The perfectly salted, roasted flavor enhances the natural nutty taste, creating a snack experience that keeps customers coming back for more. The bulk 25 lb. packaging ensures you always have this popular snack on hand for your busiest days.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665943334996,"sku":null,"price":79.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_42.png?v=1763016982"},{"product_id":"jr-mammoth-raw-pecan-halves-30-lb","title":"Jr. Mammoth Raw Pecan Halves 30 lb.","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\u003eRaw Pecan Halves - Premium Jr. Mammoth Size\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .pecan-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(139, 69, 19, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #8B4513;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #8B4513;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #A0522D;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #D2691E;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #A0522D;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #8B4513;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(139, 69, 19, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #8B4513;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Health Benefits Highlight *\/\n        .health-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .health-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .health-title:before {\n            content: \"❤️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Premium Size Highlight *\/\n        .premium-highlight {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .premium-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .premium-title:before {\n            content: \"⭐\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Feature Badges *\/\n        .feature-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .feature-badge {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            color: #8B4513;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 5px rgba(255, 215, 0, 0.3);\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #A0522D;\n        }\n        \n        \/* Size Indicator *\/\n        .size-indicator {\n            background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);\n            color: white;\n            padding: 15px 20px;\n            border-radius: 10px;\n            margin: 15px 0;\n            text-align: center;\n            font-weight: 600;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n            \n            .feature-badges {\n                justify-content: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"pecan-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRaw Pecan Halves\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eJr. Mammoth Size • Premium Quality • Heart Healthy\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e1 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\"\u003e30.99 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eKeto\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e30 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eNuts, Pecans\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"size-indicator\"\u003e\n                    Premium Jr. Mammoth Size - Medium to Large Halves\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-badges\"\u003e\n                    \u003cspan class=\"feature-badge\"\u003eKeto-Friendly\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eRaw \u0026amp; Natural\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eNo Added Salt\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eHeart Healthy\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e036232091455\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eKnown as Jr. Mammoth for their premium medium to large size, these raw pecan halves are great for baking applications or for serving on their own! Grown in the fertile Southwest region of the United States, these nuts are part of the 75 year old tradition of growing and shelling top quality pecans.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey add a crunchy, slightly buttery texture and nutty taste to a variety of dishes, including roasted vegetables, salads, or a scoop of ice cream. More than a garnish or topping, they can also be used for classic pecan pies or pecan cobblers. Since they're raw and contain no salt, they're perfect for baking and they won't lend any additional salty flavor.\u003c\/p\u003e\n                    \n                    \u003cp\u003eBlend these pecan halves into your favorite recipes or mix them with other nuts and serve as hors d'oeuvres at your party or event. These raw, large pecan halves are quality ingredients to keep on hand in your cafe, restaurant, or concession stand.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"health-highlight\"\u003e\n                    \u003cdiv class=\"health-title\"\u003eHeart Health Benefits\u003c\/div\u003e\n                    \u003cp\u003ePecans contain good fats that help lower cholesterol and improve cardiovascular health. Rich in vitamin E, vitamin A, zinc, and other essential vitamins and minerals for optimal nutrition and wellness.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"premium-highlight\"\u003e\n                    \u003cdiv class=\"premium-title\"\u003ePremium Jr. Mammoth Size\u003c\/div\u003e\n                    \u003cp\u003eMedium to large pecan halves perfect for baking and presentation. The generous size ensures excellent texture and visual appeal in all your culinary creations, from baked goods to elegant salads.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eGreat for baked goods or snacks with premium presentation\u003c\/li\u003e\n                    \u003cli\u003eNatural taste with no added salt for complete recipe control\u003c\/li\u003e\n                    \u003cli\u003eHeart healthy with cholesterol-lowering benefits\u003c\/li\u003e\n                    \u003cli\u003ePremium large size perfect for baking and culinary applications\u003c\/li\u003e\n                    \u003cli\u003eCrisp, beautifully warm brown color with wholesome taste\u003c\/li\u003e\n                    \u003cli\u003eVersatile for both sweet and savory dishes\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003e75-Year Tradition of Excellence\u003c\/h2\u003e\n                    \u003cp\u003eThese raw pecan halves represent a 75-year tradition of growing and shelling top quality pecans in the fertile Southwest region of the United States. Each pecan is carefully selected for its premium Jr. Mammoth size, ensuring consistent quality and exceptional flavor in every batch.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWhether you're creating classic pecan pies, adding elegance to salads, or serving as premium snacks, these pecan halves deliver the perfect combination of size, flavor, and nutritional benefits. The raw, natural state allows for complete culinary flexibility while maintaining all the heart-healthy benefits that make pecans a favorite among health-conscious consumers.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42665950380116,"sku":null,"price":517.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_44.png?v=1763017244"},{"product_id":"raw-cashew-splits-48-lb","title":"Raw Cashew Splits 48 lb.","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\u003eRaw Cashew Splits - Premium Quality\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\n        .cashew-description {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            border-radius: 15px;\n            color: white;\n            box-shadow: 0 8px 25px rgba(210, 105, 30, 0.2);\n        }\n        \n        .product-title {\n            font-size: 2.5rem;\n            color: white;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);\n        }\n        \n        .product-subtitle {\n            font-size: 1.3rem;\n            color: #FFEBCD;\n            font-weight: 500;\n            opacity: 0.95;\n        }\n        \n        \/* Main Content Layout *\/\n        .content-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 20px;\n        }\n        \n        .specs-section {\n            flex: 1;\n            min-width: 320px;\n        }\n        \n        .details-section {\n            flex: 2;\n            min-width: 320px;\n        }\n        \n        \/* Beautiful Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            margin-bottom: 30px;\n            background: white;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            color: white;\n            padding: 20px;\n            text-align: center;\n            font-weight: 700;\n            font-size: 1.2rem;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: white;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #fff8f0;\n            transform: translateY(-1px);\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table td {\n            padding: 18px 20px;\n            border-bottom: 1px solid #e8e8e8;\n            transition: all 0.3s ease;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .spec-label {\n            font-weight: 700;\n            color: #D2691E;\n            width: 35%;\n            font-size: 1.05rem;\n        }\n        \n        .spec-value {\n            color: #555;\n            font-weight: 500;\n        }\n        \n        \/* Details Section *\/\n        .section-title {\n            font-size: 1.7rem;\n            color: #D2691E;\n            margin: 35px 0 20px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid #CD853F;\n            font-weight: 700;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 80px;\n            height: 3px;\n            background: #FFA500;\n        }\n        \n        .product-description {\n            margin-bottom: 30px;\n            font-size: 1.08rem;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-left: 4px solid #CD853F;\n        }\n        \n        .product-description p {\n            margin-bottom: 20px;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            list-style: none;\n            padding: 0;\n            margin: 25px 0;\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .features-list li {\n            padding: 15px 0 15px 45px;\n            position: relative;\n            border-bottom: 1px solid #f0f0f0;\n            font-size: 1.05rem;\n        }\n        \n        .features-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .features-list li:before {\n            content: \"✓\";\n            position: absolute;\n            left: 15px;\n            color: #D2691E;\n            font-weight: bold;\n            font-size: 1.3rem;\n            background: #FFEBCD;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(210, 105, 30, 0.2);\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 30px 0;\n            border-left: 5px solid #D2691E;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n        }\n        \n        .shipping-title {\n            font-weight: 700;\n            color: #D2691E;\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-title:before {\n            content: \"🚚\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* UPC Code *\/\n        .upc-container {\n            background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);\n            padding: 20px 25px;\n            border-radius: 12px;\n            display: inline-block;\n            margin: 25px 0;\n            border: none;\n            box-shadow: 0 5px 15px rgba(210, 105, 30, 0.3);\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            color: #FFEBCD;\n            margin-right: 15px;\n            font-size: 1.1rem;\n        }\n        \n        .upc-code {\n            font-family: 'Courier New', monospace;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n            color: white;\n            font-weight: 700;\n            background: rgba(255, 255, 255, 0.1);\n            padding: 8px 15px;\n            border-radius: 6px;\n        }\n        \n        \/* Nutrition Highlight *\/\n        .nutrition-highlight {\n            background: linear-gradient(135deg, #228B22 0%, #32CD32 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(34, 139, 34, 0.3);\n        }\n        \n        .nutrition-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .nutrition-title:before {\n            content: \"🌱\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Versatility Highlight *\/\n        .versatility-highlight {\n            background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);\n            color: white;\n            padding: 20px;\n            border-radius: 12px;\n            margin: 25px 0;\n            box-shadow: 0 5px 15px rgba(255, 165, 0, 0.3);\n        }\n        \n        .versatility-title {\n            font-weight: 700;\n            font-size: 1.3rem;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .versatility-title:before {\n            content: \"🍽️\";\n            margin-right: 10px;\n            font-size: 1.5rem;\n        }\n        \n        \/* Feature Badges *\/\n        .feature-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 20px 0;\n        }\n        \n        .feature-badge {\n            background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);\n            color: #8B4513;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 5px rgba(255, 215, 0, 0.3);\n        }\n        \n        \/* About Section *\/\n        .about-section {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin-top: 30px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);\n            border-top: 4px solid #CD853F;\n        }\n        \n        \/* Value Indicator *\/\n        .value-indicator {\n            background: linear-gradient(135deg, #32CD32 0%, #228B22 100%);\n            color: white;\n            padding: 15px 20px;\n            border-radius: 10px;\n            margin: 15px 0;\n            text-align: center;\n            font-weight: 600;\n        }\n        \n        \/* Responsive Adjustments *\/\n        @media (max-width: 768px) {\n            .content-container {\n                flex-direction: column;\n                gap: 30px;\n            }\n            \n            .specs-table {\n                font-size: 0.95rem;\n            }\n            \n            .specs-table th, \n            .specs-table td {\n                padding: 15px;\n            }\n            \n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-header {\n                padding: 20px 15px;\n            }\n            \n            .feature-badges {\n                justify-content: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 1.7rem;\n            }\n            \n            .section-title {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"cashew-description\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRaw Cashew Splits\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePremium Quality • Economical • Perfect for Vegan Recipes\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"content-container\"\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\"\u003eProduct 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\"\u003e1 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\"\u003e51.2 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eFlavor\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eRaw\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003e48 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003ePieces\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"spec-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"spec-value\"\u003eCashews\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n                \n                \u003cdiv class=\"value-indicator\"\u003e\n                    Economical Split Halves - Perfect for High-Volume Operations\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-badges\"\u003e\n                    \u003cspan class=\"feature-badge\"\u003eRaw \u0026amp; Natural\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eVegan Friendly\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eEconomical Splits\u003c\/span\u003e\n                    \u003cspan class=\"feature-badge\"\u003eDairy Alternative\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"upc-container\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-code\"\u003e400015238168\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \u003cdiv class=\"product-description\"\u003e\n                    \u003cp\u003eKeep your establishment stocked with the essentials when you purchase these 48 lb. raw cashew splits! These high-quality nuts are left unroasted and unsalted to allow you to use them in a wide variety of sweet and savory applications.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey've got an irresistible crunch and a delicious, buttery flavor that'll keep your patrons coming back for more! And they don't just taste great - these cashews are high in protein, fiber, and healthy fats that'll keep your guests feeling full and satisfied.\u003c\/p\u003e\n                    \n                    \u003cp\u003eThey're also loaded with minerals like copper, magnesium, and manganese, making them a great way for your customers to get their essential nutrients! These cashews come in split halves, making them a more economical choice over whole nuts that's great for back of house use.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"nutrition-highlight\"\u003e\n                    \u003cdiv class=\"nutrition-title\"\u003eNutrition Powerhouse\u003c\/div\u003e\n                    \u003cp\u003eRich in protein, fiber, healthy fats, copper, magnesium, and manganese. These cashew splits provide essential nutrients while delivering exceptional flavor and creamy texture for all your culinary creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"versatility-highlight\"\u003e\n                    \u003cdiv class=\"versatility-title\"\u003eMaximum Culinary Versatility\u003c\/div\u003e\n                    \u003cp\u003ePerfect for Asian cuisine, baked goods, vegan recipes, and dairy alternatives. From stir-fries to cashew milk, these raw splits adapt to any culinary application with exceptional results.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n                \u003cul class=\"features-list\"\u003e\n                    \u003cli\u003eUnroasted and unsalted for versatile application in any recipe\u003c\/li\u003e\n                    \u003cli\u003eNaturally delicious flavor and crunchy texture; split pieces are an economical choice\u003c\/li\u003e\n                    \u003cli\u003eTasty topping for salads, baked goods, stir fries, and other culinary creations\u003c\/li\u003e\n                    \u003cli\u003eCreamy substitute for dairy in vegan recipes and plant-based dishes\u003c\/li\u003e\n                    \u003cli\u003eBulk 48 lb. supply is perfect for high volume establishments\u003c\/li\u003e\n                    \u003cli\u003ePerfect for creating house-made cashew milk, ice cream, and dairy alternatives\u003c\/li\u003e\n                \u003c\/ul\u003e\n                \n                \u003cdiv class=\"shipping-info\"\u003e\n                    \u003cp class=\"shipping-title\"\u003eQuick Shipping\u003c\/p\u003e\n                    \u003cp\u003eUsually 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                \n                \u003cdiv class=\"about-section\"\u003e\n                    \u003ch2 class=\"section-title\"\u003ePerfect for Modern Cuisine\u003c\/h2\u003e\n                    \u003cp\u003eThese raw cashew splits are the ideal ingredient for today's diverse culinary landscape. Their natural, unprocessed state makes them perfect for everything from traditional Asian stir-fries to innovative plant-based creations. The economical split format provides excellent value while maintaining the same premium quality and flavor as whole cashews.\u003c\/p\u003e\n                    \n                    \u003cp\u003eWhether you're creating creamy vegan sauces, adding crunch to salads and baked goods, or developing innovative dairy-free menu items, these cashew splits deliver consistent performance and exceptional flavor. The bulk 48 lb. packaging ensures you always have this versatile ingredient on hand for your most popular recipes and special creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42666025091156,"sku":null,"price":395.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_46.png?v=1763017532"},{"product_id":"hickory-harvest-blanched-slivered-almonds-25-lb","title":"Hickory Harvest Blanched Slivered Almonds 25 lb.","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\u003ePremium Blanched Slivered Almonds\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #8B4513;\n            --secondary-color: #D2B48C;\n            --accent-color: #556B2F;\n            --light-color: #FAF8F5;\n            --text-color: #333333;\n            --border-radius: 8px;\n            --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \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            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-description {\n            background-color: var(--light-color);\n            border-radius: var(--border-radius);\n            padding: 30px;\n            box-shadow: var(--box-shadow);\n        }\n        \n        .section-title {\n            color: var(--primary-color);\n            font-size: 28px;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--secondary-color);\n            font-weight: 600;\n        }\n        \n        .product-overview {\n            margin-bottom: 30px;\n        }\n        \n        .product-overview p {\n            margin-bottom: 15px;\n            font-size: 16px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 25px 0;\n            font-size: 16px;\n            border-radius: var(--border-radius);\n            overflow: hidden;\n            box-shadow: var(--box-shadow);\n        }\n        \n        .specs-table thead tr {\n            background-color: var(--primary-color);\n            color: white;\n            text-align: left;\n        }\n        \n        .specs-table th,\n        .specs-table td {\n            padding: 16px 20px;\n        }\n        \n        .specs-table tbody tr {\n            border-bottom: 1px solid #dddddd;\n        }\n        \n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: #f8f8f8;\n        }\n        \n        .specs-table tbody tr:last-of-type {\n            border-bottom: 2px solid var(--primary-color);\n        }\n        \n        .specs-table tbody tr:hover {\n            background-color: #f1f1f1;\n        }\n        \n        .specs-table th {\n            font-weight: 600;\n            width: 30%;\n        }\n        \n        .features-list {\n            margin: 25px 0;\n            padding-left: 20px;\n        }\n        \n        .features-list li {\n            margin-bottom: 12px;\n            position: relative;\n            padding-left: 10px;\n        }\n        \n        .features-list li:before {\n            content: \"•\";\n            color: var(--accent-color);\n            font-weight: bold;\n            display: inline-block;\n            width: 1em;\n            margin-left: -1em;\n        }\n        \n        .highlight-box {\n            background-color: white;\n            border-left: 4px solid var(--accent-color);\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 0 var(--border-radius) var(--border-radius) 0;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: var(--secondary-color);\n            color: var(--text-color);\n            padding: 8px 15px;\n            border-radius: var(--border-radius);\n            font-weight: 600;\n            margin-top: 10px;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .section-title {\n                font-size: 24px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"section-title\"\u003ePremium Blanched Slivered Almonds\u003c\/h1\u003e\n        \n        \u003cdiv class=\"product-overview\"\u003e\n            \u003cp\u003eElevate your culinary creations with our premium 25 lb. case of blanched slivered almonds. These high-quality nuts have been carefully blanched to remove their skins, creating a uniform appearance and milder taste profile perfect for both sweet and savory applications.\u003c\/p\u003e\n            \n            \u003cp\u003eOur almonds are Kosher certified and proudly made in America, ensuring the highest quality standards for your establishment.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n        \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\u003e1 Case\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eShipping Weight\u003c\/td\u003e\n                    \u003ctd\u003e26.4 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFeatures\u003c\/td\u003e\n                    \u003ctd\u003eKosher, Made in America\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eFlavor\u003c\/td\u003e\n                    \u003ctd\u003eBlanched\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e25 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eStyle\u003c\/td\u003e\n                    \u003ctd\u003ePieces\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eType\u003c\/td\u003e\n                    \u003ctd\u003eAlmonds\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n        \n        \u003cul class=\"features-list\"\u003e\n            \u003cli\u003eBlanched to remove skins for uniform appearance and milder flavor\u003c\/li\u003e\n            \u003cli\u003ePerfect topping for salads, baked goods, casseroles, and other culinary creations\u003c\/li\u003e\n            \u003cli\u003eNaturally delicious flavor and satisfying crunchy texture\u003c\/li\u003e\n            \u003cli\u003eHigh in fiber, protein, and essential nutrients\u003c\/li\u003e\n            \u003cli\u003eBulk 25 lb. supply is perfect for high volume establishments\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003cdiv class=\"highlight-box\"\u003e\n            \u003ch3\u003eVersatile Culinary Applications\u003c\/h3\u003e\n            \u003cp\u003eThese blanched slivered almonds are incredibly versatile in both sweet and savory dishes. Use them to create:\u003c\/p\u003e\n            \u003cul class=\"features-list\"\u003e\n                \u003cli\u003eSweet almond bars and almond-based cookies\u003c\/li\u003e\n                \u003cli\u003eToppings for cakes, pies, and other baked goods\u003c\/li\u003e\n                \u003cli\u003eNutrient-rich additions to salads and grain bowls\u003c\/li\u003e\n                \u003cli\u003eCrunchy elements in stir-fries and roasted vegetables\u003c\/li\u003e\n                \u003cli\u003eIngredients in pancake and waffle batters\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eNutritional Benefits\u003c\/h2\u003e\n        \n        \u003cp\u003eOur blanched slivered almonds are not just delicious - they're packed with nutritional benefits:\u003c\/p\u003e\n        \n        \u003cul class=\"features-list\"\u003e\n            \u003cli\u003eExcellent source of protein and healthy fats\u003c\/li\u003e\n            \u003cli\u003eHigh in dietary fiber to support digestive health\u003c\/li\u003e\n            \u003cli\u003eRich in vitamins and antioxidants\u003c\/li\u003e\n            \u003cli\u003eHelps keep customers feeling full and satisfied\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eAbout Hickory Harvest\u003c\/h2\u003e\n        \n        \u003cp\u003eFounded in 1972 in Akron, Ohio, Hickory Harvest has been a trusted family-run business for three generations, offering a wide variety of quality snacks like nuts, chocolate-covered treats, dried fruit, and trail mix. Their commitment to innovation allows them to consistently deliver on-trend, flavorful products that meet the demands of today's market.\u003c\/p\u003e\n        \n        \u003cp\u003eWith decades of experience, Hickory Harvest's dedication to quality and customer satisfaction sets them apart in the snack industry.\u003c\/p\u003e\n        \n        \u003cdiv class=\"upc-code\"\u003e\n            UPC Code: 036232090205\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42666142629972,"sku":null,"price":303.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_48.png?v=1763017780"},{"product_id":"regal-medium-raw-pecan-pieces-5-lb","title":"Medium Raw Pecan Pieces 5 lb.","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\u003ePremium Raw Pecan Pieces | Regal Foods\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #8B5A2B;\n            --secondary-color: #DAA520;\n            --accent-color: #556B2F;\n            --light-color: #FFF8E1;\n            --text-color: #333333;\n            --border-radius: 8px;\n            --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n        }\n        \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            line-height: 1.6;\n            color: var(--text-color);\n            background-color: #fff;\n            padding: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .product-description {\n            background-color: var(--light-color);\n            border-radius: var(--border-radius);\n            padding: 30px;\n            box-shadow: var(--box-shadow);\n        }\n        \n        .section-title {\n            color: var(--primary-color);\n            font-size: 28px;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid var(--secondary-color);\n            font-weight: 600;\n        }\n        \n        .product-overview {\n            margin-bottom: 30px;\n        }\n        \n        .product-overview p {\n            margin-bottom: 15px;\n            font-size: 16px;\n        }\n        \n        .intro-headline {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 20px;\n            font-weight: 600;\n            line-height: 1.3;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 25px 0;\n            font-size: 16px;\n            border-radius: var(--border-radius);\n            overflow: hidden;\n            box-shadow: var(--box-shadow);\n        }\n        \n        .specs-table thead tr {\n            background-color: var(--primary-color);\n            color: white;\n            text-align: left;\n        }\n        \n        .specs-table th,\n        .specs-table td {\n            padding: 16px 20px;\n        }\n        \n        .specs-table tbody tr {\n            border-bottom: 1px solid #dddddd;\n        }\n        \n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: #f8f8f8;\n        }\n        \n        .specs-table tbody tr:last-of-type {\n            border-bottom: 2px solid var(--primary-color);\n        }\n        \n        .specs-table tbody tr:hover {\n            background-color: #f1f1f1;\n        }\n        \n        .specs-table th {\n            font-weight: 600;\n            width: 30%;\n        }\n        \n        .features-list {\n            margin: 25px 0;\n            padding-left: 20px;\n        }\n        \n        .features-list li {\n            margin-bottom: 12px;\n            position: relative;\n            padding-left: 10px;\n        }\n        \n        .features-list li:before {\n            content: \"•\";\n            color: var(--accent-color);\n            font-weight: bold;\n            display: inline-block;\n            width: 1em;\n            margin-left: -1em;\n        }\n        \n        .highlight-box {\n            background-color: white;\n            border-left: 4px solid var(--accent-color);\n            padding: 20px;\n            margin: 25px 0;\n            border-radius: 0 var(--border-radius) var(--border-radius) 0;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: var(--secondary-color);\n            color: var(--text-color);\n            padding: 8px 15px;\n            border-radius: var(--border-radius);\n            font-weight: 600;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: white;\n            border: 1px solid #e0e0e0;\n            border-radius: var(--border-radius);\n            padding: 15px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: var(--accent-color);\n        }\n        \n        .shipping-text h3 {\n            margin-bottom: 5px;\n            color: var(--primary-color);\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 12px 15px;\n            }\n            \n            .section-title {\n                font-size: 24px;\n            }\n            \n            .intro-headline {\n                font-size: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"section-title\"\u003ePremium Raw Pecan Pieces\u003c\/h1\u003e\n        \n        \u003cdiv class=\"product-overview\"\u003e\n            \u003ch2 class=\"intro-headline\"\u003eAdd texture and taste to your popular dishes with this Regal Foods 5 lb. bag of medium raw pecan pieces!\u003c\/h2\u003e\n            \n            \u003cp\u003ePerfect for your restaurant or bakery's pantry, Regal Foods offers a quality product at a great value. These versatile pecan pieces feature an endless number of uses, from garnishing salads to topping desserts and pastries. Plus, since they're raw, they won't lend any additional salty flavor.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n            \u003cdiv class=\"shipping-text\"\u003e\n                \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n        \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\u003eProduct Type\u003c\/td\u003e\n                    \u003ctd\u003eRaw Pecan Pieces\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePackage Size\u003c\/td\u003e\n                    \u003ctd\u003e5 lb. Bag\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eProcessing\u003c\/td\u003e\n                    \u003ctd\u003eRaw, No Added Salt\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003ePiece Size\u003c\/td\u003e\n                    \u003ctd\u003eMedium\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBrand\u003c\/td\u003e\n                    \u003ctd\u003eRegal Foods\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n        \n        \u003cul class=\"features-list\"\u003e\n            \u003cli\u003eGreat for baked goods, salads, or ice cream toppings\u003c\/li\u003e\n            \u003cli\u003eNatural taste with no added salt\u003c\/li\u003e\n            \u003cli\u003eHeart healthy, help lower cholesterol and improve cardiovascular health\u003c\/li\u003e\n            \u003cli\u003eWill boost the nutritional value of your dishes\u003c\/li\u003e\n            \u003cli\u003eAdd crunchy texture and nutty taste to a variety of dishes\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003cdiv class=\"highlight-box\"\u003e\n            \u003ch3\u003eCulinary Applications\u003c\/h3\u003e\n            \u003cp\u003eThese versatile raw pecan pieces are perfect for:\u003c\/p\u003e\n            \u003cul class=\"features-list\"\u003e\n                \u003cli\u003eBaking into cookies, pies, and breads\u003c\/li\u003e\n                \u003cli\u003eTopping salads and grain bowls\u003c\/li\u003e\n                \u003cli\u003eGarnishing ice cream and desserts\u003c\/li\u003e\n                \u003cli\u003eAdding to trail mixes and granola\u003c\/li\u003e\n                \u003cli\u003eIncorporating into savory dishes and stuffings\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eHealth Benefits\u003c\/h2\u003e\n        \n        \u003cp\u003eOur raw pecan pieces are not just delicious - they're packed with nutritional benefits:\u003c\/p\u003e\n        \n        \u003cul class=\"features-list\"\u003e\n            \u003cli\u003eRich in heart-healthy monounsaturated fats\u003c\/li\u003e\n            \u003cli\u003eExcellent source of antioxidants\u003c\/li\u003e\n            \u003cli\u003eHigh in fiber to support digestive health\u003c\/li\u003e\n            \u003cli\u003eContains essential vitamins and minerals\u003c\/li\u003e\n            \u003cli\u003eHelps maintain healthy cholesterol levels\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eAbout Regal Foods\u003c\/h2\u003e\n        \n        \u003cp\u003eRegal Foods is committed to providing high-quality ingredients for foodservice establishments. With a focus on value and consistency, their products are trusted by restaurants, bakeries, and culinary professionals nationwide.\u003c\/p\u003e\n        \n        \u003cdiv class=\"upc-code\"\u003e\n            UPC Code: 400011772260\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42666156097620,"sku":null,"price":110.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_50.png?v=1763018105"},{"product_id":"roasted-unsalted-pumpkin-seeds-12-lb","title":"Roasted Unsalted Pumpkin Seeds 12 lb.","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\u003ePremium Roasted Pumpkin Seeds | Unsalted \u0026amp; Nutrient-Rich\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #D35400;\n            --secondary-color: #F39C12;\n            --accent-color: #27AE60;\n            --light-color: #FEF9E7;\n            --text-color: #333333;\n            --border-radius: 10px;\n            --box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);\n            --transition: all 0.3s ease;\n        }\n        \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            line-height: 1.7;\n            color: var(--text-color);\n            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);\n            padding: 30px 20px;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--border-radius);\n            overflow: hidden;\n            box-shadow: var(--box-shadow);\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 36px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);\n        }\n        \n        .product-subtitle {\n            font-size: 20px;\n            font-weight: 400;\n            opacity: 0.9;\n        }\n        \n        .product-content {\n            padding: 40px 30px;\n        }\n        \n        .section-title {\n            color: var(--primary-color);\n            font-size: 28px;\n            margin-bottom: 25px;\n            padding-bottom: 12px;\n            border-bottom: 3px solid var(--secondary-color);\n            font-weight: 600;\n            position: relative;\n        }\n        \n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--accent-color);\n        }\n        \n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 25px;\n            color: #555;\n            line-height: 1.8;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 30px 0;\n            font-size: 16px;\n            border-radius: var(--border-radius);\n            overflow: hidden;\n            box-shadow: var(--box-shadow);\n            transition: var(--transition);\n        }\n        \n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);\n        }\n        \n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            color: white;\n            text-align: left;\n        }\n        \n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 600;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #eaeaea;\n        }\n        \n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n        \n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #f9f9f9;\n        }\n        \n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n        \n        .specs-table tbody tr:hover {\n            background-color: var(--light-color);\n            transform: scale(1.01);\n        }\n        \n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: var(--border-radius);\n            padding: 25px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 15px rgba(0,0,0,0.1);\n        }\n        \n        .feature-icon {\n            font-size: 24px;\n            color: var(--accent-color);\n            margin-bottom: 15px;\n        }\n        \n        .feature-title {\n            font-size: 18px;\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: var(--primary-color);\n        }\n        \n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n        \n        .highlight-section {\n            background: var(--light-color);\n            border-radius: var(--border-radius);\n            padding: 30px;\n            margin: 30px 0;\n            border: 1px solid #f1f1f1;\n        }\n        \n        .benefits-list {\n            list-style: none;\n            margin: 20px 0;\n        }\n        \n        .benefits-list li {\n            margin-bottom: 12px;\n            padding-left: 30px;\n            position: relative;\n        }\n        \n        .benefits-list li:before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--accent-color);\n            font-weight: bold;\n            font-size: 18px;\n        }\n        \n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: #f8f9fa;\n            border-radius: var(--border-radius);\n            padding: 20px;\n            margin: 25px 0;\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .shipping-icon {\n            font-size: 28px;\n            margin-right: 20px;\n            color: var(--accent-color);\n        }\n        \n        .shipping-text h3 {\n            margin-bottom: 5px;\n            color: var(--primary-color);\n            font-size: 20px;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            color: white;\n            padding: 12px 25px;\n            border-radius: 50px;\n            font-weight: 600;\n            margin-top: 20px;\n            font-size: 18px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n            transition: var(--transition);\n        }\n        \n        .upc-code:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 15px rgba(0,0,0,0.15);\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 28px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 24px;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\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\"\u003ePremium Roasted Pumpkin Seeds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eUnsalted, Nutrient-Rich \u0026amp; Perfect for Culinary Creations\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003eThese 12 lb. pumpkin seeds are high in nutrients and antioxidants and have a mild, yet delicious flavor! This makes it incredibly easy to incorporate them in a number of dishes! These pumpkin seeds are roasted and unsalted, for a tasty product your patrons will love.\u003c\/p\u003e\n            \n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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\/Each\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e13.6 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRoasted \u0026amp; Unsalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e12 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eSpice Type\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003ePumpkin Seeds\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eSeeds and Berries\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003ePumpkin Seeds\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eKey Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🌱\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eUnsalted \u0026amp; Roasted\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003ePerfectly roasted pumpkin seeds with no added salt for a pure, natural flavor that complements any dish.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eNutrient Powerhouse\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eHigh in essential nutrients and antioxidants to boost the nutritional value of your culinary creations.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🥗\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eVersatile Usage\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003ePerfect for salads, soups, granola, smoothies, or enjoyed as a simple, healthy snack on their own.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n                \n                \u003cp\u003eMake your own granola at your cafe or diner and toss some pumpkin seeds in for a fun twist! Pumpkin seeds are great on their own as a simple, healthy snack, or use them as a smoothie enhancer by simply tossing them in the blender!\u003c\/p\u003e\n                \n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eA healthier alternative to croutons - perfect for topping classic salads like caesar or fruit-based salads\u003c\/li\u003e\n                    \u003cli\u003eTest your culinary craft by adding these tasty pumpkin seeds to pasta dishes or soups\u003c\/li\u003e\n                    \u003cli\u003eIdeal for baking, trail mixes, and as a nutritious garnish\u003c\/li\u003e\n                    \u003cli\u003eEnhance the texture and flavor profile of both sweet and savory dishes\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eHealth Benefits\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003eOur roasted pumpkin seeds are packed with nutritional advantages that make them a smart addition to any menu:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003eRich in magnesium, zinc, and healthy fats\u003c\/li\u003e\n                \u003cli\u003eExcellent source of plant-based protein\u003c\/li\u003e\n                \u003cli\u003eHigh in antioxidants that support overall health\u003c\/li\u003e\n                \u003cli\u003eContains heart-healthy nutrients\u003c\/li\u003e\n                \u003cli\u003eSupports immune function and energy levels\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 034030103448\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42666460938324,"sku":null,"price":169.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_52.png?v=1763018413"},{"product_id":"dry-roasted-unsalted-macadamia-nuts-15-lb","title":"Dry Roasted Unsalted Macadamia Nuts 15 lb.","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\u003ePremium Dry Roasted Macadamia Nuts | Gluten-Free \u0026amp; Kosher\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #8B7355;\n            --secondary-color: #D4B996;\n            --accent-color: #556B2F;\n            --light-color: #FDF8F3;\n            --text-color: #333333;\n            --border-radius: 12px;\n            --box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n            --transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n        \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            line-height: 1.7;\n            color: var(--text-color);\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ed 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--border-radius);\n            overflow: hidden;\n            box-shadow: var(--box-shadow);\n            position: relative;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);\n            transform: rotate(30deg);\n        }\n        \n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n            position: relative;\n        }\n        \n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            position: relative;\n        }\n        \n        .product-content {\n            padding: 50px 40px;\n        }\n        \n        .section-title {\n            color: var(--primary-color);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--secondary-color);\n            font-weight: 700;\n            position: relative;\n            display: inline-block;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 120px;\n            height: 3px;\n            background: var(--accent-color);\n            border-radius: 3px;\n        }\n        \n        .intro-text {\n            font-size: 19px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light-color);\n            padding: 25px;\n            border-radius: var(--border-radius);\n            border-left: 4px solid var(--accent-color);\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--border-radius);\n            overflow: hidden;\n            box-shadow: var(--box-shadow);\n            transition: var(--transition);\n            background: white;\n        }\n        \n        .specs-table:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n        \n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            color: white;\n            text-align: left;\n        }\n        \n        .specs-table th {\n            padding: 22px 30px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1.2px;\n            border-right: 1px solid rgba(255,255,255,0.2);\n        }\n        \n        .specs-table th:last-child {\n            border-right: none;\n        }\n        \n        .specs-table td {\n            padding: 20px 30px;\n            border-bottom: 1px solid #f0f0f0;\n            border-right: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n        \n        .specs-table td:last-child {\n            border-right: none;\n        }\n        \n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n        \n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n        \n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n        \n        .specs-table tbody tr:hover {\n            background-color: var(--light-color);\n            transform: scale(1.01);\n        }\n        \n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n        \n        .feature-card {\n            background: white;\n            border-radius: var(--border-radius);\n            padding: 30px;\n            box-shadow: 0 6px 15px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent-color);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background: linear-gradient(90deg, var(--primary-color), var(--accent-color));\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.15);\n        }\n        \n        .feature-icon {\n            font-size: 28px;\n            color: var(--accent-color);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light-color);\n            border-radius: 50%;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary-color);\n        }\n        \n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n            font-size: 16px;\n        }\n        \n        .highlight-section {\n            background: linear-gradient(135deg, var(--light-color) 0%, #f8f4f0 100%);\n            border-radius: var(--border-radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(139, 115, 85, 0.1);\n            position: relative;\n        }\n        \n        .highlight-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            right: 0;\n            width: 100px;\n            height: 100px;\n            background: radial-gradient(circle, var(--secondary-color) 0%, transparent 70%);\n            opacity: 0.1;\n            border-radius: 50%;\n        }\n        \n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n        \n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n        \n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--accent-color);\n            font-weight: bold;\n            font-size: 20px;\n            background: var(--light-color);\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n        \n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--border-radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--accent-color);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n        }\n        \n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--accent-color);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n        }\n        \n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary-color);\n            font-size: 22px;\n            font-weight: 700;\n        }\n        \n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 15px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n        \n        .upc-code:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n        \n        .certification-badges {\n            display: flex;\n            gap: 15px;\n            margin: 25px 0;\n            flex-wrap: wrap;\n        }\n        \n        .badge {\n            background: var(--light-color);\n            padding: 10px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            color: var(--primary-color);\n            border: 2px solid var(--secondary-color);\n            font-size: 15px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\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\"\u003ePremium Dry Roasted Macadamia Nuts\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eUnsalted, Gluten-Free \u0026amp; Kosher Certified\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003eAdd buttery flavor and irresistible crunch to your menu items with these premium dry roasted unsalted macadamia nuts! These Style IV nuts contain pieces that are 9mm or larger, with at least 5% being whole macadamia nuts, delivering the perfect texture and appearance for your culinary creations.\u003c\/p\u003e\n            \n            \u003cdiv class=\"certification-badges\"\u003e\n                \u003cspan class=\"badge\"\u003e🌱 Gluten-Free\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e✡️ Kosher Certified\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🚫 No Added Salt\u003c\/span\u003e\n                \u003cspan class=\"badge\"\u003e🔥 Dry Roasted\u003c\/span\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Get your premium ingredients fast!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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 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\u003e15.89 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eGluten-Free \u0026amp; Kosher\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRoasted \u0026amp; Unsalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e15 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eWhole (Style IV - 9mm+ pieces)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eMacadamia Nuts\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n            \n            \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🥜\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePremium Quality Pieces\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eConsists of whole nuts, half nuts, and nut pieces that are 9mm or larger, ensuring consistent quality and texture in every batch.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e👨‍🍳\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePerfect for Baking\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eUnsalted nuts are ideal for baking applications, allowing you to control the seasoning in your recipes precisely.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🧈\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eRich Buttery Flavor\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eExperience the signature rich, buttery flavor that makes macadamia nuts a premium ingredient in both sweet and savory dishes.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eNutrition Powerhouse\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eExcellent source of fiber, vitamins, minerals, and healthy monounsaturated fats to boost your nutritional offerings.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🏢\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eBulk Efficiency\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003e15 lb. bulk size is perfect for high-volume operations, ensuring you never run out of this premium ingredient.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eCulinary Excellence\u003c\/h2\u003e\n                \n                \u003cp\u003eMacadamia nuts are celebrated for their rich, buttery flavor and irresistible crunch! They're high in fiber, vitamins and minerals, and healthy monounsaturated fats. Being unsalted makes them a healthy, low-sodium option, as well as a versatile ingredient in many sweet and savory recipes.\u003c\/p\u003e\n                \n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eEssential ingredient in popular white chocolate macadamia nut cookies\u003c\/li\u003e\n                    \u003cli\u003ePerfect addition to desserts with tropical flavors like coconut, coffee, and lemon\u003c\/li\u003e\n                    \u003cli\u003eDeliciously crunchy topping for ice cream or frozen yogurt\u003c\/li\u003e\n                    \u003cli\u003eExcellent blended into homemade granola or trail mix\u003c\/li\u003e\n                    \u003cli\u003eVersatile enough for both sweet bakery items and savory culinary creations\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003ch2 class=\"section-title\"\u003eHealth Benefits\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003eOur dry roasted macadamia nuts deliver exceptional nutritional value that enhances both flavor and wellness:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003eRich in heart-healthy monounsaturated fats\u003c\/li\u003e\n                \u003cli\u003eExcellent source of dietary fiber for digestive health\u003c\/li\u003e\n                \u003cli\u003ePacked with essential vitamins and minerals including magnesium and manganese\u003c\/li\u003e\n                \u003cli\u003eContains antioxidants that support overall wellness\u003c\/li\u003e\n                \u003cli\u003eLow sodium option perfect for health-conscious menus\u003c\/li\u003e\n                \u003cli\u003eProvides sustained energy through healthy fats and protein\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 400013957535\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42666689134676,"sku":null,"price":325.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_54.png?v=1763018783"},{"product_id":"roasted-salted-almonds-25-lb","title":"Roasted Salted Almonds 25 lb.","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\u003ePremium Roasted Salted Almonds | Bulk 25 lb. Case\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #8B4513;\n            --secondary: #D2691E;\n            --accent: #CD853F;\n            --light: #FFF8F0;\n            --dark: #333333;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #f9f5f0 0%, #f0e6d6 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .made-in-usa {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.2);\n            padding: 10px 25px;\n            border-radius: 30px;\n            font-weight: 600;\n            font-size: 16px;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--primary);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--accent);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--secondary);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #fff4e8 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(139, 69, 19, 0.1);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--accent);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--primary);\n            font-size: 16px;\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\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\"\u003ePremium Roasted Salted Almonds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eBulk 25 lb. Case • Perfectly Seasoned Whole Almonds\u003c\/p\u003e\n            \u003cdiv class=\"made-in-usa\"\u003e\n                🇺🇸 Proudly Made in America\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003e\n                Keep your establishment stocked with the essentials when you purchase these 25 lb. roasted salted almonds! \n                These high-quality nuts are roasted to perfection to accentuate their satisfying, savory flavor, and then \n                seasoned with just the right amount of salt. They've got an irresistible crunch and a delicious flavor \n                that'll have your patrons reaching for more!\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness delivered fast!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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 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\u003e26.2 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eMade in America\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRoasted \u0026amp; Salted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e25 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eWhole\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eAlmonds\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePerfectly Roasted \u0026amp; Salted\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eRoasted to perfection for satisfying, savory flavor and seasoned with just the right amount of salt for irresistible taste.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eNutrition Powerhouse\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eHigh in protein, fiber, healthy fats, vitamins, and antioxidants - a delicious snack that's actually good for you.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eVersatile Ingredient\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003ePerfect for snacking, baking, cooking, and garnishing - enhances both flavor and nutrition in countless dishes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n                \n                \u003cp\u003eAlmonds are a versatile ingredient to have on hand in your kitchen; they're delicious on their own and make a tasty addition to a wide variety of dishes!\u003c\/p\u003e\n                \n                \u003cdiv class=\"usage-grid\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍴\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eBar Snack \u0026amp; Appetizer\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥗\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eSalad Toppings\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥨\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eTrail Mix Base\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍫\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eChocolate Coating\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🧀\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eCharcuterie Boards\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍰\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eBaked Goods\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003ePreparation Versatility\u003c\/h2\u003e\n                \n                \u003cp\u003eThese almonds are conveniently left whole to offer you maximum preparation flexibility:\u003c\/p\u003e\n                \n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSliver\u003c\/strong\u003e for green bean casseroles and delicate dishes\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSlice\u003c\/strong\u003e for beautiful baked good toppings\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eRoughly chop\u003c\/strong\u003e to include in batters and doughs\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eServe whole\u003c\/strong\u003e as an elegant bar snack or appetizer\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eMix whole\u003c\/strong\u003e into trail mixes and snack blends\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eHealth Benefits\u003c\/h2\u003e\n            \n            \u003cp\u003eOur roasted salted almonds deliver exceptional nutritional value that enhances both flavor and wellness:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003eRich in heart-healthy monounsaturated fats\u003c\/li\u003e\n                \u003cli\u003eExcellent source of plant-based protein for sustained energy\u003c\/li\u003e\n                \u003cli\u003eHigh in dietary fiber for digestive health\u003c\/li\u003e\n                \u003cli\u003ePacked with essential Vitamin E and antioxidants\u003c\/li\u003e\n                \u003cli\u003eContains important minerals like magnesium and calcium\u003c\/li\u003e\n                \u003cli\u003eHelps maintain healthy cholesterol levels\u003c\/li\u003e\n                \u003cli\u003eLoaded with nutrients that support overall wellness\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 400015238038\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669112098900,"sku":null,"price":271.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_56.png?v=1763028861"},{"product_id":"roasted-salted-sunflower-seeds-30-lb","title":"Roasted Salted Sunflower Seeds 30 lb.","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\u003ePremium Roasted Salted Sunflower Seeds | Bulk 30 lb. Case\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #FFD700;\n            --secondary: #FFA500;\n            --accent: #8B4513;\n            --light: #FFFDE7;\n            --dark: #333333;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #fff9e6 0%, #ffeebb 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: #333;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(255,255,255,0.5);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #555;\n        }\n\n        .bulk-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.9);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            color: var(--accent);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--accent);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--primary);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--secondary);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--accent) 0%, #654321 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--primary);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--accent);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #fff8e1 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(255, 215, 0, 0.2);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--accent);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--primary);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--accent);\n            font-size: 16px;\n        }\n\n        \/* Nutrition Highlights *\/\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--primary);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--accent) 0%, #654321 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\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\"\u003ePremium Roasted Salted Sunflower Seeds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eBulk 30 lb. Case • Perfectly Seasoned Whole Seeds\u003c\/p\u003e\n            \u003cdiv class=\"bulk-badge\"\u003e\n                🌻 Perfect for High-Volume Establishments\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003e\n                Keep your establishment stocked with the essentials when you purchase these 30 lb. roasted salted sunflower seeds! \n                These high-quality seeds are roasted to perfection to accentuate their savory flavor, then seasoned with just the \n                right amount of salt. They've got an irresistible crunch and a delicious flavor that'll have your patrons reaching for more!\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness guaranteed!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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 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\u003e31.25 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRoasted \u0026amp; Salted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e30 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eWhole\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eSunflower Seeds\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePerfectly Roasted \u0026amp; Salted\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eRoasted to perfection for satisfying, savory flavor and seasoned with just the right amount of salt for irresistible taste.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eNutrition Powerhouse\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eHigh in protein, fiber, healthy fats, and essential vitamins and minerals including zinc, selenium, and vitamin E.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eExtremely Versatile\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003ePerfect for snacking, baking, cooking, and garnishing - enhances both flavor and nutrition in countless dishes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eNutritional Highlights\u003c\/h2\u003e\n                \n                \u003cdiv class=\"nutrition-grid\"\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🥜\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHigh in Protein\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🌾\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eRich in Fiber\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e💚\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHealthy Fats\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e⚡\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eVitamin E\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🛡️\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eZinc \u0026amp; Selenium\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🔋\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eEssential Minerals\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n                \n                \u003cp\u003eWith a wide variety of applications, these sunflower seeds make a versatile addition to your busy kitchen!\u003c\/p\u003e\n                \n                \u003cdiv class=\"usage-grid\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍴\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eBar Snack \u0026amp; Appetizer\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥨\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eTrail Mix Base\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍞\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eBreadcrumb Substitute\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🌿\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003ePesto Ingredient\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🌮\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eTaco Topping\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥗\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eSalad Garnish\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eServe on their own as a tasty bar snack or appetizer\u003c\/li\u003e\n                    \u003cli\u003eIncorporate into house-made trail mix for satisfying snacks\u003c\/li\u003e\n                    \u003cli\u003eUse as a healthy substitute for breadcrumbs in savory recipes\u003c\/li\u003e\n                    \u003cli\u003eCost-effective swap for pine nuts in house-made pesto\u003c\/li\u003e\n                    \u003cli\u003eToss with chili-lime seasoning for unforgettable taco toppings\u003c\/li\u003e\n                    \u003cli\u003eAdd to vegetable casseroles and breaded fish dishes\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eHealth Benefits\u003c\/h2\u003e\n            \n            \u003cp\u003eOur roasted salted sunflower seeds deliver exceptional nutritional value that enhances both flavor and wellness:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003eExcellent source of plant-based protein for sustained energy\u003c\/li\u003e\n                \u003cli\u003eRich in heart-healthy monounsaturated and polyunsaturated fats\u003c\/li\u003e\n                \u003cli\u003eHigh in dietary fiber for digestive health and satiety\u003c\/li\u003e\n                \u003cli\u003ePacked with Vitamin E, a powerful antioxidant for skin and immune health\u003c\/li\u003e\n                \u003cli\u003eContains essential minerals like zinc for immune function\u003c\/li\u003e\n                \u003cli\u003eRich in selenium for thyroid health and antioxidant protection\u003c\/li\u003e\n                \u003cli\u003eHelps maintain healthy cholesterol levels and cardiovascular function\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 400011655747\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669128024148,"sku":null,"price":154.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_58.png?v=1763029304"},{"product_id":"hampton-farms-roasted-salted-in-shell-peanuts-0-5-lb-36-case","title":"Hampton Farms Roasted Salted In-Shell Peanuts 0.5 lb. - 36\/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\u003ePremium Salted Peanuts in Shell | 8 oz. Bags\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #8B4513;\n            --secondary: #D2691E;\n            --accent: #CD853F;\n            --light: #FFF8F0;\n            --dark: #333333;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #f9f5f0 0%, #f0e6d6 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .portion-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.2);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--primary);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--accent);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--secondary);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #fff4e8 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(139, 69, 19, 0.1);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--accent);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--primary);\n            font-size: 16px;\n        }\n\n        \/* Nutrition Highlights *\/\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--primary);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* Protection Badge *\/\n        .protection-badge {\n            display: inline-flex;\n            align-items: center;\n            background: var(--light);\n            padding: 10px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            color: var(--primary);\n            border: 2px solid var(--accent);\n            margin: 15px 0;\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\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\"\u003ePremium Salted Peanuts in Shell\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePerfectly Portioned 8 oz. Bags for Your Establishment\u003c\/p\u003e\n            \u003cdiv class=\"portion-badge\"\u003e\n                🥜 Convenient Single-Serve Portions\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003e\n                Offer delicious and healthy peanuts as a satisfying snack for your customers! Hearty and healthy, \n                peanuts are a good source of protein and contain essential vitamins and minerals, including but not \n                limited to, manganese, vitamin E, and heart-healthy fats. With the added salty flavor on top of the \n                natural nutty flavor of the peanuts, this will be a go-to snack for your bar, restaurant, or concession stand.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness delivered fast!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e8 oz. Bag\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePeanut Style\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eIn-Shell\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eSalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eProcessing\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRoasted in Shell\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackaging\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eIndividual Bags\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eIdeal For\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eConcession Stands, Bars, Restaurants\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003cdiv class=\"protection-badge\"\u003e\n                🛡️ Roasted in shell to protect against contaminants\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🏪\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePerfect for Concessions\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003e8 oz. bags provide conveniently portioned amounts perfect for concession stands or communal snack bowls.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eNutrition Powerhouse\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eRich in protein, essential vitamins, minerals, manganese, vitamin E, and heart-healthy fats.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePerfectly Seasoned\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eSalted for added flavor that complements the natural nutty taste of premium peanuts.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eNutritional Benefits\u003c\/h2\u003e\n                \n                \u003cdiv class=\"nutrition-grid\"\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e💪\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHigh Protein\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e❤️\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHeart Healthy Fats\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e⚡\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eVitamin E\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🛡️\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eManganese\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🌿\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eEssential Minerals\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🔋\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eSustained Energy\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003ePerfect Applications\u003c\/h2\u003e\n                \n                \u003cp\u003ePackaged in convenient 8 oz. bags, you'll have perfectly portioned peanuts ready for various establishments:\u003c\/p\u003e\n                \n                \u003cdiv class=\"usage-grid\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🏪\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eConcession Stands\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍻\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eBar Snacks\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍽️\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eRestaurant Appetizers\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥣\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eCommunal Snack Bowls\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🏢\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eOffice Break Rooms\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🎉\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eEvent Catering\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eGreat for snack bowls or to use in concession stands\u003c\/li\u003e\n                    \u003cli\u003eConvenient 8 oz. portions reduce waste and simplify serving\u003c\/li\u003e\n                    \u003cli\u003eNatural shell provides built-in portion control and freshness protection\u003c\/li\u003e\n                    \u003cli\u003ePerfect for bars, restaurants, and concession operations\u003c\/li\u003e\n                    \u003cli\u003eIdeal for communal snack areas and waiting rooms\u003c\/li\u003e\n                    \u003cli\u003eMakes a naturally healthy snack option for health-conscious customers\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eWhy Choose In-Shell Peanuts?\u003c\/h2\u003e\n            \n            \u003cp\u003eOur roasted in-shell peanuts offer unique advantages for foodservice establishments:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eNatural Protection:\u003c\/strong\u003e The shell acts as a natural barrier against contaminants and preserves freshness\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eExtended Freshness:\u003c\/strong\u003e Shell protects the peanut from oxidation and staleness\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eInteractive Experience:\u003c\/strong\u003e Shelling peanuts provides an engaging activity for customers\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003ePortion Control:\u003c\/strong\u003e Natural slowing of consumption helps manage serving sizes\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eTraditional Appeal:\u003c\/strong\u003e Classic in-shell presentation evokes nostalgic, authentic snacking experience\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eReduced Waste:\u003c\/strong\u003e Shells provide natural composting material or can be repurposed\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 10081864201083\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669236322388,"sku":null,"price":72.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_60.png?v=1763029689"},{"product_id":"roasted-unsalted-almonds-25-lb","title":"Roasted Unsalted Almonds 25 lb.","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\u003ePremium Roasted Unsalted Almonds | Bulk 25 lb. Case\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #8B4513;\n            --secondary: #D2691E;\n            --accent: #27AE60;\n            --light: #FFF8F0;\n            --dark: #333333;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #f9f5f0 0%, #f0e6d6 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .health-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.2);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--primary);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--secondary);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--accent);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--accent);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #f0f8f0 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(39, 174, 96, 0.2);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--accent);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--primary);\n            font-size: 16px;\n        }\n\n        \/* Health Benefits *\/\n        .health-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .health-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--accent);\n        }\n\n        .health-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 5px;\n        }\n\n        .health-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* Made in USA Badge *\/\n        .usa-badge {\n            display: inline-flex;\n            align-items: center;\n            background: var(--light);\n            padding: 10px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            color: var(--primary);\n            border: 2px solid var(--secondary);\n            margin: 15px 0;\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .health-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .health-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\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\"\u003ePremium Roasted Unsalted Almonds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eBulk 25 lb. Case • Low Sodium • Perfect for Health-Conscious Menus\u003c\/p\u003e\n            \u003cdiv class=\"health-badge\"\u003e\n                🌱 Low Sodium • Heart Healthy Choice\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003e\n                Keep your establishment stocked with the essentials when you purchase these 25 lb. roasted unsalted almonds! \n                These high-quality nuts are roasted to perfection to accentuate their satisfying, savory flavor and give them \n                an irresistible crunch that'll have your patrons reaching for more! Left unsalted to reduce sodium content, \n                they're perfect for health-conscious menus and customers.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"usa-badge\"\u003e\n                🇺🇸 Proudly Made in America\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness guaranteed!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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 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\u003e26.1 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eMade in America\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRoasted \u0026amp; Unsalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e25 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eWhole\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eAlmonds\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePerfectly Roasted\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eRoasted to perfection for satisfying, savory flavor and uniquely crunchy texture that customers love.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e💚\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eLow Sodium\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eLeft unsalted to reduce sodium content, making them perfect for health-conscious customers and menus.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eExtremely Versatile\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003ePerfect for snacking, baking, cooking, and garnishing - enhances both flavor and nutrition.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eHealth Benefits\u003c\/h2\u003e\n                \n                \u003cdiv class=\"health-grid\"\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e💪\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eHigh Protein\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e🌾\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eRich in Fiber\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e❤️\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eHealthy Fats\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e⚡\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eAntioxidants\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e🛡️\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eVitamins\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e🔋\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eEssential Nutrients\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n                \n                \u003cp\u003eAlmonds are a versatile ingredient to have on hand in your kitchen; they're delicious on their own and make a tasty addition to a wide variety of dishes!\u003c\/p\u003e\n                \n                \u003cdiv class=\"usage-grid\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍴\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eBar Snack with Sea Salt\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥨\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eTrail Mix Base\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥗\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eSalad Toppings\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🧀\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eCharcuterie Boards\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍫\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eChocolate Coating\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍰\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eBaking Ingredient\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eServe with a dash of sea salt as a bar snack or appetizer\u003c\/li\u003e\n                    \u003cli\u003eMix into house-made trail mix for satisfying customer snacks\u003c\/li\u003e\n                    \u003cli\u003eUse as elegant toppings for salads and grain bowls\u003c\/li\u003e\n                    \u003cli\u003ePair with charcuterie boards for sophisticated presentation\u003c\/li\u003e\n                    \u003cli\u003eCoat in rich chocolate to create homemade chocolate-covered almonds\u003c\/li\u003e\n                    \u003cli\u003eSlice or sliver for green bean casseroles and roasted vegetables\u003c\/li\u003e\n                    \u003cli\u003eChop for versatile baking applications and recipe enhancements\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePreparation Versatility\u003c\/h2\u003e\n            \n            \u003cp\u003eThese almonds are conveniently left whole to offer you maximum preparation flexibility:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eWhole:\u003c\/strong\u003e Perfect for snacking, trail mixes, and charcuterie boards\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSliced\/Slivered:\u003c\/strong\u003e Ideal for green bean casseroles, roasted vegetables, and delicate dishes\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eChopped:\u003c\/strong\u003e Excellent for baking, batters, doughs, and recipe enhancements\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eCustom Seasoning:\u003c\/strong\u003e Unsalted base allows for complete control over flavor profiles\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eMultiple Applications:\u003c\/strong\u003e Suitable for sweet and savory dishes alike\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch2 class=\"section-title\"\u003eNutritional Excellence\u003c\/h2\u003e\n            \n            \u003cp\u003eOur roasted unsalted almonds deliver exceptional nutritional value that enhances both flavor and wellness:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003eExcellent source of plant-based protein for sustained energy\u003c\/li\u003e\n                \u003cli\u003eRich in heart-healthy monounsaturated fats\u003c\/li\u003e\n                \u003cli\u003eHigh in dietary fiber for digestive health and satiety\u003c\/li\u003e\n                \u003cli\u003ePacked with antioxidants including Vitamin E\u003c\/li\u003e\n                \u003cli\u003eContains essential minerals like magnesium and calcium\u003c\/li\u003e\n                \u003cli\u003eLow sodium content supports heart health and blood pressure management\u003c\/li\u003e\n                \u003cli\u003eLoaded with nutrients that support overall wellness and vitality\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 400015238045\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669259751508,"sku":null,"price":271.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_63.png?v=1763031021"},{"product_id":"large-roasted-salted-cashew-pieces-25-lb","title":"Large Roasted Salted Cashew Pieces 25 lb.","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\u003ePremium Roasted Salted Cashew Pieces | Bulk 25 lb.\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #D2691E;\n            --secondary: #FFA500;\n            --accent: #8B4513;\n            --light: #FFF8F0;\n            --dark: #333333;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #fff9f0 0%, #ffeccc 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .premium-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.2);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--primary);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--secondary);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--accent);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #fff4e8 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(210, 105, 30, 0.1);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--accent);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--primary);\n            font-size: 16px;\n        }\n\n        \/* Health Benefits *\/\n        .health-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .health-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--success);\n        }\n\n        .health-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--success);\n            margin-bottom: 5px;\n        }\n\n        .health-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* Cooking Methods *\/\n        .cooking-methods {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .method-card {\n            background: white;\n            padding: 25px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            border-top: 4px solid var(--secondary);\n        }\n\n        .method-icon {\n            font-size: 32px;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n\n        .method-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 10px;\n        }\n\n        .method-desc {\n            color: #666;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .health-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .cooking-methods {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .health-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\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\"\u003ePremium Roasted Salted Cashew Pieces\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eLarge Pieces • Perfect for Cooking \u0026amp; Snacking • Bulk 25 lb.\u003c\/p\u003e\n            \u003cdiv class=\"premium-badge\"\u003e\n                🌰 Slow Roasted for Maximum Flavor\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003e\n                Discover the perfect balance of flavor and nutrition with our premium roasted salted cashew pieces. \n                Slow roasted for freshness and exceptional flavor, these large cashew pieces are lightly salted for \n                just the right amount of savory taste that your customers crave. Perfect for both culinary applications \n                and standalone snacking.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness guaranteed!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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 Each\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e26.7 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRoasted \u0026amp; Salted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e25 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003ePieces\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eCashews\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eSlow Roasted Perfection\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eCarefully slow roasted to enhance natural flavors and ensure maximum freshness in every piece.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🧂\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eLightly Salted\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eExpertly seasoned with just the right amount of salt to complement the natural cashew flavor.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eVersatile Pieces\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eLarge cashew pieces perfect for cooking, baking, snacking, and culinary applications.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eHealth Benefits\u003c\/h2\u003e\n                \n                \u003cdiv class=\"health-grid\"\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e❤️\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eHeart Healthy\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e🛡️\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eRich in Antioxidants\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e💪\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eEssential Minerals\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e🌱\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eLower Fat Content\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e⚡\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eCardiovascular Support\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"health-item\"\u003e\n                        \u003cdiv class=\"health-value\"\u003e🔋\u003c\/div\u003e\n                        \u003cdiv class=\"health-label\"\u003eNutrient Dense\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n                \n                \u003cp\u003eThese versatile cashew pieces add crunchy texture and nutty taste to a wide variety of dishes:\u003c\/p\u003e\n                \n                \u003cdiv class=\"usage-grid\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍴\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eStandalone Snack\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥗\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eSalad Toppings\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍲\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eStir-Fry Ingredient\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍛\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eIndian Curries\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍦\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eIce Cream Topping\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🎉\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eParty Hors d'oeuvres\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eCooking Methods\u003c\/h2\u003e\n            \n            \u003cdiv class=\"cooking-methods\"\u003e\n                \u003cdiv class=\"method-card\"\u003e\n                    \u003cdiv class=\"method-icon\"\u003e🥘\u003c\/div\u003e\n                    \u003ch3 class=\"method-title\"\u003eStir-Fry \u0026amp; Curries\u003c\/h3\u003e\n                    \u003cp class=\"method-desc\"\u003eAdd to Asian-inspired dishes and Indian curries for authentic texture and flavor enhancement.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"method-card\"\u003e\n                    \u003cdiv class=\"method-icon\"\u003e🥗\u003c\/div\u003e\n                    \u003ch3 class=\"method-title\"\u003eSalads \u0026amp; Vegetables\u003c\/h3\u003e\n                    \u003cp class=\"method-desc\"\u003eSprinkle over fresh salads or roasted vegetables for added crunch and nutritional value.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"method-card\"\u003e\n                    \u003cdiv class=\"method-icon\"\u003e🍗\u003c\/div\u003e\n                    \u003ch3 class=\"method-title\"\u003eChicken Dishes\u003c\/h3\u003e\n                    \u003cp class=\"method-desc\"\u003eIncorporate into chicken recipes for added texture and heart-healthy nutrients.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"method-card\"\u003e\n                    \u003cdiv class=\"method-icon\"\u003e🍦\u003c\/div\u003e\n                    \u003ch3 class=\"method-title\"\u003eDessert Toppings\u003c\/h3\u003e\n                    \u003cp class=\"method-desc\"\u003ePerfect as a crunchy topping for ice cream, yogurt, and other sweet treats.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eNutritional Excellence\u003c\/h2\u003e\n            \n            \u003cp\u003eGreat for your patrons' health, our cashew pieces offer exceptional nutritional benefits:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHeart-Healthy Fats:\u003c\/strong\u003e Contains beneficial fats that support cardiovascular health\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eRich in Antioxidants:\u003c\/strong\u003e Helps combat oxidative stress and supports overall wellness\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eEssential Minerals:\u003c\/strong\u003e Packed with important daily minerals for optimal health\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eLower Fat Content:\u003c\/strong\u003e Contains smaller fat content than many other nuts\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eNutrient Dense:\u003c\/strong\u003e Boosts nutritional value of any dish while adding delicious flavor\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eVersatile Nutrition:\u003c\/strong\u003e Perfect for health-conscious menus and customer preferences\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003ePerfect For Food Service\u003c\/h2\u003e\n                \n                \u003cp\u003eThese roasted and salted large cashew pieces are essential ingredients for any food service establishment:\u003c\/p\u003e\n                \n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eCafés \u0026amp; Restaurants:\u003c\/strong\u003e Enhance menu items with premium, nutritious ingredients\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eConcession Stands:\u003c\/strong\u003e Perfect for snack mixes and standalone offerings\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eCatering Services:\u003c\/strong\u003e Impress clients with high-quality, versatile ingredients\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eHealth-Focused Establishments:\u003c\/strong\u003e Meet customer demand for nutritious options\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBulk Operations:\u003c\/strong\u003e 25 lb. size ensures you never run out of this essential ingredient\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eMenu Diversification:\u003c\/strong\u003e Create unique dishes that stand out from competitors\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 400011655662\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669266731092,"sku":null,"price":312.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_64.png?v=1763031433"},{"product_id":"hickory-harvest-whole-raw-pistachios-30-lb","title":"Hickory Harvest Whole Raw Pistachios 30 lb.","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        :root {\n            --primary: #90EE90;\n            --secondary: #32CD32;\n            --accent: #228B22;\n            --light: #F0FFF0;\n            --dark: #2F4F2F;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #f0fff0 0%, #e0f7e0 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);\n            color: var(--dark);\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(255,255,255,0.5);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #2F4F2F;\n        }\n\n        .certification-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.9);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            color: var(--accent);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--accent);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--primary);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--secondary);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--primary);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--accent);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--accent);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #e8f5e8 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(144, 238, 144, 0.3);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--accent);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--primary);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--accent);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--accent);\n            font-size: 16px;\n        }\n\n        \/* Nutrition Highlights *\/\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--secondary);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* Brand Story *\/\n        .brand-story {\n            background: linear-gradient(135deg, #f8fff8 0%, #e8f5e8 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border-left: 4px solid var(--accent);\n        }\n\n        \/* Certification Badges *\/\n        .certification-container {\n            display: flex;\n            gap: 15px;\n            margin: 20px 0;\n            flex-wrap: wrap;\n        }\n\n        .cert-badge {\n            background: var(--light);\n            padding: 10px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            color: var(--accent);\n            border: 2px solid var(--primary);\n            font-size: 15px;\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .certification-container {\n                justify-content: center;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003ePremium Raw Whole Pistachios\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eBulk 30 lb. Case • Unroasted \u0026amp; Unsalted • Maximum Versatility\u003c\/p\u003e\n\u003cdiv class=\"certification-badge\"\u003e🌱 Raw \u0026amp; Natural • Perfect for Custom Recipes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp class=\"intro-text\"\u003eKeep your establishment stocked with the essentials when you purchase these 30 lb. whole raw pistachios. These high-quality nuts are left unroasted and unsalted to allow maximum versatility in both sweet and savory applications. Featuring a subtle crunch, creamy texture, and rich flavor that keeps patrons coming back for more.\u003c\/p\u003e\n\u003cdiv class=\"certification-container\"\u003e\n\u003cdiv class=\"cert-badge\"\u003e✡️ Kosher Certified\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e🇺🇸 Made in America\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e🌿 All Natural\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003e\n\u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n\u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness guaranteed!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\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\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 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\u003e33.1 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eKosher \u0026amp; Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRaw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e30 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWhole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePistachios\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2 class=\"section-title\"\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 class=\"feature-title\"\u003eRaw \u0026amp; Natural\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eUnroasted and unsalted for complete versatility in sweet and savory applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💚\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eRich Flavor Profile\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eSubtle crunch with creamy texture and naturally rich, buttery flavor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMaximum Versatility\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003ePerfect base ingredient that allows complete control over seasoning and preparation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eNutritional Benefits\u003c\/h2\u003e\n\u003cdiv class=\"nutrition-grid\"\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eHigh Protein\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e🌾\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eRich in Fiber\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eHealthy Fats\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003ePotassium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003ePhosphorous\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e🔋\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eCopper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n\u003cp\u003ePistachios' unique texture, flavor, and nutritional profile make them perfect for countless recipes:\u003c\/p\u003e\n\u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🥜\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eStandalone Snack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🥨\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eTrail Mix Base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🍪\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eCookie Dough\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🌿\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eFresh Pesto\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🥗\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eSalad Toppings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🍰\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eDessert Recipes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003ePerfect replacement for walnuts in cookie doughs and baked goods\u003c\/li\u003e\n\u003cli\u003eExcellent substitute for pine nuts in fresh pesto and savory sauces\u003c\/li\u003e\n\u003cli\u003eIdeal topping for salads and fresh vegetable dishes\u003c\/li\u003e\n\u003cli\u003eBlend into creamy dips for crudites or grilled fish\u003c\/li\u003e\n\u003cli\u003eEnhance classic desserts like biscotti, cakes, and cookies\u003c\/li\u003e\n\u003cli\u003eCreate unique snack mixes and trail combinations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eHealth \u0026amp; Wellness\u003c\/h2\u003e\n\u003cp\u003eOur raw whole pistachios deliver exceptional nutritional value for health-conscious menus:\u003c\/p\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeart-Healthy Nutrients:\u003c\/strong\u003e Rich in fiber, protein, and healthy fats for sustained energy\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEssential Minerals:\u003c\/strong\u003e Loaded with potassium, phosphorous, and copper for overall wellness\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAntioxidant Rich:\u003c\/strong\u003e Contains compounds that support cellular health and vitality\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBlood Sugar Support:\u003c\/strong\u003e Low glycemic index makes them suitable for various dietary needs\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight Management:\u003c\/strong\u003e High protein and fiber content promotes satiety and satisfaction\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile Nutrition:\u003c\/strong\u003e Easily incorporated into health-focused and specialty menus\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"brand-story\"\u003e\n\u003ch2 class=\"section-title\"\u003eAbout Hickory Harvest\u003c\/h2\u003e\n\u003cp\u003eFounded in 1972 in Akron, Ohio, Hickory Harvest has been a trusted family-run business for three generations, offering a wide variety of quality snacks like nuts, chocolate-covered treats, dried fruit, and trail mix.\u003c\/p\u003e\n\u003cp\u003eTheir commitment to innovation allows them to consistently deliver on-trend, flavorful products that meet the demands of today's snack market. Whether you're looking for a quick snack or a unique offering for your customers, Hickory Harvest provides reliable, delicious options that satisfy all tastes and needs.\u003c\/p\u003e\n\u003cp\u003eWith decades of experience, their dedication to quality and customer satisfaction sets them apart in the snack industry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 036232090755\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669271318612,"sku":null,"price":879.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_66.png?v=1763031769"},{"product_id":"hickory-harvest-whole-raw-almonds-25-lb","title":"Hickory Harvest Whole Raw Almonds 25 lb.","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        :root {\n            --primary: #8B4513;\n            --secondary: #D2691E;\n            --accent: #CD853F;\n            --light: #FFF8F0;\n            --dark: #333333;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #f9f5f0 0%, #f0e6d6 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .natural-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.2);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--primary);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--accent);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--secondary);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #fff4e8 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(139, 69, 19, 0.1);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--accent);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--primary);\n            font-size: 16px;\n        }\n\n        \/* Nutrition Highlights *\/\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--primary);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* Preparation Methods *\/\n        .preparation-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .prep-card {\n            background: white;\n            padding: 25px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            border-top: 4px solid var(--secondary);\n        }\n\n        .prep-icon {\n            font-size: 32px;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n\n        .prep-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 10px;\n        }\n\n        .prep-desc {\n            color: #666;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        \/* Certification Badges *\/\n        .certification-container {\n            display: flex;\n            gap: 15px;\n            margin: 20px 0;\n            flex-wrap: wrap;\n        }\n\n        .cert-badge {\n            background: var(--light);\n            padding: 10px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            color: var(--primary);\n            border: 2px solid var(--accent);\n            font-size: 15px;\n        }\n\n        \/* Brand Story *\/\n        .brand-story {\n            background: linear-gradient(135deg, #f8fff8 0%, #f0f8f0 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border-left: 4px solid var(--accent);\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .preparation-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .certification-container {\n                justify-content: center;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003ePremium Raw Whole Almonds\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eBulk 25 lb. • Natural \u0026amp; Unprocessed • Maximum Versatility\u003c\/p\u003e\n\u003cdiv class=\"natural-badge\"\u003e🌱 100% Natural • No Roasting • No Salt Added\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp class=\"intro-text\"\u003eGreat for snacking on or incorporating into meals, these Hickory Harvest raw whole almonds fuel your body with essential nutrients. Almonds are a versatile ingredient that can be used in a variety of sweet and savory applications. Their subtle taste and exceptional nutritional value make them a staple in professional kitchens and home pantries alike.\u003c\/p\u003e\n\u003cdiv class=\"certification-container\"\u003e\n\u003cdiv class=\"cert-badge\"\u003e✡️ Kosher Certified\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e🇺🇸 Made in America\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e🌿 All Natural\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003e\n\u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n\u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness guaranteed!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\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\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 Each\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e26 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eKosher \u0026amp; Made in America\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRaw\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e25 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWhole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAlmonds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2 class=\"section-title\"\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 class=\"feature-title\"\u003e100% Natural\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eUnroasted and unsalted almonds in their purest form, perfect for any culinary application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eMaximum Versatility\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003ePerfect base ingredient that allows complete control over seasoning and preparation methods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eNutrition Powerhouse\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eRich in protein, fiber, healthy fats, and essential nutrients for optimal health.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eNutritional Benefits\u003c\/h2\u003e\n\u003cdiv class=\"nutrition-grid\"\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eHigh Protein\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e🌾\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eRich in Fiber\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eHealthy Fats\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eVitamin E\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eAntioxidants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e🔋\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eEssential Minerals\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePreparation Methods\u003c\/h2\u003e\n\u003cdiv class=\"preparation-grid\"\u003e\n\u003cdiv class=\"prep-card\"\u003e\n\u003cdiv class=\"prep-icon\"\u003e🔪\u003c\/div\u003e\n\u003ch3 class=\"prep-title\"\u003eChopped\u003c\/h3\u003e\n\u003cp class=\"prep-desc\"\u003ePerfect for sprinkling over ice cream, yogurt, and casseroles for added texture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prep-card\"\u003e\n\u003cdiv class=\"prep-icon\"\u003e🍞\u003c\/div\u003e\n\u003ch3 class=\"prep-title\"\u003eSliced\u003c\/h3\u003e\n\u003cp class=\"prep-desc\"\u003eIdeal for toasting and adding to salads, croissants, and baked goods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prep-card\"\u003e\n\u003cdiv class=\"prep-icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3 class=\"prep-title\"\u003eToasted\u003c\/h3\u003e\n\u003cp class=\"prep-desc\"\u003eEnhance natural flavors by toasting for salads, granola, and snacks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"prep-card\"\u003e\n\u003cdiv class=\"prep-icon\"\u003e🥜\u003c\/div\u003e\n\u003ch3 class=\"prep-title\"\u003eWhole\u003c\/h3\u003e\n\u003cp class=\"prep-desc\"\u003ePerfect for snacking, charcuterie boards, and trail mixes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n\u003cp\u003eThese versatile almonds can transform any dish with their nutty flavor and satisfying crunch:\u003c\/p\u003e\n\u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🍴\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eStandalone Snack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🍞\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eGranola Bars\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🍦\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eIce Cream Toppings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🍲\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eCasseroles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🥗\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eSalads\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🧀\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eCharcuterie Boards\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003eCreate homemade granola bars for healthy, on-the-go snacks\u003c\/li\u003e\n\u003cli\u003eChop and sprinkle over ice cream and desserts for added crunch\u003c\/li\u003e\n\u003cli\u003eSlice, toast, and add to salads or baked goods for enhanced flavor\u003c\/li\u003e\n\u003cli\u003ePerfect complement to specialty cheeses and cured meats on charcuterie boards\u003c\/li\u003e\n\u003cli\u003eIncorporate into sweet jams and accompaniments for balanced flavor profiles\u003c\/li\u003e\n\u003cli\u003eUse as a nutritious base for custom trail mixes and snack combinations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For Food Service\u003c\/h2\u003e\n\u003cp\u003ePackaged in a bulk 25 lb. supply, these high-quality almonds are ideal for various establishments:\u003c\/p\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRestaurants:\u003c\/strong\u003e Enhance menu items with premium, nutritious ingredients\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBakeries:\u003c\/strong\u003e Incorporate into cookies, pastries, and specialty breads\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIce Cream Shops:\u003c\/strong\u003e Create signature toppings and mix-ins\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCatering Services:\u003c\/strong\u003e Impress clients with versatile, high-quality ingredients\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHealth-Focused Establishments:\u003c\/strong\u003e Meet customer demand for natural, nutritious options\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBulk Operations:\u003c\/strong\u003e Never run out of this essential kitchen staple\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"brand-story\"\u003e\n\u003ch2 class=\"section-title\"\u003eAbout Hickory Harvest\u003c\/h2\u003e\n\u003cp\u003eFounded in 1972 in Akron, Ohio, Hickory Harvest has been a trusted family-run business for three generations, offering a wide variety of quality snacks like nuts, chocolate-covered treats, dried fruit, and trail mix.\u003c\/p\u003e\n\u003cp\u003eTheir commitment to innovation allows them to consistently deliver on-trend, flavorful products that meet the demands of today's snack market. Whether you're looking for a quick snack or a unique offering for your customers, Hickory Harvest provides reliable, delicious options that satisfy all tastes and needs.\u003c\/p\u003e\n\u003cp\u003eWith decades of experience, their dedication to quality and customer satisfaction sets them apart in the snack industry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 036232092001\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669277610068,"sku":null,"price":282.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_68.png?v=1763032293"},{"product_id":"dry-roasted-salted-macadamia-nuts-15-lb","title":"Dry Roasted Salted Macadamia Nuts 15 lb.","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\u003ePremium Roasted Salted Macadamia Nuts | Bulk 15 lb. Case\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #8B7355;\n            --secondary: #D4B996;\n            --accent: #A0522D;\n            --light: #FDF8F3;\n            --dark: #333333;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #f9f7f4 0%, #f0ece4 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .premium-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.2);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--primary);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--secondary);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--accent);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #faf4ed 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(139, 115, 85, 0.1);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--accent);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--primary);\n            font-size: 16px;\n        }\n\n        \/* Nutrition Highlights *\/\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--primary);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* Quality Standards *\/\n        .quality-standards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .quality-card {\n            background: white;\n            padding: 25px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            border-top: 4px solid var(--secondary);\n        }\n\n        .quality-icon {\n            font-size: 32px;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n\n        .quality-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 10px;\n        }\n\n        .quality-desc {\n            color: #666;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        \/* Certification Badges *\/\n        .certification-container {\n            display: flex;\n            gap: 15px;\n            margin: 20px 0;\n            flex-wrap: wrap;\n        }\n\n        .cert-badge {\n            background: var(--light);\n            padding: 10px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            color: var(--primary);\n            border: 2px solid var(--secondary);\n            font-size: 15px;\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .quality-standards {\n                grid-template-columns: 1fr;\n            }\n            \n            .certification-container {\n                justify-content: center;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\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\"\u003ePremium Roasted Salted Macadamia Nuts\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eBulk 15 lb. Case • Style IV Large Pieces • Buttery \u0026amp; Crunchy\u003c\/p\u003e\n            \u003cdiv class=\"premium-badge\"\u003e\n                🥇 Premium Quality • 9mm+ Large Pieces\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003e\n                Add buttery flavor and irresistible crunch to your menu items with these premium dry roasted salted macadamia nuts! \n                These Style IV nuts contain pieces that are 9mm or larger, with at least 5% being whole macadamia nuts, delivering \n                the perfect texture and premium appearance for your culinary creations.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"certification-container\"\u003e\n                \u003cdiv class=\"cert-badge\"\u003e🌾 Gluten-Free\u003c\/div\u003e\n                \u003cdiv class=\"cert-badge\"\u003e✡️ Kosher Certified\u003c\/div\u003e\n                \u003cdiv class=\"cert-badge\"\u003e🎯 Style IV Quality\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness guaranteed!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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 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\u003e16.1 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eGluten-Free \u0026amp; Kosher\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRoasted \u0026amp; Salted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e15 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eWhole (Style IV)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eMacadamia Nuts\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eDry Roasted Perfection\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eExpertly dry roasted to enhance the natural buttery flavor and create irresistible crunch.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🧂\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePerfectly Salted\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eLightly salted to enhance the delicious flavor while maintaining nutritional integrity.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🥇\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003ePremium Quality\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eStyle IV classification ensures large pieces (9mm+) with premium appearance and texture.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eQuality Standards\u003c\/h2\u003e\n                \n                \u003cdiv class=\"quality-standards\"\u003e\n                    \u003cdiv class=\"quality-card\"\u003e\n                        \u003cdiv class=\"quality-icon\"\u003e📏\u003c\/div\u003e\n                        \u003ch3 class=\"quality-title\"\u003eSize Classification\u003c\/h3\u003e\n                        \u003cp class=\"quality-desc\"\u003eStyle IV nuts contain pieces 9mm or larger with minimum 5% whole nuts\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"quality-card\"\u003e\n                        \u003cdiv class=\"quality-icon\"\u003e🎯\u003c\/div\u003e\n                        \u003ch3 class=\"quality-title\"\u003ePremium Selection\u003c\/h3\u003e\n                        \u003cp class=\"quality-desc\"\u003eConsists of whole nuts, half nuts, and large pieces for optimal texture\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"quality-card\"\u003e\n                        \u003cdiv class=\"quality-icon\"\u003e👑\u003c\/div\u003e\n                        \u003ch3 class=\"quality-title\"\u003eLuxury Grade\u003c\/h3\u003e\n                        \u003cp class=\"quality-desc\"\u003eLarge piece size ensures premium appearance in all culinary applications\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eNutritional Benefits\u003c\/h2\u003e\n                \n                \u003cdiv class=\"nutrition-grid\"\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e💪\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHigh Fiber\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e❤️\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHealthy Fats\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e⚡\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eVitamins\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🛡️\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eMinerals\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🌿\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eAntioxidants\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🔋\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eMonounsaturated Fats\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n                \n                \u003cp\u003eWhile perfect for nibbling as a satisfying snack, these premium macadamia nuts elevate countless culinary creations:\u003c\/p\u003e\n                \n                \u003cdiv class=\"usage-grid\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍴\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003ePremium Snacking\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥨\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eTrail Mix Base\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍫\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eChocolate Pairing\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍰\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eDessert Enhancement\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🌾\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eGranola Ingredient\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🎯\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eRecipe Enhancement\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eBlend into homemade trail mix or granola to add decadent, buttery flavor\u003c\/li\u003e\n                    \u003cli\u003ePerfect pairing with chocolate - drizzle with dark chocolate for sweet and salty treats\u003c\/li\u003e\n                    \u003cli\u003eIdeal for creating premium snack mixes and gourmet gift baskets\u003c\/li\u003e\n                    \u003cli\u003eEnhance dessert recipes with luxurious texture and rich flavor\u003c\/li\u003e\n                    \u003cli\u003ePerfect for upscale bar snacks and hospitality offerings\u003c\/li\u003e\n                    \u003cli\u003eCreate signature menu items that showcase premium ingredients\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eHealth \u0026amp; Wellness\u003c\/h2\u003e\n            \n            \u003cp\u003eMacadamia nuts are celebrated for their exceptional nutritional profile and health benefits:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHeart-Healthy Fats:\u003c\/strong\u003e Rich in monounsaturated fats that support cardiovascular health\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eFiber Powerhouse:\u003c\/strong\u003e Excellent source of dietary fiber for digestive wellness\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eEssential Nutrients:\u003c\/strong\u003e Packed with vitamins, minerals, and antioxidants\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eAntioxidant Rich:\u003c\/strong\u003e Contains compounds that combat oxidative stress\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eMineral Content:\u003c\/strong\u003e Provides essential minerals for overall health and vitality\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eBalanced Nutrition:\u003c\/strong\u003e Perfect combination of flavor and nutritional benefits\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePerfect For Food Service\u003c\/h2\u003e\n            \n            \u003cp\u003eThis bulk 15 lb. supply is ideal for various food service establishments:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eRestaurants \u0026amp; Cafés:\u003c\/strong\u003e Enhance menu items with premium, luxurious ingredients\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eBakery Operations:\u003c\/strong\u003e Incorporate into cookies, pastries, and specialty desserts\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHotel \u0026amp; Hospitality:\u003c\/strong\u003e Perfect for upscale bar snacks and room service offerings\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eCatering Services:\u003c\/strong\u003e Impress clients with high-quality, gourmet ingredients\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSpecialty Food Retail:\u003c\/strong\u003e Create premium product lines and gift offerings\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHigh-Volume Operations:\u003c\/strong\u003e Bulk packaging ensures consistent supply for busy establishments\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 400013957528\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669285507156,"sku":null,"price":332.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_70.png?v=1763032832"},{"product_id":"raw-macadamia-nuts-25-lb","title":"Raw Macadamia Nuts 25 lb.","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\u003eRaw Macadamia Nuts - Halves \u0026amp; Pieces\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base Styles *\/\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            line-height: 1.6;\n            color: #333;\n            background-color: #fefefe;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            padding: 35px 30px;\n            background: linear-gradient(135deg, #f8f6f0 0%, #f0ece0 100%);\n            border-bottom: 1px solid #e8e4d8;\n            text-align: center;\n        }\n        \n        .product-title {\n            font-size: 32px;\n            font-weight: 700;\n            color: #8B7D6B;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #A89C8A;\n            font-weight: 500;\n            font-style: italic;\n        }\n        \n        \/* Content Layout *\/\n        .product-content {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            padding: 30px;\n        }\n        \n        @media (max-width: 768px) {\n            .product-content {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Specs Table *\/\n        .specs-section {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid #e8e4d8;\n        }\n        \n        .specs-header {\n            background: linear-gradient(to right, #8B7D6B, #A89C8A);\n            color: white;\n            padding: 18px 20px;\n            font-size: 22px;\n            font-weight: 600;\n            text-align: center;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #faf9f5;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f8f6f0;\n        }\n        \n        .specs-table td {\n            padding: 16px 20px;\n            border-bottom: 1px solid #e8e4d8;\n            transition: background-color 0.2s;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #8B7D6B;\n            width: 40%;\n        }\n        \n        .specs-table td:last-child {\n            color: #5a5247;\n        }\n        \n        \/* Details Section *\/\n        .details-section {\n            background: white;\n            border-radius: 10px;\n            padding: 25px;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);\n            border: 1px solid #e8e4d8;\n        }\n        \n        .section-title {\n            font-size: 24px;\n            font-weight: 600;\n            color: #8B7D6B;\n            margin-bottom: 20px;\n            padding-bottom: 12px;\n            border-bottom: 2px solid #D2C8B8;\n        }\n        \n        .details-content p {\n            margin-bottom: 18px;\n            color: #5a5247;\n            line-height: 1.7;\n        }\n        \n        \/* Features List *\/\n        .features-list {\n            margin: 25px 0;\n        }\n        \n        .features-list h3 {\n            margin-bottom: 15px;\n            color: #8B7D6B;\n            font-size: 20px;\n        }\n        \n        .features-list ul {\n            list-style: none;\n        }\n        \n        .features-list li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 14px;\n            color: #5a5247;\n            padding: 8px 0;\n        }\n        \n        .features-list li::before {\n            content: \"✓\";\n            color: #8B7D6B;\n            font-weight: bold;\n            margin-right: 12px;\n            font-size: 18px;\n            background: #f8f6f0;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n        }\n        \n        \/* Brand Story *\/\n        .brand-story {\n            background: #faf9f5;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 4px solid #D2C8B8;\n        }\n        \n        .brand-story h3 {\n            color: #8B7D6B;\n            margin-bottom: 12px;\n            font-size: 18px;\n        }\n        \n        .brand-story p {\n            color: #5a5247;\n            margin-bottom: 0;\n            font-style: italic;\n        }\n        \n        \/* UPC Code *\/\n        .upc-section {\n            background: #f8f6f0;\n            padding: 18px 20px;\n            border-radius: 8px;\n            margin-top: 25px;\n            display: flex;\n            align-items: center;\n            border: 1px dashed #D2C8B8;\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            margin-right: 12px;\n            color: #8B7D6B;\n        }\n        \n        .upc-code {\n            font-family: monospace;\n            font-size: 20px;\n            background: white;\n            padding: 8px 15px;\n            border-radius: 6px;\n            border: 1px solid #D2C8B8;\n            letter-spacing: 1px;\n        }\n        \n        \/* Shipping Info *\/\n        .shipping-info {\n            background: #f0ece0;\n            padding: 20px;\n            border-radius: 8px;\n            margin-top: 25px;\n            display: flex;\n            align-items: center;\n            border: 1px solid #e8e4d8;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #8B7D6B;\n        }\n        \n        .shipping-text {\n            font-weight: 500;\n            color: #5a5247;\n        }\n        \n        .shipping-highlight {\n            font-weight: 700;\n            color: #8B7D6B;\n        }\n        \n        \/* Culinary Applications *\/\n        .culinary-apps {\n            margin-top: 25px;\n        }\n        \n        .culinary-apps h3 {\n            color: #8B7D6B;\n            margin-bottom: 15px;\n            font-size: 20px;\n        }\n        \n        .culinary-list {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n        }\n        \n        .culinary-item {\n            background: #f8f6f0;\n            padding: 12px 15px;\n            border-radius: 6px;\n            color: #5a5247;\n            font-weight: 500;\n        }\n        \n        @media (max-width: 480px) {\n            .culinary-list {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Health Benefits *\/\n        .health-benefits {\n            background: linear-gradient(135deg, #f8f6f0 0%, #f0ece0 100%);\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 1px solid #e8e4d8;\n        }\n        \n        .health-benefits h3 {\n            color: #8B7D6B;\n            margin-bottom: 15px;\n            font-size: 20px;\n            text-align: center;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 15px;\n            text-align: center;\n        }\n        \n        .benefit-item {\n            padding: 15px;\n            background: white;\n            border-radius: 6px;\n            border: 1px solid #e8e4d8;\n        }\n        \n        .benefit-item h4 {\n            color: #8B7D6B;\n            margin-bottom: 8px;\n            font-size: 16px;\n        }\n        \n        .benefit-item p {\n            color: #5a5247;\n            font-size: 14px;\n            margin: 0;\n        }\n        \n        @media (max-width: 768px) {\n            .benefits-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n        \n        \/* Style Features *\/\n        .style-features {\n            display: flex;\n            gap: 10px;\n            margin: 15px 0;\n            flex-wrap: wrap;\n        }\n        \n        .style-badge {\n            background: #D2C8B8;\n            color: #5a5247;\n            padding: 6px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \n        \/* Premium Quality *\/\n        .premium-quality {\n            background: #faf9f5;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border: 2px solid #D2C8B8;\n            text-align: center;\n        }\n        \n        .premium-quality h3 {\n            color: #8B7D6B;\n            margin-bottom: 15px;\n            font-size: 22px;\n        }\n        \n        .premium-quality p {\n            color: #5a5247;\n            font-size: 18px;\n            font-weight: 500;\n            margin: 0;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003ch1 class=\"product-title\"\u003eRaw Macadamia Nuts\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003ePremium halves \u0026amp; pieces for professional kitchens\u003c\/p\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003cdiv class=\"specs-section\"\u003e\n                \u003cdiv class=\"specs-header\"\u003eProduct Specifications\u003c\/div\u003e\n                \u003ctable class=\"specs-table\"\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eQuantity\u003c\/td\u003e\n                        \u003ctd\u003e1\/Case\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eShipping Weight\u003c\/td\u003e\n                        \u003ctd\u003e25.6 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFlavor\u003c\/td\u003e\n                        \u003ctd\u003eRaw\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePackage Size\u003c\/td\u003e\n                        \u003ctd\u003e25 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eStyle\u003c\/td\u003e\n                        \u003ctd\u003e\n                            \u003cdiv class=\"style-features\"\u003e\n                                \u003cspan class=\"style-badge\"\u003eHalves\u003c\/span\u003e\n                                \u003cspan class=\"style-badge\"\u003ePieces\u003c\/span\u003e\n                            \u003c\/div\u003e\n                        \u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eType\u003c\/td\u003e\n                        \u003ctd\u003eMacadamia Nuts\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003ePreparation\u003c\/td\u003e\n                        \u003ctd\u003eRaw \u0026amp; Unsalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"details-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n                \u003cdiv class=\"details-content\"\u003e\n                    \u003cdiv class=\"premium-quality\"\u003e\n                        \u003ch3\u003ePremium Quality Macadamia Nuts\u003c\/h3\u003e\n                        \u003cp\u003eKeep your establishment stocked with the essentials when you buy these 25 lb. raw macadamia nuts!\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cp\u003eThese high-quality nuts are left unroasted and unsalted for versatile applications in your kitchen. They've got an irresistible, crunchy texture and a delicious, buttery flavor that'll keep your patrons coming back for more!\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"health-benefits\"\u003e\n                        \u003ch3\u003eNutritional Powerhouse\u003c\/h3\u003e\n                        \u003cdiv class=\"benefits-grid\"\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eRich in Protein\u003c\/h4\u003e\n                                \u003cp\u003eExcellent source of plant-based protein for sustained energy\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eHealthy Fats\u003c\/h4\u003e\n                                \u003cp\u003ePacked with heart-healthy monounsaturated fats\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eDietary Fiber\u003c\/h4\u003e\n                                \u003cp\u003eGood source of fiber for digestive health\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eEssential Minerals\u003c\/h4\u003e\n                                \u003cp\u003eRich in copper, manganese, and magnesium\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eB Vitamins\u003c\/h4\u003e\n                                \u003cp\u003eContains thiamine and other essential B vitamins\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"benefit-item\"\u003e\n                                \u003ch4\u003eAntioxidants\u003c\/h4\u003e\n                                \u003cp\u003eLoaded with antioxidants for overall wellness\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"features-list\"\u003e\n                        \u003ch3\u003eKey Features:\u003c\/h3\u003e\n                        \u003cul\u003e\n                            \u003cli\u003eUnroasted and unsalted for versatile application\u003c\/li\u003e\n                            \u003cli\u003eNaturally delicious flavor and satisfying, crunchy texture\u003c\/li\u003e\n                            \u003cli\u003ePerfect for creating a wide variety of popular baked goods\u003c\/li\u003e\n                            \u003cli\u003eExcellent source of protein, fiber, and important vitamins and minerals\u003c\/li\u003e\n                            \u003cli\u003eBulk 25 lb. supply is perfect for high volume establishments\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"culinary-apps\"\u003e\n                        \u003ch3\u003eCulinary Applications:\u003c\/h3\u003e\n                        \u003cdiv class=\"culinary-list\"\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eWhite Chocolate Cookies\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eChocolate Covered Nuts\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eCoconut Cream Cakes\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eRich Brownie Bites\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eDessert Toppings\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eTrail Mixes\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eBaked Goods\u003c\/div\u003e\n                            \u003cdiv class=\"culinary-item\"\u003eGourmet Snacks\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cp\u003eMacadamia nuts are an essential ingredient in many popular desserts, making them great to keep on hand in your kitchen! Smother them in chocolate to make your own house-made chocolate-covered macadamia nuts or roughly chop them and include them in delicious white chocolate and macadamia nut cookies.\u003c\/p\u003e\n                    \n                    \u003cp\u003eTheir creamy, buttery taste makes them a great complement to rich tastes like dark chocolate and coconut. Use them in delicious coconut cream cakes or extra-rich brownie bites! No matter how you choose to use them, this bulk 25 lb. supply of raw macadamia nuts will keep your establishment well-stocked with this essential ingredient.\u003c\/p\u003e\n                    \n                    \u003cdiv class=\"brand-story\"\u003e\n                        \u003ch3\u003ePremium Quality Guarantee\u003c\/h3\u003e\n                        \u003cp\u003eOur raw macadamia nuts are carefully selected and processed to maintain their natural flavor and nutritional benefits. The combination of halves and pieces provides perfect versatility for all your culinary creations while ensuring you get the best value for your professional kitchen.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"upc-section\"\u003e\n                        \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                        \u003cspan class=\"upc-code\"\u003e22l02g-4543\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"shipping-info\"\u003e\n                        \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                        \u003cdiv class=\"shipping-text\"\u003e\n                            \u003cspan class=\"shipping-highlight\"\u003eQuick Shipping:\u003c\/span\u003e Usually ships in \u003cspan class=\"shipping-highlight\"\u003e1 business day\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669288095828,"sku":null,"price":469.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_72.png?v=1763033135"},{"product_id":"large-roasted-salted-cashews-25-lb","title":"Large Roasted Salted Cashews 25 lb.","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        :root {\n            --primary: #D2691E;\n            --secondary: #FFA500;\n            --accent: #8B4513;\n            --light: #FFF8F0;\n            --dark: #333333;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #fff9f0 0%, #ffeccc 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .premium-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.2);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--primary);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--secondary);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--accent);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #fff4e8 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(210, 105, 30, 0.1);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--accent);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--primary);\n            font-size: 16px;\n        }\n\n        \/* Nutrition Highlights *\/\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--success);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--success);\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* Size Advantage *\/\n        .size-advantage {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .size-card {\n            background: white;\n            padding: 25px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            border-top: 4px solid var(--secondary);\n        }\n\n        .size-icon {\n            font-size: 32px;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n\n        .size-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 10px;\n        }\n\n        .size-desc {\n            color: #666;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        \/* Visual Appeal Section *\/\n        .visual-appeal {\n            background: linear-gradient(135deg, #fffaf0 0%, #fff0e0 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .size-advantage {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003ePremium Large Roasted Salted Cashews\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eBulk 25 lb. Case • Extra Large Size • Buttery \u0026amp; Crunchy\u003c\/p\u003e\n\u003cdiv class=\"premium-badge\"\u003e👑 Extra Large Size • Maximum Visual Appeal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n\u003cp class=\"intro-text\"\u003eKeep your establishment stocked with the essentials when you purchase these 25 lb. large roasted salted cashews! These high-quality nuts are roasted to perfection to accentuate their buttery, savory flavor, and then seasoned with just the right amount of salt. The large size creates exceptional visual appeal in your signature dishes.\u003c\/p\u003e\n\u003cdiv class=\"shipping-info\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"shipping-text\"\u003e\n\u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n\u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness guaranteed!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\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\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 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\u003e25.9 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRoasted \u0026amp; Salted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e25 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWhole\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCashews\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2 class=\"section-title\"\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 class=\"feature-title\"\u003ePerfectly Roasted\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eRoasted to perfection for satisfying, savory flavor and seasoned with just the right amount of salt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👑\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eExtra Large Size\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eLarge cashews create exceptional visual appeal and premium presentation in all dishes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n\u003ch3 class=\"feature-title\"\u003eNutrition Powerhouse\u003c\/h3\u003e\n\u003cp class=\"feature-desc\"\u003eHigh in protein, fiber, healthy fats, and essential vitamins and minerals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"visual-appeal\"\u003e\n\u003ch2 class=\"section-title\"\u003eSize Advantage\u003c\/h2\u003e\n\u003cdiv class=\"size-advantage\"\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-icon\"\u003e👁️\u003c\/div\u003e\n\u003ch3 class=\"size-title\"\u003eVisual Impact\u003c\/h3\u003e\n\u003cp class=\"size-desc\"\u003eLarge size creates stunning presentation in signature dishes and displays\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-icon\"\u003e🎯\u003c\/div\u003e\n\u003ch3 class=\"size-title\"\u003ePremium Quality\u003c\/h3\u003e\n\u003cp class=\"size-desc\"\u003eWhole, large cashews indicate superior quality and careful selection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-icon\"\u003e💎\u003c\/div\u003e\n\u003ch3 class=\"size-title\"\u003eLuxury Appeal\u003c\/h3\u003e\n\u003cp class=\"size-desc\"\u003eImpressive size enhances the premium perception of your offerings\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cdiv class=\"size-icon\"\u003e🍽️\u003c\/div\u003e\n\u003ch3 class=\"size-title\"\u003eChef's Choice\u003c\/h3\u003e\n\u003cp class=\"size-desc\"\u003ePreferred by professional chefs for superior texture and presentation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eNutritional Benefits\u003c\/h2\u003e\n\u003cdiv class=\"nutrition-grid\"\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e💪\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eHigh Protein\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e🌾\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eRich in Fiber\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e❤️\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eHealthy Fats\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eCopper\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eMagnesium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nutrition-item\"\u003e\n\u003cdiv class=\"nutrition-value\"\u003e🔋\u003c\/div\u003e\n\u003cdiv class=\"nutrition-label\"\u003eManganese\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n\u003cp\u003eCashews are a versatile ingredient perfect for both standalone snacking and culinary creations:\u003c\/p\u003e\n\u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🍴\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eBar Snack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🥨\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eTrail Mix Base\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🥗\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eSalad Toppings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🧀\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eCharcuterie Boards\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🍫\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eChocolate Coating\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e\n\u003cspan class=\"usage-icon\"\u003e🍰\u003c\/span\u003e\n\u003cdiv class=\"usage-text\"\u003eBaked Goods\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003eServe as an elegant bar snack or appetizer that impresses patrons\u003c\/li\u003e\n\u003cli\u003eMix into house-made trail mix for satisfying customer snacks\u003c\/li\u003e\n\u003cli\u003eUse as premium toppings for salads and grain bowls\u003c\/li\u003e\n\u003cli\u003ePair with charcuterie boards for sophisticated presentation\u003c\/li\u003e\n\u003cli\u003eCoat in rich chocolate to create homemade chocolate-covered cashews\u003c\/li\u003e\n\u003cli\u003eEnhance sweet treats like baked goods, truffles, and candies\u003c\/li\u003e\n\u003cli\u003eCreate signature dishes that showcase premium, large cashews\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003eHealth \u0026amp; Wellness\u003c\/h2\u003e\n\u003cp\u003eOur large roasted salted cashews deliver exceptional nutritional value for health-conscious menus:\u003c\/p\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eProtein Power:\u003c\/strong\u003e Excellent source of plant-based protein for sustained energy\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHeart-Healthy Fats:\u003c\/strong\u003e Rich in monounsaturated and polyunsaturated fats\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEssential Minerals:\u003c\/strong\u003e Loaded with copper, magnesium, and manganese\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDietary Fiber:\u003c\/strong\u003e Supports digestive health and promotes satiety\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAntioxidant Properties:\u003c\/strong\u003e Contains compounds that support overall wellness\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVitamin Content:\u003c\/strong\u003e Provides essential vitamins for optimal health\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect For Food Service\u003c\/h2\u003e\n\u003cp\u003eThis bulk 25 lb. supply of large cashews is ideal for various food service establishments:\u003c\/p\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRestaurants \u0026amp; Bars:\u003c\/strong\u003e Create premium bar snacks and signature dishes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBakeries \u0026amp; Cafés:\u003c\/strong\u003e Enhance baked goods and specialty items\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCatering Services:\u003c\/strong\u003e Impress clients with high-quality, visually appealing ingredients\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHotel \u0026amp; Hospitality:\u003c\/strong\u003e Perfect for upscale amenities and room service\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEvent Venues:\u003c\/strong\u003e Create memorable snack offerings and displays\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh-Volume Operations:\u003c\/strong\u003e Bulk packaging ensures consistent supply for busy establishments\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"upc-code\"\u003eUPC Code: 400015238106\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669297074260,"sku":null,"price":290.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_74.png?v=1763033714"},{"product_id":"hampton-farms-raw-jumbo-in-shell-peanuts-25-lb","title":"Hampton Farms Raw Jumbo In-Shell Peanuts 25 lb.","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\u003ePremium Raw Jumbo In-Shell Peanuts | Bulk 25 lb. Case\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #8B4513;\n            --secondary: #D2691E;\n            --accent: #A0522D;\n            --light: #FFF8F0;\n            --dark: #333333;\n            --success: #27AE60;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #f9f5f0 0%, #f0e6d6 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .versatile-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.2);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--primary);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--accent);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--secondary);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #fff4e8 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(139, 69, 19, 0.1);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--accent);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--primary);\n            font-size: 16px;\n        }\n\n        \/* Nutrition Highlights *\/\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--primary);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* Preparation Methods *\/\n        .preparation-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .prep-card {\n            background: white;\n            padding: 25px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            border-top: 4px solid var(--secondary);\n        }\n\n        .prep-icon {\n            font-size: 32px;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n\n        .prep-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 10px;\n        }\n\n        .prep-desc {\n            color: #666;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        \/* Certification Badges *\/\n        .certification-container {\n            display: flex;\n            gap: 15px;\n            margin: 20px 0;\n            flex-wrap: wrap;\n        }\n\n        .cert-badge {\n            background: var(--light);\n            padding: 10px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            color: var(--primary);\n            border: 2px solid var(--accent);\n            font-size: 15px;\n        }\n\n        \/* Brand Story *\/\n        .brand-story {\n            background: linear-gradient(135deg, #f8fff8 0%, #f0f8f0 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border-left: 4px solid var(--accent);\n        }\n\n        \/* Cooking Notice *\/\n        .cooking-notice {\n            background: linear-gradient(135deg, #fff0f0 0%, #ffe0e0 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 25px 0;\n            border-left: 4px solid #ff6b6b;\n            text-align: center;\n        }\n\n        .notice-icon {\n            font-size: 24px;\n            color: #ff6b6b;\n            margin-bottom: 10px;\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .preparation-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .certification-container {\n                justify-content: center;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\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\"\u003ePremium Raw Jumbo In-Shell Peanuts\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eBulk 25 lb. Case • Perfect for Boiling \u0026amp; Roasting • Customizable Flavor\u003c\/p\u003e\n            \u003cdiv class=\"versatile-badge\"\u003e\n                🥜 Raw \u0026amp; Unsalted • Complete Customization Control\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003e\n                Use these versatile Hampton Farms raw jumbo in-shell peanuts in countless applications! These raw peanuts are perfect \n                for customizing and cooking to sell at your boiled nut stand, carnival cart, or concession stand. With a natural, \n                unsalted flavor profile, you have complete control over seasoning to perfectly cater to your customers' preferences.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"cooking-notice\"\u003e\n                \u003cdiv class=\"notice-icon\"\u003e⚠️\u003c\/div\u003e\n                \u003ch3\u003eImportant: Ready-to-Cook Peanuts\u003c\/h3\u003e\n                \u003cp\u003eThese raw peanuts should be cooked thoroughly before serving to ensure food safety and optimal flavor.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"certification-container\"\u003e\n                \u003cdiv class=\"cert-badge\"\u003e🥑 Keto-Friendly\u003c\/div\u003e\n                \u003cdiv class=\"cert-badge\"\u003e✡️ Kosher Certified\u003c\/div\u003e\n                \u003cdiv class=\"cert-badge\"\u003e🇺🇸 Made in America\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness guaranteed!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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 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\u003e26.6 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eKeto, Kosher \u0026amp; Made in America\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRaw \u0026amp; Unsalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e25 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eIn-Shell \u0026amp; Whole\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003ePeanuts\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eComplete Customization\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eRaw, unsalted flavor allows complete control over seasoning and flavor profiles.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e👑\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eJumbo Size\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eLarge, jumbo peanuts provide excellent yield and premium presentation.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eNutrition Powerhouse\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eRich in protein, essential vitamins, minerals, and heart-healthy fats.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003ePreparation Methods\u003c\/h2\u003e\n                \n                \u003cdiv class=\"preparation-grid\"\u003e\n                    \u003cdiv class=\"prep-card\"\u003e\n                        \u003cdiv class=\"prep-icon\"\u003e🍲\u003c\/div\u003e\n                        \u003ch3 class=\"prep-title\"\u003eBoiled Peanuts\u003c\/h3\u003e\n                        \u003cp class=\"prep-desc\"\u003ePerfect for Southern-style boiled peanut stands with custom seasoning blends.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"prep-card\"\u003e\n                        \u003cdiv class=\"prep-icon\"\u003e🔥\u003c\/div\u003e\n                        \u003ch3 class=\"prep-title\"\u003eRoasted Peanuts\u003c\/h3\u003e\n                        \u003cp class=\"prep-desc\"\u003eIdeal for classic roasted peanuts with your signature spice combinations.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"prep-card\"\u003e\n                        \u003cdiv class=\"prep-icon\"\u003e🌶️\u003c\/div\u003e\n                        \u003ch3 class=\"prep-title\"\u003eSeasoned Varieties\u003c\/h3\u003e\n                        \u003cp class=\"prep-desc\"\u003eCreate unique flavors from Cajun to honey-roasted to barbecue.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"prep-card\"\u003e\n                        \u003cdiv class=\"prep-icon\"\u003e🍺\u003c\/div\u003e\n                        \u003ch3 class=\"prep-title\"\u003eBar Snacks\u003c\/h3\u003e\n                        \u003cp class=\"prep-desc\"\u003ePerfect for brewery and bar sharing bowls with customized seasoning.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eNutritional Benefits\u003c\/h2\u003e\n                \n                \u003cdiv class=\"nutrition-grid\"\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e💪\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHigh Protein\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e❤️\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHeart Healthy Fats\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e⚡\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eVitamin E\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🛡️\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eManganese\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🔋\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eEssential Minerals\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🌿\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eDietary Fiber\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eBusiness Applications\u003c\/h2\u003e\n                \n                \u003cp\u003eThese versatile raw peanuts are perfect for various food service establishments:\u003c\/p\u003e\n                \n                \u003cdiv class=\"usage-grid\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🎪\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eBoiled Nut Stands\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🎡\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eCarnival Carts\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🏪\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eConcession Stands\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍺\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eBreweries \u0026amp; Bars\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🏨\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eHotel Snack Bars\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍽️\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eRestaurants\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003eCreate signature boiled peanuts with custom seasoning blends\u003c\/li\u003e\n                    \u003cli\u003ePerfect for carnival and fair concession operations\u003c\/li\u003e\n                    \u003cli\u003eIdeal for bar and brewery sharing bowls with house-made flavors\u003c\/li\u003e\n                    \u003cli\u003eGreat for hotel snack bars and hospitality offerings\u003c\/li\u003e\n                    \u003cli\u003ePerfect base for creating unique, branded snack products\u003c\/li\u003e\n                    \u003cli\u003eAmple 25 lb. supply supports high-volume operations\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eHealth \u0026amp; Dietary Benefits\u003c\/h2\u003e\n            \n            \u003cp\u003eHearty and healthy, peanuts provide exceptional nutritional value for various dietary needs:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eKeto-Friendly:\u003c\/strong\u003e Low in carbohydrates, perfect for ketogenic diets\u003c\/li\u003e\n                \u003cstrong\u003eProtein Rich:\u003c\/strong\u003e Excellent source of plant-based protein for sustained energy\n                \u003cli\u003e\n\u003cstrong\u003eHeart-Healthy:\u003c\/strong\u003e Contains monounsaturated and polyunsaturated fats\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eVitamin Powerhouse:\u003c\/strong\u003e Rich in Vitamin E and essential B vitamins\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eMineral Content:\u003c\/strong\u003e Provides manganese, magnesium, and phosphorus\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eFiber Source:\u003c\/strong\u003e Supports digestive health and promotes satiety\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"brand-story\"\u003e\n                \u003ch2 class=\"section-title\"\u003eAbout Hampton Farms\u003c\/h2\u003e\n                \n                \u003cp\u003eHampton Farms has evolved from a family business started after WWII into America's leading roaster of in-shell peanuts. \n                With roasting, packing, and distribution facilities spread across North Carolina, Virginia, Texas, New Mexico, and \n                Massachusetts, they deliver consistent, premium quality from seed to shelf.\u003c\/p\u003e\n                \n                \u003cp\u003eTheir operations emphasize core values - honesty, integrity, sustainability - and aim to support commercial foodservice \n                operators seeking traceability, quality assurance, and reliability in their nut-based ingredients.\u003c\/p\u003e\n                \n                \u003cp\u003eWith decades of experience and multiple facilities across the United States, Hampton Farms ensures consistent quality \n                and reliable supply for food service professionals nationwide.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 400017857121\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669299761236,"sku":null,"price":84.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_76.png?v=1763034017"},{"product_id":"blue-diamond-roasted-unsalted-whole-almonds-25-lb","title":"Blue Diamond Roasted Unsalted Whole Almonds 25 lb.","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\u003eBlue Diamond Roasted Whole Almonds | Bulk 25 lb. | Premium Quality\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #1E3A8A;\n            --secondary: #3B82F6;\n            --accent: #60A5FA;\n            --light: #F0F9FF;\n            --dark: #1E293B;\n            --success: #10B981;\n            --radius: 12px;\n            --shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n            --transition: all 0.3s ease;\n        }\n\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            line-height: 1.7;\n            color: var(--dark);\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n            padding: 40px 20px;\n            min-height: 100vh;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 50px 40px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-title {\n            font-size: 42px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .product-subtitle {\n            font-size: 22px;\n            font-weight: 400;\n            opacity: 0.95;\n            margin-bottom: 20px;\n        }\n\n        .premium-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(255,255,255,0.2);\n            padding: 12px 30px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 18px;\n            backdrop-filter: blur(10px);\n        }\n\n        .product-content {\n            padding: 50px 40px;\n        }\n\n        .section-title {\n            color: var(--primary);\n            font-size: 32px;\n            margin-bottom: 30px;\n            padding-bottom: 15px;\n            border-bottom: 3px solid var(--accent);\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -3px;\n            left: 0;\n            width: 100px;\n            height: 3px;\n            background: var(--secondary);\n        }\n\n        .intro-text {\n            font-size: 18px;\n            margin-bottom: 30px;\n            color: #555;\n            line-height: 1.8;\n            background: var(--light);\n            padding: 25px;\n            border-radius: var(--radius);\n            border-left: 4px solid var(--secondary);\n        }\n\n        \/* Premium Specs Table *\/\n        .specs-table {\n            width: 100%;\n            border-collapse: separate;\n            border-spacing: 0;\n            margin: 40px 0;\n            font-size: 17px;\n            border-radius: var(--radius);\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: var(--transition);\n        }\n\n        .specs-table:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);\n        }\n\n        .specs-table thead tr {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n        }\n\n        .specs-table th {\n            padding: 20px 25px;\n            font-weight: 700;\n            font-size: 18px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            text-align: left;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #f0f0f0;\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr {\n            transition: var(--transition);\n        }\n\n        .specs-table tbody tr:nth-of-type(odd) {\n            background-color: #fafafa;\n        }\n\n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: white;\n        }\n\n        .specs-table tbody tr:hover {\n            background-color: var(--light);\n            transform: scale(1.01);\n        }\n\n        .specs-table tbody tr:last-of-type td {\n            border-bottom: none;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: var(--radius);\n            padding: 30px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.1);\n            transition: var(--transition);\n            border-top: 4px solid var(--accent);\n            position: relative;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n\n        .feature-icon {\n            font-size: 28px;\n            color: var(--secondary);\n            margin-bottom: 20px;\n            display: inline-block;\n            padding: 12px;\n            background: var(--light);\n            border-radius: 50%;\n        }\n\n        .feature-title {\n            font-size: 20px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: var(--primary);\n        }\n\n        .feature-desc {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Highlight Sections *\/\n        .highlight-section {\n            background: linear-gradient(135deg, var(--light) 0%, #e0f2fe 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border: 1px solid rgba(59, 130, 246, 0.1);\n        }\n\n        .benefits-list {\n            list-style: none;\n            margin: 25px 0;\n        }\n\n        .benefits-list li {\n            margin-bottom: 16px;\n            padding-left: 35px;\n            position: relative;\n            font-size: 17px;\n        }\n\n        .benefits-list li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            top: 0;\n            color: var(--success);\n            font-weight: bold;\n            font-size: 20px;\n            background: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        \/* Shipping Info *\/\n        .shipping-info {\n            display: flex;\n            align-items: center;\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: var(--radius);\n            padding: 25px;\n            margin: 35px 0;\n            border-left: 5px solid var(--success);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .shipping-icon {\n            font-size: 32px;\n            margin-right: 25px;\n            color: var(--success);\n            background: white;\n            padding: 15px;\n            border-radius: 50%;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .shipping-text h3 {\n            margin-bottom: 8px;\n            color: var(--primary);\n            font-size: 22px;\n            font-weight: 700;\n        }\n\n        .shipping-text p {\n            font-size: 17px;\n            color: #666;\n        }\n\n        \/* Usage Applications *\/\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .usage-item {\n            background: white;\n            padding: 25px 20px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            transition: var(--transition);\n            border: 2px solid transparent;\n        }\n\n        .usage-item:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n            border-color: var(--accent);\n        }\n\n        .usage-icon {\n            font-size: 32px;\n            color: var(--secondary);\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .usage-text {\n            font-weight: 600;\n            color: var(--primary);\n            font-size: 16px;\n        }\n\n        \/* Nutrition Highlights *\/\n        .nutrition-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 25px 0;\n        }\n\n        .nutrition-item {\n            background: white;\n            padding: 20px 15px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            border-left: 4px solid var(--success);\n        }\n\n        .nutrition-value {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--success);\n            margin-bottom: 5px;\n        }\n\n        .nutrition-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n\n        \/* Health Benefits *\/\n        .health-benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .health-card {\n            background: white;\n            padding: 25px;\n            border-radius: var(--radius);\n            text-align: center;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n            border-top: 4px solid var(--secondary);\n        }\n\n        .health-icon {\n            font-size: 32px;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n\n        .health-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 10px;\n        }\n\n        .health-desc {\n            color: #666;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n\n        \/* Certification Badges *\/\n        .certification-container {\n            display: flex;\n            gap: 15px;\n            margin: 20px 0;\n            flex-wrap: wrap;\n        }\n\n        .cert-badge {\n            background: var(--light);\n            padding: 10px 20px;\n            border-radius: 30px;\n            font-weight: 600;\n            color: var(--primary);\n            border: 2px solid var(--accent);\n            font-size: 15px;\n        }\n\n        \/* Brand Excellence *\/\n        .brand-excellence {\n            background: linear-gradient(135deg, #f8fbff 0%, #e8f2ff 100%);\n            border-radius: var(--radius);\n            padding: 40px;\n            margin: 40px 0;\n            border-left: 4px solid var(--primary);\n        }\n\n        \/* UPC Code *\/\n        .upc-code {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-weight: 700;\n            margin-top: 25px;\n            font-size: 20px;\n            box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n            transition: var(--transition);\n            letter-spacing: 1px;\n        }\n\n        .upc-code:hover {\n            transform: translateY(-3px) scale(1.05);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 18px;\n            }\n            \n            .section-title {\n                font-size: 26px;\n            }\n            \n            .specs-table {\n                font-size: 15px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 20px;\n            }\n            \n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .product-content {\n                padding: 30px 20px;\n            }\n            \n            .product-header {\n                padding: 40px 20px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            \n            .health-benefits {\n                grid-template-columns: 1fr;\n            }\n            \n            .certification-container {\n                justify-content: center;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .usage-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .nutrition-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .shipping-info {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .shipping-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\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\"\u003eBlue Diamond Roasted Whole Almonds\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eBulk 25 lb. Case • World's Leading Almond Brand • Premium Quality\u003c\/p\u003e\n            \u003cdiv class=\"premium-badge\"\u003e\n                💎 100+ Years of Almond Excellence\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-content\"\u003e\n            \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n            \n            \u003cp class=\"intro-text\"\u003e\n                Add exceptional texture and taste to your dishes with Blue Diamond roasted whole almonds! As the world's leading almond brand \n                with over 100 years of expertise, Blue Diamond delivers premium quality through innovative technology and unparalleled \n                experience. These slow-roasted almonds seal in freshness while maintaining their generous size and natural flavor.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"certification-container\"\u003e\n                \u003cdiv class=\"cert-badge\"\u003e🥑 Keto-Friendly\u003c\/div\u003e\n                \u003cdiv class=\"cert-badge\"\u003e🇺🇸 Made in America\u003c\/div\u003e\n                \u003cdiv class=\"cert-badge\"\u003e🌱 No Salt Added\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv class=\"shipping-text\"\u003e\n                    \u003ch3\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e - Freshness guaranteed!\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n            \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 Each\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e26.8 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eKeto \u0026amp; Made in America\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eRoasted \u0026amp; Unsalted\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003e25 lb.\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eWhole\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                        \u003ctd\u003eAlmonds\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n            \n            \u003cdiv class=\"features-grid\"\u003e\n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🔥\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eSlow Roasted Perfection\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eExpertly slow roasted to seal in freshness and enhance natural flavor without added salt.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e👑\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eGenerous Size\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eWhole almonds with generous size perfect for premium presentation and culinary applications.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"feature-card\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e💪\u003c\/div\u003e\n                    \u003ch3 class=\"feature-title\"\u003eNutrition Excellence\u003c\/h3\u003e\n                    \u003cp class=\"feature-desc\"\u003eRich in protein, healthy fats, and essential vitamins and minerals for optimal health.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eHealth Benefits\u003c\/h2\u003e\n                \n                \u003cdiv class=\"health-benefits\"\u003e\n                    \u003cdiv class=\"health-card\"\u003e\n                        \u003cdiv class=\"health-icon\"\u003e❤️\u003c\/div\u003e\n                        \u003ch3 class=\"health-title\"\u003eHeart Health\u003c\/h3\u003e\n                        \u003cp class=\"health-desc\"\u003eContains good fats that help lower cholesterol and improve cardiovascular health\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"health-card\"\u003e\n                        \u003cdiv class=\"health-icon\"\u003e💪\u003c\/div\u003e\n                        \u003ch3 class=\"health-title\"\u003eProtein Power\u003c\/h3\u003e\n                        \u003cp class=\"health-desc\"\u003eExcellent source of plant-based protein for sustained energy and muscle support\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"health-card\"\u003e\n                        \u003cdiv class=\"health-icon\"\u003e🛡️\u003c\/div\u003e\n                        \u003ch3 class=\"health-title\"\u003eVitamin Rich\u003c\/h3\u003e\n                        \u003cp class=\"health-desc\"\u003ePacked with Vitamin E, magnesium, calcium, and iron for overall wellness\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003cdiv class=\"health-card\"\u003e\n                        \u003cdiv class=\"health-icon\"\u003e🌱\u003c\/div\u003e\n                        \u003ch3 class=\"health-title\"\u003eClean Nutrition\u003c\/h3\u003e\n                        \u003cp class=\"health-desc\"\u003eUnsalted and roasted to perfection for pure, natural flavor and maximum benefits\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eNutritional Excellence\u003c\/h2\u003e\n                \n                \u003cdiv class=\"nutrition-grid\"\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e💪\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHigh Protein\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e❤️\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eHeart Healthy\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e⚡\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eVitamin E\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🛡️\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eMagnesium\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🔋\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eCalcium\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"nutrition-item\"\u003e\n                        \u003cdiv class=\"nutrition-value\"\u003e🌿\u003c\/div\u003e\n                        \u003cdiv class=\"nutrition-label\"\u003eIron\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"highlight-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eCulinary Applications\u003c\/h2\u003e\n                \n                \u003cp\u003eThe uses of these premium whole almonds are endless - from simple snacks to gourmet creations:\u003c\/p\u003e\n                \n                \u003cdiv class=\"usage-grid\"\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🥗\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eSalad Garnish\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🎉\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eParty Hors d'oeuvres\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🎪\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eCarnival Treats\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🏪\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eConcession Stands\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍴\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eHealthy Snacking\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"usage-item\"\u003e\n                        \u003cspan class=\"usage-icon\"\u003e🍽️\u003c\/span\u003e\n                        \u003cdiv class=\"usage-text\"\u003eRecipe Ingredient\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cul class=\"benefits-list\"\u003e\n                    \u003cli\u003ePerfect for garnishing spinach salads and other fresh dishes\u003c\/li\u003e\n                    \u003cli\u003eIdeal for creating cinnamon roasted almonds with custom spice blends\u003c\/li\u003e\n                    \u003cli\u003eExcellent for carnival carts and concession stand operations\u003c\/li\u003e\n                    \u003cli\u003ePerfect as elegant hors d'oeuvres for parties and events\u003c\/li\u003e\n                    \u003cli\u003eVersatile ingredient for both sweet and savory recipes\u003c\/li\u003e\n                    \u003cli\u003eHealthy snack option that satisfies without added salt\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n\n            \u003ch2 class=\"section-title\"\u003ePerfect For Food Service\u003c\/h2\u003e\n            \n            \u003cp\u003eThese premium whole roasted almonds are essential ingredients for various establishments:\u003c\/p\u003e\n            \n            \u003cul class=\"benefits-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eRestaurants \u0026amp; Cafés:\u003c\/strong\u003e Enhance salads, entrees, and dessert presentations\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eBakeries:\u003c\/strong\u003e Incorporate into cookies, pastries, and specialty breads\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eCatering Services:\u003c\/strong\u003e Create impressive party platters and event offerings\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eConcession Stands:\u003c\/strong\u003e Perfect for carnival-style cinnamon roasted almonds\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHealth-Focused Establishments:\u003c\/strong\u003e Meet demand for clean, nutritious ingredients\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHotel \u0026amp; Hospitality:\u003c\/strong\u003e Ideal for room service and amenity offerings\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003cdiv class=\"brand-excellence\"\u003e\n                \u003ch2 class=\"section-title\"\u003eBlue Diamond Excellence\u003c\/h2\u003e\n                \n                \u003cp\u003eBlue Diamond, the world's leading almond brand, has been growing and processing almonds for over 100 years. \n                Through innovative technology and an expanding product line, Blue Diamond has become synonymous with top-selling, \n                high-quality almonds that food service professionals trust.\u003c\/p\u003e\n                \n                \u003cp\u003eTheir century of experience ensures consistent quality, reliable supply, and innovative almond products that \n                meet the evolving needs of commercial kitchens and food service operations worldwide.\u003c\/p\u003e\n                \n                \u003cp\u003eWhen you choose Blue Diamond, you're choosing over a century of almond expertise and commitment to excellence \n                in every kernel.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"upc-code\"\u003e\n                UPC Code: 00718531600186\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669642154068,"sku":null,"price":396.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_78.png?v=1763046822"},{"product_id":"large-roasted-unsalted-cashews-25-lb","title":"Large Roasted Unsalted Cashews 25 lb.","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\u003eProduct 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            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #2c5530;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #e8f5e9;\n            padding-bottom: 10px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            font-weight: 600;\n            color: #2c5530;\n            margin: 30px 0 15px 0;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #e8f5e9;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 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: #2c5530;\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 16px;\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: #f9f9f9;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #f0f7f0;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .highlight-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #f0f0f0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .check-icon {\n            color: #4caf50;\n            margin-right: 10px;\n            font-weight: bold;\n            font-size: 18px;\n        }\n        \n        .product-details {\n            background-color: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            line-height: 1.7;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #2c5530;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #e8f5e9;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #2c5530;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .section-title {\n                font-size: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eLarge Roasted Unsalted Cashews - 25 lb.\u003c\/h1\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n            \u003cdiv\u003e\n                \u003ch3 style=\"margin: 0 0 5px 0;\"\u003eQuick Shipping\u003c\/h3\u003e\n                \u003cp style=\"margin: 0;\"\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\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\/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\u003e25.9 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eRoasted, Unsalted\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e25 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eWhole\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eCashews\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e400015238113\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n        \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eRoasted for satisfying, savory flavor\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eDelicious, crunchy snack that's high in protein, fiber, and essential nutrients\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eNaturally delicious flavor and pleasant texture; large size offers visual appeal\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eVersatile ingredient that improves the flavor and nutrition of many dishes\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eBulk 25 lb. supply is perfect for high volume establishments\u003c\/span\u003e\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n        \u003cdiv class=\"product-details\"\u003e\n            \u003cp\u003eKeep your establishment stocked with the essentials when you purchase these 25 lb. large roasted unsalted cashews! These high-quality nuts are roasted to perfection to accentuate their buttery, savory flavor and give them an irresistible crunch that'll have your patrons reaching for more.\u003c\/p\u003e\n            \n            \u003cp\u003eThe large size of these cashews creates visual appeal in your signature dishes. And they don't just look and taste great - these cashews are high in protein, fiber, and healthy fats that'll keep your guests feeling full and satisfied and are left unsalted to reduce their sodium content. They're also loaded with vitamins like copper, magnesium, and manganese, making them a great way for your customers to get their essential nutrients!\u003c\/p\u003e\n            \n            \u003cp\u003eCashews are a versatile ingredient to have on hand in your kitchen; they're delicious on their own and make a tasty addition to a wide variety of dishes! Serve these cashews with a dash of sea salt as a bar snack or appetizer, or mix them into your house made trail mix for a snack that'll keep your busy customers satisfied.\u003c\/p\u003e\n            \n            \u003cp\u003eYou can use them as a topping for salads, serve them alongside an elegant charcuterie board, or coat them in rich chocolate to make your own homemade chocolate-covered cashews! Their crunchy texture and savory flavor make a delicious complement to a wide variety of sweet treats like baked goods, truffles, and candies.\u003c\/p\u003e\n            \n            \u003cp\u003eThese cashews are conveniently left whole to offer you a wide variety of preparation options. No matter how you choose to use them, this bulk 25 lb. supply of large roasted unsalted cashews will keep your establishment well stocked with this tasty ingredient!\u003c\/p\u003e\n            \n            \u003cdiv class=\"upc-code\"\u003eUPC Code: 400015238113\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669644709972,"sku":null,"price":326.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_80.png?v=1763047205"},{"product_id":"roasted-unsalted-sunflower-seeds-30-lb","title":"Roasted Unsalted Sunflower Seeds 30 lb.","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\u003eProduct 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            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #F5E8D0;\n            padding-bottom: 10px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            font-weight: 600;\n            color: #8B4513;\n            margin: 30px 0 15px 0;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #F5E8D0;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 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: #8B4513;\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 16px;\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: #f9f9f9;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #F5E8D0;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .highlight-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #f0f0f0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .check-icon {\n            color: #8B4513;\n            margin-right: 10px;\n            font-weight: bold;\n            font-size: 18px;\n        }\n        \n        .product-details {\n            background-color: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            line-height: 1.7;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #8B4513;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #F5E8D0;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #8B4513;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .section-title {\n                font-size: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eRoasted Unsalted Sunflower Seeds - 30 lb.\u003c\/h1\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n            \u003cdiv\u003e\n                \u003ch3 style=\"margin: 0 0 5px 0;\"\u003eQuick Shipping\u003c\/h3\u003e\n                \u003cp style=\"margin: 0;\"\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\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\/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\u003e31.28 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eRoasted, Unsalted\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e30 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eWhole\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eSunflower Seeds\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e400015238229\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n        \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eRoasted for satisfying, savory flavor\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eNaturally delicious flavor and satisfying, crunchy texture\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eVersatile ingredient that improves the flavor and nutrition of many dishes\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eExcellent source of protein, fiber, and important vitamins and minerals\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eBulk 30 lb. supply is perfect for high volume establishments\u003c\/span\u003e\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n        \u003cdiv class=\"product-details\"\u003e\n            \u003cp\u003eKeep your establishment stocked with the essentials when you purchase these 30 lb. roasted unsalted sunflower seeds! These high-quality seeds are roasted to perfection to accentuate their savory flavor and add an irresistible crunch that'll have your patrons reaching for more!\u003c\/p\u003e\n            \n            \u003cp\u003eAnd they don't just taste great - these sunflower seeds are high in protein, fiber, and healthy fats that'll keep your guests feeling full and satisfied and they're left unsalted to reduce their sodium content. They're also loaded with vitamins and minerals like zinc, selenium, and vitamin E, making them a great way for your customers to get their essential nutrients!\u003c\/p\u003e\n            \n            \u003cp\u003eWith a wide variety of applications, these sunflower seeds make a versatile addition to your busy kitchen! Serve them on their own with a pinch of sea salt for a tasty bar snack or appetizer, or incorporate them into your house-made trail mix for a satisfying snack that'll keep your patrons feeling full when they're on the go.\u003c\/p\u003e\n            \n            \u003cp\u003eThey make a healthy substitute for breadcrumbs in savory recipes like vegetable casseroles or breaded fish, or you can use them as a cost-effective swap for pine nuts in your house-made pesto. Because they're unsalted, these sunflower seeds are perfect for use in baked goods. Use them as a topping for muffins, mix them into breads, or create healthy and delicious grain and oat bars! They even make a tasty topping for your morning granola.\u003c\/p\u003e\n            \n            \u003cp\u003eNo matter how you choose to use them, this bulk 30 lb. supply of roasted unsalted sunflower seeds will keep your establishment well-stocked with this delicious ingredient!\u003c\/p\u003e\n            \n            \u003cdiv class=\"upc-code\"\u003eUPC Code: 400015238229\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669669777492,"sku":null,"price":154.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_83.png?v=1763047564"},{"product_id":"medium-raw-cashews-50-lb","title":"Medium Raw Cashews 50 lb.","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\u003eProduct 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            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #F5E8D0;\n            padding-bottom: 10px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            font-weight: 600;\n            color: #8B4513;\n            margin: 30px 0 15px 0;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #F5E8D0;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 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: #8B4513;\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 16px;\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: #f9f9f9;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #F5E8D0;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .highlight-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #f0f0f0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .check-icon {\n            color: #8B4513;\n            margin-right: 10px;\n            font-weight: bold;\n            font-size: 18px;\n        }\n        \n        .product-details {\n            background-color: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            line-height: 1.7;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #8B4513;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #F5E8D0;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #8B4513;\n        }\n        \n        .cashew-count {\n            background-color: #8B4513;\n            color: white;\n            padding: 10px 15px;\n            border-radius: 6px;\n            margin: 15px 0;\n            font-weight: 600;\n            display: inline-block;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .section-title {\n                font-size: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eRaw Cashews - 50 lb. (Kosher)\u003c\/h1\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n            \u003cdiv\u003e\n                \u003ch3 style=\"margin: 0 0 5px 0;\"\u003eQuick Shipping\u003c\/h3\u003e\n                \u003cp style=\"margin: 0;\"\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\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\/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\u003e50.9 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eKosher\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eRaw\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e50 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eWhole\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eCashews\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e400015238120\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003cdiv class=\"cashew-count\"\u003eApproximately 320 cashews per pound\u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n        \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eUnroasted and unsalted for versatile application\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eNaturally delicious flavor and crunchy texture\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eTasty topping for salads, baked goods, stir fries, and other culinary creations\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eCreamy substitute for dairy in vegan recipes\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eBulk 50 lb. supply is perfect for high volume establishments\u003c\/span\u003e\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n        \u003cdiv class=\"product-details\"\u003e\n            \u003cp\u003eKeep your establishment stocked with the essentials when you purchase these 50 lb. raw cashews! These high-quality nuts are left unroasted and unsalted to allow you to use them in a wide variety of sweet and savory applications. They've got an irresistible crunch and a delicious, buttery flavor that'll keep your patrons coming back for more!\u003c\/p\u003e\n            \n            \u003cp\u003eAnd they don't just taste great - these cashews are high in protein, fiber, and healthy fats that'll keep your guests feeling full and satisfied. They're also loaded with vitamins like copper, magnesium, and manganese, making them a great way for your customers to get their essential nutrients!\u003c\/p\u003e\n            \n            \u003cp\u003eCashews are a versatile ingredient that is popular in many global cuisines and has found new popularity as a substitute for dairy. Try roughly chopping some cashews and using them as a topping for Southeast Asian favorites like curries, stir fries, and noodle dishes! Their crunchy texture and buttery flavor makes them a great addition to vegetable dishes like sweet potato casserole and they're also a great complement to roasted or grilled chicken dishes.\u003c\/p\u003e\n            \n            \u003cp\u003eGrind or roughly chop these cashews to use them as a topping or ingredient in a wide variety of baked goods! When blended into soups and sauces, cashews also make a great replacement for dairy in creamy vegan recipes! Use these cashews to create dishes that your plant-forward patrons will love, like vegan cream of mushroom soup or dairy-free queso dip. You can even use them to create your own house-made cashew milk or cashew ice cream!\u003c\/p\u003e\n            \n            \u003cp\u003eNo matter how you choose to use them, this bulk 50 lb. supply of raw cashews will keep your establishment well-stocked with this delicious ingredient!\u003c\/p\u003e\n            \n            \u003cdiv class=\"upc-code\"\u003eUPC Code: 400015238120\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669673480276,"sku":null,"price":657.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_84.png?v=1763047819"},{"product_id":"blue-diamond-roasted-salted-whole-almonds-25-lb","title":"Blue Diamond Roasted Salted Whole Almonds 25 lb.","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\u003eProduct 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            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #2E7D32;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #E8F5E9;\n            padding-bottom: 10px;\n        }\n        \n        .brand-highlight {\n            color: #1B5E20;\n            font-weight: 600;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            font-weight: 600;\n            color: #2E7D32;\n            margin: 30px 0 15px 0;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #E8F5E9;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 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: #2E7D32;\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 16px;\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: #f9f9f9;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #E8F5E9;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .highlight-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #f0f0f0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .check-icon {\n            color: #2E7D32;\n            margin-right: 10px;\n            font-weight: bold;\n            font-size: 18px;\n        }\n        \n        .product-details {\n            background-color: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            line-height: 1.7;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #2E7D32;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #E8F5E9;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #2E7D32;\n        }\n        \n        .feature-badges {\n            display: flex;\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .feature-badge {\n            background-color: #2E7D32;\n            color: white;\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n        }\n        \n        .feature-badge.keto {\n            background-color: #1B5E20;\n        }\n        \n        .feature-badge.usa {\n            background-color: #2E7D32;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .section-title {\n                font-size: 20px;\n            }\n            \n            .feature-badges {\n                flex-wrap: wrap;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eBlue Diamond \u003cspan class=\"brand-highlight\"\u003eRoasted \u0026amp; Salted Whole Almonds\u003c\/span\u003e - 25 lb.\u003c\/h1\u003e\n        \n        \u003cdiv class=\"feature-badges\"\u003e\n            \u003cdiv class=\"feature-badge keto\"\u003eKeto-Friendly\u003c\/div\u003e\n            \u003cdiv class=\"feature-badge usa\"\u003eMade in America\u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n            \u003cdiv\u003e\n                \u003ch3 style=\"margin: 0 0 5px 0;\"\u003eQuick Shipping\u003c\/h3\u003e\n                \u003cp style=\"margin: 0;\"\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\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\/Each\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eShipping Weight\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e26.9 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eKeto, Made in America\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eRoasted, Salted\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e25 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eWhole\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eAlmonds, Nuts\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e0071853160023\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n        \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eGreat for salads or snacks\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eRoasted and lightly salted taste\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eGood source of protein\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eHelp lower cholesterol and improve cardiovascular health\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eWill boost the nutritional value of your dishes\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eAdd crunchy texture and nutty taste to a variety of dishes\u003c\/span\u003e\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n        \u003cdiv class=\"product-details\"\u003e\n            \u003cp\u003eAdd texture and taste to your dishes with these \u003cstrong\u003eBlue Diamond\u003c\/strong\u003e roasted and salted whole almonds! \u003cstrong\u003eBlue Diamond\u003c\/strong\u003e, the world's leading almond brand, has been growing and processing almonds for over 100 years. Through innovative technology and an expanding product line, Blue Diamond has become the name for top-selling, high-quality almonds.\u003c\/p\u003e\n            \n            \u003cp\u003eThe uses of these whole almonds are endless; from garnishing salads and serving as hors d'oeuvres at parties to covering in a layer of chocolate for your carnival cart. Great snack foods for special events or concession stands, these whole almonds have a generous size and slow roasted taste that seals in freshness. Since they include just the right amount of added salt, they'll add that extra salty savory taste that your customers crave!\u003c\/p\u003e\n            \n            \u003cp\u003eMore than an attractive garnish or hearty ingredient, almonds are great for your patrons' health. In fact, almonds contain good fats that help lower cholesterol. They also contain a handful of healthy vitamins and minerals, including, but not limited to, vitamin E, magnesium, calcium, and iron. A good source of protein, these almonds will boost the nutritional value of your dishes while adding a nutty, nourishing taste.\u003c\/p\u003e\n            \n            \u003cp\u003eThese whole roasted and salted almonds are quality ingredients to keep on hand in your cafe, restaurant, or concession stand. Crisp, crunchy, and wholesome to taste, these versatile whole almonds have just as many culinary uses as they do health benefits!\u003c\/p\u003e\n            \n            \u003cdiv class=\"upc-code\"\u003eUPC Code: 0071853160023\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669675446356,"sku":null,"price":368.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_86.png?v=1763048245"},{"product_id":"medium-roasted-unsalted-cashews-25-lb","title":"Medium Roasted Unsalted Cashews 25 lb.","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\u003eProduct 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            line-height: 1.6;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #8B4513;\n            margin-bottom: 20px;\n            border-bottom: 2px solid #F5E8D0;\n            padding-bottom: 10px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            font-weight: 600;\n            color: #8B4513;\n            margin: 30px 0 15px 0;\n            padding-bottom: 8px;\n            border-bottom: 1px solid #F5E8D0;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 20px 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: #8B4513;\n            color: white;\n            padding: 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 16px;\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: #f9f9f9;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background-color: #F5E8D0;\n        }\n        \n        .highlight-list {\n            list-style-type: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .highlight-list li {\n            padding: 10px 0;\n            border-bottom: 1px solid #f0f0f0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-list li:last-child {\n            border-bottom: none;\n        }\n        \n        .check-icon {\n            color: #8B4513;\n            margin-right: 10px;\n            font-weight: bold;\n            font-size: 18px;\n        }\n        \n        .product-details {\n            background-color: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n            margin: 20px 0;\n            line-height: 1.7;\n        }\n        \n        .upc-code {\n            display: inline-block;\n            background-color: #8B4513;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin-top: 10px;\n        }\n        \n        .shipping-info {\n            background-color: #F5E8D0;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .shipping-icon {\n            font-size: 24px;\n            margin-right: 15px;\n            color: #8B4513;\n        }\n        \n        .health-benefits {\n            background-color: #E8F5E9;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 15px 0;\n            border-left: 4px solid #4CAF50;\n        }\n        \n        .health-benefits h3 {\n            color: #2E7D32;\n            margin: 0 0 10px 0;\n            font-size: 18px;\n        }\n        \n        .usage-ideas {\n            background-color: #FFF3E0;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 15px 0;\n            border-left: 4px solid #FF9800;\n        }\n        \n        .usage-ideas h3 {\n            color: #E65100;\n            margin: 0 0 10px 0;\n            font-size: 18px;\n        }\n        \n        @media (max-width: 768px) {\n            .specs-table {\n                display: block;\n                overflow-x: auto;\n            }\n            \n            .product-title {\n                font-size: 24px;\n            }\n            \n            .section-title {\n                font-size: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-description\"\u003e\n        \u003ch1 class=\"product-title\"\u003eRoasted Unsalted Cashews - 25 lb.\u003c\/h1\u003e\n        \n        \u003cdiv class=\"shipping-info\"\u003e\n            \u003cspan class=\"shipping-icon\"\u003e🚚\u003c\/span\u003e\n            \u003cdiv\u003e\n                \u003ch3 style=\"margin: 0 0 5px 0;\"\u003eQuick Shipping\u003c\/h3\u003e\n                \u003cp style=\"margin: 0;\"\u003eUsually ships in \u003cstrong\u003e1 business day\u003c\/strong\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003ch2 class=\"section-title\"\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\/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\u003e25.8 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eFlavor\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eRoasted, Unsalted\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003ePackage Size\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e25 lb.\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eWhole\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003eCashews\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003e\u003cstrong\u003eUPC Code\u003c\/strong\u003e\u003c\/td\u003e\n                    \u003ctd\u003e400013187567\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n        \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eRoasted for satisfying, savory flavor\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eDelicious, crunchy snack that's high in protein, fiber, and essential nutrients\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eNaturally delicious flavor and pleasant texture\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eVersatile ingredient that improves the flavor and nutrition of many dishes\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n                \u003cspan class=\"check-icon\"\u003e✓\u003c\/span\u003e\n                \u003cspan\u003eBulk 25 lb. supply is perfect for high volume establishments\u003c\/span\u003e\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n        \u003cdiv class=\"product-details\"\u003e\n            \u003cp\u003eKeep your establishment stocked with the essentials when you purchase these 25 lb. roasted unsalted cashews! These high-quality nuts are roasted to perfection to accentuate their buttery, savory flavor and give them an irresistible crunch that'll have your patrons reaching for more.\u003c\/p\u003e\n            \n            \u003cdiv class=\"health-benefits\"\u003e\n                \u003ch3\u003eHealth Benefits\u003c\/h3\u003e\n                \u003cp\u003eThese cashews are high in protein, fiber, and healthy fats that'll keep your guests feeling full and satisfied and are left unsalted to reduce their sodium content. They're also loaded with vitamins like copper, magnesium, and manganese, making them a great way for your customers to get their essential nutrients!\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"usage-ideas\"\u003e\n                \u003ch3\u003eVersatile Usage Ideas\u003c\/h3\u003e\n                \u003cp\u003eCashews are a versatile ingredient to have on hand in your kitchen; they're delicious on their own and make a tasty addition to a wide variety of dishes! Serve these cashews with a dash of sea salt as a bar snack or appetizer, or mix them into your house made trail mix for a snack that'll keep your busy customers satisfied.\u003c\/p\u003e\n                \u003cp\u003eYou can use them as a topping for salads, serve them alongside an elegant charcuterie board, or coat them in rich chocolate to make your own homemade chocolate-covered cashews! Their crunchy texture and savory flavor make a delicious complement to a wide variety of sweet treats like baked goods, truffles, and candies.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cp\u003eThese cashews are conveniently left whole to offer you a wide variety of preparation options. No matter how you choose to use them, this bulk 25 lb. supply of roasted unsalted cashews will keep your establishment well stocked with this tasty ingredient!\u003c\/p\u003e\n            \n            \u003cdiv class=\"upc-code\"\u003eUPC Code: 400013187567\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"RESTAURANT SUPPLY WHOLESALE","offers":[{"title":"Default Title","offer_id":42669717520468,"sku":null,"price":322.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/png_88.png?v=1763051250"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/collections\/1_49f5ec5e-4e64-4b28-844a-f3b0f98bc7ea.webp?v=1756108303","url":"https:\/\/www.restaurantsupplywholesale.ca\/collections\/concessions-and-snacks.oembed?page=9","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}