{"product_id":"admiration-italian-dressing-1-gallon-4-case","title":"Admiration Italian Dressing 1 Gallon - 4\/Case","description":"\u003cstyle\u003e\n  .product-presentation {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #2d3748;\n    line-height: 1.6;\n  }\n  \n  .brand-header {\n    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);\n    color: white;\n    padding: 2.2rem;\n    border-radius: 12px;\n    margin-bottom: 2.5rem;\n    text-align: center;\n  }\n  \n  .brand-header h1 {\n    font-size: 2rem;\n    font-weight: 800;\n    margin-bottom: 0.5rem;\n    letter-spacing: 0.5px;\n  }\n  \n  .brand-header .subtitle {\n    font-size: 1.1rem;\n    opacity: 0.95;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n  \n  .specs-container {\n    background: white;\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 12px 40px rgba(79, 70, 229, 0.1);\n    margin: 2.5rem 0;\n    border: 1px solid #e5e7eb;\n  }\n  \n  .specs-header {\n    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);\n    color: white;\n    padding: 1.8rem 2.2rem;\n    font-size: 1.3rem;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  \n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  \n  .specs-table tr {\n    border-bottom: 1px solid #f3f4f6;\n    transition: background-color 0.2s ease;\n  }\n  \n  .specs-table tr:hover {\n    background-color: #f5f3ff;\n  }\n  \n  .specs-table tr:last-child {\n    border-bottom: none;\n  }\n  \n  .specs-table td {\n    padding: 1.6rem 2.2rem;\n    vertical-align: top;\n  }\n  \n  .specs-table td:first-child {\n    width: 35%;\n    font-weight: 600;\n    color: #374151;\n    border-right: 1px solid #f3f4f6;\n    background-color: #f9fafb;\n  }\n  \n  .specs-table td:last-child {\n    color: #1f2937;\n    font-weight: 500;\n  }\n  \n  .sku-badge {\n    color: #4f46e5;\n    font-weight: 700;\n    font-size: 1.1rem;\n    display: inline-block;\n    padding: 0.3rem 1rem;\n    background-color: #eef2ff;\n    border-radius: 8px;\n    border: 1px solid #c7d2fe;\n  }\n  \n  .features-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.6rem;\n    margin-top: 0.5rem;\n  }\n  \n  .feature-tag {\n    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n    color: #065f46;\n    padding: 0.4rem 0.9rem;\n    border-radius: 20px;\n    font-size: 0.85rem;\n    font-weight: 600;\n    border: 1px solid #a7f3d0;\n  }\n  \n  .feature-tag.green {\n    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n    color: #065f46;\n    border-color: #a7f3d0;\n  }\n  \n  .feature-tag.blue {\n    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);\n    color: #1e40af;\n    border-color: #93c5fd;\n  }\n  \n  .feature-tag.purple {\n    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);\n    color: #5b21b6;\n    border-color: #c4b5fd;\n  }\n  \n  .feature-tag.amber {\n    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);\n    color: #92400e;\n    border-color: #fcd34d;\n  }\n  \n  .content-section {\n    margin-top: 2.8rem;\n  }\n  \n  .section-title {\n    color: #4f46e5;\n    font-size: 1.5rem;\n    font-weight: 700;\n    margin: 2rem 0 1.2rem 0;\n    padding-bottom: 0.8rem;\n    border-bottom: 2px solid #e5e7eb;\n    position: relative;\n  }\n  \n  .section-title:after {\n    content: '';\n    position: absolute;\n    bottom: -2px;\n    left: 0;\n    width: 60px;\n    height: 2px;\n    background: linear-gradient(90deg, #4f46e5, #8b5cf6);\n  }\n  \n  .content-section p {\n    margin-bottom: 1.3rem;\n    color: #4b5563;\n    line-height: 1.7;\n  }\n  \n  .highlight-card {\n    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);\n    border-left: 4px solid #8b5cf6;\n    padding: 1.8rem;\n    margin: 2rem 0;\n    border-radius: 0 12px 12px 0;\n    border: 1px solid #ddd6fe;\n  }\n  \n  .highlight-card p {\n    margin-bottom: 0;\n    color: #5b21b6;\n    font-weight: 500;\n  }\n  \n  .benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 2rem;\n    margin: 2.5rem 0;\n  }\n  \n  .benefit-item {\n    background: white;\n    padding: 1.8rem;\n    border-radius: 10px;\n    border: 1px solid #e5e7eb;\n    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.05);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  \n  .benefit-item:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 25px rgba(79, 70, 229, 0.1);\n  }\n  \n  .benefit-item h3 {\n    color: #4f46e5;\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin-bottom: 0.8rem;\n    display: flex;\n    align-items: center;\n  }\n  \n  .benefit-item h3:before {\n    content: '■';\n    color: #8b5cf6;\n    font-size: 0.9rem;\n    margin-right: 0.8rem;\n  }\n  \n  .benefit-item p {\n    margin-bottom: 0;\n    font-size: 0.95rem;\n  }\n  \n  .brand-story {\n    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);\n    border: 1px solid #e2e8f0;\n    border-radius: 12px;\n    padding: 2rem;\n    margin: 2.5rem 0;\n    position: relative;\n  }\n  \n  .brand-story:before {\n    content: 'EST. 1945';\n    position: absolute;\n    top: -12px;\n    left: 20px;\n    background: #4f46e5;\n    color: white;\n    font-size: 0.75rem;\n    font-weight: 700;\n    padding: 3px 12px;\n    border-radius: 4px;\n    letter-spacing: 0.5px;\n  }\n  \n  .brand-story p {\n    margin-bottom: 0;\n    color: #374151;\n  }\n  \n  .usage-list {\n    margin: 1.5rem 0;\n    padding-left: 1.5rem;\n  }\n  \n  .usage-list li {\n    margin-bottom: 0.8rem;\n    color: #4b5563;\n    position: relative;\n  }\n  \n  .usage-list li:before {\n    content: '▶';\n    color: #4f46e5;\n    font-size: 0.8rem;\n    position: absolute;\n    left: -1.5rem;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-presentation\"\u003e\n\u003cdiv class=\"brand-header\"\u003e\n\u003ch1\u003eAdmiration Italian Dressing\u003c\/h1\u003e\n\u003cdiv class=\"subtitle\"\u003ePremium Oil \u0026amp; Vinegar Dressing with Garlic and Spices - Since 1945\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-container\"\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\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"sku-badge\"\u003e401528\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eItalian Dressing \u0026amp; Salad Dressing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCase Configuration\u003c\/td\u003e\n\u003ctd\u003e4 Gallons Total\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIndividual Size\u003c\/td\u003e\n\u003ctd\u003e1 Gallon Container\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e33.1 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePackage Format\u003c\/td\u003e\n\u003ctd\u003eBulk Gallon Containers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Features\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"features-tags\"\u003e\n\u003cspan class=\"feature-tag green\"\u003eGluten-Free\u003c\/span\u003e \u003cspan class=\"feature-tag blue\"\u003eKosher\u003c\/span\u003e \u003cspan class=\"feature-tag purple\"\u003eMade in America\u003c\/span\u003e \u003cspan class=\"feature-tag amber\"\u003eShelf-Stable\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\u003cdiv class=\"content-section\"\u003e\n\u003cp\u003eAdd an herbaceous and bold touch to your signature dishes with this Admiration Italian dressing. Featuring a flavorful oil and vinegar base with garlic, spices, and a delicate consistency, this dressing is packed with savory flavor that pairs well with a variety of dishes.\u003c\/p\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003cp\u003eReady to use right out of the gallon jar for added convenience in your back-of-house operation. Its luxurious texture clings well to leafy greens and makes the perfect marinade for proteins like chicken.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eVersatile Culinary Applications\u003c\/div\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3\u003eSalad Enhancement\u003c\/h3\u003e\n\u003cp\u003eUse it to add a burst of Italian flavor to your crisp house salads. The silky texture and timeless flavor are perfect for adding a classic taste to your menu items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3\u003ePasta \u0026amp; Vegetable Coating\u003c\/h3\u003e\n\u003cp\u003eIdeal for coating delicious pasta or vegetable dishes. The balanced flavor profile enhances without overwhelming the natural flavors of your ingredients.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3\u003eSandwich Spread\u003c\/h3\u003e\n\u003cp\u003eWorks as a delicious spread for sandwiches, adding moisture and flavor that complements various fillings and bread types.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e\n\u003ch3\u003eProtein Marinade\u003c\/h3\u003e\n\u003cp\u003eExcellent as a hearty marinade for chicken and other proteins, infusing them with authentic Italian seasoning while tenderizing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eUsage Instructions \u0026amp; Storage\u003c\/div\u003e\n\u003cul class=\"usage-list\"\u003e\n\u003cli\u003eReady to use directly from container - no preparation needed\u003c\/li\u003e\n\u003cli\u003eShelf-stable before opening for convenient storage\u003c\/li\u003e\n\u003cli\u003eRefrigerate after opening to maintain freshness\u003c\/li\u003e\n\u003cli\u003eShake gently before use for optimal consistency\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"brand-story\"\u003e\n\u003cp\u003eAdmiration is a well-respected brand specializing in pre-prepared dressings, condiments, and mayonnaise. Founded in 1945, the company was built on providing high quality products to the food service industry. After three generations, that commitment to quality remains a driving force. Discover how your dishes can benefit from the bold flavors characteristic of this trusted brand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eIdeal For Foodservice Operations\u003c\/div\u003e\n\u003cp\u003eThis versatile Italian dressing is a reliable addition to any establishment. Whether you operate a restaurant, deli, catering service, or institutional kitchen, this dressing provides consistent quality and flavor that meets professional standards while offering the convenience features that busy kitchens require.\u003c\/p\u003e\n\u003cp\u003eNo matter how you choose to use it—as a salad dressing, marinade, sandwich spread, or pasta coating—this Admiration Italian dressing delivers the authentic flavor and premium quality that has made the brand a trusted choice in foodservice for generations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":42819401187412,"sku":"401528","price":91.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/pic_51_4efcb913-6d75-4d62-91ba-46969341edfb.png?v=1768016661","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/admiration-italian-dressing-1-gallon-4-case","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}