KAN Core Complete Set
@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); } 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; } ‹ › 67-layer DamascusHand wash only VG-10 Core Full Tang DesignMade in China KAN Kitchen · Japanese VG-10 Steel · Made in China The Ultimate Damascus Steel Knife Set 1 67-Layer Damascus Knife · VG-10 Core "The knives' sharpness and balance are unmatched, making every cut effortless." A., verified buyer ★★★★★ 4.6 · 240 reviews $499 $733 Save $234 Color: Ebony Wood − 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: $499 Buy it now 4 × $124 · ShopPay Free shipping on qualifying orders Experience professional-grade quality with our 67-layer Damascus Steel knives, all featuring a VG-10 core for exceptional sharpness and durability. 67-layer DamascusHand wash only VG-10 Core Full Tang DesignMade in China 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 KAN Core different? (What makes Damascus Steel different from other knife materials) CRAFTED Each knife is meticulously crafted from 67 layers of Damascus Steel, ensuring unmatched sharpness and durability. VG-10 CORE The VG-10 core provides a unique balance of strength and flexibility, perfect for all culinary tasks. ERGONOMIC Designed with ergonomic handles that provide a comfortable, slip-resistant grip for extended use. VERSATILE This set includes seven essential knives, each crafted for specific tasks in the kitchen. Read more ▾ Why most knife sets fall short year 1 - thin-gauge base warped · uneven heat year 2 - heavy-gauge stays true · even heat machine-pressed identical vs. hand-hammered individual Before you decide "If what you want is a set crafted from 67-layer Damascus Steel with VG-10 cores, 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 stamped stainless knife, typically replaced about every 4 years. Around $479 each. This knife Built to last 20+ years of regular use. A one-time $499. Over a decade, replacing a stamped stainless knife about every 4 years runs roughly $1,437 — versus a single $499 for this knife. That is about $938 less over ten years, before you count the difference in everyday use. At a glance Is this set right for you? Choose this set ✓ _Precision and artistry meet_ For those who value precision and artistry, this set offers unrivaled performance. ✓ _Crafted for culinary pros_ Ideal for culinary professionals seeking reliable, high-performance tools. ✓ _Transform your kitchen_ Perfect for transforming your kitchen into a professional-grade workspace. ✓ _Durability that lasts_ Choose this set for its durability, ensuring it remains a kitchen staple for years. Skip this set if ✗ _Simple needs only_ If basic cutlery suffices, this comprehensive set might be more than you need. ✗ _Budget constraints_ If price is your primary concern, consider a smaller or more affordable set. ✗ _Not dishwasher safe_ Skip if you require dishwasher-safe knives; these require hand washing. ✗ _Minimalist kitchens_ For minimalists, a smaller collection may be more suitable. Best for → _Aspiring chefs_ Aspiring chefs will appreciate the professional-grade quality and versatility. → _Gifting for weddings_ An excellent choice for wedding gifts or housewarming presents. → _Professional environments_ Designed for use in professional kitchens where performance is key. → _Precision enthusiasts_ Ideal for those who value precision and high-quality craftsmanship. Complete 7-piece knife set Your completeknife collection Chef Knife 8-inch Paring Knife 3.5-inch Santoku Knife 6-inch Utility Knife 5-inch Boning Knife 6-inch Slicer Knife 9-inch Bread Knife 9-inch 7 knives · Complete kitchen set Crafted in China Made from high-quality 67-layer Damascus Steel with VG-10 cores. Buyer profile Why buyers choose KAN Core Complete Set Professional Quality + Engineered for culinary professionals seeking exceptional performance and durability in every knife. Ergonomic Design + Handles designed for a comfortable, controlled grip, reducing hand fatigue during long prep sessions. Sharpness Retention + VG-10 core ensures long-lasting sharpness, requiring less frequent sharpening. SHARPNESS The VG-10 core ensures long-lasting sharpness. DURABILITY 67-layer Damascus steel is known for its durability. COMFORT Ergonomic handles offer superior comfort during 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;}} 67-layer Damascus Steel · VG-10 Core · 7 pieces Add to Cart: $499 The KAN Core Complete Set is for those who demand precision and elegance, transforming every cooking experience into an art form. 01 Durability that Lasts Crafted from 67-layer Damascus Steel, this set stands the test of time, offering unmatched durability and performance for years to come. 02 Aesthetic Elegance With a choice of hammered or smooth finishes, each knife not only performs exceptionally but also adds a touch of elegance to your kitchen. 03 Value Over Time Investing in this complete set means fewer replacements and a lifetime of reliable, sharp knives, making it a cost-effective choice. Read more ▾ Precision-crafted knives for culinary excellence Add to Cart: $499 What changes after you buy it The way you approach cooking transforms. Before owning the KAN Core Complete Set, knife tasks might feel like a chore. With these precision tools, cooking becomes an enjoyable, artful experience. Embrace quality craftsmanship in every culinary adventure. What the KAN Core Complete Set is made of, and how it's built Expand each group for full detail. Dimensions & Capacity+ Chef Knife 8-inch Paring Knife 3.5-inch Santoku Knife 6-inch Utility Knife 5-inch Boning Knife 6-inch Slicer Knife 9-inch Bread Knife 9-inch Dimensions are approximate. Materials & Construction+ Blade Steel Made in Japan Handle Wood Made in India Resin Handles & Assembly Made in China Blade Material 67-Layer Damascus Steel Core Material VG-10 Handle Material G10 Composite Resin/Ebony Wood High-quality materials ensure longevity. Compatibility & Care+ Dishwasher Safe No Sharpening Every 6-12 Months Hand Wash Recommended Proper care extends the life of your knives. Contents+ Chef Knife 1 x 8-inch Paring Knife 1 x 3.5-inch Santoku Knife 1 x 6-inch Utility Knife 1 x 5-inch Boning Knife 1 x 6-inch Slicer Knife 1 x 9-inch Bread Knife 1 x 9-inch Complete set includes all essential knives. Specifications are subject to change without notice. The assumption most buyers get wrong Not all knives are created equal. Many assume all knife sets deliver the same performance. However, the KAN Core Complete Set offers superior sharpness and balance, changing your cooking experience. Choose quality over mediocrity for a kitchen toolkit that impresses. The one-sentence decision Transform cooking into an art form. With the KAN Core Complete Set in your kitchen, every meal becomes an opportunity to create something extraordinary. Feel the difference as precision and craftsmanship elevate your culinary pursuits. Quality that inspires culinary creativity. Who this is for This set is for culinary enthusiasts and professional chefs who demand precision, performance, and durability from their kitchen tools. It's also perfect for those who appreciate the artistry and functionality of finely crafted knives. Material performance What Damascus Steel does in daily use Damascus finish VG-10 core base plate VG-10 core · base cross-section Illustration of Damascus Steel vs standard steel. · Unmatched Sharpness 67-layer Damascus Steel provides razor-sharp edges that stay sharp longer than standard blades. · Exceptional Durability VG-10 core offers strength and flexibility, making it perfect for a variety of culinary tasks. · Artistic Design The unique Damascus pattern provides visual appeal, ensuring your knives are both functional and beautiful. "Every cut feels precise and effortless, transforming my cooking experience." Where the quality difference shows The KAN Core Complete Set offers: • 67-layer Damascus Steel craftsmanship• Elegant hammered or smooth finishes• VG-10 core for superior strength You didn't come this far to settle for high-carbon stainless when precision and beauty are within reach. KAN Core Complete Set Wüsthof Shun Global PFAS-free coating No coating No coating No coating No coating Material 67-layer Damascus Steel High-carbon stainless VG-MAX steel CROMOVA 18 stainless Induction Compatible Yes Yes Yes Yes Country of Origin China Germany Japan Japan Price range $499 · 7 pieces $499 · 7 pieces $529 · 7 pieces $479 · 7 pieces Competitor details are based on publicly available manufacturer‑published specifications and verified against retailer listings as of 7/5/2026. Product specifications, materials, and availability may change. Where products are sold as sets, piece counts and configurations vary by brand, so total prices are not directly comparable. This comparison is for general reference only and is not guaranteed to be current or complete. If you believe any competitor information is inaccurate, please contact us. Show more See full comparison + (1 more dimension) Experience the unmatched artistry of 67-layer Damascus Steel, setting a new standard in your kitchen. The difference shows up exactly when it matters — when preparing a special dinner and cheaper options dull too soon. KAN CORE COLLECTION KAN Kitchen · Japanese VG-10 Steel · Made in China Precision tools for the art of cooking Add to Cart: $499 Where it shines Perfect for every culinary moment · Gourmet Cooking For those who love cooking gourmet meals and need reliable, precise tools. · Entertaining Guests Impress your guests with beautifully crafted knives that complement your dining experience. · Daily Meal Prep Ideal for everyday use, making meal preparation efficient and enjoyable. · Special Occasions Perfect for preparing elaborate dishes on special occasions and holidays. · Gift Giving A thoughtful gift choice for weddings, anniversaries, and housewarmings. Transform your cooking with precision and style. KAN Core is for true culinary artists. Add to Cart: $499 The material definition Why Damascus Steel outperforms Thin-gauge single layer · warps under heat vs. Damascus Steel multi-ply · even heat distribution lighter heavier · more stable lower higher → Comparison of standard vs Damascus Steel blades. Read the full explanation ▾ Damascus Steel knives offer a superior cutting experience thanks to their multi-layered construction, which provides excellent edge retention and sharpness compared to standard stainless steel blades. The 67-layer Damascus Steel is known for its exceptional durability and ability to maintain a sharp edge, making it ideal for both professional and home kitchens. Each KAN Core knife features a VG-10 core, known for its unique balance of strength and flexibility. Damascus Steel knives are the choice for those seeking lasting sharpness. The manufacturing process How KAN Core knives are made raw sheet 1 - stock cut to shape 2 - cut precision forging 3 - form individual result 4 - season From forging to finishing: the knife-making process. Read the full explanation ▾ KAN Core knives are made with a meticulous forging process, layering 67 sheets of Damascus Steel around a VG-10 core, ensuring each knife is unique and of the highest quality. Individual variations in the knives are a testament to their handcrafted nature, offering each piece a distinct character that mass-produced knives lack. Experience the artistry and precision in every KAN Core knife. The brand heritage KAN Kitchen's storied tradition Add to Cart: $499 From buyers who buy it ★★★★★ Verified buyer "These knives are a game-changer in my kitchen. The sharpness and balance are incredible." Sarah K., bought for new home, 8 months ago ★★★★★ Verified buyer "I've never used knives that make food prep this effortless. Highly recommend." John D., professional chef, 1 year ago ★★★★★ Verified buyer "The craftsmanship is evident in every detail. These knives are both functional and beautiful." Emily R., home cook, 6 months ago Pairs naturally with Complete your kitchen setup Explore other essentials to pair with your KAN Core Set. KAN Kitchen KAN Core Basic Set Essential knives for every kitchen KAN Kitchen KAN Core Standard Set Standard set for versatile tasks KAN Kitchen KAN Core Chef Knife Precision for all cutting needs KAN Kitchen KAN Santoku Knife Perfect for slicing and dicing About KAN Kitchen Crafting precision for culinary excellence KAN Kitchen was launched by Barney Lund on Kickstarter in 2017 with a mission to transform kitchen experiences through superior knife craftsmanship. By utilizing 67-layer Damascus Japanese Steel with a VG-10 core, KAN ensures exceptional sharpness and longevity, making their knives a staple in both professional and home kitchens. KAN Kitchen's commitment to quality and precision sets them apart in the culinary world. By choosing to manufacture with high-grade materials and expert techniques, they create tools that elevate culinary craftsmanship. Caring for your set Four rules to preserve your tools 1 Hand wash only Avoid using the dishwasher; hand wash with warm, soapy water. 2 Dry thoroughly Immediately dry knives after washing to prevent rust. 3 Avoid harsh chemicals Keep knives away from saltwater, chlorine, or acidic substances. 4 Store safely Use a knife block or magnetic strip to protect the blades. With proper care, your KAN Core Complete Set will remain a reliable kitchen companion for years. Final verdict Why the KAN Core Complete Set is essential Investing in the KAN Core Complete Set promises unmatched precision and durability. With each knife crafted from 67-layer Damascus Steel, this set is designed to elevate your cooking experience. The VG-10 core ensures that each blade retains its sharpness, making it a smart choice for both professional chefs and home cooks. → 67-layer Damascus Steel for lasting sharpness and durability → Crafted with a VG-10 core for superior performance → Hand wash only, preserves edge and finish → Designed for precision and balance in every task Embrace the artistry of cooking with tools that inspire confidence. Add to Cart: $499 Or buy it now The questions buyers ask before deciding What is included in the Complete Set?+ The KAN Core Complete Set includes 7 knives: 8-inch Chef, 3.5-inch Paring, 6-inch Santoku, 5-inch Utility, 6-inch Boning, 9-inch Slicer, and 9-inch Bread. Is the Complete Set dishwasher safe?+ No, we recommend hand washing to maintain the sharpness and finish of your knives. Can I add more pieces later?+ Yes, you can expand your collection with additional knives like the KAN Core Chef Knife. How do I care for the Complete Set?+ Hand wash with warm, soapy water, dry immediately, and store safely. Avoid harsh chemicals. What is the return policy for the Complete Set?+ Returns are accepted within 30 days of purchase. Please ensure all items are in their original condition. Is this set a good gift for weddings?+ Absolutely! The KAN Core Complete Set is an excellent gift for weddings, offering both elegance and practicality. What is the price per piece vs the full set?+ The full set offers a better value at $499 for 7 pieces compared to individual purchases. How long does shipping take?+ Shipping timing depends on your location and the option selected at checkout. Does the Complete Set match other sets exactly?+ Yes, the knives in the Complete Set are designed to match other KAN Core collections. What is the best use for the KAN Core knives?+ Designed for precision, these knives are best used for tasks demanding accuracy, like slicing, dicing, and chopping. Add to Cart: $499 { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is included in the Complete Set?", "acceptedAnswer": { "@type": "Answer", "text": "The KAN Core Complete Set includes 7 knives: 8-inch Chef, 3.5-inch Paring, 6-inch Santoku, 5-inch Utility, 6-inch Boning, 9-inch Slicer, and 9-inch Bread." } }, { "@type": "Question", "name": "Is the Complete Set dishwasher safe?", "acceptedAnswer": { "@type": "Answer", "text": "No, we recommend hand washing to maintain the sharpness and finish of your knives." } }, { "@type": "Question", "name": "Can I add more pieces later?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, you can expand your collection with additional knives like the KAN Core Chef Knife." } }, { "@type": "Question", "name": "How do I care for the Complete Set?", "acceptedAnswer": { "@type": "Answer", "text": "Hand wash with warm, soapy water, dry immediately, and store safely. Avoid harsh chemicals." } }, { "@type": "Question", "name": "What is the return policy for the Complete Set?", "acceptedAnswer": { "@type": "Answer", "text": "Returns are accepted within 30 days of purchase. Please ensure all items are in their original condition." } }, { "@type": "Question", "name": "Is this set a good gift for weddings?", "acceptedAnswer": { "@type": "Answer", "text": "Absolutely! The KAN Core Complete Set is an excellent gift for weddings, offering both elegance and practicality." } }, { "@type": "Question", "name": "What is the price per piece vs the full set?", "acceptedAnswer": { "@type": "Answer", "text": "The full set offers a better value at $499 for 7 pieces compared to individual purchases." } }, { "@type": "Question", "name": "How long does shipping take?", "acceptedAnswer": { "@type": "Answer", "text": "Shipping timing depends on your location and the option selected at checkout." } }, { "@type": "Question", "name": "Does the Complete Set match other sets exactly?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, the knives in the Complete Set are designed to match other KAN Core collections." } }, { "@type": "Question", "name": "What is the best use for the KAN Core knives?", "acceptedAnswer": { "@type": "Answer", "text": "Designed for precision, these knives are best used for tasks demanding accuracy, like slicing, dicing, and chopping." } } ] } { "@context": "https://schema.org", "@type": "Product", "name": "KAN Core Complete Set", "brand": { "@type": "Brand", "name": "KAN Kitchen" }, "description": "The KAN Core Complete Set offers a comprehensive collection of knives crafted from 67-layer Damascus Steel with a VG-10 core, ensuring exceptional sharpness and durability for both professional chefs and home cooks.", "sku": "sku-43667260211363", "offers": { "@type": "Offer", "price": "499", "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": "67-layer Damascus Steel", "countryOfOrigin": "China", "additionalProperty": [ { "@type": "PropertyValue", "name": "Blade Material", "value": "67-Layer Damascus Steel" }, { "@type": "PropertyValue", "name": "Core Material", "value": "VG-10" }, { "@type": "PropertyValue", "name": "Handle Material", "value": "G10 Composite Resin/Ebony Wood" }, { "@type": "PropertyValue", "name": "Pieces in Set", "value": "7" }, { "@type": "PropertyValue", "name": "Warranty", "value": "Lifetime" }, { "@type": "PropertyValue", "name": "Dishwasher Safe", "value": "No" } ] } 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(); } })(); The Ultimate Damascus Steel Knife Set $499 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
KAN Core Complete Set
Related
KAN Core Basic Set
Related
KAN Core Standard Set
Related