sitchu.com.au Open in urlscan Pro
13.107.226.40  Public Scan

Submitted URL: https://sgdbs6pn.r.eu-west-1.awstrack.me/L0/https:%2F%2Fsitchu.com.au%2Fentertaining%2Faustralian-pre-mixed-cocktails%3Futm_campaign=sitc...
Effective URL: https://sitchu.com.au/entertaining/australian-pre-mixed-cocktails?utm_campaign=sitchu-melbourne-newsletter&utm_medium=...
Submission: On January 28 via api from CA — Scanned from CA

Form analysis 6 forms found in the DOM

POST /search

<form action="/search" method="post">
  <div class="input-group search-bar">
    <input type="text" aria-label="Article Search" name="q" id="q" class="form-control" placeholder="Search Sitchu" autocomplete="off" spellcheck="false">
    <div class="input-group-append">
      <button class="btn btn-search" type="submit" aria-label="submit"><span class="icon-search"></span></button>
    </div>
  </div>
</form>

POST /user/login

<form action="/user/login" method="post" onsubmit="return m4.user.signin(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="RwtlGPTS0tSKcNHxVEx6LilU-iVKNqbXFCzn9CycaXi2PPf8_bOhaggvp7dEOYe_bs3tkQG8tMEPKWF9lSyRzhJMz9hIMcT-LQm2smOslXc1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="User.City" value="sydney">
  <input type="hidden" id="s6-favourite" name="Favourite" value="">
  <fieldset>
    <input type="hidden" id="s6-action" name="s6-action" value="signin">
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="s6-email" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-pass" class="control-label">Password</label>
          <input type="password" class="form-control" id="s6-pass" name="Password" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-min="6">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-12">
        <div class="loader-holder">
          <div class="loader">&nbsp;</div>
        </div>
        <div class="complete-message"></div>
        <div class="form-group-buttons">
          <div class="form-group">
            <input type="submit" class="btn-submit" onclick="return m4.user.signin(this.form);" value="SIGN IN">
          </div>
          <p><a class="s6-panel-link" href="#s6-forgot">Forgot Password?</a></p>
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST /user/signup

<form action="/user/signup" method="post" onsubmit="return m4.user.register(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="CAP0mJNCAfpBMsKaDXJkz0Zx168ewLqiU5DLnPWGDusNKZYDYGgEs_4K9jCISzanX3goJFarJU0MPxvLA9EiYBcn1alybybYRdwRdepBRW81"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="sydney">
  <input type="hidden" id="s6-favourite" name="Favourite" value="">
  <fieldset>
    <input type="hidden" id="s6-action" name="s6-action" value="register">
    <div class="row">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-firstname" class="control-label">First name</label>
          <input type="text" class="form-control" id="s6-firstname" name="Firstname" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-min="2">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-lastname" class="control-label">Last name</label>
          <input type="text" class="form-control" id="s6-lastname" name="Lastname" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-min="2">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="s6-email" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-pass" class="control-label">Password</label>
          <input type="password" class="form-control" id="s6-pass" name="Password" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-match="Confirm" data-valid-min="6">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-pass2" class="control-label">Confirm Password</label>
          <input type="password" class="form-control" id="s6-confirm" name="Confirm" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="string" data-valid-match="Password" data-valid-min="6">
          <span class="m4-textfield-focused"></span>
        </div>
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-postcode" class="control-label">Postcode</label>
          <input type="text" class="form-control" id="s6-postcode" name="PostCode" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="postcode">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-8">
        <div class="s6-terms-wrapper">
          <div class="form-group checkbox-group">
            <input type="checkbox" class="xn-checkbox" name="Terms" id="s6-register-terms" data-valid-required="true" data-valid="checkbox" value="true">
            <label for="s6-register-terms" class="control-label">I accept the <a href="#terms-conditions" target="_blank">Terms and Conditions</a></label>
          </div>
          <div class="form-group checkbox-group">
            <input type="checkbox" class="xn-checkbox" name="Subscribe" id="s6-subscribe" data-valid="checkbox" value="true">
            <label for="s6-subscribe" class="control-label">Subscribe me to Sitchu emails</label>
          </div>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-12">
        <div class="form-group-buttons">
          <input type="submit" class="btn-submit" onclick="return m4.user.register(this.form);" value="REGISTER">
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST /user/password

<form action="/user/password" method="post" onsubmit="return m4.user.forgot(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="sPDXWH9kTLkosYw0Bdx3Q2WFcjZNxIdfplYb-Okb9s96WinulcIvb0Gm9YrXMekjgN8SxLTHcRF-PrGr8mnso5DlzbxSHM87ViG_szGbQ9A1">
  <fieldset>
    <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
    <input type="hidden" id="s6-action" name="s6-action" value="forgot">
    <div class="row justify-content-center">
      <div class="col-md-6">
        <div class="form-group m4-textfield m4-textfield-floating-label">
          <label for="s6-email" class="control-label">Email</label>
          <input type="text" class="form-control" id="s6-email" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
          <span class="m4-textfield-focused"></span>
        </div>
      </div>
    </div>
    <div class="row justify-content-center">
      <div class="col-md-12">
        <div class="form-loader-holder">
          <div class="form-loader">&nbsp;</div>
        </div>
        <div class="complete-message"></div>
        <div class="form-group-buttons">
          <input type="submit" class="btn-submit" onclick="return m4.user.forgot(this.form);" value="SEND">
          <p><a class="s6-panel-link" data-modal-action="close" href="#s6-signin">Cancel</a></p>
        </div>
      </div>
    </div>
  </fieldset>
</form>

POST /user/subscribe

<form action="/user/subscribe" method="post" onsubmit="return m4.user.contact(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="baAPWX3k-zHTiGG2VjfJPg0NxevBWMas9iQkwKNc5wb7s6tjDNBoXo2CoO5inQaz68ufyIXAVrP886ROmMTmfY9ZrGi_LC0ezpV_-FdqiTM1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="sydney">
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="58300918-6a5b-4c90-fde4-9433448b42d6" class="control-label">Email</label>
    <input type="text" class="form-control" id="58300918-6a5b-4c90-fde4-9433448b42d6" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" class="control-label">Postcode</label>
    <input type="text" class="form-control" id="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" name="Postcode" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="postcode">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="loader-holder">
    <div class="loader">&nbsp;</div>
  </div>
  <div class="complete-message"></div>
  <div class="form-group-buttons">
    <div class="form-group">
      <input type="submit" class="btn-submit" onclick="return m4.contact(this.form);" value="SUBSCRIBE">
    </div>
  </div>
</form>

POST /user/subscribe

<form action="/user/subscribe" method="post" onsubmit="return m4.user.contact(this.form);"><input name="__RequestVerificationToken" type="hidden"
    value="m2FpsAnE1MZHsikN9dCe3-tnG0_NklhycJ1rn8P84nWd8tbxH7Eg-Qf7QO7qspXjYGlBc10DJFhw8DCVn6A7k9TRR7xQkeYU2YbtCi26PPc1"> <input type="hidden" id="s6-userTypeGuid" name="UserTypeGuid" value="c551b058-15ff-41d4-b337-490384dfde73">
  <input type="hidden" id="s6-city" name="City" value="sydney">
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="58300918-6a5b-4c90-fde4-9433448b42d6" class="control-label">Email</label>
    <input type="text" class="form-control" id="58300918-6a5b-4c90-fde4-9433448b42d6" name="EmailAddress" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="email">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="form-group m4-textfield m4-textfield-floating-label">
    <label for="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" class="control-label">Postcode</label>
    <input type="text" class="form-control" id="b2f4c09e-6ae9-4ff4-b655-dcaf81aa4159" name="Postcode" autocomplete="off" spellcheck="false" data-valid-required="true" data-valid="postcode">
    <span class="m4-textfield-focused"></span>
  </div>
  <div class="loader-holder">
    <div class="loader">&nbsp;</div>
  </div>
  <div class="complete-message"></div>
  <div class="form-group-buttons">
    <div class="form-group">
      <input type="submit" class="btn-submit" onclick="return m4.contact(this.form);" value="SUBSCRIBE">
    </div>
  </div>
</form>

Text Content

Sydney
 * Melbourne
 * Brisbane
 * Adelaide
 * Canberra
 * Perth
 * Tasmania


Sign in
Subscribe



 * Lifestyle
 * Eat & Drink
 * Destinations
 * Property
 * Suburb Guides
 * Magazine
 * Summer


EXPLORE

MELBOURNE
BRISBANE
ADELAIDE
CANBERRA
PERTH
TASMANIA
LIFESTYLE

 * VIEW ALL LIFESTYLE
 * BEAUTY
 * HEALTH & WELLNESS
 * FITNESS
 * FASHION
 * ARTS & CULTURE
 * WHAT'S ON
 * SHOPPING

SYDNEY'S HIDDEN GEMS: SECRET SPOTS TO DISCOVER
SYDNEY'S SAME DAY GIFT DELIVERY SERVICES
BEAUTY
The Best Facials in Sydney for the Ultimate Pamper Session
WHAT'S ON
Fun Date Ideas in Sydney That Are Guaranteed to Impress
EXPERIENCES
The Best Hikes In & Around Sydney to Tackle this Spring
HEALTH & WELLNESS
The Best Day Spas in Sydney for the Ultimate Pamper Session
EAT & DRINK

 * VIEW ALL EAT & DRINK
 * RESTAURANTS
 * BARS
 * ENTERTAINING
 * RECIPES
 * CAFES

THE BEST NEW RESTAURANTS IN SYDNEY
THE BEST NEW CAFES IN SYDNEY
BARS
The Best Happy Hours in Sydney for an After-Work Tipple
RESTAURANTS
The Most Romantic Restaurants in Sydney for an Intimate Date Night
BARS
Best New Bars in Sydney for Cocktails & Good Times
CAFES
Best Brunch in Sydney: Your List of Weekend Café Hangouts
DESTINATIONS

 * VIEW ALL DESTINATIONS
 * TRAVEL GUIDES
 * EXPERIENCES
 * ACCOMMODATION

ROMANTIC GETAWAYS IN NSW
THE BEST TINY CABINS TO BOOK IN NSW
ACCOMMODATION
The Best Large Group Accommodation in NSW for Your Next Getaway
ACCOMMODATION
The Best Winery Accommodation in NSW for a Weekend Amongst the Vines
ACCOMMODATION
The Best Dog-friendly Accommodation in NSW for an Escape with Your Best Mate
ACCOMMODATION
The Best Farm Stays in NSW for an Unforgettable Country Escape
PROPERTY

 * VIEW ALL PROPERTY
 * THE SITCH
 * HOME SEARCH
 * HOME DESIGN
 * HOME TOURS
 * NEIGHBOURHOOD WATCH

THE EXPERT GUIDE TO SELLING YOUR HOME
FIRST HOME BUYER TIPS
THE SITCH
How To Get a Home Loan in 5 Simple Steps
THE SITCH
How to Add Value to Your Home Without Breaking the Bank
HOME DESIGN
How To Harness the Power of Colour Psychology to Create Harmony in Your Home
HOME DESIGN
What’s New in Interiors: The Best New Homewares & Furniture in Australia to Buy
this Month
Sydney
Melbourne
Brisbane
Adelaide
Canberra
Perth
Tasmania
 * Lifestyle
   SYDNEY'S HIDDEN GEMS: SECRET SPOTS TO DISCOVER
   SYDNEY'S SAME DAY GIFT DELIVERY SERVICES
   BEAUTY
   The Best Facials in Sydney for the Ultimate Pamper Session
   WHAT'S ON
   Fun Date Ideas in Sydney That Are Guaranteed to Impress
   EXPERIENCES
   The Best Hikes In & Around Sydney to Tackle this Spring
   HEALTH & WELLNESS
   The Best Day Spas in Sydney for the Ultimate Pamper Session
    * VIEW ALL LIFESTYLE
    * BEAUTY
    * HEALTH & WELLNESS
    * FITNESS
    * FASHION
    * ARTS & CULTURE
    * WHAT'S ON
    * SHOPPING

 * Eat & Drink
   THE BEST NEW RESTAURANTS IN SYDNEY
   THE BEST NEW CAFES IN SYDNEY
   BARS
   The Best Happy Hours in Sydney for an After-Work Tipple
   RESTAURANTS
   The Most Romantic Restaurants in Sydney for an Intimate Date Night
   BARS
   Best New Bars in Sydney for Cocktails & Good Times
   CAFES
   Best Brunch in Sydney: Your List of Weekend Café Hangouts
    * VIEW ALL EAT & DRINK
    * RESTAURANTS
    * BARS
    * ENTERTAINING
    * RECIPES
    * CAFES

 * Destinations
   ROMANTIC GETAWAYS IN NSW
   THE BEST TINY CABINS TO BOOK IN NSW
   ACCOMMODATION
   The Best Large Group Accommodation in NSW for Your Next Getaway
   ACCOMMODATION
   The Best Winery Accommodation in NSW for a Weekend Amongst the Vines
   ACCOMMODATION
   The Best Dog-friendly Accommodation in NSW for an Escape with Your Best Mate
   ACCOMMODATION
   The Best Farm Stays in NSW for an Unforgettable Country Escape
    * VIEW ALL DESTINATIONS
    * TRAVEL GUIDES
    * EXPERIENCES
    * ACCOMMODATION

 * Property
   THE EXPERT GUIDE TO SELLING YOUR HOME
   FIRST HOME BUYER TIPS
   THE SITCH
   How To Get a Home Loan in 5 Simple Steps
   THE SITCH
   How to Add Value to Your Home Without Breaking the Bank
   HOME DESIGN
   How To Harness the Power of Colour Psychology to Create Harmony in Your Home
   HOME DESIGN
   What’s New in Interiors: The Best New Homewares & Furniture in Australia to
   Buy this Month
    * VIEW ALL PROPERTY
    * THE SITCH
    * HOME SEARCH
    * HOME DESIGN
    * HOME TOURS
    * NEIGHBOURHOOD WATCH

 * Suburb Guides
 * Magazine
 * Summer
 * EXPLORE

 * Privacy Policy
 * Terms & Conditions
 * What is Sitchu
 * Advertise with Sitchu
 * Contact Us

 * SIGN IN
 * SUBSCRIBE

 * 
 * 
 * 

 * Sign in
 * Register


SIGN IN

Email
Password
 


Forgot Password?


REGISTER


First name
Last name
Email
Password
Confirm Password
Postcode
I accept the Terms and Conditions
Subscribe me to Sitchu emails



FORGOTTEN YOUR PASSWORD?

Enter your email address below and we'll send instructions and a link to reset
your password

Email
 


Cancel


UNLOCK SYDNEY'S HIDDEN GEMS

All the latest and greatest places to eat, drink, stay and play in your city.

Email
Postcode
 


By signing up, you agree to periodic email marketing from Sitchu to the email
address you provided. Terms and Conditions. Privacy Policy.
   
 * Sydney
 * Entertaining
 * The Best Australian Pre-Mixed & Canned Cocktails to Sip on Over Summer

Entertaining



THE BEST AUSTRALIAN PRE-MIXED & CANNED COCKTAILS TO SIP ON OVER SUMMER

Pair your summer soirees with some of the best Australian canned and pre-mixed
cocktails.


La Planchelière (Image Credit: @staceykeillah)

With the warmer weather well and truly here, that means it's officially
entertaining season, and garden parties, picnics and long, lingering lunches are
all on the agenda. 

Dining alfresco is all about your set-up, from picnic tables and portable BBQs,
to Instaworthy grazing boards and ice-cold drinks. And if you aren't a beer,
wine or cider drinker, the last one can be tricky as bringing cocktail
paraphernalia to an outdoor get together takes up a lot of space in the basket.

To make life easier, loads of Aussie alcohol brands are creating pre-mixed
cocktails in cans and bottles ready for pouring and drinking. To suss out which
ones to try, we've rounded up some of the best Australian pre-mixed cocktails to
sip on this summer below! 


Happy Hour Cocktails Co.


HAPPY HOUR COCKTAILS CO.

For refreshing pre-mixed margaritas, cosmopolitans, and daiquiris, the Happy
Hour Cocktails Co. has got you sorted. The best part is, that even a total
cocktail-making novice will look like a pro with these pre-mixed miracles,
simply shake or stir, add some ice and you're ready to roll. 

SHOP NOW: Watermelon Margarita, 100ml, $18


Jose Cuervo


JOSE CUERVO

Is there anything better than sipping on a margarita on a warm summer's evening?
We think not. And Jose Cuervo’s Sparkling Margarita in a can absolutely nails
it. Created in Mexico and expertly mixed with authentic Jose Cuervo and the
flavours of zesty natural lime and triple sec, it has a lightly sparkling twist
for extra refreshment and a clean dry finish. 

SHOP NOW: Sparkling Margarita, 4 pack of 330ml, $28




Gin O'Clock



GIN O'CLOCK

The ultimate Australian pre-mixed cocktail, ideal for the silly season. Gin
O'Clock's delightfully refreshing cans are bursting with botanical flavour. For
the health-conscious, the sugar-free G&T delivers. And for something a bit
fruity, opt for the pink gin and soda.

SHOP NOW: Pink Gin & Soda, 4 pack of 250ml, $22

Loving Our Edit of the Best Australian Pre-mixed & Canned Cocktails? You May
Also Like...
BARS
The Best Wine Bars in Hobart to Enjoy a Local Drop
BARS
Best New Bars in Sydney for Cocktails & Good Times

VOK


VOK

If you're not too handy when it comes to cocktail creation but  do so love to
sip on something yummy, VOK is the tipple for you. Their three scrummy flavours
cover off the classics with Pina Colada, Raspberry Ripple and Sex On The Beach
ready to go. Fizzy, fruity and already mixed, they're ideal for a summer picnic
or Sunday barbie. 

SHOP NOW: 4 pack of 250ml, $18.99


Feels Botanical


FEELS BOTANICAL

Want to up your cocktail game this summer? Feels Botanical has just launched an
exciting new Botanical Eau de Vie range. Distilled from Australian grapes, the
flavours are zesty, punchy and layered beneath the botanicals of Rouse (rose,
horny goat weed & Davidson plum), Vivify (turmeric, coconut & ginger), Bask
(hemp, quandong & Kakadu plum) and Revel (ginseng, coffee & Illawarra plum),
there’s also a touch of grape that comes out to meet you. 

SHOP NOW: Rouse, 500ml, $74.99




La Planchelière (Image Credit: @staceykeillah)


LA PLANCHELIÈRE

French craft gin La Planchelière now offers premix, so their classic pink gin
and soda mix is as easy as cracking open a can and pouring it out over ice.
Garnish with raspberries and away you go. 

SHOP NOW: Pink Gin & Soda, 4 pack of 250ml, $22


818 Tequila


818 TEQUILA 

Kendall Jenner is the latest celeb trying her hand at a tequila brand with 818
Tequila and it's already making waves. We love the 818 Tequila Blanco, it's
ultra-smooth with a crisp citrus finish - yum! For something more rich, the
Tequila Reposado has notes of caramel and pecan pie. 

SHOP NOW: 818 Tequila Reposado, 700mL, $110


Zoncello by Zono


ZONCELLO BY ZONZO

Channel an Italian summer with Zoncello's Limoncello Spritz - a seriously zingy,
house-made family-secret liqueur. It's light and super refreshing, designed to
kickstart your next long lunch or afternoon festivities and best paired with a
mouthwatering plate of antipasto. It's also the perfect digestive, to be enjoyed
at the end of a meal, or doused over a scoop of vanilla ice cream.

SHOP NOW: Zoncello Limoncello, 500ml, $50


Basic Babe


BASIC BABE

There is something nostalgic about a wine cask, and Basic Babe has given this
humble vessel a makeover. Equal parts convenient, fruity and 99% sugar-free,
their Boxtail range will fast become your summer staple. 

SHOP NOW: Boxtails Pink Gin Daiquiri, 2L cask, $27


Yarra Burn


YARRA BURN

For a light and refreshing picnic tipple, opt for Yarra Burn's canned range.
From their rose and prosecco to, our fave, the orange bitters spritz, you'll be
sure to pick up a pack before each alfresco hang.

SHOP NOW: Prosecco Spritz Orange Bitters, 4 pack of 250ml, $20


Mr Black


MR BLACK

Aussie legends Mr Black have canned their signature brew in the form of an
espresso martini. The best way to serve this is straight from the esky, shake to
develop the crema, and pour into a glass to enjoy. Simple.

SHOP NOW: Espresso Martini, 4 pack of 200ml, $35


Twisted Shaker


TWISTED SHAKER

Their full range of classic cocktails makes Twisted Shaker a great option for
your next soiree. The range covers all the OGs like an Old-Fashioned, Espresso
Martini, Cosmo and Margarita.  

SHOP NOW: Raspberry Hibiscus Cosmo Pre Batched Cocktail 700ml, $45


SOFI Spritz


SOFI SPRITZ

For happy hour drinks with an Italian vibe, Sofi Spritz cocktails in a can fit
the bill; think elderflower, blood orange, lemon, bitters, white peach and
ginger.

SHOP NOW: Canned Cocktails, 4 pack of 250ml, $16.99


Poor Toms


POOR TOMS

Negroni enthusiasts, this one's for you. Everyone's fave gin distillery, Poor
Toms, is serving up a Negroni spritz in a can that is equal parts refreshing and
convenient. A perfect romance of Poor Toms' Strawberry Gin, Poor Toms' Imbroglio
Amaro, and tangy Mildura lemons.

SHOP NOW: Negroni Spritz, 4 pack of 250ml, $23.50


Archie Rose


ARCHIE ROSE

Enjoy Archie Rose's signature spirits in canned form with their new pre-mixed
range, featuring whisky, gin and vodka with Australian ingredients. They're
perfect for parties, picnics and festivals. 

SHOP NOW: Straight Dry Gin & Blackberry with Lemon Myrtle, 24 pack of 330ml,
$139


Rose Spritz, Riot Wine Co (Photo credit: @stephily)


R!OT WINE CO.

if you want to sip on something that tastes like a sunset (their words), then
check out R!OT Wine Co's spritz line, Riot Spritz Cooler. Big on flavour (think
fruits, botanicals and a little soda) while the sugar and calories are way down.

And, for the rosé lovers, they have a rosé-based spritzed cocktail with 10
natural botanicals including blood orange, passionfruit and elderflower - cheers
to that! 

SHOP NOW: Lemon Lychee Spritz Cooler, 4 pack of 250mls, $22


Saintly


SAINTLY

Saintly's seltzer range is always a firm favourite, and to keep the good times
rolling they also have a cocktail-inspired line that's equally as delish. From a
ginger mule and grapefruit margarita to a mojito and passionfruit martini, pick
up the variety pack to sample the range and share with your mates.

SHOP NOW: Hard Seltzer Cocktail Pack, 12 pack of 250ml, $49.99


Manly Spirits


MANLY SPIRITS

Award-winning boutique distillery Manly Spirits is passionate about spirits and
the team uses foraged coastal ingredients to create and flavour their unique
range of drinks. You can pick up their pre-mixed G&Ts and vodka, sodas in
four-packs, but for something extra special they have a range of signature
bottled cocktails that use their awarded spirits.

SHOP NOW: Vodka Soda Watermelon & Lychee, 4 pack of 275ml, $24

Have you already stocked up on your favourite Australian canned and pre-mixed
cocktails and after more summer inspo? Check out our edit of the best
harbour-side beaches in Sydney, then take a look at our wrap-up of the best
rooftop bars in Brisbane.

Our Sitchu editors work hard to deliver you the best products, events, and
venues that we hope you will love, each one is selected
independently. Sitchu may receive an affiliate commission when you follow some
links.

By Jayde Malifa & Bella Brennan

Posted 27 Oct 23

 * cocktails
 * drinks
 * drink
 * entertaining





STAY IN THE LOOP

Subscribe
LOAD MORE ARTICLES


FOLLOW US

@sitchu.sydney

 * 
 * 
 * 
 * 




STAY IN THE LOOP

Subscribe
Most Popular
RESTAURANTS

Best New Restaurants in Sydney 2023
RESTAURANTS

Affordable Fine Dining Sydney: Fancy Food for Under $150
WHAT'S ON

What's On in Sydney: Your Ultimate Guide for January & Beyond
FASHION

The Best Australian Jewellery Brands To Put On Your Radar
SHOPPING

The Sydney Markets You Need to Visit at Least Once
More On...
 * eat & drink
 * restaurant
 * lifestyle
 * interior design
 * home design
 * lunch
 * accommodation
 * recipe
 * entertaining at home
 * shop
 * cafe
 * dinner
 * property advice
 * experiences
 * bar


Most Popular
RESTAURANTS

Best New Restaurants in Sydney 2023
RESTAURANTS

Affordable Fine Dining Sydney: Fancy Food for Under $150
WHAT'S ON

What's On in Sydney: Your Ultimate Guide for January & Beyond
FASHION

The Best Australian Jewellery Brands To Put On Your Radar
SHOPPING

The Sydney Markets You Need to Visit at Least Once


STAY CONNECTED

@sitchu.sydney


More On...
 * eat & drink
 * restaurant
 * lifestyle
 * interior design
 * home design
 * lunch
 * accommodation
 * recipe
 * entertaining at home
 * shop
 * cafe
 * dinner
 * property advice
 * experiences
 * bar


SEE THE LATEST FROM SITCHU

@sitchu.sydney

 * 
 * 
 * 
 * 


 * © Sitchu 2022
 * Privacy Policy
 * Terms & Conditions

 * 
 * 
 * 
 * 

 * THINGS TO DO
 * LIFESTYLE
 * EAT & DRINK
 * DESTINATIONS
 * PROPERTY
 * MAGAZINE
 * EXPLORE

 * SUBURB GUIDES
 * Sydney
 * Melbourne
 * Brisbane
 * Adelaide
 * Canberra
 * Perth

 * SITCHU
 * What is Sitchu
 * Advertise with Sitchu
 * Contact Us

STAY IN THE LOOP
Email
Postcode
 


EXPLORE

MELBOURNE
BRISBANE
ADELAIDE
CANBERRA
PERTH
TASMANIA
LIFESTYLE

 * VIEW ALL LIFESTYLE
 * BEAUTY
 * HEALTH & WELLNESS
 * FITNESS
 * FASHION
 * ARTS & CULTURE
 * WHAT'S ON
 * SHOPPING

SYDNEY'S HIDDEN GEMS: SECRET SPOTS TO DISCOVER
SYDNEY'S SAME DAY GIFT DELIVERY SERVICES
BEAUTY
The Best Facials in Sydney for the Ultimate Pamper Session
WHAT'S ON
Fun Date Ideas in Sydney That Are Guaranteed to Impress
EXPERIENCES
The Best Hikes In & Around Sydney to Tackle this Spring
HEALTH & WELLNESS
The Best Day Spas in Sydney for the Ultimate Pamper Session
EAT & DRINK

 * VIEW ALL EAT & DRINK
 * RESTAURANTS
 * BARS
 * ENTERTAINING
 * RECIPES
 * CAFES

THE BEST NEW RESTAURANTS IN SYDNEY
THE BEST NEW CAFES IN SYDNEY
BARS
The Best Happy Hours in Sydney for an After-Work Tipple
RESTAURANTS
The Most Romantic Restaurants in Sydney for an Intimate Date Night
BARS
Best New Bars in Sydney for Cocktails & Good Times
CAFES
Best Brunch in Sydney: Your List of Weekend Café Hangouts
DESTINATIONS

 * VIEW ALL DESTINATIONS
 * TRAVEL GUIDES
 * EXPERIENCES
 * ACCOMMODATION

ROMANTIC GETAWAYS IN NSW
THE BEST TINY CABINS TO BOOK IN NSW
ACCOMMODATION
The Best Large Group Accommodation in NSW for Your Next Getaway
ACCOMMODATION
The Best Winery Accommodation in NSW for a Weekend Amongst the Vines
ACCOMMODATION
The Best Dog-friendly Accommodation in NSW for an Escape with Your Best Mate
ACCOMMODATION
The Best Farm Stays in NSW for an Unforgettable Country Escape
PROPERTY

 * VIEW ALL PROPERTY
 * THE SITCH
 * HOME SEARCH
 * HOME DESIGN
 * HOME TOURS
 * NEIGHBOURHOOD WATCH

THE EXPERT GUIDE TO SELLING YOUR HOME
FIRST HOME BUYER TIPS
THE SITCH
How To Get a Home Loan in 5 Simple Steps
THE SITCH
How to Add Value to Your Home Without Breaking the Bank
HOME DESIGN
How To Harness the Power of Colour Psychology to Create Harmony in Your Home
HOME DESIGN
What’s New in Interiors: The Best New Homewares & Furniture in Australia to Buy
this Month
Back to top