Memberships

Grow your non-alc brand with members-only resources tailored for early-stage beverage founders and operators.

Reach new consumers via partnerships

We’re the leading media company dedicated to alcohol alternatives. Non-alc consumers worldwide trust us for our non-alcoholic beverage news, insights, and recommendations.

Recent Brand Partners

We use cookies to provide you with a better service and for promotional purposes. By continuing to use this site you consent to our use of cookies as described in our cookie policy.

jQuery(document).ready(function ($) { // Listen for Elementor's popup events $(document).on('elementor/popup/show', function (event, popupId) { // Check if the popup contains the search box const searchInput = $('.ewd-upcp-widget-search-input input'); if (searchInput.length > 0) { // Add a small delay to ensure popup rendering completes setTimeout(function () { searchInput.focus(); // Focus on the search input field }, 100); // Adjust delay if necessary } }); });