LARIOS

How could we redefine the meaning of an iconic brand to make it both more global and more local than ever?

In 2021, Larios, one of Spain's most iconic gin brands, enjoyed an extremely high level of recognition, which was not being matched by its level of consideration. To address this gap, we had to look into the soul of the brand to redefine its strategic pillars while redefining its marketing strategy.

REFRAME

Larios was no longer simply a well-known brand in its category, but had become a symbol of Mediterranean joy. It embraced its inner light, its Malaga roots, to represent a vibrant, radiant and carefree way of life. The brand rediscovered its meaning by connecting with more emotional and aspirational imaginary: that of the Good Life.

UNCOVER

We discovered that people not only want to disconnect, but to reconnect with themselves and with others by sharing simple and authentic moments. We understood that they were guided by a search for balance, authenticity and lightness. And in Larios they saw a brand that could fulfill that desire.

REINVIGORATE

We redefined the brand's value proposition from a universal cultural truth, with the challenge of building meaning that could be experienced, felt, shared, and could shed light on new paths of growth for the brand. The aim was not just to tell a story, but to open up an emotional space where people could recognise themselves and let themselves be transported by the Mediterranean spirit in their daily lives.

A new value proposition that was brought to life by the brand's creative partners and made tangible through various actions. 

BRINGING THE STRATEGY TO LIFE
← BBVA
DEOLEO →

Strategy for Brighter Growth

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal
// You can find the form ID in the URL of this page // https://tally.so/forms/mJg9a4/share const formId = 'mJg9a4'; // Open the popup Tally.openPopup(formId, options); // Available options type PopupOptions = { key?: string; layout?: 'default' | 'modal'; width?: number; alignLeft?: boolean; hideTitle?: boolean; overlay?: boolean; emoji?: { text: string; animation: 'none' | 'wave' | 'tada' | 'heart-beat' | 'spin' | 'flash' | 'bounce' | 'rubber-band' | 'head-shake'; }; autoClose?: number; showOnce?: boolean; doNotShowAfterSubmit?: boolean; customFormUrl?: string; hiddenFields?: { [key: string]: any, }; onOpen?: () => void; onClose?: () => void; onPageView?: (page: number) => void; onSubmit?: (payload: any) => void; }; // Example: open a popup with default options Tally.openPopup('mJg9a4'); // Example: opening a popup as a centered modal Tally.openPopup('mJg9a4', { layout: 'modal', // Open as a centered modal width: 700, // Set the width of the modal autoClose: 5000, // Close the popup 5 seconds after form was submitted (in ms) }); // Example: set custom hidden fields Tally.openPopup('mJg9a4', { hiddenFields: { ref: 'downloads', email: 'alice@example.com' } }); // Example: customization via custom domain URL + code injection Tally.openPopup('mJg9a4', { customFormUrl: 'https://yourdomain.com/form', }); // Example: use callback functions to handle events Tally.openPopup('mJg9a4', { onOpen: () => { // The popup was opened, mark the form as seen // ... }, onClose: () => { // The popup was closed // ... }, onPageView: (page: number) => { // Log the page view // ... }, onSubmit: (payload: any) => { // Form was submitted, use the answers payload in your application // ... } }); // Close the popup Tally.closePopup('mJg9a4');