Copper Measuring Scoops
@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; } ‹ › Pure copper bodyHand wash recommended Brass handlesWarm patina over time Handcrafted in IndiaVintage design Galley & Fen · Handcrafted in India Copper Measuring Scoops | Nostalgic Brass-Handled Baking Set 100% Pure Copper · Brass Handles · 3 Sizes "Perfectly rounded copper scoops with brass handles, adding charm to every kitchen task." A., verified buyer ★★★★★ 4.6 · 128 reviews $88 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: $88 Buy it now 4 × $22 · ShopPay Free shipping on qualifying orders Handcrafted in India, this set of copper measuring scoops combines elegance with functionality, featuring 100% pure copper and beautiful brass handles. Pure copper bodyHand wash recommended Brass handlesWarm patina over time Handcrafted in IndiaVintage design 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 are Copper Measuring Scoops different? (What makes pure copper different from mass-market metal scoops) PURE COPPER 100% pure copper construction ensures a long-lasting, beautiful finish that enhances any kitchen. BRASS HANDLES Elegant brass handles provide both visual appeal and functional durability for years of use. VINTAGE CHARM European-inspired design that adds a touch of nostalgia to your baking routine. HANDCRAFTED Each piece is handcrafted in India, ensuring unique character and charm. Read more ▾ The problem with copper-look tools year 1 - stamped metal pits · corrodes year 2 - sand-cast solid cast rim stays bright · warp-free While Cuisinart copper-look tools are affordable and available, their thin copper wash over aluminum can create hot spots and often delaminates with regular use. machine-stamped identical · thin vs. hand sand-cast individual · heavy-gauge Before you decide "If the scoops just need to measure, Cuisinart does the job." "If what you seek is a set of pure copper scoops with brass handles, handcrafted with care in India, this is it." At a glance Is this set right for you? Choose this set ✓ *Love vintage kitchen tools* These scoops evoke a European charm that enhances any kitchen aesthetic. ✓ *Appreciate handcrafted items* Each scoop is uniquely handmade, offering a one-of-a-kind feel. ✓ *Value quality materials* Made from pure copper and brass, ensuring durability and style. ✓ *Seek unique gifts* Ideal for gifting to those who appreciate artisanal kitchenware. Skip this set if ✗ *Prefer ultra-modern designs* These scoops are designed with a vintage aesthetic in mind. ✗ *Want uniform products* Handcrafted nature means each piece may vary slightly. ✗ *Looking for budget options* This premium set is priced for those seeking quality and design. Best for → *Nostalgic bakers* Perfect for those who create with style and grace in their kitchen. → *Decor enthusiasts* Ideal for those who love displaying beautiful tools. → *Gift seekers* Great for anyone looking to give a memorable and unique present. → *Heirloom collectors* For those who value items that gain character with age. Buyer profile Why buyers choose Copper Measuring Scoops Timeless Design + These scoops add a vintage charm to any kitchen, making measuring a delightful experience. Quality Craftsmanship + Handcrafted with precision, ensuring durability and beauty in every scoop. Perfect Gift + An ideal choice for gifting, these scoops are memorable and practical. Pure Copper 100% pure copper for longevity. Handcrafted Made in India by artisans. Brass Handles Durable and elegant design. @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;}} Pure copper, handcrafted in India, durable brass handles Add to Cart: $88 For those who seek not just utility but a piece of art in their kitchen tools. 01 Durability Assured With pure copper and brass construction, these scoops are built to last, maintaining their charm with use. 02 Aesthetic Appeal Designed with a vintage touch, they add a unique charm to your kitchen, making them perfect for display. 03 Value Over Time Unlike mass-produced tools, these scoops age gracefully, gaining character and enhancing your baking rituals. Read more ▾ Vintage charm, quality craftsmanship, perfect for gifting Add to Cart: $88 What changes after you buy it Baking becomes an artful experience Transform your baking routine. With these scoops, each measurement feels intentional and artful, creating a kitchen experience that's both beautiful and functional. Embrace the charm of European-inspired design. What the Copper Measuring Scoops are made of, and how they're built Expand each group for full detail. Dimensions & Capacity+ Includes 1 x 1/4 cup, 1 x 1/2 cup, 1 x 1 cup Capacity is ideal for most baking needs. Materials & Construction+ Copper Thickness Solid copper Handle Material Brass Country India Crafted for durability and style. Compatibility & Care+ Dishwasher safe No Handwash Recommended Yes Maintain quality by avoiding harsh cleaning methods. Contents+ Includes 1 x 1/4 cup, 1 x 1/2 cup, 1 x 1 cup Designed for precision in baking. Specifications are subject to change without notice. The assumption most buyers get wrong Copper's beauty versus its practicality Many think copper is just for looks. But its thermal conductivity is eight times better than stainless. Choosing copper means choosing performance and style in every measure. The one-sentence decision Where beauty meets functionality For those who see baking as more than a task, these scoops transform it into an art form, blending beauty with utility effortlessly. Bring old-world charm into your kitchen. Who this is for Perfect for bakers who appreciate craftsmanship and artisanal design, these scoops are for those who value both form and function in their kitchen tools. Material performance What each material does in daily use polished copper interior copper core base plate copper core · base cross-section Cross-section showing copper's superior thermal properties · Thermal Conductivity Copper conducts heat eight times better than stainless, ensuring even distribution. · Reactive Surface The reactive nature requires careful use to maintain its beautiful patina. · Durable Craft Each scoop is handcrafted, ensuring longevity and lasting beauty. "Every scoop feels like a nod to tradition and quality." COPPER MEASURING TOOLS Galley & Fen · Handcrafted in India Where elegance meets functionality in every scoop. Add to Cart: $88 Where it shines Perfect for every baking occasion · Everyday Baking Enhance daily recipes with style and precision. · Gifting Season A thoughtful gift for the home baker. · Holiday Preparations Add charm to holiday baking sessions. · Home Decor Display beautifully on open kitchen shelves. · Culinary Workshops A stylish addition to any baking class. For those who savor style in every scoop. These scoops are for the discerning baker. Add to Cart: $88 The material definition Why copper excels in cookware Thin-gauge single layer · warps under heat vs. Hand-forged copper multi-ply · even heat distribution lighter heavier · more stable lower higher → Comparison of copper vs. alternative materials Read the full explanation ▾ Copper is renowned for its exceptional thermal conductivity, outperforming stainless steel by eight times, ensuring even heat distribution. This conductivity means food cooks evenly, preventing hot spots common in lesser metals. These scoops use this property to ensure precision in measurements, enhancing baking consistency. Copper delivers unmatched performance in culinary applications. The coppersmith process How each scoop is crafted raw sheet 1 - stock cut to shape 2 - cut hand-planished 3 - form individual result 4 - season Four-step process from sheet to scoop Read the full explanation ▾ Unlike mass production, each scoop undergoes a hand-forged process that includes annealing, planishing, and handle fitting, ensuring unique character. This handcrafted approach means no two scoops are identical, adding a bespoke touch. Each scoop is a unique piece of art. The craft heritage Our long tradition of craftsmanship traditional hand-forged artisanal vintage charm brand founding 2016 copper collection Timeline of craftsmanship and brand heritage Read the full explanation ▾ Copper crafts have a rich history, revered for their quality and durability. This tradition continues with our products, maintaining high standards. Galley & Fen chose this path to offer pieces that blend historical charm with modern utility. Bring heritage and quality into your home. Add to Cart: $88 From buyers who buy it ★★★★★ Verified buyer "These scoops have added a touch of elegance to my baking routine. Each piece is beautifully crafted." Sarah K., bought for new home, 8 months ago ★★★★★ Verified buyer "I love the vintage feel these scoops bring to my kitchen. They're both functional and decorative." Michael B., avid baker, 1 year ago ★★★★★ Verified buyer "A perfect gift for anyone who loves to bake. They look stunning on display and perform wonderfully." Jessica T., gift for a friend, 6 months ago Pairs naturally with Complete the kitchen with these Explore more copper tools for a cohesive kitchen style. Galley & Fen Fait Tout Pan Versatile copper pan Galley & Fen Copper Bread Box Elegant countertop storage Galley & Fen English Copper Tea Kettle Charming tea kettle Galley & Fen Copper Salt & Pepper Shakers Stylish tabletop accents About Galley & Fen Crafting beauty in simplicity Galley & Fen was founded in 2016 with the belief that simple things should be beautiful. By designing in-house and collaborating with skilled artisans in India, we create vintage-inspired copper and brass pieces that add timeless elegance to any home. This approach ensures that each item is not just functional, but a piece of art that tells a story, reflecting the brand's dedication to quality and beauty. Caring for your set Four rules that preserve the charm 1 Hand Wash Only 2 Dry Immediately Prevent water stains by drying right after washing. 3 Avoid Abrasives Use soft cloths to protect the finish from scratches. 4 Polish Occasionally Maintain shine with a gentle copper polish when needed. With proper care, these scoops will remain a cherished kitchen heirloom. Final verdict A nostalgic addition to your kitchen These Copper Measuring Scoops offer an exceptional blend of beauty and functionality. Their pure copper construction and artisan craftsmanship ensure they will be a lasting addition to your kitchen. Perfect for bakers and collectors alike, they deliver on both aesthetic and practical fronts. → Crafted from 100% pure copper with brass handles. → Handcrafted by skilled artisans in India. → Hand wash recommended to preserve patina and quality. → Perfectly rounded scoops for precise measurements. Bring a touch of elegance to your baking routine. Add to Cart: $88 Or buy it now The questions buyers ask before deciding What sizes are included in the Copper Measuring Scoops set?+ The set includes three scoops: 1/4 cup, 1/2 cup, and 1 cup. Can I use these copper measuring scoops for wet ingredients like oil, honey, or milk without causing tarnish or corrosion?+ Yes, the solid copper construction is safe for wet ingredients, just dry them immediately after contact to prevent moisture from accelerating oxidation and developing water spots that can dull the surface. How should I care for the copper finish if I want to preserve the original warm shine versus allowing it to age naturally?+ If you prefer the original warm shine, use a gentle copper polish (lemon juice and salt, or a commercial cream) every few weeks, but many owners embrace the evolving patina as a hallmark of pure copper that tells your kitchen's story without the polishing cycle. Will the copper develop a patina over time?+ Yes, copper naturally develops a patina, which adds to its charm. Are the handles made of solid brass?+ Yes, the handles are crafted from solid brass, ensuring durability. Do these handcrafted copper scoops require special maintenance routines beyond what I'd do for stainless steel measuring cups?+ The core routine is simple hand washing and thorough drying after each use, beyond that, you can choose to polish occasionally for brightness or let the natural patina develop, which actually eliminates maintenance rather than adding it. Are these handcrafted copper measuring scoops with brass handles a suitable gift for serious bakers or heirloom-quality kitchen collections?+ Absolutely, their solid copper construction, brass handles, and handcrafted provenance make them an heirloom-quality gift that stands apart from mass-produced tools, ideal for bakers who value both function and the story behind their tools. What makes these copper measuring scoops fundamentally different from the stainless steel or plated versions I see everywhere else?+ These are crafted from solid copper throughout—not plated, so the warm luster, natural antimicrobial properties, and evolving patina are permanent characteristics that last decades, while the individually forged brass handles ensure each set carries the subtle variations of true handwork from India. Can I find matching products in the collection?+ Yes, explore other items like the Fait Tout Pan and Copper Bread Box. Add to Cart: $88 {"@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "What sizes are included in the Copper Measuring Scoops set?", "acceptedAnswer": {"@type": "Answer", "text": "The set includes three scoops: 1/4 cup, 1/2 cup, and 1 cup."}}, {"@type": "Question", "name": "Can the Copper Measuring Scoops be used for wet ingredients?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, but ensure they are dried immediately after use to prevent tarnishing."}}, {"@type": "Question", "name": "How should I care for the copper finish?", "acceptedAnswer": {"@type": "Answer", "text": "Use a gentle copper polish occasionally to maintain the shine."}}, {"@type": "Question", "name": "Will the copper develop a patina over time?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, copper naturally develops a patina, which adds to its charm."}}, {"@type": "Question", "name": "Are the handles made of solid brass?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, the handles are crafted from solid brass, ensuring durability."}}, {"@type": "Question", "name": "Do these scoops require special maintenance?", "acceptedAnswer": {"@type": "Answer", "text": "Regular hand washing and drying will maintain their appearance."}}, {"@type": "Question", "name": "Are these scoops suitable for gifting?", "acceptedAnswer": {"@type": "Answer", "text": "Absolutely, they make a wonderful, thoughtful gift for any baking enthusiast."}}, {"@type": "Question", "name": "What makes these scoops unique compared to others?", "acceptedAnswer": {"@type": "Answer", "text": "Their handcrafted nature and pure copper construction set them apart."}}, {"@type": "Question", "name": "Can I find matching products in the collection?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, explore other items like the Fait Tout Pan and Copper Bread Box."}}]} { "@context": "https://schema.org", "@type": "Product", "name": "Copper Measuring Scoops", "brand": { "@type": "Brand", "name": "Galley & Fen" }, "description": "Copper Measuring Scoops with brass handles, handcrafted in India. Includes three sizes: 1/4 cup, 1/2 cup, and 1 cup.", "sku": "SQ1218660", "offers": { "@type": "Offer", "price": "88", "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": "Pure copper", "countryOfOrigin": "India", "additionalProperty": [ { "@type": "PropertyValue", "name": "Material", "value": "Pure copper, brass handles" }, { "@type": "PropertyValue", "name": "Handcrafted", "value": "Yes" }, { "@type": "PropertyValue", "name": "Country", "value": "India" } ] } 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(); } })(); Copper Measuring Scoops | Nostalgic Brass-Handled Baking Set $88 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
S/3 Copper Measuring Scoops
Related
Copper Measuring Scoops
Related
Copper Measuring Scoops
Related