www.reservebar.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://reservebar.com/
Effective URL: https://www.reservebar.com/
Submission: On January 31 via manual from IN — Scanned from CA

Form analysis 7 forms found in the DOM

GET /search

<form class="search search-bar__form" action="/search" method="get" role="search">
  <input class="search__input search-bar__input" type="search" name="q" value="" placeholder="Search" aria-label="Search">
  <button class="search-bar__submit search__submit btn--link" type="submit" aria-label="search bar submit">
    <svg aria-hidden="true" focusable="false" class="icon icon-search" viewBox="0 0 37 40">
      <path
        d="M35.6 36l-9.8-9.8c4.1-5.4 3.6-13.2-1.3-18.1-5.4-5.4-14.2-5.4-19.7 0-5.4 5.4-5.4 14.2 0 19.7 2.6 2.6 6.1 4.1 9.8 4.1 3 0 5.9-1 8.3-2.8l9.8 9.8c.4.4.9.6 1.4.6s1-.2 1.4-.6c.9-.9.9-2.1.1-2.9zm-20.9-8.2c-2.6 0-5.1-1-7-2.9-3.9-3.9-3.9-10.1 0-14C9.6 9 12.2 8 14.7 8s5.1 1 7 2.9c3.9 3.9 3.9 10.1 0 14-1.9 1.9-4.4 2.9-7 2.9z">
      </path>
    </svg>
    <span class="icon__fallback-text">Submit</span>
  </button>
</form>

POST /cart

<form action="/cart" method="post" novalidate="" class="cart" id="mini-cart-form">
  <div id="mini-cart-container" style="padding-bottom: 285px;">
    <div id="mini-cart-error-message" class="mini-cart__message"></div>
    <div id="mini-cart-success-message" class="mini-cart__message"></div>
    <ul class="states-wrap">
      <li class="state__links">
        <div class="btn--icon corpgifts__btn" style="display: flex;">
          <span class="btn__icon--label" style="font-size:12px;color:#b59049;"><strong>Ship to:</strong></span>
          <span id="regionDisplaySpanCart" class="region-display-span">
            <span id="regionDisplayCodeCart" class="btn__icon--label region-display-code" style="float:left;font-size:12px;margin-left:4px;color:#b59049;text-decoration: underline;"></span>
            <span class="downarrow bottom" style="float:left; margin-top: 2px;color: #b59049;"></span>
          </span>
          <select id="state_select" name="state_select" style="display:none;">
            <option disabled="" selected="" value="">---</option>
            <option value="AK">AK</option>
            <option value="AL">AL</option>
            <option value="AR">AR</option>
            <option value="AZ">AZ</option>
            <option value="CA">CA</option>
            <option value="CO">CO</option>
            <option value="CT">CT</option>
            <option value="DC">DC</option>
            <option value="DE">DE</option>
            <option value="FL">FL</option>
            <option value="GA">GA</option>
            <option value="HI">HI</option>
            <option value="IA">IA</option>
            <option value="ID">ID</option>
            <option value="IL">IL</option>
            <option value="IN">IN</option>
            <option value="KS">KS</option>
            <option value="KY">KY</option>
            <option value="LA">LA</option>
            <option value="MA">MA</option>
            <option value="MD">MD</option>
            <option value="ME">ME</option>
            <option value="MI">MI</option>
            <option value="MN">MN</option>
            <option value="MO">MO</option>
            <option value="MS">MS</option>
            <option value="MT">MT</option>
            <option value="NC">NC</option>
            <option value="ND">ND</option>
            <option value="NE">NE</option>
            <option value="NH">NH</option>
            <option value="NJ">NJ</option>
            <option value="NM">NM</option>
            <option value="NV">NV</option>
            <option value="NY">NY</option>
            <option value="OH">OH</option>
            <option value="OK">OK</option>
            <option value="OR">OR</option>
            <option value="PA">PA</option>
            <option value="RI">RI</option>
            <option value="SC">SC</option>
            <option value="SD">SD</option>
            <option value="TN">TN</option>
            <option value="TX">TX</option>
            <option value="UT">UT</option>
            <option value="VA">VA</option>
            <option value="VT">VT</option>
            <option value="WA">WA</option>
            <option value="WI">WI</option>
            <option value="WV">WV</option>
            <option value="WY">WY</option>
          </select>
        </div>
      </li>
      <style type="text/css">
        select#header_state,
        select#state_select {
          padding-top: 5px;
          padding-left: 5px;
          padding-bottom: 5px;
          font-size: 11px;
        }
      </style>
    </ul>
    <ul id="mini-cart-list" class="mini-cart__items"></ul>
  </div>
  <div class="mini-cart__gift gift" data-msg="">
    <div class="gift__add-message" id="add-gift-options">
      <h3>Is this order a gift?</h3>
      <fieldset class="">
        <legend class="screenreader">Add a gift message</legend>
        <ul class="form-list">
          <li class="field">
            <div class="checkbox">
              <input type="checkbox" name="attributes[gift-message]" class="btn-checkbox" id="allow_gift_options" value="Yes">
              <label for="allow_gift_options">Add a Gift Message to this Order</label>
            </div>
          </li>
        </ul>
      </fieldset>
    </div>
    <div class="gift__options" id="allow-gift-options-container" style="display: none;">
      <div class="gift__option">
        <div class="gift__option-order" id="options-order-container-1212762"></div>
        <fieldset>
          <legend class="screenreader">Filters</legend>
          <ul class="form-list">
            <li class="fields">
              <div class="field field--1 fields__field">
                <div class="input-placeholder">
                  <input required="" class="required" id="to-name" type="text" name="attributes[to-name]" value="" placeholder="To Name" aria-label="To Name">
                </div>
              </div>
              <div class="field field--2 fields__field">
                <div class="input-placeholder">
                  <input id="to-email" type="text" name="attributes[to-email]" value="" placeholder="To Email" aria-label="To Email">
                </div>
              </div>
            </li>
            <li class="field">
              <div class="input-placeholder">
                <textarea id="message" name="attributes[message]" placeholder="Message" aria-label="Message"></textarea>
              </div>
            </li>
          </ul>
        </fieldset>
      </div>
    </div>
  </div>
  <div id="mini-cart-footer" class="mini-cart__footer">
    <div class="mini-cart__totals totals cf">
      <div class="totals__row cf">
        <span class="totals__label">Subtotal</span>
        <span class="totals__price">
          <span class="price" id="mini-cart-subtotal"> $0.00 </span>
        </span>
      </div>
      <div id="discount_total"></div>
      <div class="totals__row cf" id="mini_cart_grand_total" data-grand-total="" data-grand-total-formatted="">
        <span class="totals__label">Grand Total</span>
        <span class="totals__price" id="mini_cart_grand_total_value"></span>
      </div>
    </div>
    <ul class="mini-cart__buttons list--reset">
      <li>
        <input type="submit" name="checkout" class="btn btn--small-wide cart__submit cart__submit-control" value="Checkout">
      </li>
      <li>
        <a href="#" class="site-header__icon site-header__cart closeMinicart" style="
                    background: 0 0;
                    border: 1px solid #b59049;
                    color: #b59049;
                    text-decoration: none;
                    cursor: pointer;
                    display: inline-block;
                    font-family: mrseaves;
                    padding: 6px;
                    min-width: 9.8125em;
                    text-align: center;
                    text-transform: uppercase;
                    width: 100%;">
                  Continue Shopping
                </a>
      </li>
    </ul>
  </div>
</form>

GET /search

<form action="/search" method="get" class="search-header search ng-scope ng-pristine ng-valid" role="search" ss-nav="">
  <img src="//cdn.shopify.com/s/files/1/0013/2477/7569/t/114/assets/Search_20px.svg?v=13393031920092335435" alt="search" class="search-form-img">
  <input class="search-header__input search__input js-search-input ng-scope" id="search-q" type="search" name="q" placeholder="Search for products or brands" aria-label="Search" spellcheck="false" ss-nav-input=""
    autocomplete="off"><!-- ngIf: ac.ready -->
  <!-- <button
    class="search-header__submit search__submit btn--link site-header__icon"
    type="submit"
  >
    <img src="//cdn.shopify.com/s/files/1/0013/2477/7569/t/114/assets/search.svg?v=619099659298792770" alt="search">
    <span class="icon__fallback-text">Submit</span>
  </button> -->
</form>

GET /search

<form action="/search" method="get" class="search-header search ng-scope ng-pristine ng-valid" role="search" ss-nav="">
  <img src="//cdn.shopify.com/s/files/1/0013/2477/7569/t/114/assets/Search_20px.svg?v=13393031920092335435" alt="search" class="search-form-img">
  <input class="search-header__input search__input js-search-input ng-scope" id="search-q" type="search" name="q" placeholder="Search for products or brands" aria-label="Search" spellcheck="false" ss-nav-input=""
    autocomplete="off"><!-- ngIf: ac.ready -->
  <!-- <button
    class="search-header__submit search__submit btn--link site-header__icon"
    type="submit"
  >
    <img src="//cdn.shopify.com/s/files/1/0013/2477/7569/t/114/assets/search.svg?v=619099659298792770" alt="search">
    <span class="icon__fallback-text">Submit</span>
  </button> -->
</form>

GET /search

<form action="/search" method="get" class="search-header search ng-scope ng-pristine ng-valid" role="search" ss-nav="">
  <img src="//cdn.shopify.com/s/files/1/0013/2477/7569/t/114/assets/Search_20px.svg?v=13393031920092335435" alt="search" class="search-form-img">
  <input class="search-header__input search__input js-search-input ng-scope mobileSearchInput" id="search-q" type="search" name="q" placeholder="Search for products or brands" aria-label="Search" spellcheck="false" ss-nav-input=""
    autocomplete="off"><!-- ngIf: ac.ready -->
  <!-- <button
    class="search-header__submit search__submit btn--link site-header__icon"
    type="submit"
  >
    <img src="//cdn.shopify.com/s/files/1/0013/2477/7569/t/114/assets/search.svg?v=619099659298792770" alt="search">
    <span class="icon__fallback-text">Submit</span>
  </button> -->
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="contact-form" novalidate="novalidate"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <p class="title newsletter__title">Sign-up for Exclusive Email Offers</p>
  <div class="input-group newsletter__form  ">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <div class="email-div-container">
      <input type="email" name="contact[email]" id="ContactFooter-email" class="input-group__field newsletter__input" value="" placeholder="Email Address" aria-label="Email address" aria-required="true" required="" autocorrect="off"
        autocapitalize="off">
      <button type="submit" class="btn newsletter__submit" name="commit" id="Subscribe" aria-label="subscribe">
      </button>
    </div>
    <span id="ContactFooter-email-error" class="input-error-message"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-error" viewBox="0 0 14 14">
        <path d="M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14zm-1.05-3.85A1.05 1.05 0 1 1 7 11.2a1.008 1.008 0 0 1-1.05-1.05zm.381-1.981l-.266-5.25h1.841l-.255 5.25h-1.32z"></path>
      </svg> This is a required field.</span>
  </div>
</form>

POST #

<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Search the online dictionary..."
    aria-label="Search the online dictionary..."> <i class="acsbi-search"></i> </form>

Text Content

Skip to Content
↵ENTER
Skip to Menu
↵ENTER
Skip to Footer
↵ENTER

Skip to content
Submit
Close search

FREE SHIPPING ON ORDERS OF $99+ | CODE: SHIP99

50% OFF CUSTOM ENGRAVING | CODE: VDAY50



FREE SHIPPING ON ORDERS OF $99+ | CODE: SHIP99

50% OFF CUSTOM ENGRAVING | CODE: VDAY50


ADD ITEMS TO YOUR CART.


ITEM ADDED TO CART

Bag
 * Ship to:
   ---AKALARAZCACOCTDCDEFLGAHIIAIDILINKSKYLAMAMDMEMIMNMOMSMTNCNDNENHNJNMNVNYOHOKORPARISCSDTNTXUTVAVTWAWIWVWY
   


IS THIS ORDER A GIFT?

Add a gift message
 * Add a Gift Message to this Order


Filters
 * 
 * 

Subtotal $0.00

Grand Total
 * 
 * Continue Shopping


BUILD OUT THE HOME BAR

‹›


Your cart is currently empty.

 * Keep Shopping

 * Spirits
    * Scotch
    * Bourbon
    * Whiskey & Rye
    * Tequila
    * Mezcal & Agave Spirits
    * Cognac & Brandy
   
    * Vodka
    * Gin
    * Rum
    * Liqueur
    * Ready To Drink
    * Moonshine
   
    * Non-Alcoholic
    * Mixers & Bitters
    * Cocktail Kits
    * Custom Engraving
    * Specials
   
   FEATURED
   
   Jameson Orange
   
   Pre-Order
   
   The Macallan
   
   Scotch
   
   Angel's Envy
   
   Rye
   
   Campari Aperitivo
   
   Campari
   
   Mozart Chocolate Liqueurs
   
   Liqueur

 * Wine
   
      RED WINE
   
    * Cabernet Sauvignon
    * Malbec
    * Merlot
    * Pinot Noir
    * Rosé
   
      WHITE WINE
   
    * Chardonnay
    * Sauvignon Blanc
    * Pinot Grigio
    * Sparkling
    * All Wine
    * Champagne
   
    * France
    * Italy
    * Spain
    * United States
    * South America
    * Australia/New Zealand
    * South Africa
   
   FEATURED
   
   La Celia
   
   Portfolio
   
   Susana Balbo
   
   Wines
   
   Telmont
   
   Champagne
   
   Unshackled
   
   Red Blend
   
   Lallier Blanc De Blancs
   
   Champagne

 * Discover
    * Dry January
    * Lunar New Year
    * Valentines Day
    * Winter Favorites
    * New Releases
   
    * Exclusives & Pre-Orders
    * Celebrity Spirits
    * Black-Owned
    * Women-Owned
    * All Spirited Change
   
   DRY JANUARY
   
   LUNAR NEW YEAR
   
   LIMITED EDITIONS
   
   RARE

 * Gifts & Accessories
   
      GIFTS
   
    * Dry January
    * Lunar New Year
    * Valentines Day
    * Winter Favorites
    * Top 50 Guide
    * Gift Sets
    * Gift Cards
    * Custom Engraving
    * Corporate Gifting
   
      ACCESSORIES
   
    * Glassware
    * Mixers & Bitters
    * Barware
    * Candy
    * Cocktail Kits
   
      OCCASIONS
   
    * Birthday
    * Thank You
    * Congratulations
   
   FEATURED
   
   The Macallan Rare Cask
   
   Scotch Whisky
   
   Highland Park The Light
   
   Scotch Whisky
   
   Ice Ball Press
   
   Barware
   
   Engraved Gifts
   
   Custom
   
   Sugarfina
   
   Candy

 * Cocktail Lounge


   
   Ship to:
   ---AKALARAZCACOCTDCDEFLGAHIIAIDILINKSKYLAMAMDMEMIMNMOMSMTNCNDNENHNJNMNVNYOHOKORPARISCSDTNTXUTVAVTWAWIWVWY
 * 
 * 
 * 
 * 

POPULAR SEARCHES

 * Dry January
 * The Macallan Portfolio
 * Black-Owned Brands
 * Johnnie Walker Blue Label

TRENDING

DRY JANUARY

HIGHLAND PARK 18 Y/O

PRE-ORDER

Ship To
---AKALARAZCACOCTDCDEFLGAHIIAIDILINKSKYLAMAMDMEMIMNMOMSMTNCNDNENHNJNMNVNYOHOKORPARISCSDTNTXUTVAVTWAWIWVWY
Spirits Wine Champagne Gifts Accessories Cocktail Lounge

DISCOVER

GIFT CARD

NEW RELEASES

LIMITED EDITIONS

EXCLUSIVES & PRE-ORDERS

RARE

WOMEN-OWNED

BLACK-OWNED

CELEBRITY SPIRITS

DRY JANUARY

LUNAR NEW YEAR

‹›

 * Help Center
 * Track Order
 * Account
 * Corporate Sales




Spirits
 * Scotch
 * Bourbon
 * Whiskey & Rye
 * Tequila
 * Mezcal & Agave Spirits
 * Cognac & Brandy
 * Vodka
 * Gin
 * Rum
 * Liqueur
 * Ready To Drink
 * Moonshine
 * Non-Alcoholic
 * Mixers & Bitters
 * Cocktail Kits
 * Custom Engraving
 * Specials

FEATURED

Jameson Orange

PRE ORDER

The Macallan

Scotch

Angel’s Envy

Rye

Campari Aperitivo

Campari

Mozart Chocolate Liqueurs

Liqueur

‹›






Wine
 * Red Wine
 * Cabernet Sauvignon
 * Malbec
 * Merlot
 * Pinot Noir
 * White Wine
 * Chardonnay
 * Sauvignon Blanc
 * Pinot Grigio
 * Rosé
 * Sparkling
 * All Wine
 * Champagne
 * France
 * Italy
 * Spain
 * United States
 * South America
 * Australia/New Zealand
 * South Africa

FEATURED

La Celia

Red Wine

Susana Balbo

Wines

Unshackled

Red Blend

Lallier Blanc De Blancs

Champagne

Chandon Rosé

Rosé

‹›






Gifts
 * Dry January
 * Lunar New Year
 * Valentines Day
 * Winter Favorites
 * Top 50 Guide
 * Gift Sets
 * Gift Cards
 * Custom Engraving
 * Corporate Gifting

FEATURED

The Macallan Rare Cask

Whisky

Highland Park The Light

Scotch Whisky

Ice Ball Press

Barware

Engraved Gifts

Custom

Sugarfina

Gifts

‹›






Accessories
 * Glassware
 * Mixers & Bitters
 * Barware
 * Candy
 * Cocktail Kits

FEATURED

Waterford

Glassware

Sugarfina

Candy

‹›







POPULAR SEARCHES

 * Dry January
 * The Macallan Portfolio
 * Adam Levine Tequila
 * Johnnie Walker Blue Label

TRENDING

DRY JANUARY

HIGHLAND PARK 18 Y/O

PRE-ORDER

‹›





Seal it with


SOMETHING PERSONAL

Send a message celebrating romance, friendship, and good spirits. Enjoy 50% off
Custom Engraving with code VDAY50.

Gift Now

Cheers to drinking clean


DRY JANUARY

To help you this month, explore ReserveBar’s healthful lineup of non-alcoholic
spirits, ready to drink, and mixer options.

Shop Now

BRAVE & ICONIC


HENNESSY 

Celebrate the Year of the Tiger and the uncontested leader in cognac.

Shop Now

An Exceptionally Smooth Tennessee Whiskey


GENTLEMAN JACK

Double mellowed for exceptional smoothness, Gentleman Jack is the perfect
Tennessee Whiskey to celebrate the extraordinary in life, and all the little
ones in between. Raise a glass.

SHOP NOW

Spirited liqueurs with true heritage


ROOTS

Two brothers, Manos and Nikolas Smyrlakis, created a family of four premium
handcrafted liqueurs based on age-old herbal remedies. Celebrated in some of the
best bars around the world, they’re a must-have for your home bar.

Shop Now

Celebrate Lunar New Year


BISQUIT & DUBOUCHÉ VSOP COGNAC

Celebrate the Year of the Tiger with this limited edition gift box of a
masterfully hand-crafted Cognac. Share the VSOP neat after a meal.

Order Now

Traditional techniques, no short cuts taken


VILLA ONE TEQUILA

Founded by Nick Jonas and John Varvatos, Villa One Tequilas are handcrafted,
100% blue weber agave, award-winning, ultra-premium tequilas. The result is a
smooth combination of herbaceous, earthy notes with sweeter, fruity notes.

SHOP NOW

Seal it with


SOMETHING PERSONAL

Send a message celebrating romance, friendship, and good spirits. Enjoy 50% off
Custom Engraving with code VDAY50.

Gift Now

Cheers to drinking clean


DRY JANUARY

To help you this month, explore ReserveBar’s healthful lineup of non-alcoholic
spirits, ready to drink, and mixer options.

Shop Now

BRAVE & ICONIC


HENNESSY 

Celebrate the Year of the Tiger and the uncontested leader in cognac.

Shop Now

An Exceptionally Smooth Tennessee Whiskey


GENTLEMAN JACK

Double mellowed for exceptional smoothness, Gentleman Jack is the perfect
Tennessee Whiskey to celebrate the extraordinary in life, and all the little
ones in between. Raise a glass.

SHOP NOW

Spirited liqueurs with true heritage


ROOTS

Two brothers, Manos and Nikolas Smyrlakis, created a family of four premium
handcrafted liqueurs based on age-old herbal remedies. Celebrated in some of the
best bars around the world, they’re a must-have for your home bar.

Shop Now

Celebrate Lunar New Year


BISQUIT & DUBOUCHÉ VSOP COGNAC

Celebrate the Year of the Tiger with this limited edition gift box of a
masterfully hand-crafted Cognac. Share the VSOP neat after a meal.

Order Now

Traditional techniques, no short cuts taken


VILLA ONE TEQUILA

Founded by Nick Jonas and John Varvatos, Villa One Tequilas are handcrafted,
100% blue weber agave, award-winning, ultra-premium tequilas. The result is a
smooth combination of herbaceous, earthy notes with sweeter, fruity notes.

SHOP NOW
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Previous slide

Next slide

FIND YOUR PERFECT GIFT


GOOD SPIRITS. DELIVERED.


TOP 50
GIFT GUIDE

Perfect recommendations to stock your home bar with.


CUSTOM
ENGRAVING

Send a one-of-a-kind gift. Personalization available on select bottles.


LIMITED
EDITIONS

Gain access to new releases, ReserveBar exclusives and limited editions.


CORPORATE
GIFTING

White glove service for business, corporate and holiday gifting.

TOUT CONTENT


RARE & EXCEPTIONALTHE MACALLAN

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

Whatever the occasion, say it with a meaningful gift from The Macallan.


LOADED WITH FLAVOR, NOTHING ARTIFICIALTOLAGO HARD SELTZERS

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

Tolago is a deliciously clean, hard seltzer made with real fruit juice and
certified organic agave nectar from Mexico.


CURATED SELECTIONSCORPORATE GIFTING GUIDE

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

Turn a classic gift of spirits into a customized gift for clients, colleagues,
and employees.

Explore our


FEATURED GIFTS

 * Limited Edition - The Sassenach Blended Scotch Whisky
   Limited Edition
   Sam Heughan
   The Sassenach
   Limited Edition - The Sassenach Blended Scotch Whisky
   
   Regular price $99.00
   Shop Now
 * Don Julio 1942
   Custom Engraving
   Official Online Partner
   Don Julio
   Don Julio 1942
   
   Regular price $199.00
   Shop Now
 * Dos Hombres Espadin Mezcal
   Custom Engraving
   Dos Hombres
   Dos Hombres Espadin Mezcal
   
   Regular price $65.00
   Shop Now
 * Jefferson's Ocean Voyage: Aged at Sea Bourbon
   Custom Engraving
   Special Promotion
   Jefferson's
   Jefferson's Ocean Voyage: Aged at Sea Bourbon
   
   Regular price $79.00
   Shop Now
 * Patrón Silver
   Custom Engraving
   Official Online Partner
   Special Promotion
   Patrón
   Patrón Silver
   
   Regular price $60.00
   Shop Now
 * Tequila Casa Dragones Añejo Barrel Blend
   Official Online Partner
   Special Promotion
   Casa Dragones
   Tequila Casa Dragones Añejo Barrel Blend
   
   Regular price $150.00
   Shop Now
 * Hibiki Harmony Japanese Whisky
   
   Hibiki
   Hibiki Harmony Japanese Whisky
   
   Regular price $119.00
   Shop Now
 * Teeling Small Batch Irish Whiskey
   Custom Engraving
   Official Online Partner
   Special Promotion
   Teeling Whiskey
   Teeling Small Batch Irish Whiskey
   
   Regular price $40.00
   Shop Now
 * Glenmorangie Signet
   Custom Engraving
   Glenmorangie
   Glenmorangie Signet
   
   Regular price $236.00
   Shop Now
 * Zacapa XO
   Custom Engraving
   Official Online Partner
   Special Promotion
   Zacapa
   Zacapa XO
   
   Regular price $123.00
   Shop Now
 * Johnnie Walker Blue Label Blended Scotch Whisky, Limited Edition Year of the
   Tiger
   Limited Edition
   Official Online Partner
   Johnnie Walker
   Johnnie Walker Blue Label Blended Scotch Whisky, Limited Edition Year of the
   Tiger
   
   Regular price $299.00
   Shop Now
 * Perrier-Jouët Blason Rosé Brut NV
   Custom Engraving
   Special Promotion
   Perrier-Jouët
   Perrier-Jouët Blason Rosé Brut NV
   
   Regular price $89.00
   Shop Now
 * The Glenlivet 12 Year Old with Waterford Markham Double Old Fashioned Glasses
   Custom Engraving
   Official Online Partner
   Special Promotion
   The Glenlivet
   The Glenlivet 12 Year Old with Waterford Markham Double Old Fashioned Glasses
   
   Regular price $112.00
   Shop Now
 * Suntory Whisky Toki Japanese Whisky with Waterford Markham Hiball Set
   Custom Engraving
   Suntory Whisky
   Suntory Whisky Toki Japanese Whisky with Waterford Markham Hiball Set
   
   Regular price $107.00
   Shop Now
 * Mount Gay 1703 Master Select Rum
   Custom Engraving
   Mount Gay
   Mount Gay 1703 Master Select Rum
   
   Regular price $195.00
   Shop Now
 * Slane Irish Whiskey with Trail Toddy Classic Hot Toddy Kit & Coffee Mug Set
   of 2
   
   Slane
   Slane Irish Whiskey with Trail Toddy Classic Hot Toddy Kit & Coffee Mug Set
   of 2
   
   Regular price $75.00
   Shop Now
 * Seedlip Trio
   Non-Alcoholic
   Seedlip
   Seedlip Trio
   
   Regular price $87.00
   Shop Now
 * CleanCo Collection
   Non-Alcoholic
   Special Promotion
   CleanCo
   CleanCo Collection
   
   Regular price $87.00
   Shop Now
 * La Marca Prosecco Gift Set
   
   La Marca
   La Marca Prosecco Gift Set
   
   Regular price $65.00
   Shop Now
 * Limited Edition Woodford Reserve Bourbon Pre-Engraved 'Happy Valentine's Day
   2022' with Sugarfina The Perfect Match 2 Piece Bento Box
   Limited Edition
   Official Online Partner
   Special Promotion
   Woodford Reserve
   Limited Edition Woodford Reserve Bourbon Pre-Engraved 'Happy Valentine's Day
   2022' with Sugarfina The Perfect Match 2 Piece Bento Box
   
   Regular price $90.00
   Shop Now

TOUT CONTENT


IMPRESSIVE RED, EXCEPTIONAL VALUEROBERT MONDAVI WINERY

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

Napa Valley Cabernet Sauvignon 2018: On the nose, this Napa red brings plenty of
fresh berries, herbs and spices. On the palate it’s full and juicy, brimming
with black fruit, chocolate and mint.


BETTER THAN VIRTUAL HUGSLOVE IN A BOTTLE

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

Send a message celebrating romance, friendship, and good spirits.


CHEERS TO DRINKING CLEANDRY JANUARY

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

To help you this month, explore ReserveBar’s healthful lineup of non-alcoholic
spirits, ready to drink, and mixer options.


EXCEPTIONAL QUALITY AND VALUEDOUBLE DIAMOND CABERNET SAUVIGNON

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

From renowned winemaker, Thomas Rivers Brown, comes a truly captivating Napa
Valley cab.

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Sign-up for Exclusive Email Offers


This is a required field.

 * COMPANY

 * About
 * Careers
 * Corporate Gifting

 * LEGAL

 * Privacy Policy
 * Terms & Conditions
 * Accessibility

 * SUPPORT

 * Help Center
 * Track Order
 * FAQs
 * Delivery

Company
 * About
 * Corporate Gifting
   

Legal
 * Privacy Policy
 * Terms & Conditions
 * Accessibility

Support
 * Help Center
 * Track Order
 * FAQs
 * Delivery



*By using this site you acknowledge you are at least 21 years old and you agree
to our Terms & Conditions.

© 2012–2022 ReserveBar.com

Use left/right arrows to navigate the slideshow or swipe left/right if using a
mobile device
 * choosing a selection results in a full page refresh




English
Accessibility Adjustments
Reset Settings Statement Hide Interface
Choose the right accessibility profile for you
OFF ON
Seizure Safe Profile Eliminates flashes and reduces color
This profile enables epileptic and seizure prone users to browse safely by
eliminating the risk of seizures that result from flashing or blinking
animations and risky color combinations.
OFF ON
Vision Impaired Profile Enhances the website's visuals
This profile adjusts the website, so that it is accessible to the majority of
visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract,
Glaucoma, and others.
OFF ON
Cognitive Disability Profile Assists with reading and focusing
This profile provides various assistive features to help users with cognitive
disabilities such as Autism, Dyslexia, CVA, and others, to focus on the
essential elements of the website more easily.
OFF ON
ADHD Friendly Profile More focus and fewer distractions
This profile significantly reduces distractions, to help people with ADHD and
Neurodevelopmental disorders browse, read, and focus on the essential elements
of the website more easily.
OFF ON
Blind Users (Screen-reader) Use the website with your screen-reader
This profile adjusts the website to be compatible with screen-readers such as
JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is
installed on the blind user’s computer and smartphone, and websites should
ensure compatibility with it.

Note: This profile prompts automatically to screen-readers.
OFF ON
Keyboard Navigation (Motor) Use the website with the keyboard
This profile enables motor-impaired persons to operate the website using the
keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such
as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics)
to jump to specific elements.

Note: This profile prompts automatically for keyboard users.
Content Adjustments
Content Scaling
Default

Readable Font
Highlight Titles
Highlight Links
Text Magnifier
Adjust Font Sizing
Default

Align Center
Adjust Line Height
Default

Align Left
Adjust Letter Spacing
Default

Align Right
Color Adjustments
Dark Contrast
Light Contrast
Monochrome
High Saturation
Adjust Text Colors
Cancel
High Contrast
Adjust Title Colors
Cancel
Low Saturation
Adjust Background Colors
Cancel
Orientation Adjustments
Mute Sounds
Hide Images
Read Mode
Reading Guide
Useful Links
Select an option Home Header Footer Main Content
Stop Animations
Reading Mask
Highlight Hover
Highlight Focus
Big Black Cursor
Big White Cursor
HIDDEN_ADJUSTMENTS
Keyboard Navigation
Accessible Mode
Screen Reader Adjustments
Read Mode
Web Accessibility Solution By accessiBe
Choose the Interface Language
English
Español
Deutsch
Português
Français
Italiano
עברית
繁體中文
Pусский
عربى
عربى
Nederlands
繁體中文
日本語
Accessibility StatementCompliance status

We firmly believe that the internet should be available and accessible to anyone
and are committed to providing a website that is accessible to the broadest
possible audience, regardless of ability.

To fulfill this, we aim to adhere as strictly as possible to the World Wide Web
Consortium’s (W3C) Web Content Accessibility Guidelines 2.1 (WCAG 2.1) at the AA
level. These guidelines explain how to make web content accessible to people
with a wide array of disabilities. Complying with those guidelines helps us
ensure that the website is accessible to blind people, people with motor
impairments, visual impairment, cognitive disabilities, and more.

This website utilizes various technologies that are meant to make it as
accessible as possible at all times. We utilize an accessibility interface that
allows persons with specific disabilities to adjust the website’s UI (user
interface) and design it to their personal needs.

Additionally, the website utilizes an AI-based application that runs in the
background and optimizes its accessibility level constantly. This application
remediates the website’s HTML, adapts its functionality and behavior for
screen-readers used by blind users, and for keyboard functions used by
individuals with motor impairments.

If you wish to contact the website’s owner please use the website's form

Screen-reader and keyboard navigation

Our website implements the ARIA attributes (Accessible Rich Internet
Applications) technique, alongside various behavioral changes, to ensure blind
users visiting with screen-readers can read, comprehend, and enjoy the website’s
functions. As soon as a user with a screen-reader enters your site, they
immediately receive a prompt to enter the Screen-Reader Profile so they can
browse and operate your site effectively. Here’s how our website covers some of
the most important screen-reader requirements:

 1. Screen-reader optimization: we run a process that learns the website’s
    components from top to bottom, to ensure ongoing compliance even when
    updating the website. In this process, we provide screen-readers with
    meaningful data using the ARIA set of attributes. For example, we provide
    accurate form labels; descriptions for actionable icons (social media icons,
    search icons, cart icons, etc.); validation guidance for form inputs;
    element roles such as buttons, menus, modal dialogues (popups), and others. 
    
    Additionally, the background process scans all of the website’s images. It
    provides an accurate and meaningful image-object-recognition-based
    description as an ALT (alternate text) tag for images that are not
    described. It will also extract texts embedded within the image using an OCR
    (optical character recognition) technology. To turn on screen-reader
    adjustments at any time, users need only to press the Alt+1 keyboard
    combination. Screen-reader users also get automatic announcements to turn
    the Screen-reader mode on as soon as they enter the website.
    
    These adjustments are compatible with popular screen readers such as JAWS,
    NVDA, VoiceOver, and TalkBack.
    
    
 2. Keyboard navigation optimization: The background process also adjusts the
    website’s HTML and adds various behaviors using JavaScript code to make the
    website operable by the keyboard. This includes the ability to navigate the
    website using the Tab and Shift+Tab keys, operate dropdowns with the arrow
    keys, close them with Esc, trigger buttons and links using the Enter key,
    navigate between radio and checkbox elements using the arrow keys, and fill
    them in with the Spacebar or Enter key.
    
    Additionally, keyboard users will find content-skip menus available at any
    time by clicking Alt+2, or as the first element of the site while navigating
    with the keyboard. The background process also handles triggered popups by
    moving the keyboard focus towards them as soon as they appear, not allowing
    the focus to drift outside.
    
    Users can also use shortcuts such as “M” (menus), “H” (headings), “F”
    (forms), “B” (buttons), and “G” (graphics) to jump to specific elements.

Disability profiles supported on our website
 * Epilepsy Safe Profile: this profile enables people with epilepsy to safely
   use the website by eliminating the risk of seizures resulting from flashing
   or blinking animations and risky color combinations.
 * Vision Impaired Profile: this profile adjusts the website so that it is
   accessible to the majority of visual impairments such as Degrading Eyesight,
   Tunnel Vision, Cataract, Glaucoma, and others.
 * Cognitive Disability Profile: this profile provides various assistive
   features to help users with cognitive disabilities such as Autism, Dyslexia,
   CVA, and others, to focus on the essential elements more easily.
 * ADHD Friendly Profile: this profile significantly reduces distractions and
   noise to help people with ADHD, and Neurodevelopmental disorders browse,
   read, and focus on the essential elements more easily.
 * Blind Users Profile (Screen-readers): this profile adjusts the website to be
   compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A
   screen-reader is installed on the blind user’s computer, and this site is
   compatible with it.
 * Keyboard Navigation Profile (Motor-Impaired): this profile enables
   motor-impaired persons to operate the website using the keyboard Tab,
   Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M”
   (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to
   jump to specific elements.

Additional UI, design, and readability adjustments
 1. Font adjustments – users can increase and decrease its size, change its
    family (type), adjust the spacing, alignment, line height, and more.
 2. Color adjustments – users can select various color contrast profiles such as
    light, dark, inverted, and monochrome. Additionally, users can swap color
    schemes of titles, texts, and backgrounds with over seven different coloring
    options.
 3. Animations – epileptic users can stop all running animations with the click
    of a button. Animations controlled by the interface include videos, GIFs,
    and CSS flashing transitions.
 4. Content highlighting – users can choose to emphasize essential elements such
    as links and titles. They can also choose to highlight focused or hovered
    elements only.
 5. Audio muting – users with hearing devices may experience headaches or other
    issues due to automatic audio playing. This option lets users mute the
    entire website instantly.
 6. Cognitive disorders – we utilize a search engine linked to Wikipedia and
    Wiktionary, allowing people with cognitive disorders to decipher meanings of
    phrases, initials, slang, and others.
 7. Additional functions – we allow users to change cursor color and size, use a
    printing mode, enable a virtual keyboard, and many other functions.

Assistive technology and browser compatibility

We aim to support as many browsers and assistive technologies as possible, so
our users can choose the best fitting tools for them, with as few limitations as
possible. Therefore, we have worked very hard to be able to support all major
systems that comprise over 95% of the user market share, including Google
Chrome, Mozilla Firefox, Apple Safari, Opera and Microsoft Edge, JAWS, and NVDA
(screen readers), both for Windows and MAC users.

Notes, comments, and feedback

Despite our very best efforts to allow anybody to adjust the website to their
needs, there may still be pages or sections that are not fully accessible, are
in the process of becoming accessible, or are lacking an adequate technological
solution to make them accessible. Still, we are continually improving our
accessibility, adding, updating, improving its options and features, and
developing and adopting new technologies. All this is meant to reach the optimal
level of accessibility following technological advancements. If you wish to
contact the website’s owner, please use the website's form

Hide Accessibility Interface? Please note: If you choose to hide the
accessibility interface, you won't be able to see it anymore, unless you clear
your browsing history and data. Are you sure that you wish to hide the
interface?
Accept Cancel

Continue



Processing the data, please give it a few seconds...
 * Opens in a new window.
 * Opens external website.
 * Opens external website in a new window.