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 May 09 via manual from US — 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=133930319200923354351637179409" 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" ss-nav-input="" ng-non-bindable="" spellcheck="false"
    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=6190996592987927701609798471" 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=133930319200923354351637179409" 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" ss-nav-input="" ng-non-bindable="" spellcheck="false"
    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=6190996592987927701609798471" 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=133930319200923354351637179409" alt="search" class="search-form-img">
  <input class="search-header__input search__input js-search-input mobileSearchInput ng-scope" id="search-q" type="search" name="q" placeholder="Search for products or brands" aria-label="Search" ss-nav-input="" ng-non-bindable="" spellcheck="false"
    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=6190996592987927701609798471" 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="Unclear content? Search in dictionary..."
    aria-label="Unclear content? Search in dictionary..."> <i class="acsbi-search"></i> <i class="acsbi-chevron_down"></i> </form>

Text Content

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

Skip to content
Submit
Close search

Click to Shop Our Mother's Day Gift Guide

Free Shipping $79+ Order | AAPI Heritage Collection



Click to Shop Our Mother's Day Gift Guide

Free Shipping $79+ Order | AAPI Heritage Collection


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
   
   Patrón
   
   Tequila
   
   The Glenlivet
   
   Founders Reserve
   
   818 Tequila
   
   Reposado
   
   Jefferson's
   
   Rye Whiskey
   
   Keeper's Heart
   
   Whiskey

 * Wine
   
      ALL WINE
   
    * Red Wine
    * Cabernet Sauvignon
    * Red Blend
    * Pinot Noir
    * Malbec
    * Port
   
      CHAMPAGNE
   
    * White Wine
    * Chardonnay
    * Sauvignon Blanc
    * Pinot Grigio
    * Sparkling
    * Rosé
   
    * France
    * United States
    * Italy
    * Spain
    * South America
    * Australia/New Zealand
    * South Africa
   
   FEATURED
   
   Terrazas de los Andes
   
   Wines
   
   Whispering Angel
   
   Rosé Wine
   
   Perrier-Jouët
   
   Champagne
   
   Faire la Fête
   
   Champagne
   
   Lallier
   
   Champagne

 * Discover
    * New Releases
    * Limited Editions
    * Rare & Exceptional
    * Vintage Collection
    * Kentucky Derby
    * Mother's Day
   
    * Exclusives & Pre-Orders
    * AAPI Heritage Month
    * Black-Owned
    * Women-Owned
    * All Spirited Change
    * Celebrity Spirits
    * The Tasting Alliance
   
   AAPI HERITAGE MONTH
   
   LIMITED EDITIONS
   
   RARE & EXCEPTIONAL

 * Gifts & Accessories
   
      GIFTS
   
    * Top 50 Guide
    * Gift Sets
    * Gift Cards
    * Custom Engraving
    * Corporate Gifting
    * Mother's Day
   
      ACCESSORIES
   
    * Glassware
    * Mixers & Bitters
    * Barware
    * Candy
    * Cocktail Kits
   
      OCCASIONS
   
    * Birthday
    * Thank You
    * Congratulations
    * Weddings & Engagements
   
   FEATURED
   
   Highland Park
   
   Single Malt
   
   Top Gifts
   
   Spirits
   
   Ice Ball Press
   
   Barware
   
   Custom Engraved
   
   Gifts
   
   Sugarfina
   
   Candy

 * Cocktail Lounge


   
   Ship to:
   ---AKALARAZCACOCTDCDEFLGAHIIAIDILINKSKYLAMAMDMEMIMNMOMSMTNCNDNENHNJNMNVNYOHOKORPARISCSDTNTXUTVAVTWAWIWVWY
 * 
 * 
 * 
 * 

POPULAR SEARCHES

 * Sustainable Brands
 * Cointreau
 * The Macallan Double Cask 12YO

TRENDING

E. LEÓN JIMENES RUM

818 TEQUILA

PATRÓN TEQUILA

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

DISCOVER

AAPI HERITAGE MONTH

NEW RELEASES

LIMITED EDITIONS

EXCLUSIVES & PRE-ORDERS

RARE

WOMEN-OWNED

BLACK-OWNED

CELEBRITY SPIRITS

‹›

 * 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

Patrón

Tequila

The Glenlivet

Founders Reserve

818 Tequila

Reposado

Jefferson's

Rye Whiskey

Keeper's Heart

Whiskey

‹›






Wine
 * Red Wine
 * Cabernet Sauvignon
 * Malbec
 * Merlot
 * Port Wine
 * 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

Terrazas de los Andes

Wines

Whispering Angel

Rosé Wine

Perrier-Jouët

Champagne

Faire la Fête

Champagne

Lallier

Champagne

‹›






Gifts
 * Top 50 Guide
 * Gift Sets
 * Gift Cards
 * Custom Engraving
 * Mother's Day

FEATURED

Highland Park

Single Malt

Top Gifts

Spirits

Ice Ball Press

Barware

Custom Engraved

Gifts

Sugarfina

Candy

‹›






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

FEATURED

Waterford

Glassware

Sugarfina

Candy

‹›







POPULAR SEARCHES

 * Sustainable Brands
 * Cointreau
 * Basil Hayden Bourbon

TRENDING

E. LEÓN JIMENES RUM

818 TEQUILA

PATRÓN TEQUILA

‹›





GET READY FOR CINCO DE MAYO WITH


COINTREAU

A vital ingredient when the Margarita was born back in 1948, and it has stood
the test of time. If you're not using Cointreau, is it even a Margarita?

Shop Now

KENTUCKY DERBY 148 PRESENTED BY


WOODFORD RESERVE

Here’s your opportunity to own this year’s limited-edition bottle by Kentucky
equine artist Jaime Corum, titled “Dreams in Bloom.”

Shop Now

THE FIRST BOTTLED BOURBON


OLD FORESTER

Established in 1870, Old Forester is Kentucky bourbon at its finest.

Shop Now

AN ELEGANT BESPOKE CREATION


PRÓSPERO TEQUILA

Designed by one of Mexico's premier female Master Distillers, Próspero is a
hand-crafted spirit that offers an unparalleled flavor with a smooth, elegant,
and perfectly balanced finish.

Shop Now

AWARD-WINNING, AGAVE-FORWARD TEQUILA 


EL TESORO

Taste the fruity, floral flavor of the Jalisco Highlands-grown blue agave in
every drop. One sip, and you'll understand why El Tesoro is considered a work of
art.

ORDER NOW

New Limited Edition


THE MACALLAN

Give the gift set to be on every whisky lover’s wish list this Father's Day: The
Macallan Harmony Collection Rich Cacao. Created in collaboration with a renowned
Michelin Star Pastry Chef & thoughtfully presented in a sustainable gift box
crafted from discarded cacao husks, this is the ideal gift for the eco-conscious
whisky connoisseur if ever there were one.

GIFT NOW

Reach above the top shelf


CINCORO TEQUILA

Elevate your CINCORO de Mayo. Celebrate tequila season with the most elite
expression of the spirit: a meticulous blend of highland and lowland agave
tequilas, and cellar-aged over two years. One sip and you will know tequila’s
next level. Raise a glass with your friends this May and toast a life well
played.

Shop Now

Simply Perfect


PATRÓN TEQUILA

Masterfully crafted using only the finest ingredients, Patrón Tequila turns
every margarita into an ultra-premium cocktail. Smooth, sweet and perfect for
mixing, Patrón Silver is the perfect choice for your Cinco de Mayo fiesta.

Shop Now

America’s Most Awarded Canned Cocktails


CUTWATER CANNED COCKTAILS

Cutwater celebrates those who work smarter, not harder and know that enjoying a
bar-quality cocktail is as easy as cracking open one of our cans. With over 20
different cocktails made with our award-winning spirits, there's something for
everyone.

Shop Now

MOTHER'S DAY IS MAY 8


GERARD BERTRAND

Skip the flowers and brighten Mom's day with an exceptional and beautiful rosé.

Shop Now

GET READY FOR CINCO DE MAYO WITH


COINTREAU

A vital ingredient when the Margarita was born back in 1948, and it has stood
the test of time. If you're not using Cointreau, is it even a Margarita?

Shop Now

KENTUCKY DERBY 148 PRESENTED BY


WOODFORD RESERVE

Here’s your opportunity to own this year’s limited-edition bottle by Kentucky
equine artist Jaime Corum, titled “Dreams in Bloom.”

Shop Now

THE FIRST BOTTLED BOURBON


OLD FORESTER

Established in 1870, Old Forester is Kentucky bourbon at its finest.

Shop Now

AN ELEGANT BESPOKE CREATION


PRÓSPERO TEQUILA

Designed by one of Mexico's premier female Master Distillers, Próspero is a
hand-crafted spirit that offers an unparalleled flavor with a smooth, elegant,
and perfectly balanced finish.

Shop Now

AWARD-WINNING, AGAVE-FORWARD TEQUILA 


EL TESORO

Taste the fruity, floral flavor of the Jalisco Highlands-grown blue agave in
every drop. One sip, and you'll understand why El Tesoro is considered a work of
art.

ORDER NOW

New Limited Edition


THE MACALLAN

Give the gift set to be on every whisky lover’s wish list this Father's Day: The
Macallan Harmony Collection Rich Cacao. Created in collaboration with a renowned
Michelin Star Pastry Chef & thoughtfully presented in a sustainable gift box
crafted from discarded cacao husks, this is the ideal gift for the eco-conscious
whisky connoisseur if ever there were one.

GIFT NOW

Reach above the top shelf


CINCORO TEQUILA

Elevate your CINCORO de Mayo. Celebrate tequila season with the most elite
expression of the spirit: a meticulous blend of highland and lowland agave
tequilas, and cellar-aged over two years. One sip and you will know tequila’s
next level. Raise a glass with your friends this May and toast a life well
played.

Shop Now

Simply Perfect


PATRÓN TEQUILA

Masterfully crafted using only the finest ingredients, Patrón Tequila turns
every margarita into an ultra-premium cocktail. Smooth, sweet and perfect for
mixing, Patrón Silver is the perfect choice for your Cinco de Mayo fiesta.

Shop Now

America’s Most Awarded Canned Cocktails


CUTWATER CANNED COCKTAILS

Cutwater celebrates those who work smarter, not harder and know that enjoying a
bar-quality cocktail is as easy as cracking open one of our cans. With over 20
different cocktails made with our award-winning spirits, there's something for
everyone.

Shop Now

MOTHER'S DAY IS MAY 8


GERARD BERTRAND

Skip the flowers and brighten Mom's day with an exceptional and beautiful rosé.

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


ELEVATE YOUR MARGARITA WITHCOINTREAU

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

Because it's not a Margarita if you're not using Cointreau.


EXCEPTIONAL FLAVOR, VIBRANT FINISH E. LEÓN JIMENES RUM

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

Made by experts, especially for the bold type. Dare to try it? You won’t regret
it.


LIGHTS. ACTION. HOLLYWOOD.MEET OUR CELEBRITY SPIRITS

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

Explore our famously popular collection of spirits.

Explore our


FEATURED GIFTS

 * Johnnie Walker Blue Label®
   Custom Engraving
   Special Promotion
   Johnnie Walker
   Johnnie Walker Blue Label®
   
   Regular price $243.00
   Shop Now
 * Don Julio 1942
   Custom Engraving
   Sustainable
   Don Julio
   Don Julio 1942
   
   Regular price $203.00
   Shop Now
 * Dos Hombres Espadin Mezcal
   Custom Engraving
   Dos Hombres
   Dos Hombres Espadin Mezcal
   
   Regular price $65.00
   Shop Now
 * Tequila Casa Dragones Joven Personalized
   Custom Engraving
   Special Promotion
   Women-Owned
   Casa Dragones
   Tequila Casa Dragones Joven Personalized
   
   Regular price $285.00
   Shop Now
 * THE BOTANIST®
   Special Promotion
   Sustainable
   The Botanist
   THE BOTANIST®
   
   Regular price $38.00
   Shop Now
 * The Macallan Double Cask 15 Years Old
   Special Promotion
   The Macallan
   The Macallan Double Cask 15 Years Old
   
   Regular price $173.00
   Shop Now
 * The Glenlivet Caribbean Reserve
   Custom Engraving
   Special Promotion
   The Glenlivet
   The Glenlivet Caribbean Reserve
   
   Regular price $52.00
   Shop Now
 * Cointreau
   
   Cointreau
   Cointreau
   
   Regular price $48.00
   Shop Now
 * Heaven's Door Cask Strength Straight Bourbon by ReserveBar (Limited Edition)
   Limited Edition
   Special Promotion
   Heaven's Door
   Heaven's Door Cask Strength Straight Bourbon by ReserveBar (Limited Edition)
   
   Regular price $63.00
   Shop Now
 * Patrón Reposado
   Custom Engraving
   Special Promotion
   Patrón
   Patrón Reposado
   
   Regular price $68.00
   Shop Now
 * No.3 London Dry Gin
   Special Promotion
   No.3
   No.3 London Dry Gin
   
   Regular price $45.00
   Shop Now
 * Jameson Orange
   
   Jameson
   Jameson Orange
   
   Regular price $31.00
   Shop Now
 * Maker's 46 Bourbon Whisky with 4 Markham Marquis by Waterford Double Old
   Fashioned Glasses
   Custom Engraving
   Maker's Mark
   Maker's 46 Bourbon Whisky with 4 Markham Marquis by Waterford Double Old
   Fashioned Glasses
   
   Regular price $102.00
   Shop Now
 * JEFFERSON’S OCEAN AGED AT SEA® RYE WHISKEY
   Custom Engraving
   Jefferson's
   JEFFERSON’S OCEAN AGED AT SEA® RYE WHISKEY
   
   Regular price $93.00
   Shop Now
 * El Tesoro™ Extra Añejo Tequila
   Custom Engraving
   El Tesoro
   El Tesoro™ Extra Añejo Tequila
   
   Regular price $196.00
   Shop Now
 * Moët & Chandon Rosé Impérial with Sugarfina Rosé All Day 3pc Candy Bento Box
   Custom Engraving
   Moet & Chandon
   Moët & Chandon Rosé Impérial with Sugarfina Rosé All Day 3pc Candy Bento Box
   
   Regular price $91.00
   Shop Now
 * Jose Cuervo® Tradicional® Cristalino
   Custom Engraving
   Jose Cuervo
   Jose Cuervo® Tradicional® Cristalino
   
   Regular price $45.00
   Shop Now
 * Ferreira Port Dona Antónia Tawny 20 Years Old
   Special Promotion
   Ferreira Port
   Ferreira Port Dona Antónia Tawny 20 Years Old
   
   Regular price $73.00
   Shop Now
 * Corralejo Silver
   Special Promotion
   Corralejo Tequila
   Corralejo Silver
   
   Regular price $34.00
   Shop Now
 * Della Vite Superiore DOCG & Olio di Casa Extra Virgin Olive Oil
   
   Della Vite
   Della Vite Superiore DOCG & Olio di Casa Extra Virgin Olive Oil
   
   Regular price $63.00
   Shop Now

TOUT CONTENT


IN HONOR OFAAPI HERITAGE MONTH

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

Join us as we celebrate the Asian American and Pacific Islander-owned brands
making incredible spirits.


SMOOTH HAS AN EDGE.JOSE CUERVO®

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

Introducing Tradicional® Cristalino. A crystal-clear aged tequila with all the
energy of a classic Cuervo night, now even smoother than ever.

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




PERFECT FOR INSTANT GIFTINGGIFT CARDS

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

Pick a value. Select a message. Schedule an arrival date. ReserveBar Gift Cards
are the perfect gifts.

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

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


 * Opens in a new window.
 * Opens external website.
 * Opens external website in a new window.




English
Accessibility Adjustments
Reset Settings Statement Hide Interface

Choose the right accessibility profile for you
OFF ON
Seizure Safe Profile Clear flashes & 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 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
ADHD Friendly Profile More focus & 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
Cognitive Disability Profile Assists with reading & 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
Keyboard Navigation (Motor) Use 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.
OFF ON
Blind Users (Screen Reader) Optimize website for screen-readers
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.
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...