ADVERTISEMENT

6 cool features of the Mini Cooper 5-door hatch

Published Aug 2, 2018 04:01 pm
080318mini1 Few cars can draw stares and smiles everywhere they go quite like a Mini Cooper. The diminutive hatchback isn’t just a small car, it’s a style statement. Small cars from other brands typically feature bargain basement parts, barely any features, and few things to crow about other than being easy to park and economical with fuel. With a Mini, it’s the exact opposite. It offers so much in such a compact package that you’ll wonder why you ever bothered with large cars in the first place. 080318mini2 We go through a few of the cool features of the latest Mini Cooper 5-door hatch and show you why big things come in small packages. 080318Mini3 Distinct lights As if a Mini needed any help standing out, this model ups the ante with its brand new daytime running lights (DRL). Standard in all models are new ellipse-shaped DRLs that are on all the time. They also act as signal lights, illuminating in amber when indicating a turn. Behind, they are complemented by brand new taillights that proudly show their country of origin: Britain via the Union Jack pattern. Finally, when parking in dark areas, you can be sure of where you step thanks to the an illuminated logo that shines on the floor. 080318mini4 More fun with friends For some time now, Mini has been offering its famous hatchback as a five-door. This means there’s no more need to fold forward the front seat and squeezing in and out of the car for the rear passengers. It’s now easier to take your friends on a road trip as they can hop in and out of the car easily. 080318mini8 Smart infotainment Thumbing through the menus of a car’s entertainment system is typically confusing and boring. That’s never been the case with the Mini. Now equipped with a full color LCD screen with touch, you can either flick through menus with the dial in the center console or simply press the options you desire. In addition, LEDs around the screen change color according to the task at hand, making it easy and fun to remember how to change settings. 080318mini7 Efficient 1.5-liter Propelling the Mini Cooper is a 1.5-liter inline three-cylinder turbo engine producing 100-hp and 220-Nm of torque. It might not sound like much, but this little powerhouse packs a punch, feeling much more than just 1.5-liters. It can simply cruise along the city or quickly rocket the car up to highway speeds. Best of all, there’s no penalty when it comes to consumption as it will easily average 9 km/L in the city in heavy traffic, and up to 14 km/L on the highway. 080318mini5 Dual clutch 7-speed Parts of its secret to being so quick yet so efficient lies in the car’s new transmission: a 7-speed dual clutch automatic. This transmission is designed to shift quickly, efficiently, and smoothly in a wide variety of situations. It’s why the car can suddenly sprint to 120 km/h from a steady cruise of 80 km/h, or keep engine revs low, and consequently, the fuel consumption too even in heavy traffic. 080318Mini6 Feel like a fighter pilot The Mini Cooper may be land a vehicle, but it goes to great lengths to make you feel like a pilot. This is thanks to subtle tricks in the cabin like the toggles that control everything from the engine ignition to even the color of the interior lights. Besides the cool switches, the Mini also twists and turns like a fighter jet. The steering wheel makes you feel telepathically connected to the car as little inputs there translate to sharp turns at the wheel. It’s amazingly responsive and continues to be so whether on the race track or mountain twisties. It’s easy to make a cool or cute-looking car, but few other carmakers keep the fun factor consistent all throughout the driving experience the way a Mini Cooper does. The 2019 Mini Cooper 5-door hatch is now available in all Mini showrooms. Contact your dealer for the price and specifications. Text and photos by Iñigo S. Roces
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.