Fridges & Chillers Edinburgh | New & Used Commercial Cooling | Save £££ :root{ –primary:#111827; –accent:#6b7280; –bg:#f3f4f6; –white:#ffffff; –text:#111827; } *{margin:0;padding:0;box-sizing:border-box} body{font-family:’Inter’,sans-serif;color:var(–text);background:#fff} .container{max-width:1280px;margin:auto;padding:0 24px} /* Simple Header – No Menu Bar */ .simple-header{ background:#111827; color:white; padding:1.2rem 0; border-bottom:3px solid #6b7280; } .header-flex{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1rem; } .logo h1{font-size:1.5rem;font-weight:700;letter-spacing:-0.3px;color:white} .logo p{font-size:0.8rem;color:#9ca3af} .emergency-phone{ background:#6b7280; padding:8px 20px; border-radius:40px; color:white !important; text-decoration:none; font-weight:600; transition:0.2s; display:inline-block; } .emergency-phone:hover{background:#4b5563} /* Hero Section */ .page-hero{ position:relative; color:white; padding:5rem 0; text-align:center; overflow:hidden; } .page-hero::before{ content:””; position:absolute; top:0; left:0; width:100%; height:100%; background-image: url(‘https://mapropertymaintenanceedinburgh.co.uk/wp-content/uploads/2026/04/customer-walk-in-fridge-scaled.webp’); background-size:cover; background-position:center; filter: blur(4px) brightness(0.6); transform: scale(1.02); z-index:0; } .page-hero .container{ position:relative; z-index:2; } .page-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:800;color:white;text-shadow:0 2px 8px rgba(0,0,0,0.5)} .page-hero p{font-size:1.2rem;max-width:700px;margin:0 auto;color:white;text-shadow:0 1px 4px rgba(0,0,0,0.4)} .hero-buttons{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center} /* Buttons */ .btn{ display:inline-block; background:#6b7280; color:white; font-weight:700; padding:12px 28px; border-radius:40px; text-decoration:none; transition:0.2s; border:none; cursor:pointer; font-size:1rem; } .btn:hover{background:#4b5563;transform:translateY(-2px)} .btn-primary{background:#6b7280} .btn-primary:hover{background:#4b5563} .btn-outline{background:transparent;border:2px solid white;color:white} .btn-outline:hover{background:white;color:#111827} /* Sections */ section{padding:4rem 0} .section-title{font-size:2rem;margin-bottom:2rem;position:relative;display:inline-block;color:#111827;font-weight:700} .section-title:after{content:”;display:block;width:60px;height:4px;background:#6b7280;margin-top:8px} /* Service Showcase Cards */ .service-showcase{ display:grid; grid-template-columns:1fr 1fr; gap:2rem; margin-bottom:3rem; background:#f9fafb; border-radius:28px; overflow:hidden; border:1px solid #e5e7eb; } .service-showcase .service-img{ width:100%; height:320px; object-fit:cover; } .service-showcase .service-content{padding:2rem} .service-showcase .service-content h3{font-size:1.8rem;margin-bottom:1rem;color:#111827;font-weight:700} .service-showcase .service-content p{color:#4b5563;margin-bottom:1rem} .service-showcase .service-content ul{padding-left:1.2rem;list-style:none} .service-showcase .service-content li{margin:0.6rem 0;padding-left:1.5rem;position:relative} .service-showcase .service-content li:before{content:”✓”;color:#6b7280;position:absolute;left:0;font-weight:600} /* Benefits Grid */ .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1rem} .benefit-item{background:#ffffff;padding:1.5rem;border-radius:20px;text-align:center;border:1px solid #e5e7eb;box-shadow:0 4px 10px rgba(0,0,0,0.02)} .benefit-item strong{font-size:1.2rem;display:block;margin:0.75rem 0 0.5rem;color:#111827} /* Grid Layouts */ .grid-2cols{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem} .service-card{background:#f9fafb;padding:2rem;border-radius:24px;border:1px solid #e5e7eb} .service-card .service-icon{font-size:2.5rem;margin-bottom:1rem} .service-card h3{font-size:1.4rem;margin-bottom:1rem;color:#111827;font-weight:700} .service-card ul{margin-top:1rem;padding-left:1.2rem;list-style:none} .service-card li{margin:0.6rem 0;padding-left:1.5rem;position:relative;color:#374151} .service-card li:before{content:”✓”;color:#6b7280;position:absolute;left:0;font-weight:600} /* Gallery Grid */ .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem} .gallery-img{width:100%;height:220px;object-fit:cover;border-radius:20px;box-shadow:0 4px 12px rgba(0,0,0,0.08);transition:0.3s} .gallery-img:hover{transform:scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,0.12)} /* Internal Links */ .internal-links-section{background:#f9fafb;border-radius:28px;padding:2rem;margin:2rem 0} .internal-links-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;margin-top:1.5rem} .internal-link{background:white;border:1px solid #e5e7eb;border-radius:40px;padding:10px 24px;text-decoration:none;color:#111827;font-weight:600;transition:0.2s} .internal-link:hover{background:#111827;color:white;border-color:#111827} /* External Links */ .external-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1.5rem} .external-link{color:#6b7280;text-decoration:none;font-size:0.85rem} .external-link:hover{color:#111827;text-decoration:underline} /* Emergency Banner */ .emergency-banner{background:#111827;color:white;text-align:center;border-radius:28px;padding:2.5rem 2rem;margin:2rem 0} .emergency-banner h3{font-size:1.8rem;margin-bottom:0.5rem;color:white} .emergency-banner .btn{margin-top:1rem;background:#6b7280} .emergency-banner .btn:hover{background:#4b5563} /* Form */ .quote-form{background:#f9fafb;padding:2rem;border-radius:28px;margin-top:1.5rem;border:1px solid #e5e7eb} .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem} .form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:40px;font-family:’Inter’;font-size:0.95rem} .form-grid textarea{border-radius:24px} .alert{padding:12px 20px;border-radius:16px;margin-bottom:1.5rem;display:none} .alert-success{background:#d1fae5;color:#065f46;border-left:4px solid #059669;display:block} .alert-error{background:#fee2e2;color:#991b1b;border-left:4px solid #dc2626;display:block} /* FAQ */ details{background:#f9fafb;padding:1rem 1.5rem;border-radius:30px;margin-bottom:1rem;border:1px solid #e5e7eb} summary{font-weight:700;font-size:1rem;cursor:pointer;color:#111827} details p{margin-top:0.8rem;color:#4b5563} /* Footer */ footer{background:#111827;color:#9ca3af;padding:2.5rem 0;text-align:center;margin-top:2rem} footer a{color:#9ca3af;text-decoration:none} footer a:hover{color:#e5e7eb} /* Mobile */ @media (max-width:768px){ .service-showcase{grid-template-columns:1fr} .service-showcase .service-img{height:220px} .page-hero h1{font-size:2rem} .section-title{font-size:1.6rem} .form-grid{grid-template-columns:1fr} .header-flex{flex-direction:column;text-align:center} .hero-buttons{flex-direction:column;align-items:center} .grid-2cols{grid-template-columns:1fr} }
📞 24/7 Emergency: +44 7474 785944

Fridges & Chillers Edinburgh

New & used commercial refrigeration — walk-in cold rooms, display fridges, freezer rooms & 24/7 repairs. Save up to 50% on quality used equipment.

Commercial Cooling Solutions You Can Trust

Whether you’re opening a new café, running a busy grocery store, or managing a restaurant kitchen, reliable refrigeration is the backbone of your business. We supply, install, and maintain high-quality commercial cooling equipment across Edinburgh and the Lothians.

From budget-friendly used units to brand-new energy-efficient models, we help you find the perfect cooling solution without breaking the bank. Our team also provides 24/7 emergency repairs to keep your stock safe and your business running.

fridges & chillers Edinburgh

❄️ Walk-In Cold Rooms

Custom-designed walk-in cold rooms for restaurants, butchers, grocery stores, and warehouses. Built to your exact specifications with professional installation.

  • Modular & bespoke sizes available
  • Indoor & outdoor rated units
  • Temperature range: -25°C to +10°C
  • Energy-efficient refrigeration systems
  • New & reconditioned options

🛒 Display Fridges & Retail Coolers

Attract customers with professional display refrigeration. Ideal for convenience stores, delis, greengrocers, and beverage shops.

  • Glass door merchandisers
  • Open-front chilled displays
  • Countertop & under-counter units
  • Bottle coolers & juice fridges
  • New & used — huge savings available
Display fridges for grocery store in Edinburgh - commercial refrigeration solutions
Commercial shop fridges for sale Edinburgh - new and used cooling equipment

💰 New & Used — Unbeatable Value

Why pay full price? We offer a constantly changing inventory of quality used fridges and chillers that have been professionally tested and serviced.

  • Used units from top brands (Williams, Foster, Hussmann)
  • All used equipment comes with 3-month warranty
  • Brand new energy-efficient models available
  • Trade-in your old equipment
  • Flexible delivery & installation packages

🥬 Vegetable & Grocery Store Cooling

Specialist cooling solutions for fresh produce. Keep vegetables crisp, dairy cool, and beverages perfectly chilled.

  • Walk-in veggie rooms with humidity control
  • Multi-deck chillers for supermarkets
  • Back-up cooling systems for stock safety
  • Energy monitoring & temperature alerts
  • Preventative maintenance plans available
Commercial fridges for vegetable shop installation in Edinburgh - fresh produce cooling

Complete Cooling Support Services

🔧

24/7 Emergency Repairs

Don’t lose thousands of pounds in stock. Our emergency response team is available 24/7 across Edinburgh to get your cooling back online fast.

  • 2-4 hour response typical
  • F Gas certified engineers
  • Temporary cooling hire available
  • Transparent fixed-price repairs
📋

Maintenance & Servicing Contracts

Protect your investment with regular professional servicing. Prevent breakdowns before they happen and comply with F Gas regulations.

  • Monthly, quarterly & annual plans
  • Priority call-out for contract customers
  • Full F Gas compliance reporting
  • Discounted repair rates

Why Businesses Trust Us

🏆 17+ Years ExperienceServing Edinburgh’s food & retail sector
24/7 Emergency Call-OutWe never leave you stranded
💰 New & Used OptionsCooling for every budget
🔧 F Gas CertifiedFully compliant & insured

Covering Edinburgh & Central Scotland

Fast, reliable service for businesses across the city and surrounding regions.

Edinburgh City Centre Leith Portobello Musselburgh Livingston Fife Dundee Perth Stirling

Recent Installations

Real projects — real results for Edinburgh food businesses.

🔴 Fridge Down? Stock at Risk?

Don’t panic — our emergency cooling engineers are on standby 24/7 across Edinburgh.

📞 +44 7474 785944

Email: info@mapropertymaintenanceedinburgh.co.uk

Free Quote — Fridges & Chillers Edinburgh

Tell us what you need — new installation, used equipment, or emergency repair. We’ll respond within 2 hours.

New Cooling Equipment Used Cooling Equipment (Save £££) 24/7 Emergency Repair Preventative Maintenance Walk-in Cold Room Installation

Free, no-obligation quote — we respond within 2 hours.

Fridges & Chillers Edinburgh — Common Questions

🔹 Do you sell used commercial fridges in Edinburgh?

Yes — we have a growing inventory of quality used fridges and chillers from top brands. All used units are professionally serviced and come with a 3-month warranty. Save up to 50% compared to new prices.

🔹 How fast is your emergency repair service?

We typically respond within 2-4 hours for emergency call-outs across Edinburgh. For businesses with critical stock, we prioritise same-day service to minimise losses.

🔹 Can you install a walk-in cold room for my restaurant?

Absolutely. We design, supply, and install custom walk-in cold rooms for restaurants, hotels, butchers, and grocery stores. Indoor or outdoor — we handle everything from planning to final sign-off.

🔹 Do you offer maintenance contracts?

Yes — preventative maintenance keeps your cooling running efficiently and prevents unexpected breakdowns. We offer flexible monthly, quarterly, or annual service plans with priority call-out and discounted repairs.

Accredited & Certified Cooling Specialists

MA Property Maintenance Edinburgh — Fridges & Chillers, Walk-in Cold Rooms, Shop Fitting, Flooring & Complete Property Care

📍 Edinburgh • Fife • Dundee • Perth • Stirling | 17+ Years Experience | 24/7 Emergency

📞 +44 7474 785944 | ✉️ info@mapropertymaintenanceedinburgh.co.uk

© 2026 MA Property Maintenance. All rights reserved.

const contactForm = document.getElementById(‘contactForm’); const alertDiv = document.getElementById(‘formAlert’); contactForm.addEventListener(‘submit’, async (e) => { e.preventDefault(); const fullname = document.getElementById(‘fullname’).value.trim(); const email = document.getElementById(’email’).value.trim(); const phone = document.getElementById(‘phone’).value.trim(); const message = document.getElementById(‘message’).value.trim(); const consent = document.getElementById(‘consent’).checked; if (!fullname || !email || !phone || !consent) { alertDiv.innerHTML = ‘❌ Please fill all required fields and accept the consent.’; alertDiv.className = ‘alert alert-error’; alertDiv.style.display = ‘block’; setTimeout(() => alertDiv.style.display = ‘none’, 4000); return; } const formData = new FormData(); formData.append(‘fullname’, fullname); formData.append(’email’, email); formData.append(‘phone’, phone); formData.append(‘service_type’, document.getElementById(‘service_type’).value); formData.append(‘message’, message); formData.append(‘_subject’, `Fridges & Chillers Quote from ${fullname} – Edinburgh`); formData.append(‘_captcha’, ‘false’); try { const response = await fetch(‘https://formsubmit.co/ajax/info@mapropertymaintenanceedinburgh.co.uk’, { method: ‘POST’, body: formData }); if (response.ok) { alertDiv.innerHTML = ‘✅ Quote request sent! We’ll get back to you within 2 hours.’; alertDiv.className = ‘alert alert-success’; alertDiv.style.display = ‘block’; contactForm.reset(); setTimeout(() => alertDiv.style.display = ‘none’, 5000); } else throw new Error(); } catch { alertDiv.innerHTML = ‘⚠️ Unable to send. Please call us directly on +44 7474 785944’; alertDiv.className = ‘alert alert-error’; alertDiv.style.display = ‘block’; setTimeout(() => alertDiv.style.display = ‘none’, 5000); } });