www.lastbottlewines.com Open in urlscan Pro
2606:4700:10::6816:427b  Public Scan

Submitted URL: https://lastbottlewines.com/
Effective URL: https://www.lastbottlewines.com/
Submission Tags: analytics-framework
Submission: On April 24 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /cart/add-credit-card.html

<form action="/cart/add-credit-card.html" id="credit-card-form" method="post" class="general-form">
  <input type="hidden" id="credit-card-redirect" name="redirect" value="/cart/checkout.html">
  <div class="alert alert-error hide" id="please-complete"> Please complete your payment details. </div>
  <br role="presentation" data-uw-rm-sr="">
  <div class="form-group">
    <div class="form-row">
      <div class="col relative">
        <label class="intrude" for="first_name">First Name <span class="required">*</span></label>
        <input class="form-control" id="first_name" name="data[first_name]" value="" placeholder="" type="text" data-uw-rm-form="nfx">
      </div>
      <div class="col relative">
        <label class="intrude" for="last_name">Last Name <span class="required">*</span></label>
        <input class="form-control" id="last_name" name="data[last_name]" value="" placeholder="" type="text" data-uw-rm-form="nfx">
      </div>
    </div>
  </div>
  <div class="form-group" id="card_number">
    <div class="form-row">
      <div class="col relative">
        <div class="input-group mb-2 mb-sm-0 relative">
          <label class="intrude" for="credit_number">Card Number <span class="text-muted">(SECURE)</span> <span class="required">*</span></label>
          <input class="excluded-capture" id="credit_number" name="data[credit_number]" value="" maxlength="16" type="text" data-uw-rm-form="nfx">
          <div class="input-group-addon">
            <i class="fa fa-cc-visa" aria-hidden="true"></i>&nbsp;<i class="fa fa-cc-mastercard" aria-hidden="true"></i>&nbsp;<i class="fa fa-cc-amex" aria-hidden="true"></i>&nbsp;<i class="fa fa-cc-discover" aria-hidden="true"></i></div>
        </div>
        <small class="form-text text-muted" id="credit-card-help">Payments are powered and secured by Stripe <i class="fa fa-cc-stripe" aria-hidden="true"></i></small>
      </div>
    </div>
  </div>
  <div class="form-group" id="expiration">
    <div class="form-row">
      <div class="col-3 relative">
        <label class="intrude" for="credit_expires_month">Exp.&nbsp;Month <span class="required">*</span></label>
        <select class="excluded-capture" id="credit_expires_month" name="data[credit_expires_month]" data-uw-rm-form="nfx">
          <option value="">Month</option>
          <option value="01">01 - Jan</option>
          <option value="02">02 - Feb</option>
          <option value="03">03 - Mar</option>
          <option value="04">04 - Apr</option>
          <option value="05">05 - May</option>
          <option value="06">06 - Jun</option>
          <option value="07">07 - Jul</option>
          <option value="08">08 - Aug</option>
          <option value="09">09 - Sep</option>
          <option value="10">10 - Oct</option>
          <option value="11">11 - Nov</option>
          <option value="12">12 - Dec</option>
        </select>
      </div>
      <div class="col-3 relative">
        <label class="intrude" for="credit_expires_year">Exp.&nbsp;Year <span class="required">*</span></label>
        <select class="excluded-capture" id="credit_expires_year" name="data[credit_expires_year]" data-uw-rm-form="nfx">
          <option value="">Year</option>
          <option value="2023">2023</option>
          <option value="2024">2024</option>
          <option value="2025">2025</option>
          <option value="2026">2026</option>
          <option value="2027">2027</option>
          <option value="2028">2028</option>
          <option value="2029">2029</option>
          <option value="2030">2030</option>
          <option value="2031">2031</option>
          <option value="2032">2032</option>
        </select>
      </div>
      <div class="col-1"> &nbsp; </div>
      <div class="col-3 relative">
        <label class="intrude" for="credit_code">Security Code <span class="required">*</span></label>
        <input class="form-control excluded-capture" id="credit_code" name="data[credit_code]" value="" maxlength="4" type="text" data-uw-rm-form="nfx">
      </div>
    </div>
  </div>
  <div class="form-group relative">
    <label class="intrude" for="address">Billing Address <span class="required">*</span></label>
    <input class="form-control mb-2" id="address" name="data[address]" value="" placeholder="" type="text" data-uw-rm-form="nfx">
  </div>
  <div class="form-group">
    <div class="form-row">
      <div class="col relative">
        <label class="intrude" for="city">City <span class="required">*</span></label>
        <input class="form-control" id="city" name="data[city]" value="" placeholder="" type="text" data-uw-rm-form="nfx">
      </div>
      <div class="col relative">
        <label class="intrude" for="state">State <span class="required">*</span></label>
        <span id="state_select_field">
          <select id="state" name="data[state]" data-uw-rm-form="nfx">
            <option value=""></option>
            <optgroup label="National">
              <option value="AL">Alabama</option>
              <option value="AK">Alaska</option>
              <option value="AZ">Arizona</option>
              <option value="AR">Arkansas</option>
              <option value="CA">California</option>
              <option value="CO">Colorado</option>
              <option value="CT">Connecticut</option>
              <option value="DE">Delaware</option>
              <option value="DC">District of Columbia</option>
              <option value="FL">Florida</option>
              <option value="GA">Georgia</option>
              <option value="HI">Hawaii</option>
              <option value="ID">Idaho</option>
              <option value="IL">Illinois</option>
              <option value="IN">Indiana</option>
              <option value="IA">Iowa</option>
              <option value="KS">Kansas</option>
              <option value="KY">Kentucky</option>
              <option value="LA">Louisiana</option>
              <option value="ME">Maine</option>
              <option value="MD">Maryland</option>
              <option value="MA">Massachusetts</option>
              <option value="MI">Michigan</option>
              <option value="MN">Minnesota</option>
              <option value="MS">Mississippi</option>
              <option value="MO">Missouri</option>
              <option value="MT">Montana</option>
              <option value="NE">Nebraska</option>
              <option value="NV">Nevada</option>
              <option value="NH">New Hampshire</option>
              <option value="NJ">New Jersey</option>
              <option value="NM">New Mexico</option>
              <option value="NY">New York</option>
              <option value="NC">North Carolina</option>
              <option value="ND">North Dakota</option>
              <option value="OH">Ohio</option>
              <option value="OK">Oklahoma</option>
              <option value="OR">Oregon</option>
              <option value="PA">Pennsylvania</option>
              <option value="RI">Rhode Island</option>
              <option value="SC">South Carolina</option>
              <option value="SD">South Dakota</option>
              <option value="TN">Tennessee</option>
              <option value="TX">Texas</option>
              <option value="UT">Utah</option>
              <option value="VT">Vermont</option>
              <option value="VA">Virginia</option>
              <option value="WA">Washington</option>
              <option value="WV">West Virginia</option>
              <option value="WI">Wisconsin</option>
              <option value="WY">Wyoming</option>
            </optgroup>
            <option value=""></option>
            <optgroup label="International">
              <option value="Int">International</option>
            </optgroup>
          </select>
        </span>
      </div>
      <div class="col relative">
        <label class="intrude" for="zip">Postal Code <span class="required">*</span></label>
        <input class="form-control" id="zip" name="data[zip]" value="" placeholder="" type="text" data-uw-rm-form="nfx">
      </div>
    </div>
  </div>
  <div class="controls">
    <label class="checkbox">
      <input type="checkbox" id="default" name="default" value="1"> Make this my primary payment method. </label>
  </div>
  <div class="text-right">
    <button type="button" class="btn btn-light" data-dismiss="modal">Cancel</button>
    <button type="submit" class="btn btn-success" data-uw-rm-form="submit">Save</button>
  </div>
</form>

Text Content

Skip to main contentEnable accessibility for visually impairedOpen the
accessibility menu Open the Accessible Navigation Menu






Menu Last Bottle
Log In Sign Up
Current Offer About Blog Past Offers Invite your Friends FAQs Contact Sell Wine
Download the App Text Alerts

--------------------------------------------------------------------------------

Marathon Shipping Info Terms Privacy Accessibility Website Credits
To use the Last Bottle website, please enable Javascript.


WATKINS FAMILY LANGHORNE CREEK CABERNET SAUVIGNON SOUTH AUSTRALIA 2019

$35

Retail

$35

Best Web

$15

Last Bottle

Purchase
 * Offer Description
 * Nerdy Details

Crikey! 94 POINTS, People! Organic, varietally pure, and crazy delicious
cabernet sauvignon from Margaret River’s Langhorne Creek. 57% OFF. And...wait
for it...yours today for the brain-melting, couldn’t-possibly-be-true price of
$15. FIFTEEN DOLLARS!!! Boom goes the mic drop! 


We showcased this a few months back, and everyone who snagged some has been
begging us for more…so we worked out a deal, loaded up a cargo ship with more
Aussie goodies, and HERE. YA. GO!!!


WATKINS Langhorne Creek cabernet sauvignon! This is a brand-new Last Bottle
favorite, a colossal smash-hit-in-the-making machine at some blisteringly
awesome pricing. Did we say 57% OFF?! We sure hope we got enough THIS TIME!!! 94
points for organically grown ESTATE CABERNET… at a fever-dream price of only $15
– are you crazy? Are we?


Anyway, just GRAB it, is our advice, NO QUESTION!! DARK and intense, but also
pretty and floral….love it! The 2019 is chock-a-block with mulberry, brambly
blackberry, blueberry, sage – very aromatic – lots of cool minty spice and
fennel fronds, plus shaved dark chocolate, even some creamy vanilla
notes...easily one of the BEST cabs for $15 we’ve ever had. Like EVER. The
Langhorne Creek vineyard is located in Margaret River in the extreme southwest
of Australia (and so close to the beach!), with an almost Mediterranean-like
climate ideal for juicy and full cabernet pleasure. Crazy accessible and wildly
easy to drink (man, c’mon, this is FIFTEEN bucks!). If you need a “house” red,
THIS is it! 


Just barely enough for a slow Sunday offer...once it's gone...it's gone for
good!




Free ground shipping on 6 or more bottles.

94 points

~Wine Showcase Magazine

92 points

“Varietally expressive and beautifully lifted, the bouquet shows blackcurrant,
roasted almond, bay leaf and floral aromas, followed by a succulent palate
delivering excellent fruit intensity and persistency. It’s flavoursome and
delectable with a pleasingly dry finish. At its best: now to 2029.”

~Sam Kim, Wine Orbit

91 points

“Estate cabernet, with 10% merlot. Matured in American and French barrels. Ripe
cabernet fruit characters, some earthiness which expresses itself in a faint
mint/eucalypt forest feel. Not holding back in the tannin department, thick yet
soft.”

~James Halliday

Watkins are the new wave of serious winemakers with numerous accolades awarded
to their wines right from the first year of the brand’s existence including a
wine show trophy. Ben, Sam and Jo as the new generation look forward to
continuing on this path of creating modern, juicy styles of wine with rock solid
dependability. This is fresh winemaking born from winemaking excellence.

 1. 
 2. 
 3. 
 4. 


Previous Next


TECHNICAL DETAILS

 * Country: Australia
 * Appellation: Langhorne Creek
 * Varietal: Cabernet Sauvignon
 * Farming: Sustainable
 * Alcohol: 15.00%


ABOUT THE PRODUCER

The Watkins family entered the wine industry in 1997 when David and Ros Watkins
planted their first vineyard in South Australia. In 2019, David and Ros brought
their children into the fold: Sam Watkins as Winemaking Director, Ben Watkins at
Commercial Director and Jo Watkins as Export, Sales and Marketing Director.
Together the Watkins family own and operate a winery and vineyard (8ha) in
Clarendon, Adelaide Hills and a vineyard in Langhorne Creek (141ha).

There was an opportunity to start selling their premium wine from these
vineyards directly to consumers, which saw the start of the Watkins label. Sam
Watkins, as the winemaker, has spent over 15 years training and refining his
palate. Sam has undertaken vintages in well-known wine regions across the world
including the Napa Valley in the USA and the Duoro Valley in Portugal. His
specialisation focuses on unlocking the optimal expression of variety from the
cool climate premium fruit produced on the Watkins' vineyards.




$35

Retail

$35

Best Web

$15

Last Bottle

Purchase


YOUR DAILY PURVEYOR OF FINE WINES.

We’re wine drinkers, collectors, and part of the global wine trade. Mostly, we
are totally stoked to bring you incredible juice at the best prices we can
possibly obtain, every day.
Sign Up for FREE

Don’t miss out on up to 70% off great wines. Sign up now


Instagram  |  Facebook  |  Twitter
Please ensure Javascript is enabled for purposes of website accessibility

MODAL

×



Loading...




MODAL

×
Please complete your payment details.

First Name *
Last Name *
Card Number (SECURE) *
   
Payments are powered and secured by Stripe
Exp. Month * Month 01 - Jan 02 - Feb 03 - Mar 04 - Apr 05 - May 06 - Jun 07 -
Jul 08 - Aug 09 - Sep 10 - Oct 11 - Nov 12 - Dec
Exp. Year * Year 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032
 
Security Code *
Billing Address *
City *
State * Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware
District of Columbia Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas
Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi
Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York
North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West
Virginia Wisconsin Wyoming International
Postal Code *
Make this my primary payment method.
Cancel Save