www.wildstatewines.com.au Open in urlscan Pro
23.227.38.74  Public Scan

URL: https://www.wildstatewines.com.au/
Submission: On September 23 via api from US — Scanned from AU

Form analysis 4 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <div class="field">
    <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results"
      aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
    <label class="field__label" for="Search-In-Modal">Search</label>
    <input type="hidden" name="options[prefix]" value="last">
    <button type="reset" class="reset__button field__button hidden" aria-label="Clear search term">
      <svg class="icon icon-close" aria-hidden="true" focusable="false">
        <use xlink:href="#icon-reset">
        </use>
      </svg>
    </button>
    <button class="search__button field__button" aria-label="Search">
      <svg class="icon icon-search" aria-hidden="true" focusable="false">
        <use href="#icon-search">
        </use>
      </svg>
    </button>
  </div>
  <div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search="">
    <div class="predictive-search__loading-state">
      <svg aria-hidden="true" focusable="false" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
        <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
      </svg>
    </div>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart

<form action="/cart" method="post" id="cart-notification-form">
  <button class="button button--primary button--full-width" name="checkout"> Check out </button>
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go3279073480 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-Vg9vkB" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; max-width: 450px; margin: 0px auto; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(115, 119, 112); background-repeat: no-repeat; background-position-y: 50%; padding: 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 120px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 32px 10px 31px 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><label class="needsclick klaviyo-sr-only kl-private-reset-css-Xuajs1" id="label-email_139263520"
            for="email_139263520" style="color: rgb(0, 0, 0); font-family: Lato, Geneva, Tahoma, Verdana, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px;">Email</label><input id="email_139263520"
            class="needsclick go1929388188 kl-private-reset-css-Xuajs1" type="email" autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-required="true" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 0px; padding: 0px 0px 0px 16px; height: 44px; text-align: left; color: rgb(0, 0, 0); font-family: Lato, Geneva, Tahoma, Verdana, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(180, 187, 195);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 32px 6px 31px; position: relative; flex: 0 1 auto; margin: 0px auto;">
        <button class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(183, 185, 172); border-radius: 0px; border-style: none; border-color: rgb(29, 29, 29); border-width: 2px; color: rgb(255, 255, 255); font-family: &quot;Century Gothic&quot;, CenturyGothic, AppleGothic, sans-serif; font-size: 20px; font-weight: 200; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: 44px;">Sign
          Up</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

<form style="width: 0; height: 0; overflow: hidden;">
  <input type="text" autofocus="" onfocus="if (!this.dataset.init) {
        this.dataset.init = 'true';
        (function() {
            const config = { childList: true, subtree: true };

            const callback = function(mutationsList) {
                let elementToMove = document.querySelector('._list_1014k_110');
                let targetElement = document.querySelector('.picky-recommendations');

                if (elementToMove &amp;&amp; targetElement &amp;&amp; targetElement.previousElementSibling !== elementToMove) {
                    targetElement.parentNode.insertBefore(elementToMove, targetElement);
                    console.log('Element moved before picky-recommendations');
                }
            };

            const observer = new MutationObserver(callback);
            observer.observe(document.body, config);
        })();
    }" data-init="true">
</form>

Text Content

Free shipping within Australia for orders over $250.00


Skip to content
 * Shop
   Shop
    * Region
      Region
       * Coal River Valley
       * Derwent Valley
       * East Coast
       * Huon Valley
       * Pipers River & Pipers Brook
       * Tamar Valley
   
    * Red Wine
      Red Wine
       * Cabernet Merlot
       * Cabernet Sauvignon
       * Merlot
       * Pinot Noir
       * Shiraz
       * Syrah
       * Gamay
   
    * White Wine
      White Wine
       * Chardonnay
       * Gewürztraminer
       * Pinot Gris
       * Riesling
       * Sauvignon Blanc
       * Rosé
   
    * Sparkling
      Sparkling
       * Blanc De Blancs
       * Brut
       * Cuvée
       * MV Sparkling
       * NV Sparkling
       * Rosé Sparkling
   
    * Curated Selections
      Curated Selections
       * Handpicked Trios
       * Signature Sixes
   
    * Curate Your Own Selection
      Curate Your Own Selection
       * The Sparkling Selection
       * The White Wine Experience
       * The Mixed Wine Explorer Pack
       * The Tasmanian Red Trio

 * Our Story
 * Tasmanian Wine Guide

Log in

 * Facebook
 * Instagram

 * Shop
    * Region
      * Coal River Valley
      * Derwent Valley
      * East Coast
      * Huon Valley
      * Pipers River & Pipers Brook
      * Tamar Valley
    * Red Wine
      * Cabernet Merlot
      * Cabernet Sauvignon
      * Merlot
      * Pinot Noir
      * Shiraz
      * Syrah
      * Gamay
    * White Wine
      * Chardonnay
      * Gewürztraminer
      * Pinot Gris
      * Riesling
      * Sauvignon Blanc
      * Rosé
    * Sparkling
      * Blanc De Blancs
      * Brut
      * Cuvée
      * MV Sparkling
      * NV Sparkling
      * Rosé Sparkling
    * Curated Selections
      * Handpicked Trios
      * Signature Sixes
    * Curate Your Own Selection
      * The Sparkling Selection
      * The White Wine Experience
      * The Mixed Wine Explorer Pack
      * The Tasmanian Red Trio

 * Our Story
 * Tasmanian Wine Guide



Search

Log in Cart



ITEM ADDED TO YOUR CART


View cart

Check out
Continue shopping


THE HOME OF TASMANIAN WINE

Shop Tasmania’s Best Wines


WE’RE A BOUTIQUE ONLINE BOTTLE SHOP, SOURCING TASMANIA’S UNDISCOVERED GEMS AND
DELIVERING THEM TO YOUR DOOR.


 * SPARKLING
   
   Shop Sparkling Wines 


 * WHITE WINE
   
   Shop White Wines 


 * RED WINES
   
   Shop Red Wines 


 * MIXED PACKS
   
   Shop Mixed Packs 


 * WINE IN FOCUS
   
   Shop Wine in Focus 


 * GIFT CARDS
   
   Shop Gift Cards 




WINE IN FOCUS: UTZINGER

Utzinger is a boutique winery based in Tasmania, known for producing elegant,
cool-climate wines that reflect the unique terroir of the region. With a focus
on sustainability and craftsmanship, Utzinger Wines showcases a range of
varietals, including Chardonnay, Riesling, Pinot Noir, and Rosé, each crafted to
express the distinct qualities of Tasmanian vineyards. Their wines are
celebrated for their balance, complexity, and refined character, offering wine
lovers a true taste of Tasmania's finest wine-growing regions.


SHOP THE UTZINGER RANGE


 * UTZINGER 3 PACK
   
   
   
   
   UTZINGER 3 PACK
   
   Regular price $110.00 AUD
   Regular price Sale price $110.00 AUD
   Unit price /  per 
   


 * UTZINGER 6 PACK
   
   
   
   
   UTZINGER 6 PACK
   
   Regular price $190.00 AUD
   Regular price Sale price $190.00 AUD
   Unit price /  per 
   


 * UTZINGER CHARDONNAY 2023
   
   
   
   
   UTZINGER CHARDONNAY 2023
   
   Regular price $38.00 AUD
   Regular price Sale price $38.00 AUD
   Unit price /  per 
   


 * UTZINGER FUMÉ BLANC 2023
   
   
   
   
   UTZINGER FUMÉ BLANC 2023
   
   Regular price $39.00 AUD
   Regular price Sale price $39.00 AUD
   Unit price /  per 
   

View all


LET CUSTOMERS SPEAK FOR US

from 0 reviews





FROM THE WILDSTATE JOURNAL


 * WILDSTATE JOURNAL COMING SOON....
   
   September 23, 2024
   
   Coming soon.
   
   
   September 23, 2024
   
   
   WILDSTATE JOURNAL COMING SOON....
   
   Read More

1 / of 2


SUBSCRIBE TO OUR EMAILS


FOR ALL THE LATEST NEWS, OFFERS AND MEMBER DISCOUNTS.

Email

Sign Up




EXPLORE THE WILDSTATE JOURNAL

 * Facebook
 * Instagram

 * Contact Us
 * Return and Refund Policy
 * Terms of Service
 * Privacy Policy

Liquor Licence Number 71110697
WARNING : 
Under the Liquor Licensing Act 1990 it is an offence:  for liquor to be
delivered to a person under the age of 18 years.  
Penalty: Fine not exceeding 20 penalty units  for a person under the age of 18
years to purchase liquor.  
Penalty: Fine not exceeding 10 penalty units 

Payment methods
 * American Express
 * Apple Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Union Pay
 * Visa

© 2024, Wildstate Wines
 * Choosing a selection results in a full page refresh.
 * Opens in a new window.





Judge.me
 
Cart
0


Enter discount code
Add note

Total:
$0.00
Checkout




WELCOME TO WILDSTATE WINE

Are you over 18 years of age.


Yes
No