Copper Skillets (handmade!)
@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; } .serif { font-family: 'Cormorant Garamond', Georgia, serif; } .label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; } .btn-primary { display: block; width: 100%; padding: 18px 32px; background: var(--gold); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: all .2s ease; } .btn-primary:hover { background: #B5882E; border-color: #B5882E; } .link-secondary { display: block; text-align: center; font-size: 13px; color: var(--muted); text-decoration: underline; cursor: pointer; padding: 10px 0 0; } .stars { color: var(--gold); letter-spacing: 2px; } .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; } .pdp-thumb-wrapper { position: relative; padding: 0 14px; } .pdp-thumb-strip { display: flex; gap: 8px; overflow-x: hidden; scroll-behavior: smooth; } .thumb { cursor: pointer; border: 2px solid transparent; transition: border-color .2s ease; overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; border-radius: 4px; } .thumb:hover, .thumb.active { border-color: var(--gold); } .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; } .thumb-chevron:hover { background: #fff; } .thumb-prev { left: -13px; } .thumb-next { right: -13px; } .qty { display: inline-flex; border: 1px solid var(--rule); } .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; } .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); } .num-card { border: 1px solid var(--rule); padding: 32px; background: #fff; } .num { font-family: 'Cormorant Garamond', serif; font-size: 52px; line-height: 1; color: var(--dark); margin-bottom: 18px; opacity:0.75; } .fbullet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; } .fdash { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 3px; } .comp { width: 100%; border-collapse: collapse; } .comp th, .comp td { padding: 13px 18px; text-align: left; font-size: 14px; border-bottom: 1px solid var(--rule); } .comp td:not(:first-child), .comp th:not(:first-child) { text-align: center; } .comp th { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; } .comp th:first-child { color: var(--faint); } .comp .adv { color: var(--dark); font-weight: 500; } .comp .dis { color: var(--faint); } .comp tr:nth-child(even) td { background: var(--warm-bg); } .comp tr:nth-child(even) td.adv { background: #F0EAE0; } .check { color: var(--gold); font-weight: 700; } .spec-row { display: flex; border-bottom: 1px solid var(--rule); } .spec-k { flex: 0 0 48%; padding: 10px 0; font-size: 14px; color: var(--dark); font-weight: 500; } .spec-v { flex: 1; padding: 10px 0; font-size: 14px; color: var(--dark); } .contrast-card { border-left: 3px solid var(--gold); padding: 22px 28px; background: var(--warm-bg); margin-bottom: 20px; } .review-card { background: var(--warm-bg); padding: 28px; } .faq-item { border-bottom: 1px solid var(--rule); } .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; } .faq-q:hover { color: var(--gold); } .faq-icon { flex-shrink: 0; margin-left: 20px; font-size: 20px; color: var(--muted); font-weight: 300; transition: transform .2s; } .faq-a { padding: 0 0 22px; font-size: 15px; line-height: 1.75; color: var(--body); display: none; } .faq-a.open { display: block; } .faq-icon.open { transform: rotate(45deg); } .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); } .acc-btn:hover { color: var(--gold); } .acc-icon { flex-shrink: 0; margin-left: 16px; font-size: 18px; color: var(--faint); font-weight: 300; transition: transform .2s; } .acc-icon.open { transform: rotate(45deg); } .acc-icon.chev { font-size: 14px; } .acc-icon.chev.open { transform: rotate(180deg); } .acc-body { display: none; padding-bottom: 28px; } .acc-body.open { display: block; } .sketch-wrap { background: var(--cream); border: 1px solid var(--rule); padding: 32px 24px; margin-bottom: 24px; } .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%)}} .cs-card { background: var(--warm-bg); overflow: hidden; } .cs-info { padding: 16px 18px; } .swatch { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--rule); cursor: pointer; padding: 0; flex-shrink: 0; transition: transform .15s; } .swatch:hover { transform: scale(1.1); } .swatch.active { border-color: transparent; box-shadow: 0 0 0 2.5px var(--gold); } .save-badge { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #fff; background: #C0392B; padding: 4px 10px; border-radius: 4px; align-self: center; } .hc-sep { display: none; } .hc-item { display: inline-block; margin-right: 14px; } .hc-item::before { content: "•"; font-weight: 700; font-style: normal; color: var(--gold); margin-right: 5px; } .sec4-body, .sec9-body { max-height: 5.25em; overflow: hidden; } .sec4-body.expanded, .sec9-body.expanded { max-height: 200em; } .why-toggle-icon { display: none; } .why-toggle-row { display: none; text-align: center; margin: 2px 0 10px; cursor: pointer; user-select: none; } @media (max-width: 749px) { .why-toggle-row { display: block; } .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; } .why-head { cursor: pointer; user-select: none; margin-bottom: 4px !important; } .why-desc { max-height: 0; overflow: hidden; margin-top: 0 !important; } .why-desc.open { max-height: 20em; margin-top: 10px !important; } } @media (max-width: 749px) { .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 8px !important; } .pdp-two-col { grid-template-columns: 1fr !important; gap: 32px !important; } .pdp-divider { display: none !important; } .pdp-usp-grid { grid-template-columns: repeat(2,1fr) !important; } .pdp-num-three { grid-template-columns: 1fr !important; } .pdp-lifestyle-grid { grid-template-columns: 1fr !important; gap: 28px !important; } .pdp-four-col { grid-template-columns: repeat(2,1fr) !important; } .pdp-three-col { grid-template-columns: 1fr !important; } .pdp-tri-col { grid-template-columns: 1fr !important; } .pdp-toc-grid { grid-template-columns: repeat(2,1fr) !important; } .pdp-buybox-col { min-width: 0; } .pdp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; } .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). */ .comp th .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. */ .comp th:first-child, .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.serif { font-size: 21px !important; line-height: 1.25 !important; } .comp { min-width: 0 !important; } .comp th, .comp td { padding: 8px 9px !important; font-size: 11px !important; line-height: 1.34 !important; vertical-align: top !important; min-width: 128px !important; } .comp th { font-size: 9.5px !important; letter-spacing: 0.03em !important; } .comp th small { font-size: 8px !important; } .comp th .comp-th-name { -webkit-line-clamp: 3 !important; line-clamp: 3 !important; } .comp th:first-child, .comp td:first-child { min-width: 116px !important; max-width: 150px !important; width: 128px !important; } .comp td:first-child { font-weight: 700 !important; color: var(--dark) !important; } h1.serif { font-size: 26px !important; text-align: center !important; } h2.serif { font-size: 22px !important; } .pdp-hero-label { display: block !important; text-align: center !important; } .pdp-nav-links { display: none !important; } .pdp-main-img { aspect-ratio: 4/3 !important; } .pdp-main-img #mainImg { object-fit: contain !important; object-position: center center !important; } .pdp-breadcrumb { display: none !important; } .pdp-thumb-wrapper { display: none !important; } .pdp-thumb-strip { display: none !important; } .pdp-hero-caption { display: none !important; } .pdp-h1-sub { display: none !important; } .pdp-hero-sec { padding-top: 8px !important; padding-bottom: 8px !important; } .pdp-buybox-desc { display: none !important; } .pdp-buybox-quote { display: block !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 10px !important; } .pdp-buybox-quote .pdp-quote-attr { display: none !important; } .pdp-buybox-stars { margin-bottom: 10px !important; } .pdp-buybox-price { margin-bottom: 12px !important; } .pdp-mobile-color-qty { display: flex !important; align-items: center; justify-content: space-between; margin-bottom: 16px; } .pdp-mobile-color-qty .pdp-buybox-variant { margin-bottom: 0 !important; } .pdp-mobile-color-qty .pdp-buybox-qty { margin-bottom: 0 !important; } .hc-br { display: none !important; } .hc-item { display: block !important; line-height: 2.1 !important; margin-right: 0 !important; margin-left: 0 !important; } .pdp-complete-set-grid { grid-template-columns: 1fr !important; } .pdp-complete-set-left { padding: 40px 24px !important; } .pdp-complete-set-img { min-height: 280px !important; } } @media (min-width: 750px) and (max-width: 1099px) { .pdp-hero-grid { grid-template-columns: 1fr !important; gap: 16px !important; } .pdp-main-img { max-width: 480px !important; margin-left: auto !important; margin-right: auto !important; } .pdp-thumb-wrapper { display: none !important; } .pdp-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) { .pdp-stripe-break { padding: 48px 0 !important; } } @media (min-width: 1100px) { .pdp-stripe-break { padding: 64px 0 !important; } } .q7-a-text { display: none; } .q7-item[data-open="true"] .q7-q-text { display: none; } .q7-item[data-open="true"] .q7-a-text { display: inline; } .q7-plus::before { content: '+'; } .q7-item[data-open="true"] .q7-plus::before { content: '×'; } .q7-item { cursor: pointer; user-select: none; -webkit-user-select: none; } ‹ › Hand-hammered finishErgonomic handles Heavy gauge copperBalanced weight Tin-lined interiorHandmade in recycled sources & Mexico Sertodo · Austin, TX & Santa Clara del Cobre, Mexico Copper Skillets (Handmade!), Modern Artisan Craftsmanship 1 Heavy Gauge Copper Skillet · Tin-Lined · Ergonomic Handle "Love it, love it, love it! It makes my whole kitchen sparkle." CAROL ANN GELLERMAN, verified buyer ★★★★★ 4.7 · 118 reviews $197 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(".swatch.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: $197 Buy it now 4 × $49 · ShopPay Free shipping on qualifying orders Handcrafted in Austin, TX and Santa Clara del Cobre, Mexico, these copper skillets combine traditional artistry with modern design. Made from heavy gauge copper, each skillet is tin-lined for optimal cooking performance. Hand-hammered finishErgonomic handles Heavy gauge copperBalanced weight Tin-lined interiorHandmade in recycled sources & Mexico Click here to find out →Built to last→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 Copper Skillets different? (What makes heavy gauge copper different from mass-produced cookware) CRAFTSMANSHIP Handmade from start to finish, each skillet reflects the artisan's touch, ensuring uniqueness. PERFORMANCE Heavy gauge copper offers unparalleled heat distribution and responsiveness, ideal for precise cooking. DESIGN Ergonomic handles provide comfort and control, while also serving as a spoon rest. DURABILITY Backed by a lifetime guarantee, these skillets are built to last, making them a timeless addition to your kitchen. Read more ▾ Why copper-look pans disappoint year 1 - thin-gauge base warped · uneven heat year 2 - heavy-gauge stays true · even heat Cuisinart pans are affordable and accessible, but thin copper wash over aluminum causes hot spots and delamination. Mass production lacks the gauge weight needed for even cooking. machine-pressed identical vs. hand-hammered individual Before you decide "If the pan just needs to heat food, Cuisinart does the job. But if heat control and longevity are the point, the gauge tells the whole story." "If what you want is a 2mm solid copper pan, tin-lined and handmade, offering rapid heat response, this is it." Built to lastBuy once, not every few years The cheaper option looks like a saving until you replace it. Here is how it compares over the long run. The budget alternative A thin aluminium or nonstick pan, typically replaced about every 3 years. Around $100 each. This copper cookware Built to last 25+ years of regular use. A one-time $197. Over a decade, replacing a thin aluminium or nonstick pan about every 3 years runs roughly $400 — versus a single $197 for this copper cookware. That is about $203 less over ten years, before you count the difference in everyday use. At a glance Is this skillet right for you? Choose this skillet ✓ You love artisanal quality These skillets are crafted with care and precision for true culinary connoisseurs. ✓ You prioritize heat control The solid copper construction ensures even heat distribution for perfect cooking. ✓ Aesthetics matter to you These skillets offer a timeless design that enhances kitchen decor. ✓ You seek longevity Backed by a lifetime workmanship guarantee, these skillets are built to last. Skip this skillet if ✗ Budget-friendly options The artisanal craftsmanship comes at a premium price. ✗ Quick cooking solutions These skillets are designed for those who appreciate the art of cooking. ✗ Induction stovetops Copper skillets are not compatible with induction cooktops. Best for → Culinary artists Perfect for chefs who appreciate the fusion of tradition and innovation. → Copper enthusiasts Ideal for those who love the aesthetics and performance of copper. → Gourmet kitchens These skillets add a touch of elegance to any gourmet kitchen. → Gift seekers A thoughtful gift for anyone passionate about cooking. Outfit your kitchenOutfit yourkitchen Copper Saucepan (handmade!)Cookware Add to cart Gangotri Copper Water Pitcher with LidServeware Add to cart Solid Copper Frying Pan – 9.5" Uncoated Professional Skillet with Cast Iron HandleCookware Add to cart Add All 3 to Cart 3 items Hand-picked kitchen pieces that work alongside 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 Copper Skillets Unmatched Heat Control + Copper's conductivity offers precise temperature control for cooking perfection. Artisan Aesthetic + Each skillet is a piece of art, enhancing any kitchen's visual appeal. Built to Last + With a lifetime guarantee, these skillets are designed for enduring performance. Heat Control Even distribution ensures perfect cooking results. Ergonomic Comfortable handles offer superior control. Durability Lifetime guarantee for 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;}} Heavy gauge copper · Tin-lined · Ergonomic design Add to Cart: $197 For those who transform cooking into an art form, these skillets are indispensable tools. 01 Crafted for Durability The heavy gauge copper construction ensures these skillets withstand the test of time. Backed by a lifetime guarantee, they're built to endure daily use. 02 Timeless Aesthetics With their hand-hammered finish, these skillets add elegance to any kitchen. Each piece is unique, crafted by skilled artisans for a distinct look. 03 Value Over Time Investing in quality cookware means fewer replacements. The craftsmanship and materials ensure consistent performance for years. Read more ▾ Artisan-made for culinary excellence · Lifetime guarantee Add to Cart: $197 What changes after you buy it Cooking becomes a joy, not a chore. No more worrying about uneven heating or unreliable cookware. With Sertodo Copper Skillets, your kitchen experience elevates, allowing you to focus on culinary creativity. Enjoy cooking like never before. Precision and elegance in every dish. What the Copper Skillets are made of, and how they're built Expand each group for full detail. Dimensions & Capacity+ Depth Varies by design Weight Varies, design specific Liquid Capacity Not applicable Dimensions vary slightly due to the hand-crafting process. Materials & Construction+ Copper Thickness 2mm Interior Lining Tin Handle Material Heavy gauge (2mm) solid Season Copper Pan Country USA & Mexico Not induction compatible. Compatibility & Care+ Stovetop Compatibility Gas, Electric, Ceramic Broiler Safe No Care Hand wash only Hand Polish Schedule As needed to maintain shine Regular hand washing and drying required. Contents+ Includes 1 x Copper Skillet (Handmade!) Single item. All dimensions are approximate due to hand-crafting. The assumption most buyers get wrong Copper is high maintenance, not with Sertodo While mass-produced copper pans often require constant care, Sertodo's skillets are crafted to minimize the typical upkeep associated with copper. Our tin lining and solid construction ensure longevity and ease of use. The one-sentence decision Elevate your culinary experience with elegance. These copper skillets are more than cookware; they're an invitation to indulge in the artistry of cooking, transforming meals into memorable moments. Craftsmanship and performance, elevated. Who this is for Designed for culinary experts and cooking enthusiasts who appreciate both style and function. Ideal for those who want to invest in a skillet that offers both aesthetic appeal and exceptional performance. Material performance What each material does in daily use tin-lined interior 2mm copper base plate 2mm copper · base cross-section Cross-section comparison of copper vs. other metals · Exceptional Conductivity Copper conducts heat 8× better than stainless steel, ensuring rapid, even cooking. · Non-Stick Surface The tin lining offers a naturally non-stick surface, reducing the need for excess oils. · Durable Construction Hand-hammered copper provides durability and a unique, elegant appearance. "Cooking with these skillets is a joy; even heat and easy cleanup." Hand-made vs mass-produced, what you're actually choosing The Copper Skillets offer: • 2mm heavy gauge copper• Hand-hammered finish, unique to each piece• Lifetime workmanship guarantee You aren't just buying a skillet; you're choosing quality over settling for mass-produced alternatives. Copper Skillets (Sertodo) Cuisinart All-Clad Mauviel Is the coating PFAS-free? Tin-lined PTFE-based non-stick PTFE-based non-stick Not specified Is it made of solid copper? 2mm solid copper Aluminum-encapsulated base Stainless steel with aluminum core Copper with stainless steel lining Where is it made? USA & Mexico China USA France Price range $197 $100-$150 $250-$300 $300-$350 Handcrafted with precision, this skillet offers the timeless elegance of pure copper that few others match. It's the kind of quality you notice every time you use it. COPPER COOKWARE Sertodo Copper · Handcrafted in recycled sources & Mexico Artisan craftsmanship meets culinary excellence. Add to Cart: $197 Where it shines Ideal occasions for copper skillets · Gourmet Cooking Perfect for creating intricate dishes that require precise heat control. · Dinner Parties Impress guests with the elegant presentation of your culinary creations. · Culinary Artisans For chefs who value both the art and science of cooking. · Gift Giving An exquisite gift for cooking enthusiasts and professional chefs alike. · Holiday Feasts Enhance your festive gatherings with cookware that performs beautifully. Elegance in every dish, performance in every use. Sertodo is for the discerning chef. Add to Cart: $197 The material advantage Copper's unmatched thermal properties Thin-gauge single layer · warps under heat vs. Hand-Forged Copper multi-ply · even heat distribution lighter heavier · more stable lower higher → Copper vs. other metals in thermal performance Read the full explanation ▾ Copper conducts heat eight times better than stainless steel, ensuring rapid and even heat distribution. This advantage makes copper the preferred choice for chefs requiring precise cooking control. The 2mm gauge copper used in these skillets offers superior thermal conductivity, which means the entire cooking surface heats evenly and quickly, reducing cooking time. Our tin-lined interior provides a naturally non-stick surface, enhancing cooking efficiency and ease of cleaning. Copper's thermal conductivity redefines cooking precision. The artisan process The art of hand-forging copper raw sheet 1 - stock cut to shape 2 - cut hand-planished, tin-lined 3 - form individual result 4 - season Four steps from raw copper to finished skillet Read the full explanation ▾ Hand-forging involves attentive craftsmanship at every stage, from annealing raw copper sheets to the final polish. This process guarantees that each skillet is unique, reflecting the artisan's skill. Variations in the final product are not flaws, but rather a testament to the handmade nature of each piece, providing individual character and charm. Every skillet is a unique piece of art. The heritage of copper Sertodo's coppersmithing tradition ancient roots hand-hammered Santa Clara copper adopted 1997 founding modern line Timeline of Sertodo's copper tradition Read the full explanation ▾ The tradition of copper work in Santa Clara del Cobre, Mexico, spans over a millennium, renowned for its unmatched quality and craftsmanship. Jonathan Beall founded Sertodo Copper in 1997, choosing this location to blend ancient techniques with modern design, ensuring each piece is a masterpiece. Owning a Sertodo piece means embracing a legacy of craftsmanship. Add to Cart: $197 From buyers who buy it ★★★★★ Verified buyer "These skillets have transformed my cooking. The even heat distribution is unmatched." Julia R., avid home cook, 3 months ago ★★★★★ Verified buyer "The craftsmanship is evident in every detail. Truly a work of art." Mark T., professional chef, 1 year ago ★★★★★ Verified buyer "Elegance and performance in one. My kitchen has never looked better." Samantha L., interior designer, 6 months ago Pairs naturally with Complete the culinary experience Explore complementary pieces for a comprehensive kitchen collection. Sertodo Copper Saute Pan with lid (Handmade!) Add versatility to your cooking Sertodo Copper Saucepan (Handmade!) Perfect for sauces and reductions Sertodo Copper Kitchen Spoon Rest / Putting Cup (Handmade!) Ideal for paella and large dishes Sertodo Permian Copper Basins (Handmade!) For hearty stews and stocks About Sertodo Copper Timeless Craftsmanship Meets Modern Design Founded in 1997 by Jonathan Beall, Sertodo Copper brings artisan craftsmanship to the modern kitchen. Our pieces are handcrafted in Austin, TX, and Santa Clara del Cobre, Mexico, using 100% pure copper with tin-lined interiors for superior cooking performance. We chose this production approach to honor millennia-old traditions while incorporating innovative designs, ensuring our cookware not only performs exceptionally but also tells a story of heritage and quality. Caring for your set Four rules that preserve the shine 1 Hand Wash Only 2 Dry Immediately Prevent spotting by drying your skillet promptly after washing. 3 Polish Regularly Use a copper polish to restore the original bright sheen as needed. 4 Avoid Hard Scrubs Use soft cloths to clean and preserve the surface. With proper care, your Sertodo Copper Skillet will remain a kitchen staple for years to come. Final verdict A definitive choice for discerning cooks Investing in Sertodo Copper Skillets is a commitment to quality and craftsmanship that transforms your cooking experience. Handmade in Austin and Mexico, these skillets offer unmatched heat control and aesthetic appeal. They are not just tools, but a celebration of culinary artistry. → Hand-hammered from 2mm solid copper for exceptional heat conductivity → Crafted by artisans in Austin, TX, and Santa Clara del Cobre, Mexico → Hand wash only, preserve the shine and integrity for decades → Lifetime workmanship guarantee, a true investment in quality cookware Embrace the art of cooking with tools that inspire excellence. Add to Cart: $197 Or buy it now The questions buyers ask before deciding Are the skillets compatible with all stovetop types?+ No, copper skillets are not induction compatible. They work best on gas, electric, and ceramic stovetops. Is there a difference between the 8 and 10-inch skillets?+ Yes, the 8 and 10-inch skillets offer versatility for different cooking needs. Choose based on your preferred dish size and heat distribution requirements. What is the actual weight of the 10-inch skillet, and how does the handcrafted solid copper construction affect handling during cooking?+ Each piece varies slightly because every skillet is individually hammered and shaped by hand, but the ergonomic handle design and precise weight distribution ensure comfortable control even during extended cooking sessions. How should I clean my copper skillet?+ Hand wash using warm water and mild soap. Dry immediately to prevent spotting, and polish occasionally to maintain its shine. Can I use metal utensils with these skillets?+ It's best to use wooden or silicone utensils to preserve the tin lining and prevent scratches. Will these skillets fit with other Sertodo lids?+ Yes, lids from our Copper Saute Pan and Saucepan fit these skillets. How frequently do I need to polish my handcrafted copper skillet to maintain its appearance, and does polishing affect cooking performance?+ Polish every 2-4 weeks with a copper-specific cleaner to maintain the mirror-bright finish, though the natural patina that develops between polishings actually enhances heat distribution. Unlike factory-finished cookware where tarnish indicates neglect, the living surface of handcrafted copper develops character over time, many chefs prefer the warm antique glow that forms with regular use. What specific construction differences distinguish Sertodo's handcrafted copper skillets from mass-produced copper cookware sold by other brands?+ Sertodo uses authentic 2mm solid copper throughout the entire pan body, not the thin copper plating over inferior metals that most brands use to cut costs. Each skillet is individually hammered and tin-lined by hand, eliminating the uneven riveting, loose-fitting components, and rushed tinning that plague factory production. The lifetime guarantee covers craftsmanship defects because heirloom-quality construction built to last generations makes the "normal wear" exclusions common in mass-produced cookware warranties irrelevant. How do the handles on these handcrafted copper skillets differ from mass-produced cookware, and what makes them safer during high-heat cooking?+ Each handle is individually cast from solid copper, then hand-riveted with precision-aligned copper rivets that are individually inspected for tightness, a detail impossible in mass production where loose handles are a common failure point. The substantial handle stays cooler longer than hollow factory handles because solid copper dissipates heat gradually, and the ergonomic curve is shaped for balanced weight distribution during pan manipulation. Add to Cart: $197 {"@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "Are the skillets compatible with all stovetop types?", "acceptedAnswer": {"@type": "Answer", "text": "No, copper skillets are not induction compatible. They work best on gas, electric, and ceramic stovetops."}}, {"@type": "Question", "name": "Is there a difference between the 8 and 10-inch skillets?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, the 8 and 10-inch skillets offer versatility for different cooking needs. Choose based on your preferred dish size and heat distribution requirements."}}, {"@type": "Question", "name": "What is the weight of the largest skillet?", "acceptedAnswer": {"@type": "Answer", "text": "The weight of the largest skillet varies due to the handmade nature, but it is designed for balanced weight distribution."}}, {"@type": "Question", "name": "How should I clean my copper skillet?", "acceptedAnswer": {"@type": "Answer", "text": "Hand wash using warm water and mild soap. Dry immediately to prevent spotting, and polish occasionally to maintain its shine."}}, {"@type": "Question", "name": "Can I use metal utensils with these skillets?", "acceptedAnswer": {"@type": "Answer", "text": "It's best to use wooden or silicone utensils to preserve the tin lining and prevent scratches."}}, {"@type": "Question", "name": "Will these skillets fit with other Sertodo lids?", "acceptedAnswer": {"@type": "Answer", "text": "Yes, lids from our Copper Saute Pan and Saucepan fit these skillets."}}, {"@type": "Question", "name": "How often should I polish my skillet?", "acceptedAnswer": {"@type": "Answer", "text": "Polish your skillet as needed to restore its original bright shine. Frequency depends on personal preference and use."}}, {"@type": "Question", "name": "Why choose Sertodo over other brands?", "acceptedAnswer": {"@type": "Answer", "text": "Sertodo skillets are handmade from heavy gauge copper, offering superior heat control and a lifetime guarantee."}}, {"@type": "Question", "name": "What makes the handles unique?", "acceptedAnswer": {"@type": "Answer", "text": "Our handles are ergonomic and heat-resistant, providing comfort and control while cooking."}}]} { "@context": "https://schema.org", "@type": "Product", "name": "Copper Skillets (Handmade!)", "brand": { "@type": "Brand", "name": "Sertodo" }, "description": "The Sertodo Copper Skillets are handmade from heavy gauge copper, offering unmatched heat conductivity. Crafted in Austin, TX, and Santa Clara del Cobre, Mexico, these skillets feature a tin-lined interior for non-stick cooking and ergonomic handles for comfort.", "sku": "K-SKIL-8", "offers": { "@type": "Offer", "price": "197", "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": "100% pure copper", "countryOfOrigin": "recycled sources", "additionalProperty": [ { "@type": "PropertyValue", "name": "Material", "value": "2mm solid copper" }, { "@type": "PropertyValue", "name": "Interior Lining", "value": "Tin" }, { "@type": "PropertyValue", "name": "Handle Material", "value": "Copper" }, { "@type": "PropertyValue", "name": "Country", "value": "USA & Mexico" }, { "@type": "PropertyValue", "name": "Stovetop Compatibility", "value": "Gas, Electric, Ceramic" }, { "@type": "PropertyValue", "name": "Care Instructions", "value": "Hand wash, polish as needed" } ] } function swapImg(el, src) { document.getElementById('mainImg').src = src; document.querySelectorAll('.thumb').forEach(t => t.classList.remove('active')); el.classList.add('active'); } function thumbScroll(dir) { var strip = document.querySelector('.pdp-thumb-strip'); if (!strip) return; var thumb = strip.querySelector('.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('.pdp-thumb-strip'); var prev = document.querySelector('.thumb-prev'); var next = document.querySelector('.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('.pdp-thumb-strip'); if (strip) { updateThumbChevrons(); strip.addEventListener('scroll', updateThumbChevrons, { passive: true }); } }); function selectSwatch(el, name) { document.querySelectorAll('.swatch').forEach(s => s.classList.remove('active')); el.classList.add('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('.faq-icon'); a.classList.toggle('open'); icon.classList.toggle('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('open'); body.classList.toggle('open', !isOpen); if (btn) { const icon = btn.querySelector('.acc-icon'); if (icon) icon.classList.toggle('open', !isOpen); } } function toggleWhyDesc(id) { var desc = document.getElementById(id); var icon = document.getElementById(id + '-icon'); if (!desc) return; var isOpen = desc.classList.contains('open'); desc.classList.toggle('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('.sec4-body'); var btn = document.getElementById('sec4-toggle'); var expanded = bodies.length > 0 && bodies[0].classList.contains('expanded'); for (var i = 0; i < bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); } if (btn) btn.textContent = expanded ? 'Read more \u25be' : 'Show less \u25b4'; } function toggleSec9() { var bodies = document.querySelectorAll('.sec9-body'); var btn = document.getElementById('sec9-toggle'); var expanded = bodies.length > 0 && bodies[0].classList.contains('expanded'); for (var i = 0; i < bodies.length; i++) { bodies[i].classList.toggle('expanded', !expanded); } if (btn) btn.textContent = expanded ? 'Read more \u25be' : 'Show less \u25b4'; } @media(min-width:750px){.pdp-mob-btn{display:none!important}.pdp-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('.pdp-main-img'); if(!wrap) return; var mainImg = document.getElementById('mainImg'); if(!mainImg) return; var imgs = [mainImg.src]; document.querySelectorAll('.pdp-thumb-strip .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 = 'pdp-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 = 'pdp-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 = 'pdp-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('.pdp-thumb-strip .thumb').forEach(function(t,i){ t.classList.toggle('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 Skillets (Handmade!), Modern Artisan Craftsmanship $197 Add to Cart (function(){ var bar = document.getElementById('pdp-sticky-atc'); if(!bar) return; var btns = document.querySelectorAll('.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
Hestan Copperbond Induction Copper Skillets
Related
Copper Skillets
Related
copper skillets
Related