£299.00

  • free
  • Delivery Time: 3 to 7 days
  • Availability: In Stock
  • Product Condition: new

Description

#html-body [data-pb-style=UI7OOAS]{justify-content:flex-start;display:flex;flex-direction:column;background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll}#html-body [data-pb-style=B94Y3HD]{display:none}Enjoy the ultimate coffee experience from the comfort of your own home with the De'Longhi Magnifica Evo. Brew the perfect espresso from freshly ground beans, one of 4 recipes available with a single touch. Features an intuitive soft touch display with colour icons for each recipe. Its stylish black finish is the perfect addition to any modern kitchen.  SUMMARYCreate personalised milk and coffee beverages from freshly ground beans4 one-touch recipes including doppio+Creamy milk foam thanks to the manual milk frotherDishwasher safe grid and removable brewing unit for an easy cleaningModern design with a sleek black finish<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .delon-header{ background-color: #0c2340; margin: 15px; } .delon-row{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .delon-row-1{ display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; } .delon-col{ width: 75%; padding: 10px; } .delon-col-1{ width: 25%; padding: 10px; float: right; text-align: right; } .delon-col-2{ width: 35%; padding: 10px; } .delon-col-3{ width:65%; padding: 10px; } .delon-col-4{ width:50%; padding: 10px; } .delon-header h4{ color: white; text-align: left; } .delon-col-3 ul{ color:#0c2340; } .delon-feat h3, h5, p{ text-align: center; } .delon-feat img{ margin-left: auto; margin-right: auto; display: block; } @media (max-width: 767px) { .delon-row{ flex-direction: column-reverse; /* Reverse the order of columns */ } .delon-col, .delon-col-1, .delon-col-2, .delon-col-3, .delon-col-4{ width: 100%; padding: 5px; } .delon-header h4{ text-align: center; } .delon-header img{ margin-left: auto; margin-right: auto; display: block; } .delon-col-3{text-align: center;} } </style> </head> <body> <div class="delon-header"> <div class="delon-row"> <div class="delon-col"> <h4>Magnifica Evo</h4> </div> <div class="delon-col-1"> <img src="{{media url=wysiwyg/delonghi/delonghi-logo.png}}" alt="" /> </div> </div> <...