Bitters Bottles
Bitters Bottles | Precise Bar Dispensers :root { --gold: #C4963A; --dark: #1A1714; --warm-bg: #FAF7F2; --cream: #F5F0E8; --rule: #E8E4DE; --body: #3D3830; --muted: #4A4340; --faint : #77706A; --sketch: #6B5B3E; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 16px; } body { font-family: 'Inter', sans-serif; line-height: 1.7; color: var(--body); background: #fff; } .pdp3-serif { font-family: 'Cormorant Garamond', Georgia, serif; } .pdp3-label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; } .pdp3-btn-primary { display: block; width: 100%; padding: 18px 32px; background: var(--gold); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s; } .pdp3-btn-primary:hover { background: #B5882E; border-color: #B5882E; } .pdp3-link-secondary { display: block; text-align: center; font-size: 13px; color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0; } .pdp3-stars { color: var(--gold); letter-spacing: 2px; } .pdp3-pill { display: inline-block; border: 1px solid var(--rule); border-radius: 9999px; padding: 5px 15px; font-size: 13px; color: var(--muted); line-height: 1.4; } .pdp3-thumb-wrapper { position: relative; padding: 0 14px; } .pdp3-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; } .pdp3-thumb { cursor: pointer; border: 2px solid transparent; transition: border-color .2s; overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; } .pdp3-thumb:hover, .pdp3-thumb.pdp3-active { border-color: var(--gold); } .pdp3-thumb-chevron { position: absolute; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.95); border: 1px solid var(--rule); font-size: 18px; line-height: 1; cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center; color: var(--dark); box-shadow: 0 1px 5px rgba(0,0,0,.18); padding: 0; transition: background .15s, opacity .15s; } .pdp3-thumb-chevron:hover { background: #fff; } .pdp3-thumb-prev { left: -13px; } .pdp3-thumb-next { right: -13px; } .pdp3-qty { display: inline-flex; border: 1px solid var(--rule); } .pdp3-qty button { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--muted); background: none; border: none; cursor: pointer; } .pdp3-qty span { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); } .pdp3-num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; } .pdp3-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; } .pdp3-fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; } .pdp3-fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; } .pdp3-comp { width: 100%; border-collapse: collapse; } .pdp3-comp th, .pdp3-comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); } .pdp3-comp td:not(:first-child), .pdp3-comp th:not(:first-child) { text-align: center; } .pdp3-comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; } .pdp3-comp th:first-child { color: var(--faint); } .pdp3-comp .pdp3-adv { color: var(--dark); font-weight: 500; } .pdp3-comp .pdp3-dis { color: var(--faint); } .pdp3-comp tr:nth-child(even) td { background: var(--warm-bg); } .pdp3-comp tr:nth-child(even) td.pdp3-adv { background: #F0EAE0; } .pdp3-check { color: var(--gold); font-weight: 700; } .pdp3-spec-row { display: flex; border-bottom: 1px solid var(--rule); } .pdp3-spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; } .pdp3-spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); } .pdp3-contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; } .pdp3-review-card { background: var(--warm-bg); padding: 28px; } .pdp3-faq-item { border-bottom: 1px solid var(--rule); } .pdp3-faq-q { width: 100%; text-align: left; padding: 22px 0; font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--dark); background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; } .pdp3-faq-q:hover { color: var(--gold); } .pdp3-faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; } .pdp3-faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; } .pdp3-faq-a.pdp3-open { display: block; } .pdp3-faq-icon.pdp3-open { transform: rotate(45deg); } .pdp3-acc-btn { width: 100%; text-align: left; padding: 18px 0; font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--dark); background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--rule); } .pdp3-acc-btn:hover { color: var(--gold); } .pdp3-acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; } .pdp3-acc-icon.pdp3-open { transform: rotate(45deg); } .pdp3-acc-icon.chev { font-size: 14px; } .pdp3-acc-icon.chev.pdp3-open { transform: rotate(180deg); } .pdp3-acc-body { display: none; padding-bottom: 28px; } .pdp3-acc-body.pdp3-open { display: block; } .pdp3-sketch-wrap { background: var(--cream); border: 1px solid var(--rule); padding: 32px 24px; margin-bottom: 24px; } .pdp3-sketch-caption { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); text-align: center; margin-top: 14px; } @media(max-width:480px){svg[data-fa19-ings="truffle"]{transform:translateX(-18%)}} .pdp3-cs-card { background: var(--warm-bg); overflow: hidden; } .pdp3-cs-info { padding: 16px 18px; } .pdp3-swatch { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--rule); cursor: pointer; padding: 0; flex-shrink: 0; transition: all .2s; } .pdp3-swatch:hover { transform: scale(1.1); } .pdp3-swatch.pdp3-active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); } .pdp3-save-badge { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; align-self: center; } .pdp3-hc-sep { display: none; } .pdp3-hc-item { display: inline-block; margin-right: 14px; } .pdp3-hc-item::before { content: "•"; font-weight: 700; font-style: normal; color: var(--gold); margin-right: 5px; } .pdp3-sec4-body, .pdp3-sec9-body { max-height: 5.25em; overflow: hidden; } .pdp3-sec4-body.pdp3-expanded, .pdp3-sec9-body.pdp3-expanded { max-height: 200em; } .pdp3-why-toggle-icon { display: none; } .pdp3-why-toggle-row { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; } @media (max-width: 749px) { .pdp3-why-toggle-row { display: block; } .pdp3-why-toggle-icon { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0; color: #fff; background: var(--gold); border-radius: 3px; padding: 2px 9px; vertical-align: middle; line-height: 1.5; } .pdp3-why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; } .pdp3-why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; } .pdp3-why-desc.pdp3-open { max-height: 20em; margin-top: 10px !important; } } @media (max-width: 749px) { .pdp3-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; } .pdp3-two-col { grid-template-columns: 1fr !important; gap: 32px !important; } .pdp3-divider { display: none !important; } .pdp3-usp-grid { grid-template-columns: repeat(2,1fr) !important; } .pdp3-num-three { grid-template-columns: 1fr !important; } .pdp3-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; } .pdp3-four-col { grid-template-columns: repeat(2,1fr) !important; } .pdp3-three-col { grid-template-columns: 1fr !important; } .pdp3-tri-col { grid-template-columns: 1fr !important; } .pdp3-toc-grid { grid-template-columns: repeat(2,1fr) !important; } .pdp3-buybox-col { min-width: 0; } .pdp3-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; } .pdp3-comp { min-width: 540px; } /* comp-mobile-layout */ /* Mobile: cap each column-header name at 4 lines (keeps th as table-cell; the span becomes the clamped box so column layout is preserved). */ .pdp3-comp th .pdp3-comp-th-name { display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; } /* Mobile: freeze the first column (row labels) so it stays visible while the chart scrolls horizontally. Opaque bg + right divider/shadow. */ .pdp3-comp th:first-child, .pdp3-comp td:first-child { position: sticky; left: 0; background: var(--warm-bg); z-index: 1; box-shadow: 1px 0 0 var(--rule), 4px 0 6px -4px rgba(0,0,0,0.12); } /* comp-mobile-v2 */ /* compact treatment (bold questions, smaller type, wider answer cols) */ #section-comparison { padding: 44px 0 !important; } #section-comparison h2.pdp3-serif { font-size: 21px !important; line-height: 1.25 !important; } .pdp3-comp { min-width: 0 !important; } .pdp3-comp th, .pdp3-comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; } .pdp3-comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; } .pdp3-comp th small { font-size: 8px !important; } .pdp3-comp th .pdp3-comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; } .pdp3-comp th:first-child, .pdp3-comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; } .pdp3-comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; } h1.pdp3-serif { font-size: 26px !important; text-align: center !important; } h2.pdp3-serif { font-size: 22px !important; } .pdp3-hero-label { display: block !important; text-align: center !important; } .pdp3-nav-links { display: none !important; } .pdp3-main-img { aspect-ratio: 4/3 !important; } .pdp3-main-img #mainImg { object-fit: contain !important; object-position: center center !important; } .pdp3-breadcrumb { display: none !important; } .pdp3-thumb-wrapper { display: none !important; } .pdp3-thumb-strip { display: none !important; } .pdp3-hero-caption { display: none !important; } .pdp3-h1-sub { display: none !important; } .pdp3-hero-sec { padding-top: 8px !important; padding-bottom: 8px !important; } .pdp3-buybox-desc { display: none !important; } .pdp3-buybox-quote { display: block !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 10px !important; } .pdp3-buybox-quote .pdp3-quote-attr { display: none !important; } .pdp3-buybox-stars { margin-bottom: 10px !important; } .pdp3-buybox-price { margin-bottom: 12px !important; } .pdp3-mobile-color-qty { display: flex !important; align-items: center; justify-content: space-between; margin-bottom: 16px; } .pdp3-mobile-color-qty .pdp3-buybox-variant { margin-bottom: 0 !important; } .pdp3-mobile-color-qty .pdp3-buybox-qty { margin-bottom: 0 !important; } .pdp3-hc-br { display: none !important; } .pdp3-hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; } #caption-band { display: none !important; } .pdp3-complete-set-grid { grid-template-columns: 1fr !important; } .pdp3-complete-set-left { padding: 40px 24px !important; } .pdp3-complete-set-img { min-height: 280px !important; } } @media (min-width: 750px) and (max-width: 1099px) { .pdp3-hero-grid { grid-template-columns: 1fr !important; gap: 16px !important; } .pdp3-main-img { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; } .pdp3-thumb-wrapper { display: none !important; } .pdp3-thumb-strip { display: none !important; } #caption-inline { display: none !important; } #caption-band { display: block !important; } } @media (min-width: 1100px) { #caption-inline { display: none !important; } #caption-band { display: block !important; } } @media (min-width: 750px) { .pdp3-stripe-break { padding: 48px 0 !important; } } @media (min-width: 1100px) { .pdp3-stripe-break { padding: 64px 0 !important; } } .pdp3-q7-a-text { display: none; } .pdp3-q7-item[data-open="true"] .pdp3-q7-q-text { display: none; } .pdp3-q7-item[data-open="true"] .pdp3-q7-a-text { display: inline; } .pdp3-q7-plus::before { content: '+'; } .pdp3-q7-item[data-open="true"] .pdp3-q7-plus::before { content: '×'; } .pdp3-q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; } function toggleQ7item(el) { var open = el.getAttribute('data-open') === 'true'; el.setAttribute('data-open', open ? 'false' : 'true'); } function toggleWhyDesc(id) { var desc = document.getElementById(id); var icon = document.getElementById(id + '-icon'); if (!desc) return; var isOpen = desc.classList.contains('pdp3-open'); desc.classList.toggle('pdp3-open', !isOpen); if (icon) icon.textContent = isOpen ? '+' : '−'; } function toggleComp() { var extra = document.getElementById('comp-extra'); var link = document.getElementById('comp-link'); if (!extra) return; var isOpen = extra.style.display !== 'none'; extra.style.display = isOpen ? 'none' : 'table-row-group'; if (link) { if (!link.dataset.openText) link.dataset.openText = link.textContent; link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \u2212'; } } function toggleSec4() { var bodies = document.querySelectorAll('.pdp3-sec4-body'); var btn = document.getElementById('sec4-toggle'); var expanded = bodies.length > 0 && bodies[0].classList.contains('pdp3-expanded'); for (var i = 0; i < bodies.length; i++) { bodies[i].classList.toggle('pdp3-expanded', !expanded); } if (btn) btn.textContent = expanded ? 'Read more \u25be' : 'Show less \u25b4'; } function toggleSec9() { var bodies = document.querySelectorAll('.pdp3-sec9-body'); var btn = document.getElementById('sec9-toggle'); var expanded = bodies.length > 0 && bodies[0].classList.contains('pdp3-expanded'); for (var i = 0; i < bodies.length; i++) { bodies[i].classList.toggle('pdp3-expanded', !expanded); } if (btn) btn.textContent = expanded ? 'Read more \u25be' : 'Show less \u25b4'; } document.addEventListener('DOMContentLoaded', function() { /* Auto-hide Read More toggle if content already fits */ function checkOverflow(cls, btnId) { var bodies = document.querySelectorAll('.' + cls); var overflows = false; for (var i = 0; i < bodies.length; i++) { if (bodies[i].scrollHeight > bodies[i].clientHeight + 2) { overflows = true; break; } } var btn = document.getElementById(btnId); if (btn) btn.style.display = overflows ? '' : 'none'; } checkOverflow('pdp3-sec4-body', 'sec4-toggle'); checkOverflow('pdp3-sec9-body', 'sec9-toggle'); }); /* comp-disc-collapse-v1 */.comp-disc-more{display:none;}@media (max-width:749px){.comp-disc{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.comp-disc.cd-open{display:block;-webkit-line-clamp:unset;overflow:visible;}.comp-disc-more{display:inline-block;background:none;border:none;padding:2px 0 0;margin:0;font-size:11px;color:var(--gold);text-decoration:underline;cursor:pointer;font-style:italic;}} /* comp-close-mobile-v1 */@media (max-width:749px){.cc-mob-hide{display:none;}} ShopCookwareTablewarePantry CHEF'S MANDALA SearchAccountCart (0) ‹ › Glass bottleDishwasher safe Synthetic corkHand wash cork Perfect pour spoutDesigned in California A Bar Above Precision Glass Bitters Dispensers Glass · Dishwasher Safe · Multiple Sizes "The perfect pour spout and resilient synthetic cork elevate my bar setup." A., verified buyer ★★★★★ 4.6 · 112 reviews $29 Color: Clear Glass − 1 + Add to Cart: $29 Buy it now 4 × $7 · ShopPay Free shipping on qualifying orders Designed in California and made in China, these glass bitters bottles offer precision and style, featuring synthetic corks and perfect pour spouts for exact dashing. Glass bottleDishwasher safe Synthetic corkHand wash cork Perfect pour spoutDesigned in California Click here to find out →Right for you? →Vs. famous brands →What's different →Why buyers choose it →Specifications →How it compares→FAQ ↓Complete the look What you notice first How is Bitters Bottles different? (What makes glass bitters bottles different from typical alternatives) GLASS Crafted from high-quality glass, these bottles add elegance and allow you to see contents clearly. CORK The durable synthetic cork ensures a tight seal, preserving the quality of bitters. PRECISION The pour spout is engineered for exact dashing, ensuring consistency in your cocktails. VARIETY Available in two sizes, these bottles fit seamlessly into any bar setup. Read more ▾ Why ordinary bitters bottles fall short standard issue fades · loses its edge artisan quality holds quality · builds story OXO makes reliable kitchen tools, but their bitters bottles often lack precision pouring and aesthetic appeal, which A Bar Above offers. mass-produced identical vs. hand-crafted individual Before you decide "If the OXO range meets your basic needs but lacks flair, consider stepping up." "If what you want is a glass bottle designed in California, this is it." At a glance Is this bottle right for you? Choose this bottle ✓ *Perfect for precision pours* Ideal for those who value accuracy in cocktail-making and a professional bar aesthetic. ✓ *Enhances bar presentation* Transforms your bar setup into an organized and visually appealing station. ✓ *Multiple sizes available* Comes in 1.7 oz and 3.4 oz options to suit different needs. ✓ *Easy to clean* Dishwasher safe for convenience, with hand wash recommended for cork. Skip this bottle if ✗ *If you rarely use bitters* Consider skipping if bitters are not a staple in your cocktail recipes. ✗ *Prefer branded bottles* Stick with branded bitters bottles if you prefer a uniform look. ✗ *Budget constraints* Might not be necessary if you're not looking to invest in bar aesthetics. ✗ *Minimalist setups* If you prefer a minimalistic bar, these may not be needed. Best for → *Professional bartenders* Who need durable and precise tools for their cocktail stations. → *Home cocktail enthusiasts* Looking to elevate their home bar with stylish and functional accessories. → *Gift buyers* Searching for a unique and practical gift for cocktail lovers. → *Design-conscious individuals* Who appreciate coordinated and appealing bar setups. Complete the lookCompletethe look Gold Julep StrainerBarware Add to cart Gold Metal Cocktail StrawsBarware Add to cart Gold Fine Mesh StrainerBarware Add to cart Add All 3 to Cart 3 items Hand-picked pieces that coordinate with this one. (function(){var sec=document.getElementById('section-complete-set');if(!sec||sec.__ctlInit)return;sec.__ctlInit=true;function post(items){return fetch('/cart/add.js',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({items:items})});}function resolve(handle,id){return fetch('/products/'+handle+'.js').then(function(r){if(!r.ok)throw 'gone';return r.json();}).then(function(pr){var vs=pr.variants||[];var v=null;if(id){v=vs.filter(function(x){return String(x.id)===String(id)&&x.available;})[0];}if(!v){v=vs.filter(function(x){return x.available;})[0];}if(!v)throw 'oos';return v.id;});}function add(handle,id,btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';function reset(txt){btn.textContent=txt;setTimeout(function(){btn.disabled=false;btn.textContent=orig;},1800);}resolve(handle,id).then(function(vid){return post([{id:vid,quantity:1}]);}).then(function(r){if(!r||!r.ok)throw 'oos';reset('Added');}).catch(function(e){reset(e==='gone'?'Unavailable':'Out of stock');});}function addAll(btn){var orig=btn.textContent;btn.disabled=true;btn.textContent='Adding...';var bs=[].slice.call(sec.querySelectorAll('.ctl-add'));Promise.all(bs.map(function(b){return resolve(b.dataset.handle,b.dataset.vid||'').then(function(vid){return {id:vid,quantity:1};},function(){return null;});})).then(function(arr){var items=arr.filter(function(x){return x;});if(!items.length)throw 'oos';return post(items).then(function(r){if(!r||!r.ok)throw 'oos';return items.length;});}).then(function(nc){btn.textContent='Added '+nc+' to cart';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2000);}).catch(function(){btn.textContent='Unavailable';setTimeout(function(){btn.disabled=false;btn.textContent=orig;},2200);});}sec.querySelectorAll('.ctl-add').forEach(function(b){b.addEventListener('click',function(e){e.preventDefault();add(b.dataset.handle,b.dataset.vid||'',b);});});var all=sec.querySelector('.ctl-add-all');if(all){all.addEventListener('click',function(e){e.preventDefault();addAll(all);});}})(); Buyer profile Why buyers choose Bitters Bottles Enhances Bar Aesthetics + Transforms any cocktail station into a visually appealing and organized space. Precision Pouring + Ensures each dash is measured accurately, enhancing cocktail consistency. Easy Maintenance + Dishwasher safe design ensures easy cleaning and maintenance. Material Glass ensures clarity and elegance. Care Dishwasher safe, hand wash cork. Design Crafted in California for style and precision. @media(max-width:639px){.pdp-vb1-tri{grid-template-columns:1fr !important;}.pdp-vb1-tri>div:first-child,.pdp-vb1-tri>div:last-child{display:none !important;}} Glass clarity · Precision pouring · Dishwasher safe Add to Cart: $29 For those who value style and precision, A Bar Above's Bitters Bottles transform any bar setup into a professional station. 01 Built to Last Crafted from glass, these bitters bottles are designed for durability. The synthetic cork ensures longevity, preserving your bitters' quality. 02 Visual Appeal The elegant glass design elevates your bar's aesthetics, making it a centerpiece of your cocktail setup. 03 Value Over Time Investing in quality, these bottles offer long-term use, reducing the need for frequent replacements. Read more ▾ Enhance your bar's organization and appeal. Add to Cart: $29 What changes after you buy it Your bar becomes a professional setup. Before owning these, your bitters were likely stored in mismatched bottles. Now, every dash is precise and your bar is more organized. Elevate your cocktail experience with a touch of elegance. What the Bitters Bottles are made of, and how they're built Expand each group for full detail. Dimensions & Weight+ Small Bottle 1.7 oz (48 g) Large Bottle 3.4 oz (96 g) Sizes suit different bar needs. Materials+ Bottle Glass Cork Synthetic High-quality materials enhance durability. Care & Use+ Cleaning Dishwasher safe; hand wash cork Easy maintenance for frequent use. Contents+ Includes Bottle, Cork, Funnel, Dust Cover Complete kit for immediate use. All specifications are based on current product details. The assumption most buyers get wrong Bitters bottles are just containers. They're not. Many believe bitters bottles are mere containers for storing bitters. A Bar Above's design elevates them into essential bar tools. Precision and aesthetics make these bottles indispensable for serious bartenders. The one-sentence decision Choose style and precision for your bar. Transform your bar setup with A Bar Above's Bitters Bottles. Precision pouring and elegant design make them a must-have for any cocktail enthusiast. Elevate your bar experience with style and precision. Who this is for Professional bartenders who need reliable tools, home enthusiasts aiming for a polished bar setup, and gift buyers seeking unique items for cocktail lovers. Material performance What each material does in daily use Glass finish Glass Comparison of glass quality across types. · Clarity and Elegance The glass used in A Bar Above's Bitters Bottles ensures superior clarity and an elegant look. · Durability in Use The synthetic cork enhances durability, ensuring a tight seal and preserving bitters. · Precision Pouring The spout design promotes precision in dashing, essential for consistent cocktails. "Pouring bitters has never been more precise or stylish." How it compares Precision Glass Bitters Dispensers (A Bar Above) Le CreusetSignature Enameled Cast Iron Dutch Oven StaubEnameled Cast Iron Cocotte Zwilling J.A. HenckelsPro Chef's Knife All-CladStainless Steel Fry Pan Cleaning Dishwasher safe; hand wash cork Dishwasher-Safe Dishwasher safe, hand wash recommended Dishwasher safe, hand wash recommended Hand wash recommended; dishwasher safe Includes Bottle, Cork, Funnel, Dust Cover — Cocotte with lid Knife only Fry pan only Material Glass cast iron cast iron stainless steel stainless steel Country of Origin China France France Germany USA Price range $29 $270.00 - $650.00 $299-$399 $199.99 $139.99 Competitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7/9/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us. Show more See full comparison + (1 more dimension) Enjoy the elegance and clarity of true glass construction, offering a timeless and sophisticated touch to your barware. Choose a other alternative, and the synthetic cork may not seal tightly, leading to unwanted leaks. BITTERS BOTTLES A Bar Above Elevate your bar with precision and style. Add to Cart: $29 Where it shines Perfect occasions for Bitters Bottles · Cocktail Parties Impress guests with precise dashes and elegant presentation. · Home Bars Enhance your home setup with a stylish, organized feel. · Gifting An ideal gift for cocktail enthusiasts and professional bartenders. · Mixology Classes Perfect for educational settings where precision matters. · Professional Bars Upgrade bar stations with reliable, visually appealing tools. Transform your bar, transform your cocktail experience. Bitters Bottles are for those who care. Add to Cart: $29 The material definition Why glass is the superior choice Standard standard construction vs. High-quality glass higher-grade construction standard High-quality glass lower higher → Comparison of glass quality across types. Read the full explanation ▾ High-quality glass provides superior clarity and elegance, making it ideal for showcasing contents. Unlike plastic, it doesn't leach chemicals and retains its pristine look over time. These bottles are crafted from durable glass, ensuring longevity and resistance to wear. The synthetic cork enhances its performance by providing a tight seal. A Bar Above's glass bitters bottles offer a perfect balance of style and functionality, ideal for professional and home use. Choose glass for clarity and durability. The production process Crafting precision pourers raw materials 1: source shaped & formed 2 - form Precision spout 3 - craft individual result 4 - finish Four-step production process from design to finish. Read the full explanation ▾ While mass-produced alternatives may lack attention to detail, A Bar Above's bitters bottles are designed for precision. Each component is carefully crafted to ensure durability and style. Hand-assembled with a focus on quality, these bottles showcase the beauty of individual craftsmanship, ensuring each piece is unique. Quality and individuality are key to our process. The manufacturing context Origin and brand tradition glass origins hand-craft regional design precision adopted brand founding bitters bottles Timeline of A Bar Above's brand and product evolution. Read the full explanation ▾ Drawing from a rich tradition of glass craftsmanship, A Bar Above combines modern design with traditional techniques to create products that stand out for their quality and elegance. The brand's commitment to precision and design excellence is evident in their choice to manufacture in a context that honors these values. Invest in a product rooted in quality and tradition. Add to Cart: $29 From buyers who buy it ★★★★★ Verified buyer "These bitters bottles have transformed my home bar. Each dash is precise and the design is stunning." Liam P., home bartender, 6 months ago ★★★★★ Verified buyer "The precision pouring spout makes all the difference in my cocktails. A must-have for any enthusiast." Emma R., professional mixologist, 3 months ago ★★★★★ Verified buyer "Beautiful design and functionality. These bottles are a perfect addition to my bar setup." Noah L., cocktail enthusiast, 1 year ago Pairs naturally with Complete your bar setup Explore complementary tools for a professional bar. A Bar Above Amber Atomizer / Eye Dropper Set Precision aromatic control A Bar Above Black Atomizer / Eye Dropper Set Elegant and precise A Bar Above Gold Pour Spout Smooth pouring action A Bar Above Complete 3-Piece Bar Strainer Set Stylish mixing set About A Bar Above Crafting accessible cocktail excellence Founded by Chris and Julia Tunstall, A Bar Above merges cocktail education with professional bar tools. Based in California, the brand designs products for both home and professional use, emphasizing durability and functionality. A Bar Above is committed to reducing friction in cocktail-making, offering tools that enhance the bar experience while retaining a polished, professional look. Caring for your set Four steps to maintain precision 1 Use regularly Regular use maintains the bottle's precision and functionality. 2 Clean properly Dishwasher safe, but hand wash corks to preserve longevity. 3 Store carefully Keep in a cool, dry place to maintain quality. 4 Inspect periodically Check for wear and replace corks if necessary. With proper care, your bitters bottles will serve you for years with consistent performance. Final verdict The ultimate choice for precision and style A Bar Above's Bitters Bottles offer a blend of style and functionality, elevating any bar setup. Investing in these bottles ensures precise dashing and an organized, aesthetic bar. Perfect for both professional and home use, they are a valuable addition to any cocktail enthusiast's toolkit. → Glass bottles with synthetic corks for durability → Designed in California for precision and style → Dishwasher safe for easy maintenance → Perfect pour spout ensures accuracy in dashing Transform your cocktail experience with tools that embody precision and elegance. Add to Cart: $29 Or buy it now The questions buyers ask before deciding What sizes do these bitters bottles come in?+ These bitters bottles are available in two sizes: 1.7 oz and 3.4 oz, offering flexibility for different bar needs. What's the best way to clean these glass bitters bottles without damaging the synthetic cork or precision pour spout?+ The glass bottles themselves are dishwasher safe and won't crack or cloud, but to preserve the tight seal and flexibility of the synthetic cork, hand wash it separately with warm soapy water, this prevents the cork from becoming brittle over time, unlike natural corks that degrade quickly. Besides bitters, what other cocktail ingredients or bar liquids can I store in these precision pour bottles?+ Yes, these bottles excel with any liquid requiring precise dosing—homemade tinctures, aromatic bitters, saline solutions, citrus oils, and specialty cocktail modifiers all benefit from the controlled pour spout. The glass won't absorb flavors or odors, so you can switch between liquids without cross-contamination that plastic bottles suffer from. If the synthetic cork wears out after years of use, can I replace it without buying an entirely new bottle?+ Yes, the synthetic corks are fully replaceable using standard tapered bar bottle corks available from barware suppliers. Unlike bottles with integrated one-piece stoppers that become useless when the seal fails, this modular design means your investment lasts, simply order replacement corks instead of discarding perfectly good glass bottles. How do A Bar Above's precision bitters bottles outperform generic dasher bottles in terms of pour control and build quality?+ A Bar Above's design features a calibrated metal dasher insert that delivers consistent 6-8 drop pours (not the erratic glugs from cheap plastic dashers), plus a perfectly tapered synthetic cork that creates an airtight seal preventing evaporation and oxidation, something loose-fitting corks on discount bottles fail to prevent, leaving your expensive bitters flat within weeks. Do they come with any accessories?+ Yes, each bottle comes with a funnel and dust cover to facilitate easy filling and maintain cleanliness. Are these bitters bottles durable and precise enough for high-volume professional bar environments, or just home use?+ Absolutely, these bottles meet commercial bar standards with reinforced glass that withstands nightly service, dasher spouts that maintain consistent portions through hundreds of cocktails per shift, and synthetic corks that won't swell or crack from temperature fluctuations between refrigerated storage and warm bar tops, unlike natural cork stoppers that fail in professional settings. How do they compare to other brands?+ Compared to brands like OXO and Viski, A Bar Above offers enhanced precision and aesthetic appeal. What is the best way to store them?+ Store in a cool, dry place to maintain the quality of the bitters and the bottles themselves. What other products complement these bottles?+ Consider the Amber Atomizer or Black Atomizer for a complete aromatic experience. Add to Cart: $29 CHEF'S MANDALA © 2025 Chef's Mandala. All rights reserved. Privacy Returns Contact { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What sizes do these bitters bottles come in?", "acceptedAnswer": { "@type": "Answer", "text": "These bitters bottles are available in two sizes: 1.7 oz and 3.4 oz, offering flexibility for different bar needs." } }, { "@type": "Question", "name": "How do I clean the bitters bottles?", "acceptedAnswer": { "@type": "Answer", "text": "The bottles are dishwasher safe, but it's recommended to hand wash the synthetic cork to maintain its longevity." } }, { "@type": "Question", "name": "Can these bottles be used for other liquids?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, while designed for bitters, these bottles can also hold other liquids like tinctures or cocktail modifiers." } }, { "@type": "Question", "name": "Are the corks replaceable?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, the synthetic corks are replaceable if they wear out over time, ensuring the bottles remain functional." } }, { "@type": "Question", "name": "What makes these bitters bottles different?", "acceptedAnswer": { "@type": "Answer", "text": "A Bar Above's design includes a precision pour spout and durable synthetic cork, offering superior performance and style." } }, { "@type": "Question", "name": "Do they come with any accessories?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, each bottle comes with a funnel and dust cover to facilitate easy filling and maintain cleanliness." } }, { "@type": "Question", "name": "Are they suitable for professional use?", "acceptedAnswer": { "@type": "Answer", "text": "Absolutely, these bottles are designed with both home enthusiasts and professional bartenders in mind." } }, { "@type": "Question", "name": "How do they compare to other brands?", "acceptedAnswer": { "@type": "Answer", "text": "Compared to brands like OXO and Viski, A Bar Above offers enhanced precision and aesthetic appeal." } }, { "@type": "Question", "name": "What is the best way to store them?", "acceptedAnswer": { "@type": "Answer", "text": "Store in a cool, dry place to maintain the quality of the bitters and the bottles themselves." } }, { "@type": "Question", "name": "What other products complement these bottles?", "acceptedAnswer": { "@type": "Answer", "text": "Consider the Amber Atomizer or Black Atomizer for a complete aromatic experience." } } ] } { "@context": "https://schema.org", "@type": "Product", "name": "Bitters Bottles", "brand": { "@type": "Brand", "name": "A Bar Above" }, "description": "A Bar Above's Bitters Bottles are crafted from high-quality glass, designed in California, and feature precision pour spouts. Available in multiple sizes, they enhance the aesthetics and functionality of any bar setup.", "sku": "BTR-3PK-1.7OZ", "offers": { "@type": "Offer", "price": "29", "priceCurrency": "USD", "availability": "https://schema.org/InStock" }, "material": "Glass", "countryOfOrigin": "California, USA", "additionalProperty": [ { "@type": "PropertyValue", "name": "Material", "value": "Glass with synthetic cork" }, { "@type": "PropertyValue", "name": "Care", "value": "Dishwasher safe; hand wash cork" }, { "@type": "PropertyValue", "name": "Sizes", "value": "1.7 oz and 3.4 oz" }, { "@type": "PropertyValue", "name": "Design Origin", "value": "California, USA" }, { "@type": "PropertyValue", "name": "Includes", "value": "Bottle, Cork, Funnel, Dust Cover" } ] } function swapImg(el, src) { document.getElementById('mainImg').src = src; document.querySelectorAll('.pdp3-thumb').forEach(t => t.classList.remove('pdp3-active')); el.classList.add('pdp3-active'); } function thumbScroll(dir) { var strip = document.querySelector('.pdp3-thumb-strip'); if (!strip) return; var thumb = strip.querySelector('.pdp3-thumb'); var step = thumb ? (thumb.offsetWidth + 8) * 3 : 200; strip.scrollBy({ left: dir * step, behavior: 'smooth' }); setTimeout(updateThumbChevrons, 350); } function updateThumbChevrons() { var strip = document.querySelector('.pdp3-thumb-strip'); var prev = document.querySelector('.pdp3-thumb-prev'); var next = document.querySelector('.pdp3-thumb-next'); if (!strip || !prev || !next) return; var atStart = strip.scrollLeft = strip.scrollWidth - 2; prev.style.opacity = atStart ? '0.25' : '1'; prev.style.pointerEvents = atStart ? 'none' : 'auto'; next.style.opacity = atEnd ? '0.25' : '1'; next.style.pointerEvents = atEnd ? 'none' : 'auto'; } document.addEventListener('DOMContentLoaded', function() { var strip = document.querySelector('.pdp3-thumb-strip'); if (strip) { updateThumbChevrons(); strip.addEventListener('scroll', updateThumbChevrons, { passive: true }); } }); function selectSwatch(el, name) { document.querySelectorAll('.pdp3-swatch').forEach(s => s.classList.remove('pdp3-active')); el.classList.add('pdp3-active'); document.getElementById('swatchLabel').textContent = name; } function changeQty(delta) { const span = document.getElementById('qtyVal'); const v = parseInt(span.textContent) + delta; if (v >= 1) span.textContent = v; } function toggleFaq(btn) { const a = btn.nextElementSibling; const icon = btn.querySelector('.pdp3-faq-icon'); a.classList.toggle('pdp3-open'); icon.classList.toggle('pdp3-open'); } // Pasta pairing Add to Cart buttons document.addEventListener('DOMContentLoaded', function() { var eduBody = document.getElementById('edu-b-body'); if (!eduBody) return; eduBody.querySelectorAll('a[href^="/products/"]').forEach(function(link) { var handle = link.getAttribute('href').replace('/products/', ''); var btn = document.createElement('button'); btn.textContent = 'Add to Cart'; btn.style.cssText = 'margin-top:8px;width:100%;padding:7px 4px;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;background:var(--dark);color:#fff;border:none;border-radius:2px;cursor:pointer;transition:background .15s;'; btn.addEventListener('click', function(e) { e.preventDefault(); e.stopPropagation(); if (btn._busy) return; btn._busy = true; btn.textContent = 'Adding...'; fetch('/products/' + handle + '.js') .then(function(r) { return r.json(); }) .then(function(p) { return fetch('/cart/add.js', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({id: p.variants[0].id, quantity: 1}) }); }) .then(function() { btn.textContent = 'Added'; btn.style.background = 'var(--gold)'; setTimeout(function() { btn.textContent = 'Add to Cart'; btn.style.background = 'var(--dark)'; btn._busy = false; }, 2500); }) .catch(function() { btn.textContent = 'Add to Cart'; btn._busy = false; }); }); link.appendChild(btn); }); }); function toggleAcc(bodyId, btnId) { const body = document.getElementById(bodyId); const btn = document.getElementById(btnId); if (!body) return; const isOpen = body.classList.contains('pdp3-open'); body.classList.toggle('pdp3-open', !isOpen); if (btn) { const icon = btn.querySelector('.pdp3-acc-icon'); if (icon) icon.classList.toggle('pdp3-open', !isOpen); } } function toggleWhyDesc(id) { var desc = document.getElementById(id); var icon = document.getElementById(id + '-icon'); if (!desc) return; var isOpen = desc.classList.contains('pdp3-open'); desc.classList.toggle('pdp3-open', !isOpen); if (icon) icon.textContent = isOpen ? '+' : '−'; } function toggleComp() { var extra = document.getElementById('comp-extra'); var link = document.getElementById('comp-link'); if (!extra) return; var isOpen = extra.style.display !== 'none'; extra.style.display = isOpen ? 'none' : 'table-row-group'; if (link) { if (!link.dataset.openText) link.dataset.openText = link.textContent; link.textContent = isOpen ? link.dataset.openText : 'Hide comparison \u2212'; } } function toggleSec4() { var bodies = document.querySelectorAll('.pdp3-sec4-body'); var btn = document.getElementById('sec4-toggle'); var expanded = bodies.length > 0 && bodies[0].classList.contains('pdp3-expanded'); for (var i = 0; i < bodies.length; i++) { bodies[i].classList.toggle('pdp3-expanded', !expanded); } if (btn) btn.textContent = expanded ? 'Read more \u25be' : 'Show less \u25b4'; } function toggleSec9() { var bodies = document.querySelectorAll('.pdp3-sec9-body'); var btn = document.getElementById('sec9-toggle'); var expanded = bodies.length > 0 && bodies[0].classList.contains('pdp3-expanded'); for (var i = 0; i < bodies.length; i++) { bodies[i].classList.toggle('pdp3-expanded', !expanded); } if (btn) btn.textContent = expanded ? 'Read more \u25be' : 'Show less \u25b4'; } @media(min-width:750px){.pdp3-mob-btn{display:none!important}.pdp3-mob-dots{display:none!important}} details.allergen-collapse summary::-webkit-details-marker{display:none} details.allergen-collapse summary::marker{display:none} details.allergen-collapse .allergen-chev{transform:rotate(180deg)} (function(){ function initCarousel(){ var wrap = document.querySelector('.pdp3-main-img'); if(!wrap) return; var mainImg = document.getElementById('mainImg'); if(!mainImg) return; var imgs = [mainImg.src]; document.querySelectorAll('.pdp3-thumb-strip .pdp3-thumb').forEach(function(d){ var u=d.getAttribute('data-full')||(d.querySelector('img')||{}).src; if(u) imgs.push(u); }); if(imgs.length < 2) return; var idx = 0; var outer = document.createElement('div'); outer.style.cssText = 'position:relative;'; wrap.parentNode.insertBefore(outer, wrap); outer.appendChild(wrap); var BTN = 'position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:rgba(255,255,255,0.88);border:none;cursor:pointer;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;box-shadow:0 1px 6px rgba(0,0,0,0.18);font-size:24px;color:#1a1a1a;padding:0;line-height:1;'; var prev = document.createElement('button'); prev.className = 'pdp3-mob-btn'; prev.innerHTML = '‹'; prev.setAttribute('aria-label','Previous image'); prev.style.cssText = BTN + 'left:10px;display:flex;'; outer.appendChild(prev); var next = document.createElement('button'); next.className = 'pdp3-mob-btn'; next.innerHTML = '›'; next.setAttribute('aria-label','Next image'); next.style.cssText = BTN + 'right:10px;display:flex;'; outer.appendChild(next); var dotsRow = document.createElement('div'); dotsRow.className = 'pdp3-mob-dots'; dotsRow.style.cssText = 'display:flex;justify-content:center;gap:7px;margin-top:10px;'; var dots = []; imgs.forEach(function(_,i){ var d = document.createElement('button'); d.style.cssText = 'width:8px;height:8px;border-radius:50%;border:none;padding:0;cursor:pointer;transition:background .15s;background:' + (i===0 ? 'var(--gold,#b8973a)' : 'var(--rule,#ddd)') + ';'; d.setAttribute('aria-label','Image '+(i+1)); d.addEventListener('click', function(){ goTo(i); }); dots.push(d); dotsRow.appendChild(d); }); outer.parentNode.insertBefore(dotsRow, outer.nextSibling); function goTo(n){ idx = ((n % imgs.length) + imgs.length) % imgs.length; mainImg.src = imgs; dots.forEach(function(d,i){ d.style.background = i===idx ? 'var(--gold,#b8973a)' : 'var(--rule,#ddd)'; }); document.querySelectorAll('.pdp3-thumb-strip .pdp3-thumb').forEach(function(t,i){ t.classList.toggle('pdp3-active', i===idx); }); } prev.addEventListener('click', function(){ goTo(idx-1); }); next.addEventListener('click', function(){ goTo(idx+1); }); var tx = 0; wrap.addEventListener('touchstart', function(e){ tx = e.changedTouches[0].clientX; }, {passive:true}); wrap.addEventListener('touchend', function(e){ var dx = e.changedTouches[0].clientX - tx; if(Math.abs(dx) > 40) goTo(idx + (dx < 0 ? 1 : -1)); }, {passive:true}); var orig = window.swapImg; window.swapImg = function(el, src){ if(orig) orig(el, src); var ni = imgs.indexOf(src); if(ni >= 0){ idx = ni; dots.forEach(function(d,i){ d.style.background = i===idx ? 'var(--gold,#b8973a)' : 'var(--rule,#ddd)'; }); } }; } if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); } else { initCarousel(); } })(); Precision Glass Bitters Dispensers $29 Add to Cart (function(){ var bar = document.getElementById('pdp-sticky-atc'); if(!bar) return; var btns = document.querySelectorAll('.pdp3-btn-primary'); var firstAtc = btns.length ? btns[0] : null; if(!firstAtc) return; var isMobile = function(){ return window.innerWidth < 750; }; var shown = false; function check(){ if(!isMobile()){ if(shown){ bar.style.display='none'; shown=false; } return; } var rect = firstAtc.getBoundingClientRect(); var past = rect.bottom < 0; if(past !== shown){ shown = past; bar.style.display = past ? 'block' : 'none'; } } window.addEventListener('scroll', check, {passive:true}); window.addEventListener('resize', check, {passive:true}); check(); })();
More you might like
Related
2 Bottles Lungs Bitters Living Bitters 16 Oz
Related
Bitters Bottles
Related
Bitters Bottles
Related