<!doctype html>
<html lang="en">
<head>
<!-- Clean v2.1.1 -->

<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width"/>

<link rel="shortcut icon" type="image/x-icon" href="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/favicon.png?8129813606842539907">



    
        <title>The Online Wine Shop - Buy Wine Online | Premium Cleanskins | Exclusive Wine Offers - The Online Wine Shop</title>
    



<meta name="description" content="" />


<link rel="canonical" href="http://theonlinewineshop.com.au/" />



<meta property="og:site_name" content="The Online Wine Shop" />

    <meta property="og:type" content="website" />
    
        <meta property="og:image" content="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/logo.png?8129813606842539907" />
    
    
        <meta property="og:url" content="http://theonlinewineshop.com.au" />
    

<script>
//<![CDATA[
      var Shopify = Shopify || {};
      Shopify.shop = "wine-cellar-mornington.myshopify.com";
      Shopify.theme = {"name":"Clean","id":4575387,"theme_store_id":null,"role":"main"};

//]]>
</script>



<script id="__st">
//<![CDATA[
var __st={"a":1629772,"offset":39600,"reqid":"5129ca43-7812-41df-b75a-4b0d6976c415","pageurl":"theonlinewineshop.com.au\/?fuseaction=home.rss","u":"0e84eb8e8e7f","p":"home"};
//]]>
</script>
<script>
//<![CDATA[
      (function() {
        var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;
        s.src = '//cdn.shopify.com/s/javascripts/shopify_stats.js?v=6';
        var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
      })();

//]]>
</script>


<link href="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/style.css?8129813606842539907" rel="stylesheet" type="text/css"  media="all"  />
<link href="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/skeleton.css?8129813606842539907" rel="stylesheet" type="text/css"  media="all"  />








    <link href="http://fonts.googleapis.com/css?family=Trocchi" rel="stylesheet" type="text/css"/>


    <link href="http://fonts.googleapis.com/css?family=Trocchi" rel="stylesheet" type="text/css"/>


    <link href="http://fonts.googleapis.com/css?family=Trocchi" rel="stylesheet" type="text/css"/>


    <link href="http://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet" type="text/css"/>



<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="//cdn.shopify.com/s/assets/themes_support/api.jquery-48141fd18f4c50fbb31c994ab426ef9c.js" type="text/javascript"></script>
<script src="//cdn.shopify.com/s/assets/themes_support/option_selection-54fd013c3dd1f914fc3ca277900ec7c1.js" type="text/javascript"></script>

<!--[if lte IE 7]>
    <script src="//cdn.shopify.com/s/shopify/json2.js" type="text/javascript"></script>
<![endif]-->



<script>
var underIE9 = false;

//Indicate to do image fade-in
$('html').addClass('doimgfade');
    
//Global colours
var color_body_bg = '#faf7f0';
var color_divider = '#666666';

//For Ajax
Shopify.money_format = '${{amount}}';

//Acquire loading graphic asap
var loadingGraphic = new Image();
loadingGraphic.src = '//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/loader-white.gif?8129813606842539907';

    var productsPerRow = 4;

var vertSnapWidth = 768;//When window is under this width, everything is vertically aligned

var thumbZoomOptions = {  
    zoomType: 'innerzoom',  
    lens:true,

    preloadImages: !!!('ontouchstart' in window) ? 1 : 0, //Only repload if not touch

    alwaysOn:false,
    title:false,
    showEffect:'fadein',
    hideEffect:'fadeout',
    preloadText:'',
    blockClicks: false
};
</script>

<!--[if lte IE 9]>
<script>
underIE9 = true;
</script>
<![endif]-->

<!--[if lte IE 9]>
<script>
    document.createElement('header');
	document.createElement('nav');
	document.createElement('section');
	document.createElement('article');
	document.createElement('figure');
	document.createElement('aside');
    document.createElement('footer');
    document.createElement('cite');
    document.createElement('canvas');
</script>
<![endif]-->

<script src="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/slimbox2.js?8129813606842539907" type="text/javascript"></script>
<script src="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/jquery.flexslider-min.js?8129813606842539907" type="text/javascript"></script>
<script src="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/jquery.jqzoom-core-pack.js?8129813606842539907" type="text/javascript"></script>


<script src="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/blackandwhite.js?8129813606842539907" type="text/javascript"></script>



<script>
$(function(){
    $(window).resize(function() {
        //Do things when theme snaps - and on DOM ready
        var $mainCont = $('#maincontent.container');
        var contWidth = $mainCont.width();
        if(typeof($mainCont.data('prevwidth')) == 'undefined'
                || $mainCont.data('prevwidth') != contWidth) {
            //When CSS framework 'snaps'
            
            var productsPerRowRightNow = $(window).width() >= vertSnapWidth ? productsPerRow : 1;
            var collsPerRowRightNow = $(window).width() >= vertSnapWidth ? 3 : 1;
            
            $('.productlist').normaliseHeights({
                numPerRow:productsPerRowRightNow,
                itemClass:'.product',
                textRegionClasses:'.imgcont, .title, .desc, .price'
            });
            $('.widgets:not(.collection-row)').normaliseHeights({
                numPerRow:productsPerRowRightNow,
                itemClass:'.widget',
                textRegionClasses:'h6, .title, .align',
                affectOnlyDirectlyChildren: true
            });
            $('.widgets.collection-row').normaliseHeights({
                numPerRow:collsPerRowRightNow,
                itemClass:'.widget',
                textRegionClasses:'.title, .align',
                affectOnlyDirectlyChildren: true
            });
            $('#mainslider').each(function(){
                //Images?
                var $img = $(this).find('img:first');
                if($img.length > 0) {
                    $(this).find('.slides li').height($img[0].naturalHeight * $(this).width() / $img[0].naturalWidth);
                    $(this).find('.slides').css('height', '');
                }
            });
            //Product pile
            $('.productpilewidget ul').normaliseHeights({
                numPerRow:3,
                itemClass:'li',
                textRegionClasses:'a'
            });
            //Product thumb zoom
            $('.zoomPad').each(function(){
                var $img = $(this).children('img');
                var w = $img.width();
                var h = $img.height();
                $(this).find('.zoomPup, .zoomWindow .zoomWrapper').width(w).height(h);
            });
            
            
            
        }
        $mainCont.data('prevwidth', contWidth);
    }).trigger('resize');
    
    //Trigger again once any fonts are loaded - force resize event
    $(window).load(function(){
        $('#maincontent.container').data('prevwidth', null);
        $(window).trigger('resize');
    });
    
    
});
</script>


<style type="text/css">


a.highlight:hover,
input:focus, textarea:focus {
    -webkit-box-shadow:inset 0px 0px 60px rgba(255,255,255, 0.3);
    -moz-box-shadow:inset 0px 0px 60px rgba(255,255,255, 0.3);
    box-shadow:inset 0px 0px 60px rgba(255,255,255, 0.3);
}



#util-bar #searchcont.slideout input.search,
#pagefooter .registercont .registerform input[type=email] {
    border-bottom:1px solid rgba(102,102,102, 0.5);
}



#mainslider .overlay {
    background:#ffffff;
    background:rgba(255,255,255, 0.5);
}
</style>

<!--[if IE]>
<style type="text/css">
#mainslider .lowerdesc {
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
    zoom: 1;
} 
</style>
<![endif]-->
  

</head>

<body class="template-index">

    <div id="util-bar">
    
    	<div id="util-bar-login" class="container cf util-bar-upperarea">
            <div class="inputwrap sixteen columns formfields">
                <form action="/account/login" method="post">
        			<span class="title">Log-in</span>
                    <div class="nameinputcont inputrow">
                        <label for="headername" class="hoverlabel">Email address</label>
        			    <input id="headername" type="text" class="nameinput" name="customer[email]" />
                    </div>
        			<div class="passwordinputcont inputrow">
                        <label for="headerpassword" class="hoverlabel">Password</label>
        				<input id="headerpassword" type="password" class="password" name="customer[password]" />
        				<span class="forgot"><a href="/account/login">Forgot your password?</a></span>
        			</div>
                    <input type="submit" class="button pink" value="Log-in" />
                </form>
            </div>
    	</div>
    
    <div class="container">
        <div class="cartsocialcont text-in-tagline sixteen columns search-expandable">
            
                <div class="tagline-area tagline">Quality wines that over-deliver for the price&nbsp;</div>
            
            
    		<div class="actions">
                
    			<div class="socialicons actions-item">
        			<ul>
                    
                    
                        <li class="facebook"><a title="Follow us on Facebook" target="_blank" href="http://facebook.com/theonlinewineshop">Facebook</a></li>
                    
                    
                        <li class="twitter"><a title="Follow us on Twitter" target="_blank" href="http://www.twitter.com/theonlinewine">Twitter</a></li>
                    
                    
                    
                    
                    
        			</ul>
                </div>
                
               
                
                    
    			    <a href="#" class="account logindrop actions-item">Log-in</a>
                
    			
              	<a class="actions-item" href="/cart" id="cartsummary">Cart <span id="headercartvals">(0) $0.00 AUD</span></a>
              
                
            </div>
		</div>
        
        <div id="searchcont" class="slideout formfields dohover smarttextinput">
            <a href="#" class="searchbtn">Search</a>
            <div class="searchformwrap">
                <form class="inputrow" action="/search" method="get">
                    <label class="hoverlabel" for="searchinput">Search</label>
                    <input class="search defaulttextjs" name="q" id="searchinput" type="text" />
                    <input type="submit" value="→" />
            	</form>
            </div>
        </div>
        
	</div>
</div>
<div class="bodywrap">
    <header id="pageheader" class="container">
    	<div id="logo-area" class="sixteen columns">
            
            <h1 id="logo">
            
            
            
    		<a href="/" class="image-logo"><img src="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/logo.png?8129813606842539907" alt="The Online Wine Shop" title="The Online Wine Shop" /></a>
            
            
            
            </h1>
            
            
            
    	</div>
    	<nav class="sixteen columns">
            
            
    		<ul>
        	  	
        			<li class="first">
                        
                        
                        
                            
                            



                            
                                <a href="/">Home</a>
                                
                            
                        
        			</li>
    			
        			<li>
                        
                        
                        
                            
                            



                            
                                <a href="/pages/about-us">About Us</a>
                                
                            
                        
        			</li>
    			
        			<li>
                        
                        
                        
                            
                            



                            
                                <a class="hasdropdown" href="/collections/all">Products</a>
                                
                    			<ul>
                                    
                					    <li><a href="/collections/red-wine">Red Wine</a></li>
                                        
                                    
                					    <li><a href="/collections/white-wine">White Wine</a></li>
                                        
                                    
                					    <li><a href="/collections/sparkling-wine">Sparking Wine</a></li>
                                        
                                    
                					    <li><a href="/collections/mixed-packs">Mixed Packs</a></li>
                                        
                                    
                					    <li><a href="/products/wine-aerator-by-vinturi-essential">Accessories</a></li>
                                        
                                    
                				</ul>
                            
                        
        			</li>
    			
        			<li>
                        
                        
                        
                            
                            



                            
                                <a href="/pages/contact-us">Contact Us</a>
                                
                            
                        
        			</li>
    			
    		</ul>
            <select id="dropdownNav" class="noreplace"><option value="">Go to...</option><option value="/">Home</option><option value="/pages/about-us">About Us</option><option value="/collections/all">Products</option><option value="/collections/red-wine">- Red Wine</option><option value="/collections/white-wine">- White Wine</option><option value="/collections/sparkling-wine">- Sparking Wine</option><option value="/collections/mixed-packs">- Mixed Packs</option><option value="/products/wine-aerator-by-vinturi-essential">- Accessories</option><option value="/pages/contact-us">Contact Us</option></select>
    	</nav>
    </header>
    	<div id="maincontent" class="container">
        
            
                












<section id="mainslider" class="sixteen columns slideshow row">
    <div class="flexslider">
        <ul class="slides">
            
            
            
            
            


    
    
    
        
        
        
        <li><a href="http://theonlinewineshop.com.au/collections/all"><img src="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/mainslider_img_1.jpg?8129813606842539907" alt="http://theonlinewineshop.com.au/collections/all"/></a></li>
        
    

            
            
            
            
            
            
            


    
    
    
        
        
        
        <li><a href="http://theonlinewineshop.com.au/collections/sommeliers-selection?page=1"><img src="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/mainslider_img_2.jpg?8129813606842539907" alt="http://theonlinewineshop.com.au/collections/sommeliers-selection?page=1"/></a></li>
        
    

            
            
            
            
            
            
            
            
            


    <li><img src="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/mainslider_img_4.jpg?8129813606842539907" alt=""/></li>

            
            
            
            
            
            
            


    <li><img src="//cdn.shopify.com/s/files/1/0162/9772/t/6/assets/mainslider_img_5.jpg?8129813606842539907" alt=""/></li>

            
    	</ul>
    </div>
</section>







<section class="widgets row">
    
    <div class="pagesnippetwidget widget one-third column">

    <a href="/pages/custom-wine-labels"><h6>Custom Wine Labels</h6></a>
    
    


Add that personal touch and give a gift to your customers or clients.
Or, share with family or friends.
Uniquely labelled wine bottles - great for promoting your business, group or club but also...
   <br /><a href="/pages/custom-wine-labels"> more &rarr;</a>

</div>
    
    
        
        <div class="pagesnippetwidget widget one-third column">

    <a href="/pages/wine-tasting"><h6>Wine Tasting</h6></a>
    
    Our private wine tasting events are a great way to impress your local, interstate and international visitors.
 
The event could be an all-important team building day for your business and staff, a ...
   <br /><a href="/pages/wine-tasting"> more &rarr;</a>

</div>
        
    	
        <div class="pagesnippetwidget widget one-third column">

    <a href="/pages/about-us"><h6>About Us</h6></a>
    
    
  Welcome to
The Online Wine Shop – where we specialize in supply Quality
wines that over deliver for the price – with or without your own
label.
  We pride
ourselves on sourcing great wine ...
   <br /><a href="/pages/about-us"> more &rarr;</a>

</div>
    
</section>





<section class="widgets row">
    <div class="widget productlist">
        
        
        
        
        
        
            
            <h1 class="sixteen columns">Featured Products</h1>
            
        
        
            



    <div class="product four columns">
    
    
        <div class="columnfluff"></div>
    

    
    <div class="imgcont loadingimg">
        
            <a href="/collections/frontpage/products/2012-sommeliers-selection-reserve-shiraz-barossa-valley-dozen" >
                <img src="//cdn.shopify.com/s/files/1/0162/9772/products/Barossa_Shiraz_large.jpg?v=1441062600" alt="2012 Sommeliers Selection Reserve Shiraz - Barossa Valley - Dozen" />
            </a>
        
        
            <div class="salecontainer"><a class="sale" href="/collections/frontpage/products/2012-sommeliers-selection-reserve-shiraz-barossa-valley-dozen">Sale</a></div>
        
    </div>

    <p class="title"><a href="/collections/frontpage/products/2012-sommeliers-selection-reserve-shiraz-barossa-valley-dozen">2012 Sommeliers Selection Reserve Shiraz - Barossa Valley - Dozen</a></p>
    
    <a class="desc" href="/collections/frontpage/products/2012-sommeliers-selection-reserve-shiraz-barossa-valley-dozen">
        
        Shiraz is the number one variety in the Barossa. No one can argue the importa...
    </a>
    
    
    <div class="price">
        <span class="reducedfrom">$540.00</span>
        
		<span class="actual">$150.00</span>
	</div>
</div>


        
            



    <div class="product four columns last">
    
    

    
    <div class="imgcont loadingimg">
        
            <a href="/collections/frontpage/products/2010-reserve-shiraz-mclaren-vale" >
                <img src="//cdn.shopify.com/s/files/1/0162/9772/products/McLaren_Shiraz_large.jpg?v=1438511251" alt="2012 Sommeliers Selection Reserve Shiraz- McLaren Vale - Dozen" />
            </a>
        
        
            <div class="salecontainer"><a class="sale" href="/collections/frontpage/products/2010-reserve-shiraz-mclaren-vale">Sale</a></div>
        
    </div>

    <p class="title"><a href="/collections/frontpage/products/2010-reserve-shiraz-mclaren-vale">2012 Sommeliers Selection Reserve Shiraz- McLaren Vale - Dozen</a></p>
    
    <a class="desc" href="/collections/frontpage/products/2010-reserve-shiraz-mclaren-vale">
        
        We know how much you love a perfectly produced shiraz. This wine is an absolu...
    </a>
    
    
    <div class="price">
        <span class="reducedfrom">$504.00</span>
        
		<span class="actual">$150.00</span>
	</div>
</div>


        
        
    </div>
</section>



<section class="widgets row">
	
    <div class="pagesnippetwidget widget one-third column">

    <a href="/pages/twitter"><h6>Twitter</h6></a>
    




<div class="content-block"><p><a class="twitter-timeline" href="https://twitter.com/theonlinewine" data-widget-id="360283537770950656">Tweets by @theonlinewine</a></p>
<script type="text/javascript">// <![CDATA[
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
// ]]></script></div>

</div>
    
    
    <div class="pagesnippetwidget widget one-third column">

    <a href="/pages/facebook"><h6>Facebook</h6></a>
    




<div class="content-block"><p><iframe style="border: none; overflow: hidden; width: 292px; height: 558px;" src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Ftheonlinewineshop&amp;width=292&amp;height=558&amp;show_faces=true&amp;colorscheme=light&amp;stream=true&amp;show_border=false&amp;header=false&amp;appId=179653208776406" height="240" width="320"></iframe></p></div>

</div>
    
    
    <div class="pagesnippetwidget widget one-third column">

    <a href="/pages/youtube"><h6>TOWS TV</h6></a>
    




<div class="content-block"><iframe src="//www.youtube.com/embed/NNvR5sKIDy0" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>

</div>
</section>





            
            
        </div>
    </div><!-- .bodywrap -->
    <footer id="pagefooter">
    <div class="container">
        
        <div class="eight columns offset-by-four row registercont">
            <h4>Stay up to date and subscribe to our mailing list</h4>
            <form method="post" action="/contact" class="contact-form" accept-charset="UTF-8"><input type="hidden" value="customer" name="form_type" /><input type="hidden" name="utf8" value="✓" />
                
                    
                        <a class="button altcolor showregister" href="#">Click here to sign-up</a>
                    
                        <div class="registerform formfields smarttextinput">
                            <input type="hidden" id="contact_tags" name="contact[tags]" value="prospect,newsletter"/>
                            <div class="inputrow">
                                <label class="hoverlabel" for="mailinglist_email">Email address</label>
                                <input type="email" class="required" data-fieldname="Email" value="" id="mailinglist_email" name="contact[email]" />
                                <input type="submit" value="→" />
                            </div>
                        </div>
                
            </form>
        </div>
        
        
        
        <nav class="sixteen columns">
            <ul>
            
                <li class="first"><a href="/search" title="Search">Search</a></li>
            
                <li><a href="/pages/about-us" title="About Us">About Us</a></li>
            
            </ul>
        </nav>
        
    
        <div class="sixteen columns copyright">
            Copyright &copy; 2015 <a href="/">The Online Wine Shop. </a> 
        	 
            <a target="_blank" rel="nofollow" href="https://www.shopify.com.au">Ecommerce Software by Shopify</a>
        </div>
    	<div class="paymentmethods sixteen columns row">
    		
            
            
            
            
            
            
            
            <span class="mastercard"><span>Mastercard</span></span>
            
            
            
            
            
            
            
            <span class="visa"><span>Visa</span></span>
            
            
    	</div>
    </div>
</footer>
    <a id="scrolltotop" href="#util-bar">Scroll to top</a>

</body>
</html>