Dri-Eaz Unsmoke Degrease-All 114619 1 Gallon / 128 oz. Concentrated Degreaser and Cleaner - 4/Case
:root { --primary-color: #1e3a8a; --secondary-color: #dc2626; --accent-color: #f59e0b; --light-color: #f8fafc; --border-color: #e2e8f0; --text-color: #334155; } * { margin: 0; padd ing: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } body { background-color: #f9fafb; color: var(--text-color); line-height: 1.6; padding: 20px; } .product-container { max-width: 1200px; margin: 0 auto; background: white; border-radius: 12px; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); overflow: hidden; } .product-header { background: linear-gradient(135deg, var(--primary-color), #2563eb); color: white; padding: 35px 30px; position: relative; } .product-badge { position: absolute; top: 20px; right: 20px; background-color: var(--accent-color); color: white; padding: 6px 12px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; } .product-title { font-size: 2.4rem; margin-bottom: 8px; font-weight: 700; } .product-subtitle { font-size: 1.3rem; opacity: 0.9; font-weight: 400; margin-bottom: 15px; } .product-tagline { font-size: 1.1rem; max-width: 800px; opacity: 0.85; } .product-content { padding: 30px; } .section-title { font-size: 1.6rem; color: var(--primary-color); margin: 35px 0 20px; padding-bottom: 10px; border-bottom: 2px solid var(--border-color); font-weight: 600; position: relative; } .section-title:first-child { margin-top: 0; } .section-title:after { content: ''; position: absolute; bottom: -2px; left: 0; width: 80px; height: 2px; background-color: var(--accent-color); } .specs-table { width: 100%; border-collapse: collapse; margin: 25px 0; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); } .specs-table th { background: linear-gradient(to right, var(--primary-color), #3b82f6); color: white; text-align: left; padding: 18px; font-weight: 600; font-size: 1.1rem; } .specs-table tr:nth-child(even) { background-color: #f8fafc; } .specs-table tr:nth-child(odd) { background-color: white; } .specs-table td { padding: 16px 18px; border-bottom: 1px solid var(--border-color); } .specs-table tr:last-child td { border-bottom: none; } .specs-table td:first-child { font-weight: 600; color: var(--primary-color); width: 30%; } .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; margin: 25px 0; } .feature-item { display: flex; align-items: flex-start; background-color: var(--light-color); padding: 18px; border-radius: 10px; border-left: 4px solid var(--accent-color); transition: transform 0.2s, box-shadow 0.2s; } .feature-item:hover { transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .feature-icon { color: var(--accent-color); margin-right: 12px; font-weight: bold; font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; } .dilution-guide { background: linear-gradient(to right, #fef3c7, #fef7cd); padding: 25px; border-radius: 10px; margin: 25px 0; border-left: 4px solid var(--accent-color); } .dilution-title { font-size: 1.3rem; color: var(--primary-color); margin-bottom: 15px; font-weight: 600; } .dilution-options { display: flex; flex-wrap: wrap; gap: 15px; } .dilution-option { background: white; padding: 15px; border-radius: 8px; flex: 1; min-width: 200px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .dilution-ratio { font-size: 1.4rem; font-weight: 700; color: var(--primary-color); margin-bottom: 8px; } .dilution-purpose { font-weight: 600; color: var(--text-color); } .usage-steps { list-style-type: none; margin: 25px 0; counter-reset: step-counter; } .usage-steps li { padding: 18px 0 18px 60px; position: relative; border-bottom: 1px solid var(--border-color); } .usage-steps li:last-child { border-bottom: none; } .usage-steps li:before { counter-increment: step-counter; content: counter(step-counter); position: absolute; left: 0; top: 15px; width: 40px; height: 40px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.1rem; } .applications-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin: 20px 0; } .application-item { background-color: #eff6ff; padding: 12px 15px; border-radius: 6px; text-align: center; font-weight: 500; color: var(--primary-color); } .shipping-info { background-color: #f0f9ff; padding: 22px; border-radius: 10px; margin: 25px 0; border-left: 4px solid #0ea5e9; } .shipping-title { font-weight: 600; color: #0369a1; margin-bottom: 12px; font-size: 1.2rem; } .shipping-restrictions { background-color: #fef2f2; padding: 18px; border-radius: 8px; margin: 20px 0; border-left: 4px solid var(--secondary-color); } .restriction-title { font-weight: 600; color: var(--secondary-color); margin-bottom: 10px; } .upc-code { display: inline-block; background: linear-gradient(to right, #e0f2fe, #f0f9ff); padding: 12px 20px; border-radius: 8px; font-family: monospace; font-weight: 700; color: var(--primary-color); margin-top: 15px; font-size: 1.1rem; border: 1px dashed #0ea5e9; } @media (max-width: 768px) { .product-title { font-size: 1.9rem; } .features-grid, .applications-grid { grid-template-columns: 1fr; } .dilution-options { flex-direction: column; } .specs-table { display: block; overflow-x: auto; } .product-header { padding: 25px 20px; } .product-content { padding: 20px; } } Professional Grade Dri-Eaz Unsmoke Degrease-All 114619 Concentrated Degreaser & Cleaner Powerful professional solution for removing tough smoke, oil, and grease residues from multiple surfaces Product Overview Tackle your toughest cleaning challenges with the Dri-Eaz Unsmoke Degrease-All 114619 concentrated degreaser and cleaner. This professional-grade formula is engineered to dissolve heavy smoke, oil, grease residues, and even blood from hard surfaces while remaining safe for use on a variety of materials including painted surfaces, metal, tile, wood, and concrete. Product Specifications Technical Specifications Quantity 4/Case Shipping Weight 34.2 lb. Application Carbon • Grease • Oil • Smoke Chemical Form Liquid Dilution Ratio 12 - 32 oz./gal. Features Made in America Grade Commercial Package Size 1 Gallon Style Concentrates Total Case Size 4 Gallons Type All Purpose • Cleaners • Degreasers Usage Ceramic Tile • Concrete • Fabric • Floors • Indoor • Metal • Painted Surfaces • Walls • Wood Key Features & Benefits ✓ Dissolves heavy smoke, oil, and grease residues from hard surfaces ✓ Safe for painted surfaces, metal, tile, wood, and concrete ✓ Gentle enough for walls, carpet, and upholstery ✓ Ideal for use in restoration projects after structural fires ✓ Great for healthcare facilities, restaurants, hotels, and schools ✓ Ammonia-based formula effectively loosens greasy soils Dilution Guide Recommended Dilution Ratios 12 oz./gal. Standard Cleaning Mix 12 oz. of concentrate with water to make 1 gallon of prepared cleaner 32 oz./gal. Heavy-Duty Cleaning For intense cleaning needs, increase concentration up to 32 oz. per gallon Note: Using hot water is recommended to achieve optimal results. Usage Instructions Dilute the concentrated solution according to your cleaning needs (12-32 oz. per gallon of water) Apply the diluted solution using a compression sprayer to surfaces that can normally be cleaned with water Allow the solution to set for 30 seconds to break down residues Clean the area as needed, agitating if required for tough stains Always use appropriate personal protective equipment when handling this product Recommended Applications This versatile cleaner is suitable for use on a wide range of surfaces and environments: Ceramic Tile Concrete Fabric Floors Metal Painted Surfaces Walls Wood Ideal For These Environments Healthcare Facilities Restaurants & Commercial Kitchens Hotels & Hospitality Schools & Educational Facilities Fire Restoration Projects Industrial Settings Shipping Information This product usually ships in 1-2 business days directly from the manufacturer. Lead times may vary based on manufacturer stock availability. Not eligible for expedited shipping. Shipping Restrictions Due to US DOT shipping regulations, we are unable to ship this product to Alaska, Hawaii, and international destinations. UPC: 400017454672