top of page
PACKAGES

Welcome to the Packages section of Pepia Est.
Here, you'll discover a variety of pre-made wine packages that you can order, and we're also pleased to offer the option of customizing a wine package according to your budget. Each package is meticulously presented in a gift box, perfectly suited for gifting to a special recipient. 

Our wine packages are available in quantities of 2, 3, 4, and 6 wines. If you require additional information about our wine packages or would like us to craft a package tailored to your budget, please feel free to get in touch with Allen at allen@pepia-est.com. Your satisfaction is our priority.

We don’t have any products to show here right now.

  • Facebook
  • Instagram

Tel: +297 5827177
Email: Orders@Pepia-Est.com
Address: Schotlandstraat 42, Aruba
Wine distributor Aruba.

Pepia4Home is the webshop for Pepia Est, offering a curated selection of premium wines and spirits.
bottom of page
// Replace Wix minimum order error message on checkout if (window.location.pathname.includes("/checkout")) { const interval = setInterval(() => { const messages = document.querySelectorAll(".wixui-toast-message, ._3qvT, ._3qvT *"); // common Wix error classes messages.forEach(el => { if (el.textContent.includes("items are not currently available")) { el.textContent = "Cannot process order — minimum order is AWG 250 or 6 items."; clearInterval(interval); // stop checking once message is replaced } }); }, 500); }