{"product_id":"badia-whole-oregano-1-35-lb-4-case","title":"Badia Whole Oregano 1.35 lb. - 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\u003eBadia Whole Oregano | Product Description\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary-color: #059669;\n            --secondary-color: #10b981;\n            --accent-color: #d1fae5;\n            --text-color: #333333;\n            --light-bg: #ecfdf5;\n            --border-color: #a7f3d0;\n            --success-color: #047857;\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-container {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 30px;\n        }\n        \n        @media (min-width: 768px) {\n            .product-container {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n        \n        .product-header {\n            margin-bottom: 20px;\n            border-bottom: 1px solid var(--border-color);\n            padding-bottom: 15px;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: var(--secondary-color);\n            font-weight: 500;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 25px 0;\n            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);\n            border-radius: 10px;\n            overflow: hidden;\n        }\n        \n        .specs-table thead {\n            background-color: var(--primary-color);\n            color: white;\n        }\n        \n        .specs-table th,\n        .specs-table td {\n            padding: 15px 20px;\n            text-align: left;\n        }\n        \n        .specs-table tbody tr {\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table tbody tr:nth-of-type(even) {\n            background-color: var(--light-bg);\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: rgba(5, 150, 105, 0.05);\n        }\n        \n        .specs-label {\n            font-weight: 600;\n            color: var(--primary-color);\n            width: 40%;\n        }\n        \n        .specs-value {\n            color: var(--text-color);\n        }\n        \n        .features-list {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .feature-tag {\n            background-color: var(--accent-color);\n            color: var(--primary-color);\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \n        .flavor-tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n            margin: 10px 0;\n        }\n        \n        .flavor-tag {\n            background-color: var(--light-bg);\n            border: 1px solid var(--border-color);\n            padding: 4px 10px;\n            border-radius: 15px;\n            font-size: 13px;\n        }\n        \n        .description-section {\n            margin-bottom: 30px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            padding-bottom: 8px;\n            border-bottom: 2px solid var(--accent-color);\n        }\n        \n        .description-text {\n            margin-bottom: 15px;\n            line-height: 1.7;\n        }\n        \n        .highlights-list {\n            list-style-type: none;\n            margin: 20px 0;\n        }\n        \n        .highlight-item {\n            padding: 10px 0;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .highlight-icon {\n            color: var(--success-color);\n            margin-right: 10px;\n            font-size: 18px;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n        \n        .shipping-info {\n            background-color: var(--light-bg);\n            padding: 20px;\n            border-radius: 10px;\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(--primary-color);\n        }\n        \n        .shipping-text {\n            font-weight: 500;\n        }\n        \n        .shipping-days {\n            font-weight: 700;\n            color: var(--primary-color);\n        }\n        \n        .upc-code {\n            background-color: var(--light-bg);\n            padding: 15px;\n            border-radius: 8px;\n            margin: 20px 0;\n            display: inline-block;\n        }\n        \n        .upc-label {\n            font-weight: 600;\n            margin-right: 10px;\n            color: var(--primary-color);\n        }\n        \n        .upc-value {\n            font-family: monospace;\n            font-size: 16px;\n            letter-spacing: 1px;\n        }\n        \n        .brand-story {\n            background-color: var(--light-bg);\n            padding: 20px;\n            border-radius: 10px;\n            margin-top: 30px;\n            border-left: 4px solid var(--primary-color);\n        }\n        \n        .brand-title {\n            font-size: 18px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .herbal-feature {\n            background-color: #f0fdf4;\n            border-left: 4px solid #16a34a;\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .herbal-title {\n            font-weight: 600;\n            color: #15803d;\n            margin-bottom: 5px;\n        }\n        \n        .cuisine-applications {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            margin: 15px 0;\n        }\n        \n        .cuisine-tag {\n            background-color: var(--primary-color);\n            color: white;\n            padding: 6px 14px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 500;\n        }\n        \n        .culinary-uses {\n            background-color: #fef7ed;\n            border-left: 4px solid #ea580c;\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .culinary-title {\n            font-weight: 600;\n            color: #c2410c;\n            margin-bottom: 5px;\n        }\n        \n        .whole-leaf-benefit {\n            background-color: #faf5ff;\n            border-left: 4px solid #7c3aed;\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .benefit-title {\n            font-weight: 600;\n            color: #6d28d9;\n            margin-bottom: 5px;\n        }\n        \n        .origin-story {\n            background-color: #eff6ff;\n            border-left: 4px solid #3b82f6;\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 0 8px 8px 0;\n        }\n        \n        .origin-title {\n            font-weight: 600;\n            color: #1d4ed8;\n            margin-bottom: 5px;\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"product-container\"\u003e\n        \u003cdiv class=\"product-main\"\u003e\n            \u003cdiv class=\"product-header\"\u003e\n                \u003ch1 class=\"product-title\"\u003eBadia Whole Oregano\u003c\/h1\u003e\n                \u003cp class=\"product-subtitle\"\u003ePremium Mediterranean herb for authentic flavor\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"description-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Description\u003c\/h2\u003e\n                \n                \u003cdiv class=\"origin-story\"\u003e\n                    \u003cdiv class=\"origin-title\"\u003eMediterranean Heritage:\u003c\/div\u003e\n                    \u003cp\u003eNative to temperate western and southwestern Eurasia and the Mediterranean region\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cp class=\"description-text\"\u003e\n                    Keep your establishment stocked with the essentials like this Badia whole oregano! Oregano is a small, \n                    shrub-like herb in the mint family that belongs to the genus Origanum. It is a staple in Mediterranean \n                    cuisine, known for its distinctive flavor that is strong, aromatic, and slightly minty.\n                \u003c\/p\u003e\n                \n                \u003cdiv class=\"whole-leaf-benefit\"\u003e\n                    \u003cdiv class=\"benefit-title\"\u003eWhole Leaf Advantage:\u003c\/div\u003e\n                    \u003cp\u003eLeft in its whole leaf form for maximum flavor retention and visual appeal\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cp class=\"description-text\"\u003e\n                    This dried oregano has a more pungent flavor than the fresh herb and is a shelf-stable option to store \n                    in your busy commercial kitchen. The whole leaf form makes it perfect for adding to tomato-based sauces, \n                    salad dressings, and marinades, or for flavoring meats, poultry, and seafood.\n                \u003c\/p\u003e\n                \n                \u003cdiv class=\"culinary-uses\"\u003e\n                    \u003cdiv class=\"culinary-title\"\u003ePerfect For:\u003c\/div\u003e\n                    \u003cp\u003eTomato-based sauces, salad dressings, marinades, grilled meats, poultry, and seafood dishes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"herbal-feature\"\u003e\n                    \u003cdiv class=\"herbal-title\"\u003eFlavor Profile:\u003c\/div\u003e\n                    \u003cp\u003eStrong, aromatic, slightly minty with a more pungent flavor than fresh oregano\u003c\/p\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"cuisine-applications\"\u003e\n                    \u003cspan class=\"cuisine-tag\"\u003eItalian Cuisine\u003c\/span\u003e\n                    \u003cspan class=\"cuisine-tag\"\u003eGreek Specialties\u003c\/span\u003e\n                    \u003cspan class=\"cuisine-tag\"\u003eSpanish Dishes\u003c\/span\u003e\n                    \u003cspan class=\"cuisine-tag\"\u003eMediterranean\u003c\/span\u003e\n                    \u003cspan class=\"cuisine-tag\"\u003ePizza \u0026amp; Pasta\u003c\/span\u003e\n                    \u003cspan class=\"cuisine-tag\"\u003eGrilled Meats\u003c\/span\u003e\n                \u003c\/div\u003e\n                \n                \u003cp class=\"description-text\"\u003e\n                    This whole oregano is a delicious and affordable way to add a rich flavor to your signature dishes. \n                    Packaged in a generous 1.35 lb. container, this spice will be readily available in your restaurant, \n                    cafe, or deli. As one of the most popular and widely used spices and seasonings, this oregano will \n                    lend your dishes a familiar flavor that your customers are sure to appreciate.\n                \u003c\/p\u003e\n                \n                \u003cdiv class=\"upc-code\"\u003e\n                    \u003cspan class=\"upc-label\"\u003eUPC Code:\u003c\/span\u003e\n                    \u003cspan class=\"upc-value\"\u003e400017527314\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"description-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\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 class=\"specs-label\"\u003eQuantity\u003c\/td\u003e\n                            \u003ctd class=\"specs-value\"\u003e4\/Case\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"specs-label\"\u003eShipping Weight\u003c\/td\u003e\n                            \u003ctd class=\"specs-value\"\u003e7.7 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"specs-label\"\u003eFeatures\u003c\/td\u003e\n                            \u003ctd class=\"specs-value\"\u003e\n                                \u003cdiv class=\"features-list\"\u003e\n                                    \u003cspan class=\"feature-tag\"\u003eGluten-Free\u003c\/span\u003e\n                                    \u003cspan class=\"feature-tag\"\u003eKosher\u003c\/span\u003e\n                                    \u003cspan class=\"feature-tag\"\u003eMade in America\u003c\/span\u003e\n                                    \u003cspan class=\"feature-tag\"\u003eVegan\u003c\/span\u003e\n                                    \u003cspan class=\"feature-tag\"\u003eVegetarian\u003c\/span\u003e\n                                \u003c\/div\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"specs-label\"\u003eFlavor Profile\u003c\/td\u003e\n                            \u003ctd class=\"specs-value\"\u003e\n                                \u003cdiv class=\"flavor-tags\"\u003e\n                                    \u003cspan class=\"flavor-tag\"\u003eGlobal Blends\u003c\/span\u003e\n                                \u003c\/div\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"specs-label\"\u003ePackage Size\u003c\/td\u003e\n                            \u003ctd class=\"specs-value\"\u003e1.35 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"specs-label\"\u003eSpice Type\u003c\/td\u003e\n                            \u003ctd class=\"specs-value\"\u003e\n                                \u003cdiv class=\"flavor-tags\"\u003e\n                                    \u003cspan class=\"flavor-tag\"\u003eOregano\u003c\/span\u003e\n                                \u003c\/div\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"specs-label\"\u003eStyle\u003c\/td\u003e\n                            \u003ctd class=\"specs-value\"\u003eWhole\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"specs-label\"\u003eTotal Case Size\u003c\/td\u003e\n                            \u003ctd class=\"specs-value\"\u003e5.4 lb.\u003c\/td\u003e\n                        \u003c\/tr\u003e\n                        \u003ctr\u003e\n                            \u003ctd class=\"specs-label\"\u003eType\u003c\/td\u003e\n                            \u003ctd class=\"specs-value\"\u003e\n                                \u003cdiv class=\"flavor-tags\"\u003e\n                                    \u003cspan class=\"flavor-tag\"\u003eOregano\u003c\/span\u003e\n                                \u003c\/div\u003e\n                            \u003c\/td\u003e\n                        \u003c\/tr\u003e\n                    \u003c\/tbody\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"product-sidebar\"\u003e\n            \u003cdiv class=\"description-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProduct Highlights\u003c\/h2\u003e\n                \u003cul class=\"highlights-list\"\u003e\n                    \u003cli class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eDried whole oregano leaves for maximum flavor\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eDistinctive herbal flavor and aromatic quality\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003ePopular ingredient in Greek, Spanish, and Italian cuisine\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003ePerfect for flavoring grilled meats, poultry, seafood, and sauces\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eShelf-stable alternative to fresh oregano\u003c\/span\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"highlight-item\"\u003e\n                        \u003cspan class=\"highlight-icon\"\u003e✓\u003c\/span\u003e\n                        \u003cspan\u003eGenerous 1.35 lb. container for high-volume use\u003c\/span\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"shipping-info\"\u003e\n                \u003cdiv class=\"shipping-icon\"\u003e🚚\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"shipping-text\"\u003eQuick Shipping\u003c\/h3\u003e\n                    \u003cp\u003eUsually ships in \u003cspan class=\"shipping-days\"\u003e1 business day\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"brand-story\"\u003e\n                \u003ch3 class=\"brand-title\"\u003eAbout Badia Spices\u003c\/h3\u003e\n                \u003cp\u003e\n                    Since its humble beginnings in 1967 as a small garage operation, Badia Spices has grown into a global leader \n                    in the spice industry. Renowned for their signature Complete Seasoning blend, Badia is a family-owned company \n                    led by Joseph \"Pepe\" Badia and his 3 daughters that offers a comprehensive range of products tailored to the \n                    diverse needs of commercial foodservice operators.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":44870833733725,"sku":null,"price":86.47,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0742\/3436\/3997\/files\/173.png?v=1785989356","url":"https:\/\/mhkcase.com\/products\/badia-whole-oregano-1-35-lb-4-case","provider":"Mhkcase","version":"1.0","type":"link"}