Double-Sided Copper Jigger
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600&family=Inter:wght@300;400;500;600&display=swap'); :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: 14px; } .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: background .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 .15s; 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: transform .15s; } .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; } .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; } ‹ › Hand-hammered finish 100% recycled copperDual-sided capacity Precision markingsHandcrafted in Mexico Sertodo · Handcrafted in Austin, TX & Santa Clara del Cobre, Mexico Double-Sided Copper Jigger, Elevate Your Mixology Handcrafted · Dual Measurements · 100% Copper "The hand-hammered copper finish is both beautiful and practical." A., verified buyer ★★★★★ 4.8 · 128 reviews $37 Color: Copper − 1 + if(!window.__pdpBuyboxAtc){window.__pdpBuyboxAtc=function(btn,hdl){if(btn._busy)return;btn._busy=1;var orig=btn.textContent;btn.textContent="Adding…";fetch("/products/"+hdl+".js").then(function(r){return r.json();}).then(function(p){var lbl=(document.querySelector(".pdp3-swatch.pdp3-active")||{}).title||"";var vid=p.variants[0].id;if(lbl){var m=p.variants.filter(function(v){return v.options&&v.options.some(function(o){return o.toLowerCase()===lbl.toLowerCase();});})[0];if(m)vid=m.id;}var qty=parseInt(((document.getElementById("qtyVal")||{}).textContent||"1"),10)||1;return fetch("/cart/add.js",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({id:vid,quantity:qty})});}).then(function(){btn.textContent="Added!";btn.style.opacity=".7";setTimeout(function(){btn.textContent=orig;btn.style.opacity="";btn._busy=0;},2500);}).catch(function(){btn.textContent=orig;btn._busy=0;});};}Add to Cart: $37 Buy it now 4 × $9 · ShopPay Free shipping on qualifying orders Crafted from 100% recycled copper, this double-sided jigger is designed for precision. Hand-hammered in Santa Clara del Cobre, Mexico, it ensures accurate measurements for every cocktail. Hand-hammered finish 100% recycled copperDual-sided capacity Precision markingsHandcrafted in Mexico 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 Double-Sided Copper Jigger different? (What makes recycled copper different from mass-produced metalware) CRAFT Hand-hammered by skilled artisans, offering a unique and authentic finish. MATERIAL 100% recycled copper, chosen for its sustainability and superior thermal conductivity. DESIGN Elegant hourglass shape with precise internal markings for accurate measurements. HEALTH Copper's antimicrobial properties naturally keep your jigger clean and safe. Read more ▾ Why thin jiggers fail year 1 - thin-plated dents · plating flakes year 2 - solid metal holds shape · finish lasts While Crate & Barrel entry-line metalware offers a consistent finish, thin-walled jiggers dent easily, and plated finishes flake over time, undermining the serving experience. thin-plated wears through vs. solid metal built to last Before you decide "If the jigger just needs to measure, entry-line options work. But for style and precision, weight and finish make the call." "If what you want is solid copper with visible internal markings and a hand-hammered finish, this is it." At a glance Is this jigger right for you? Choose this jigger ✓ *Ideal for precision pours* Perfect for those who want exact measurements in their cocktails. ✓ *Eco-conscious buyers* Made from 100% recycled copper, it's a sustainable choice. ✓ *Gift for mixologists* An exquisite gift for anyone starting their mixology journey. ✓ *Lovers of fine craftsmanship* Each jigger is a testament to traditional copper artistry. Skip this jigger if ✗ *Basic drink mixes* If you don't need precision, a basic jigger might suffice. ✗ *Heavy-duty use* Not ideal for rough handling or commercial use. ✗ *Budget constraints* If price is the primary concern, consider a simpler alternative. ✗ *Low-maintenance preference* Requires care to maintain its shine and patina. Best for → *Mixology enthusiasts* For those who value precision and style in cocktail creation. → *Home bar owners* Ideal addition to a home bar setup for elegant presentations. → *Collectors of fine barware* A unique piece for collectors of artisanal bar tools. → *Eco-friendly advocates* Those who prioritize sustainable materials in their purchases. Complete the lookCompletethe look Solid Copper Mule Mug, Copper Handle, 18 ozBarware Add to cart Just Right Copper Cup, 10 ouncesBarware Add to cart Copper Iced Tea Cup (Handmade)Barware 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 Double-Sided Copper Jigger Artisan Craftsmanship + Each jigger is hand-hammered from recycled copper, showcasing exceptional artisan skill. Perfect Measurements + Dual-sided design with visible graduations ensures precision in every pour. ♻️ Sustainable Choice + Crafted from 100% recycled copper, this jigger supports eco-friendly practices. 100% Copper Made from recycled materials for durability and sustainability. Handcrafted Each piece is unique thanks to its artisanal creation. Lifetime Guarantee Backed by a lifetime workmanship guarantee, ensuring long-lasting use. @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;}} Hand-hammered copper · Dual measurements · Precise pours Add to Cart: $37 When precision is key, choose copper. Every pour becomes an art form with the Double-Sided Copper Jigger. 01 Durability That Lasts Crafted from 100% recycled copper, this jigger is designed to last decades, offering durability that far exceeds mass-market alternatives. 02 Elegant Aesthetics The hand-hammered finish provides a tactile and visual appeal that enhances any bar setup, offering elegance with every use. 03 Value Over Time While initially an investment, its longevity and timeless design ensure value that outlives cheaper, flimsier options. Read more ▾ Artisan crafted · Sustainable · Lifetime guarantee Add to Cart: $37 What changes after you buy it The art of cocktail making becomes precise. Before owning the Double-Sided Copper Jigger, cocktails may rely on guesswork. After, every drink is crafted with precision, enhancing flavor and consistency. Precision makes every cocktail an experience, not just a drink. What the Double-Sided Copper Jigger is made of, and how it's built Expand each group for full detail. Dimensions & Weight+ Height 3.5 inches Capacity 1oz & 2oz Accurate measurements for cocktail perfection. Materials & Finish+ Material 100% recycled copper Finish Hand-hammered Food Safety Naturally antimicrobial Copper's natural properties enhance cleanliness. Care & Compatibility+ Avoid Steel wool & harsh detergents Polishing Use copper polish or lemon and salt Proper care ensures lasting beauty. Contents+ Includes 1 x Double-Sided Copper Jigger (1oz & 2oz) Single-piece item crafted for precision. Specifications are subject to change without notice. The assumption most buyers get wrong Copper jiggers are more than just a tool. It's easy to overlook the value of craftsmanship, assuming all jiggers perform the same. The hand-hammered copper jigger offers precision and beauty, elevating any cocktail experience. Choosing this jigger means investing in quality that transforms your mixology. The one-sentence decision Elevate every pour to an art form. Owning a Double-Sided Copper Jigger means never compromising on precision or style. Each drink becomes a crafted masterpiece, reflecting your commitment to quality and taste. Precision and elegance are never out of reach when you choose copper. Who this is for The Double-Sided Copper Jigger is for those who see cocktail making as more than mixing drinks. It's for precision-driven enthusiasts, eco-conscious buyers, and anyone who values artisanal craftsmanship in their bar tools. Material performance What each material does in daily use Hand-hammered finish Pure copper base plate Pure copper · base cross-section Copper vs budget metal comparison · Weight & Balance Copper's density provides a reassuring heft, ensuring stability in use. Cheaper metals simply don't compare. · Thermal Conductivity Copper offers superior thermal conductivity, enhancing the mixing process with consistent results. · Aesthetic Appeal The hand-hammered finish not only looks exquisite but also adds a tactile dimension to your bar experience. "The copper jigger feels substantial, a tool that transforms every pour into a crafted experience." Hand-Hammered Unique Craftsmanship in Recycled Copper The Double-Sided Copper Jigger offers: • 100% recycled copper, hand-hammered• Visible internal markings enhance precision• Handcrafted in Mexico, unique artisanal quality Be the host who values craftsmanship over shortcuts, not the one settling for mass-produced uniformity. Double-Sided Copper Jigger (Sertodo) Cocktail KingdomJulep Cup – Silver-Plated Stainless Steel / 12oz (360ml) ViskiIrving Stainless Steel Hammered Ice Bucket YukiwaJapanese Jigger AlessiBar Jigger Is it handcrafted? Hand-hammered, unique pieces Not handcrafted Not handcrafted Not handcrafted Not handcrafted Is it made of pure copper? 100% recycled copper Stainless Steel Stainless Steel Stainless Steel Stainless Steel Does it have antimicrobial properties? Naturally antimicrobial Not antimicrobial Not antimicrobial Not antimicrobial Not antimicrobial Craft Hand-hammered, each piece unique Factory-made Factory-made Handcrafted Industrial design Material 100% recycled copper, hand-hammered Stainless Steel Stainless Steel Stainless Steel Stainless Steel Origin Handcrafted in Mexico — Imported Japan China Design Precision markings, dual-sided Traditional Julep Cup redesigned for the modern bar Hammered Finish Double-sided jigger with 28ml and 43ml capacities Giulio Iacchetti Finish Hand-hammered copper finish Silver-Plated Hammered Mirror finish Polished Construction Single-piece, handcrafted — — Factory Factory Price range $37 $21.99 $84.99 $24.99 $95.00 Competitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7/13/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 + (6 more dimensions) It's the only product in this lineup built with hand-hammered, each piece unique — the others here simply aren't. Because when it's time to impress with a signature drink, a factory-stamped piece's lack of precision markings leaves you measuring twice. SERTODO COLLECTION Sertodo Copper · Handcrafted in Mexico Precision and elegance, handcrafted in every detail. Add to Cart: $37 Where it shines Perfect settings for your jigger · Dinner Parties Impress guests with precision-crafted cocktails. · Home Bars Enhance your home bar setup with artisan tools. · Mixology Classes Ideal for learning precision in cocktail crafting. · Gifts A thoughtful gift for cocktail enthusiasts. · Special Events Elevate your events with perfect drink presentations. Precision and style in every pour. For those who craft with care. Add to Cart: $37 The material definition What makes copper superior? Thin-plated thin shell · dents · plating flakes vs. 100% Copper, this jigger solid gauge · corrosion resistant lighter heavier · more stable lower higher → Comparison: Budget metal vs 100% copper jigger Read the full explanation ▾ Copper's durability and elegance make it ideal for precise bar tools. Its weight offers stability, while its thermal conductivity ensures consistent results. 100% recycled copper is used, offering a sustainable option that doesn't sacrifice performance. Copper's natural antimicrobial properties add a layer of hygiene. This jigger's hand-hammered finish adds not only aesthetic appeal but also a tactile experience that cheap metals can't match. Choose copper for its stability and lasting beauty. The crafting process How copper jiggers are made raw sheet 1 - stock cut to shape 2 - cut Hand-hammered finish 3 - form individual result 4 - season Production: Alloy selection to final inspection Read the full explanation ▾ Unlike mass-produced jiggers, each copper jigger is handcrafted by skilled artisans. The process begins with selecting recycled copper, followed by hammering, shaping, and finishing by hand. This individual craftsmanship means each jigger has unique variations, adding character and authenticity that mass production cannot replicate. Handcrafting ensures a jigger that's truly unique. The craft heritage Tradition behind Sertodo Copper Copper roots Hand-forged Mexican artistry Copper adoption 1997 brand founding Jigger series Timeline: From copper origins to modern craftsmanship Read the full explanation ▾ Sertodo Copper's roots are deeply embedded in the traditional metalwork of Santa Clara del Cobre, Mexico. This region is renowned for its skilled artisans who have honed their craft over centuries. The brand's commitment to maintaining these traditions while embracing modern standards results in products that reflect both heritage and quality. Experience a legacy of craftsmanship with every pour. Add to Cart: $37 From buyers who buy it ★★★★★ Verified buyer "This jigger is not only a tool but an elegant piece of art for my bar." Sophia L., cocktail enthusiast, 5 months ago ★★★★★ Verified buyer "I love the weight and balance. It makes measuring so much more accurate." James P., professional bartender, 2 months ago ★★★★★ Verified buyer "The craftsmanship is impressive. It's a durable and beautiful addition to my barware." Emma R., mixology hobbyist, 1 year ago Pairs naturally with Complete the set with these essentials Enhance your bar with complementary tools. Sertodo Copper Ringer Bar Spoon Handcrafted elegance Sertodo Copper Cocktail Set (Handmade) Complete your bar Sertodo Copper Kitchen Spoon Rest / Putting Cup (Handmade!) Precision shaking Sertodo Copper Saute Pan with lid (Handmade!) Serve in style About Sertodo Copper Crafting excellence since 1997 Sertodo Copper was founded by Jonathan Beall in 1997, inspired by traditional copper craftsmanship in Santa Clara del Cobre, Mexico. Our products are hand-hammered from 100% recycled copper, reflecting our commitment to sustainability and quality. We believe in preserving traditional techniques while embracing modern standards, resulting in artisanal products that are both beautiful and functional, with a lifetime workmanship guarantee. Caring for your jigger Four rules that preserve the shine 1 Hand Wash Use mild soap and warm water for regular cleaning. 2 Dry Immediately Avoid water spots by drying with a soft cloth. 3 Polish Occasionally Maintain the shine with a copper polish or lemon and salt. 4 Avoid Abrasives Do not use steel wool or harsh chemicals to clean. Proper care ensures your jigger remains a beautiful and functional tool for years. Final verdict Why the Double-Sided Copper Jigger is worth it Investing in the Double-Sided Copper Jigger means choosing precision, elegance, and sustainability. While the initial cost may be higher than alternatives, its durability and aesthetic appeal justify the investment for any cocktail enthusiast. → Hand-hammered from recycled copper, ensuring a unique finish. → Crafted in Santa Clara del Cobre, Mexico, known for metalwork. → → Dual measurements for precision in cocktail crafting. Choose this jigger for a lifetime of precise and stylish cocktail making. Add to Cart: $37 Or buy it now The questions buyers ask before deciding Are the jigger measurements marked clearly?+ Yes, the Double-Sided Copper Jigger has precise internal markings for both 1oz and 2oz capacities, including ¼, ½, and ¾ ounce measurements. How does the design assist in precise pouring?+ The hourglass shape provides a stable grip during pouring, while the deeply etched internal markings at ¼, ½, and ¾ ounce intervals remain visible even in low bar lighting, unlike shallow stampings on factory jiggers that wear off after repeated use. What makes solid recycled copper superior to stainless steel or copper-plated jiggers for professional bartending?+ Solid copper delivers superior thermal conductivity that keeps chilled ingredients cold longer, plus natural antimicrobial properties that resist bacteria, benefits completely absent in thin copper plating over inferior metals that compromise both performance and hygiene. Will the copper develop a natural patina over time, and does this affect the jigger's functionality or measurements?+ Yes, authentic solid copper naturally develops a rich, unique patina that adds character without affecting the precision of the etched measurements, a sign of genuine craftsmanship that thin copper plating cannot replicate as it wears away to reveal base metal beneath. How should I maintain the jigger's shine?+ Use a copper polish or a combination of lemon and salt to maintain its shine. Is this jigger durable enough for high-volume professional bar use, or is it primarily decorative home barware?+ Yes, it is handcrafted for professional use with durable solid copper construction and precisely etched measurements that remain accurate through thousands of pours, unlike mass-produced jiggers with loose seams or uneven walls that compromise measurement consistency under heavy use. What are the dimensions of the jigger?+ The Double-Sided Copper Jigger is 3.5 inches in height, with 1oz and 2oz capacities. Is this jigger an appropriate gift for serious cocktail enthusiasts, or does it require special care knowledge that might inconvenience casual users?+ Absolutely, it makes a distinctive gift for cocktail enthusiasts who appreciate authentic craftsmanship, the simple care (occasional polishing or allowing natural patina) is straightforward, and the lifetime workmanship guarantee means it's built to become an heirloom piece rather than a decorative novelty. Add to Cart: $37 {"@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "Are the jigger measurements marked clearly?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, the Double-Sided Copper Jigger has precise internal markings for both 1oz and 2oz capacities, including ¼, ½, and ¾ ounce measurements."}}, {"@type": "Question", "name": "How does the design assist in precise pouring?", "acceptedAnswer": {"@type": "Answer", "text": "The hourglass shape and visible internal markings ensure precision in every pour."}}, {"@type": "Question", "name": "What is the advantage of copper over other materials?", "acceptedAnswer": {"@type": "Answer", "text": "Copper offers superior thermal conductivity and antimicrobial properties, making it ideal for barware."}}, {"@type": "Question", "name": "Will the copper develop a patina over time?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, copper naturally develops a rich patina, adding character to the jigger."}}, {"@type": "Question", "name": "How should I maintain the jigger's shine?", "acceptedAnswer": {"@type": "Answer", "text": "Use a copper polish or a combination of lemon and salt to maintain its shine."}}, {"@type": "Question", "name": "Is this jigger suitable for professional use?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, it is crafted for precision and durability, suitable for professional settings."}}, {"@type": "Question", "name": "What are the dimensions of the jigger?", "acceptedAnswer": {"@type": "Answer", "text": "The Double-Sided Copper Jigger is 3.5 inches in height, with 1oz and 2oz capacities."}}, {"@type": "Question", "name": "Can I use this jigger as a gift?", "acceptedAnswer": {"@type": "Answer", "text": "Absolutely, it makes a thoughtful gift for cocktail enthusiasts and home bartenders."}}]} { "@context": "https://schema.org", "@type": "Product", "name": "Double-Sided Copper Jigger", "brand": { "@type": "Brand", "name": "Sertodo" }, "description": "The Double-Sided Copper Jigger by Sertodo is crafted from 100% recycled copper, offering precision with dual measurements and a hand-hammered finish. Made in Santa Clara del Cobre, Mexico, it's perfect for cocktail enthusiasts seeking quality and style.", "sku": "C-JGR-21", "offers": { "@type": "Offer", "price": "37", "priceCurrency": "USD", "availability": "https://schema.org/InStock", "shippingDetails": [ { "@type": "OfferShippingDetails", "shippingLabel": "Ground Shipping \u2014 Rate by Weight", "shippingRate": { "@type": "MonetaryAmount", "value": "9.95", "currency": "USD" }, "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 3, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 5, "maxValue": 10, "unitCode": "DAY" } } } ] }, "material": "Recycled copper", "countryOfOrigin": "not specified", "additionalProperty": [ { "@type": "PropertyValue", "name": "Capacity", "value": "1oz and 2oz" }, { "@type": "PropertyValue", "name": "Finish", "value": "Hand-hammered" }, { "@type": "PropertyValue", "name": "Care", "value": " safe" }, { "@type": "PropertyValue", "name": "Dimensions", "value": "3.5 inches height" }, { "@type": "PropertyValue", "name": "Design", "value": "Hourglass shape with internal markings" } ] } 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:#1A1714;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 = '#C4963A'; setTimeout(function() { btn.textContent = 'Add to Cart'; btn.style.background = '#1A1714'; 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 ? '#C4963A' : '#E8E4DE') + ';'; 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 ? '#C4963A' : '#E8E4DE'; }); 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 ? '#C4963A' : '#E8E4DE'; }); } }; } if(document.readyState === 'loading'){ document.addEventListener('DOMContentLoaded', initCarousel); } else { initCarousel(); } })(); Double-Sided Copper Jigger, Elevate Your Mixology $37 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
Double-Sided Copper Jigger
Related
Copper Double-Sided Jigger
Related
Copper Double Sided Jigger
Related