For the Love of Fiordland

This package is for the lovers with a two-night stay in our Premier Suite. From the flowers to the wine, Cabot Lodge has all of the essentials for the perfect romantic getaway.

Nights: Two night stay

Maximum number of guests: Two guests

Inclusions:

  • Two nights' accommodation in our Premier Suite;
  • A welcome cheese platter;
  • Bottle of New Zealand bubbles;
  • Daily cooked breakfast;
  • Daily canapés and evening drink;
  • Daily set-menu evening meal;
  • A New Zealand wine pairing;
  • Late check-out;
  • A gift from the Cabot Lodge team; and
  • Daily fresh fruit, baking and complimentary minibar.
     

Cost: From $3,690 NZD for two persons

 

Highlights:

Arriving at Cabot Lodge, couples will be welcomed into the Premier Suite with flowers, a bottle of New Zealand bubbles and a special gift from our team. Couples will then enjoy a delectable cheese board, either in their suite or as a picnic on the property. After a romantic afternoon of grazing and sipping bubbles, the Cabot Lodge team will prepare the Premier Suite for an evening of private dining, with a glass of New Zealand wine paired with their evening meal. Couples can then retire to bed, enjoying a romantic turndown service lovingly prepared by our team. On departure, couples can enjoy a late check-out to savour every moment of this idyllic location.  

 

What our previous guests have said

What our previous guests have said

READ MORE REVIEWS
window.addEventListener("DOMContentLoaded", function () { var lazyloadImages; if ("IntersectionObserver" in window) { lazyloadImages = document.querySelectorAll(".lazy"); var imageObserver = new IntersectionObserver(function (entries, observer) { entries.forEach(function (entry) { if (entry.isIntersecting) { var image = entry.target; image.src = image.dataset.src; image.classList.remove("lazy"); imageObserver.unobserve(image); } }); }); lazyloadImages.forEach(function (image) { imageObserver.observe(image); }); } else { var lazyloadThrottleTimeout; lazyloadImages = document.querySelectorAll(".lazy"); function lazyload() { if (lazyloadThrottleTimeout) { clearTimeout(lazyloadThrottleTimeout); } lazyloadThrottleTimeout = setTimeout(function () { var scrollTop = window.pageYOffset; lazyloadImages.forEach(function (img) { if (img.offsetTop < (window.innerHeight + scrollTop)) { img.src = img.dataset.src; img.classList.remove('lazy'); } }); if (lazyloadImages.length == 0) { document.removeEventListener("scroll", lazyload); window.removeEventListener("resize", lazyload); window.removeEventListener("orientationChange", lazyload); } }, 20); } document.addEventListener("scroll", lazyload); window.addEventListener("resize", lazyload); window.addEventListener("orientationChange", lazyload); } });