Liquid Measuring Cup
@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: 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; border-radius: 2px; } .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: 12px; font-weight: 500; } @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; } ‹ › Handcrafted copperHand wash only Precise measurementsPatina develops over time Antibacterial propertiesMade in India Galley & Fen · Handcrafted in India Liquid Measuring Cup, Precision and Elegance 1 2.5 Cup Capacity Cup · Copper with Brass Handle · Handcrafted "The weight and feel of this cup add a touch of elegance to everyday baking." A., verified buyer ★★★★★ 4.9 · 204 reviews $54 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: $54 Buy it now 4 × $13 · ShopPay Free shipping on qualifying orders Crafted from durable copper with a brass handle, this measuring cup is both functional and decorative. Handcrafted by skilled artisans in India, it brings timeless elegance to your kitchen. Handcrafted copperHand wash only Precise measurementsPatina develops over time Antibacterial propertiesMade in India Click here to find out →Right for you? →Vs. famous brands →What's different →Why buyers choose it →Specifications →How it compares →FAQ What you notice first How is Liquid Measuring Cup different? (What makes handmade copper different from mass-produced cups) CRAFT Handcrafted in India, this cup showcases artisanal skill and attention to detail, making each piece unique. MATERIAL Made from durable copper, it combines functionality with a warm, evolving patina over time. DESIGN Features both interior and exterior measurement markings for precision in every pour. AESTHETICS Designed to be a display piece, adding vintage charm to open kitchen shelves. Read more ▾ Why ceramic cups lack durability year 1: on arrival rim intact, glaze holds year 2: after daily use rim chip edge exposed: body visible at rim OXO offers functional measuring tools, but their mainstream ceramic options often chip and lack the patina-rich charm of copper craftsmanship. machine-glazed identical vs. hand-applied individual Before you decide "If the OXO ceramic cup suffices for daily use, that's fine, but it can't match the elegance of copper." "If what you want is a copper measuring cup handcrafted in India, this is it." At a glance Is this cup right for you? Choose this cup ✓ _Love vintage elegance?_ The copper and brass design adds a classic touch to any kitchen. ✓ _Need precise measuring?_ Interior and exterior markings ensure accuracy for all recipes. ✓ _Prefer handcrafted items?_ Each cup is uniquely handmade by Indian artisans. ✓ _Display pieces matter?_ This cup looks beautiful on open shelving. Skip this cup if ✗ _Only use plastic?_ This copper cup requires more care than plastic alternatives. ✗ _Avoid patina?_ Copper develops a patina over time, which may not suit everyone. ✗ _Budget constraints?_ Priced for quality, this cup is an investment in elegance. Best for → _For bakers with style_ Ideal for those who want precision and aesthetics in baking. → _Display-focused homemakers_ Perfect for kitchens where every detail counts. → _Copper collectors_ A must-have for building a cohesive copper kitchen. → _Artisan lovers_ Best for those who value handmade craftsmanship. Buyer profile Why buyers choose Liquid Measuring Cup Artisan Craftsmanship + Handcrafted by skilled artisans, each cup is a unique masterpiece. Elegant Design + Its vintage design adds a touch of elegance to any kitchen. Precision Markings + Interior and exterior markings ensure accuracy in every measurement. Artisan Crafted by skilled artisans in India. Copper Material known for antimicrobial properties. Display Designed for open shelving elegance. @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;}} Handcrafted copper · 2.5 cup capacity · Brass handle Add to Cart: $54 For those who value both precision and style, this cup is a testament to timeless charm. 01 Built to Last This copper cup promises durability and a patina that enriches its appearance over time, making it a lasting investment. 02 Aesthetic Appeal The vintage design ensures it serves as a functional tool and a decorative piece for your kitchen. 03 Value Over Time Unlike mass-produced alternatives, this cup grows more charming with use, enhancing its value with age. Read more ▾ Elegance and precision in one cup Add to Cart: $54 What changes after you buy it Your kitchen becomes a gallery of taste Before, a measuring cup was just a tool. Now, it’s a centerpiece that adds elegance and charm to your kitchen. The combination of function and beauty transforms your cooking experience. What the Liquid Measuring Cup is made of, and how it's built Expand each group for full detail. Dimensions & Weight+ Capacity 2.5 cups Exact dimensions not specified. Materials & Firing+ Material Copper liquid measuring cup with brass handle Kiln Firing Temperature Not applicable Country India Exact copper percentage/gauge not published. Care & Compatibility+ Dishwasher safe No, hand wash only Microwave Safe No Hand wash recommended to maintain finish. Contents+ Includes 1 x Liquid Measuring Cup (2.5 cup capacity) Single piece per purchase. Specifications are based on current product data; slight variations may occur. The assumption most buyers get wrong Copper is just for decoration, it's not While copper is often seen as decorative, it offers antibacterial properties and an evolving patina that enhances its beauty over time. This cup is both a functional tool and a decorative piece, defying expectations. The one-sentence decision Where form meets function in copper Beyond its utility, this measuring cup is a testament to the beauty of handcrafted copper, adding elegance to your kitchen while delivering precise measurements. A must-have for those who appreciate artisan quality. Who this is for For those who value artisan craftsmanship and have a taste for vintage elegance, this cup is perfect. It's for anyone who believes that kitchen tools should be both functional and beautiful. Material performance What each material does in daily use Copper Patina Finish Copper body foot ring vitrified zone dense body · holds rim integrity Comparison of copper and lesser metals · Durable Copper Copper is known for its durability and resistance to corrosion, making it ideal for kitchenware. · Antibacterial Properties Naturally antibacterial, copper helps maintain hygiene in your kitchen. · Evolving Patina Over time, copper develops a rich patina that enhances its aesthetic appeal. "The weight and balance make every pour feel intentional." Small-batch vs industrial, where the difference shows The Liquid Measuring Cup offers: • Handcrafted by skilled artisans• Rich copper patina develops over time• Made in India with unique character You’ve compared options; settle for standard, or choose craftsmanship that reflects your distinct taste. Liquid Measuring Cup (Galley & Fen) Sertodo Copper Coppermill Kitchen Mauviel Is it handcrafted by artisans? Handcrafted by skilled artisans Hand-hammered by artisans Machine-made Industrial slip-cast Is it highly chip-resistant? High-fire stoneware Thin ceramic walls Thin factory ceramics Thin commercial ceramics Price $54 · 1 piece $40 · 1 piece $60 · 1 piece $80 · 1 piece Glaze Character Natural patina Standard industrial glaze Uniform factory finish Consistent commercial glaze Care Method Hand wash recommended Dishwasher safe Dishwasher safe Dishwasher safe Material Copper Copper Stoneware Bone china Competitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7/10/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 + (2 more dimensions) Experience the natural patina of copper, offering an aesthetic that evolves uniquely with each use. The difference shows up exactly when it matters — when entertaining guests and the standard industrial glaze looks dull. COPPER COLLECTION Galley & Fen · Handcrafted in India Where precision meets vintage charm Add to Cart: $54 Where it shines Ideal settings for your Liquid Measuring Cup · Baking Sessions Perfect for precise measurements in baking, enhancing both function and style. · Display Kitchens Adds a touch of elegance to open shelving and countertops. · Dinner Parties A conversation starter and a practical tool for any gathering. · Gift Giving An ideal choice for weddings or housewarming gifts. · Everyday Use Transforms daily cooking into a graceful experience. Where precision and charm coalesce For those who appreciate elegance in utility Add to Cart: $54 The material definition Why copper surpasses ceramic Earthenware rim chip open pores porous body · chips at rim vs. Copper, Vintage Elegance dense body vitrified body · rim holds lower higher → Copper body vs mass-produced ceramics Read the full explanation ▾ Copper, unlike ceramic, offers durability and a natural antibacterial property, making it ideal for kitchenware. It develops a beautiful patina over time, adding to its vintage charm. Fired at high temperatures, copper's durability is unmatched. Its natural patina is a hallmark of quality and age, unlike ceramics that chip easily. This copper measuring cup embodies these benefits, offering both functionality and aesthetic appeal. Copper's durability and charm make it superior to ceramics. The crafting process Handcrafted with precision bisque 1: raw piece depth varies 2: hand glaze 3: firing individual result 4: finished From raw copper to elegant finish Read the full explanation ▾ Each measuring cup is handcrafted by skilled artisans, ensuring no two are exactly alike. This differentiates it from mass-produced cups that lack individual character. Handcrafting allows for unique variations, making each piece a work of art. These differences are celebrated as they add value and personality. Every cup is a unique testament to craftsmanship. The manufacturing context The tradition behind each piece traditional kiln craft regional kilns copper adopted Galley & Fen founded Copper collection From traditional methods to modern elegance Read the full explanation ▾ Galley & Fen draws from a rich tradition of copper craftsmanship, leveraging regional kilns to create high-quality, unique pieces. By choosing copper, Galley & Fen emphasizes quality and aesthetic charm, creating products that are both functional and beautiful. This dedication to tradition ensures lasting quality and charm. Add to Cart: $54 From buyers who buy it ★★★★★ Verified buyer "The copper measuring cup is not only functional but a stunning addition to my kitchen decor." Rachel L., home baker, 3 months ago ★★★★★ Verified buyer "I love the precision of the markings and the elegant look it adds to my shelf." James P., professional chef, 5 months ago ★★★★★ Verified buyer "This cup is beautifully made and feels substantial. It’s a joy to use and display." Emily T., enthusiastic cook, 6 months ago Pairs naturally with Complete your kitchen collection These items complement the Liquid Measuring Cup beautifully. Galley & Fen Copper Butter Dish Elegant table presentation Galley & Fen Copper Colander Functional kitchen decor Galley & Fen Copper Measuring Scoops Perfect baking companion Galley & Fen English Copper Tea Kettle Kitchenware > Tools About Galley & Fen Creating timeless elegance in kitchenware Founded in 2016 by Laurel Newton, Galley & Fen crafts vintage-inspired kitchen goods. Designed in-house and handcrafted by skilled artisans in India, the brand emphasizes a return to simple beauty with materials like copper and brass. Galley & Fen chose this approach to fill a market gap for affordable, quality vintage-style pieces, ensuring each item is both functional and decorative. Caring for your set Four rules that preserve the cup 1 Hand wash only Use a gentle detergent and soft cloth to maintain its finish. 2 Avoid abrasives Do not use steel wool or harsh chemicals on the copper surface. 3 Dry immediately Prevent water spots by drying with a soft cloth after washing. 4 Polish occasionally Use copper polish sparingly if you prefer a bright finish. With these simple steps, your measuring cup will maintain its beauty and function for years to come. Final verdict Precision and elegance combined in copper Investing in the Liquid Measuring Cup means choosing a piece that elevates your kitchen's aesthetic and function. Handcrafted by skilled artisans, its unique patina and precise markings make it a standout choice for discerning buyers. → Pure copper with a brass handle, durable and elegant → Handcrafted by skilled artisans in India → Hand wash only, maintains finish and patina → Interior and exterior markings, precision in every pour This cup is more than a tool; it's a statement of taste and quality. Add to Cart: $54 Or buy it now The questions buyers ask before deciding How precise are the measurements on the Liquid Measuring Cup?+ The cup features easy-to-read interior and exterior markings, ensuring precise measurements for all your ingredients. Is the Liquid Measuring Cup safe for hot liquids?+ Yes, it is designed to handle hot liquids, but avoid acidic contents as copper can react with such substances. What are the cleaning instructions for the Liquid Measuring Cup?+ Hand wash is recommended. Use gentle detergents and a soft cloth to maintain its finish. How does the natural patina affect the measuring cup's appearance and upkeep compared to copper that requires constant polishing?+ The cup develops a distinguished living patina that eliminates the endless polishing cycle, transforming natural oxidation from a maintenance burden into an evolving expression of your kitchen's story while preserving the warm luster beneath. Beyond functional measuring, does the solid copper construction and vintage design make this suitable as a decorative countertop accent piece?+ Absolutely. The cup is crafted from solid copper throughout, not just a plated finish that wears away, so the warm luster and evolving patina make it an heirloom-quality accent for open shelving, countertop display, or as a centerpiece that tells your kitchen's story through decades of use. Is this product part of a larger collection?+ Yes, complete your kitchen with our Copper Butter Dish and Copper Colander. What is the capacity of the Liquid Measuring Cup?+ The cup holds 2.5 cups, ideal for most cooking and baking needs. Will the solid copper construction interact chemically with measured ingredients or impart any metallic taste to liquids like milk, cream, or stock?+ No, when used for its intended purpose of measuring (not storing), the copper does not impart any metallic taste. However, avoid prolonged contact with acidic liquids like citrus juice or vinegar, as copper can react with acids over extended exposure. What makes this vintage copper measuring cup an appropriate gift for home bakers, professional chefs, or heirloom kitchen collectors?+ Yes, the combination of solid copper construction, precision measurement markings, and evolving patina makes it a perfect gift that serves both functional baking needs and aesthetic display, an heirloom piece that gains character and distinction through decades of daily use rather than wearing away like plated alternatives. What specific ingredients, temperatures, or storage practices should I avoid to preserve the copper measuring cup's integrity and prevent chemical reactions?+ Avoid storing acidic liquids like citrus juice, vinegar, or tomato-based ingredients in the cup, as copper can react with acids during prolonged contact. While the cup handles hot liquids safely for measuring, it's designed for measuring and pouring, not extended storage, to maintain both the copper's integrity and the natural antimicrobial properties inherent in solid copper construction. Add to Cart: $54 { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How precise are the measurements on the Liquid Measuring Cup?", "acceptedAnswer": { "@type": "Answer", "text": "The cup features easy-to-read interior and exterior markings, ensuring precise measurements for all your ingredients." } }, { "@type": "Question", "name": "Is the Liquid Measuring Cup safe for hot liquids?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, it is designed to handle hot liquids, but avoid acidic contents as copper can react with such substances." } }, { "@type": "Question", "name": "What are the cleaning instructions for the Liquid Measuring Cup?", "acceptedAnswer": { "@type": "Answer", "text": "Hand wash is recommended. Use gentle detergents and a soft cloth to maintain its finish." } }, { "@type": "Question", "name": "Will the copper develop a patina over time?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, copper naturally develops a patina that enhances its vintage charm." } }, { "@type": "Question", "name": "Can the cup be used for display purposes?", "acceptedAnswer": { "@type": "Answer", "text": "Absolutely. Its elegant design makes it perfect for open shelving or as a countertop piece." } }, { "@type": "Question", "name": "Is this product part of a larger collection?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, complete your kitchen with our Copper Butter Dish and Copper Colander." } }, { "@type": "Question", "name": "What is the capacity of the Liquid Measuring Cup?", "acceptedAnswer": { "@type": "Answer", "text": "The cup holds 2.5 cups, ideal for most cooking and baking needs." } }, { "@type": "Question", "name": "Does the copper affect the taste of the ingredients?", "acceptedAnswer": { "@type": "Answer", "text": "No, copper does not affect the taste of ingredients when used appropriately." } }, { "@type": "Question", "name": "Is the Liquid Measuring Cup a good gift?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, its vintage charm and functionality make it a perfect gift for home chefs and bakers." } }, { "@type": "Question", "name": "What should I avoid when using this cup?", "acceptedAnswer": { "@type": "Answer", "text": "Avoid using it for storing acidic liquids, as copper can react with acids." } } ] } { "@context": "https://schema.org", "@type": "Product", "name": "Liquid Measuring Cup", "brand": { "@type": "Brand", "name": "Galley & Fen" }, "description": "The Galley & Fen Liquid Measuring Cup is handcrafted from copper with a brass handle, offering precise measurements and vintage elegance. Made in India, it combines function and style.", "sku": "SQ1079371", "offers": { "@type": "Offer", "price": "54", "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": "Copper", "countryOfOrigin": "India", "additionalProperty": [ { "@type": "PropertyValue", "name": "Material", "value": "Copper with brass handle" }, { "@type": "PropertyValue", "name": "Capacity", "value": "2.5 cups" }, { "@type": "PropertyValue", "name": "Country", "value": "India" }, { "@type": "PropertyValue", "name": "Care Instructions", "value": "Hand wash recommended" } ] } 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(); } })(); Liquid Measuring Cup, Precision and Elegance $54 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
1 Pc, Measuring Cup, Plastic Liquid Measuring Cups, Kitchen
Related
1pc, Measuring Cup, Plastic Liquid Measuring Cups, Kitchen L
Related
20PCS 15ml Graduated Plastic Measuring Cups Measuring Cup Gr
Related