KAN Core Basic 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; } .serif { font-family: 'Cormorant Garamond', Georgia, serif; } .label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; 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.1em; text-transform: uppercase; text-align: center; border: 2px solid var(--gold); cursor: pointer; transition: background .2s; } .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 .15s; overflow: hidden; flex: 0 0 calc(20% - 6.5px); min-width: 0; } .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: .06em; text-transform: uppercase; color: #fff; background: #C0392B; padding: 3px 9px; border-radius: 3px; 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); } 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; } ‹ › 67-Layer DamascusHand Wash Only VG-10 CoreErgonomic Handle Precise Edge RetentionMade in China KAN Kitchen · Japanese VG-10 Steel · Made in China Precision-Crafted Damascus Steel Knives 1 67-Layer Damascus Knife · VG-10 Core · 3 Knives "The VG-10 core offers exceptional durability and sharpness." A., verified buyer ★★★★★ 4.9 · 122 reviews $249 $406 Save $157 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(".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: $249 Buy it now 4 × $62 · ShopPay Free shipping on qualifying orders 67-layer Damascus steel with a VG-10 core ensures superior edge retention and sharpness. Crafted for precision and durability, this set is perfect for all culinary tasks. 67-Layer DamascusHand Wash Only VG-10 CoreErgonomic Handle Precise Edge RetentionMade 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 Basic Set different? (What makes 67-layer Damascus steel superior to standard knives) CRAFTSMANSHIP 67-layer Damascus steel ensures each knife in the set is not only beautiful but incredibly durable. SHARPNESS The VG-10 core provides outstanding sharpness and edge retention, ideal for precise culinary tasks. ERGONOMICS Designed with a comfortable, fatigue-free grip, these knives support extended use without discomfort. VERSATILITY Suitable for all kitchen tasks, from chopping vegetables to slicing meats, ensuring reliable performance. Read more ▾ Why budget knives dull quickly year 1 - thin-gauge base warped · uneven heat year 2 - heavy-gauge stays true · even heat Budget brands often deliver initial sharpness, but their edge retention fails over time. KAN's superior steel ensures long-lasting sharpness. machine-pressed identical vs. hand-hammered individual Before you decide "If the budget knife satisfies you, then this set may raise your culinary standards." "If what you want is premium Japanese VG-10 core steel, 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 $200 each. This knife Built to last 20+ years of regular use. A one-time $249. Over a decade, replacing a stamped stainless knife about every 4 years runs roughly $600 — versus a single $249 for this knife. That is about $351 less over ten years, before you count the difference in everyday use. At a glance Is this set right for you? Choose this set ✓ _Prefers quality over quantity_ This set provides professional-grade knives for serious home cooking. ✓ _Starting a new kitchen_ Ideal for beginners setting up their first kitchen with essential tools. ✓ _Loves precision cooking_ The KAN Core Basic Set is perfect for those who value accuracy in meal prep. ✓ _Needs reliable tools_ For daily use, these knives offer durability and ease of use. Skip this set if ✗ _Prefers budget options_ If you are looking for the lowest price, this set might not fit your budget. ✗ _Seeks a full collection_ Those who need a complete knife range may find this set lacking. ✗ _Uses dishwasher for cleaning_ These knives require hand washing to maintain their quality. ✗ _Wants decorative knives_ This set focuses on function and precision, not ornate designs. Best for → _Home chefs starting out_ Perfect for those beginning their culinary journey. → _Small kitchens_ Compact and efficient, ideal for limited space. → _Everyday cooks_ Dependable for consistent daily meal preparation. → _Quality seekers_ For those who appreciate high-quality, long-lasting kitchen tools. 3 essential knives Your essentialknife trio 8” Chef Knife 67-layer Damascus, VG-10 core 3.5” Paring Knife Compact, precision tasks 6” Santoku Knife General-purpose, versatile 3 pieces · Essential trio Crafted in China 67-layer Damascus steel with a VG-10 core ensures exceptional sharpness and durability. Buyer profile Why buyers choose KAN Core Basic Set Precision-Crafted Blades + Each knife is crafted for superior sharpness and durability, making meal prep seamless. Exceptional Durability + 67-layer Damascus steel provides lasting edge retention and strength. Versatile Usage + Ideal for various culinary tasks, from slicing to dicing. Precision Crafted for sharpness and durability. Comfort Ergonomic handles reduce fatigue. Versatility Adaptable for all kitchen tasks. @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 · VG-10 core · Ergonomic design Add to Cart: $249 Choosing KAN means selecting a set that offers precise cuts and enduring sharpness for every culinary creation. 01 Unmatched Durability With 67-layer Damascus steel, the KAN Core Basic Set boasts unmatched durability, ensuring each knife remains sharp and reliable over time. This material choice means less frequent sharpening, saving you time and effort. 02 Refined Aesthetics The beautiful Damascus pattern not only adds an aesthetic appeal but also signifies the craftsmanship and quality behind every knife. These knives become a statement piece in your kitchen, admired by guests and family alike. 03 Value Over Time Investing in the KAN Core Basic Set means choosing knives that maintain their edge and performance for years, reducing the need for replacements. The superior materials and construction offer a return on investment through long-term use. Read more ▾ Essential knives · Professional quality · Durable performance Add to Cart: $249 What changes after you buy it Cooking becomes a precise art Before owning the KAN Core Basic Set, meal prep might have felt cumbersome. Post-purchase, you wield tools that glide through ingredients with ease, enhancing your cooking experience. Precision and ease redefine your kitchen routines. What the KAN Core Basic Set is made of, and how it's built Expand each group for full detail. Dimensions & Capacity+ Chef Knife Length 8 inches Paring Knife Length 3.5 inches Santoku Knife Length 6 inches Dimensions are approximate. Materials & Construction+ Blade Steel Made in Japan Handle Wood Made in India Resin Handles & Assembly Made in China Body Material 67-layer Damascus Steel Core Type VG-10 Handle Material Ebony Wood or G10 Resin High-quality materials ensure longevity. Compatibility & Care+ Dishwasher Safe No Hand Wash Yes Oven Safe No Proper care extends the life of the knives. Contents+ Includes 1 x 8-inch Chef Knife Includes 1 x 3.5-inch Paring Knife Includes 1 x 6-inch Santoku Knife Essential set for versatile use. Specifications may vary slightly due to handcrafting. The assumption most buyers get wrong Think all knives are equal? Think again. Many assume all knives perform the same, but 67-layer Damascus steel offers unparalleled sharpness and durability. This technology ensures that each blade retains its edge far longer than standard knives. Choosing the KAN Core Basic Set means investing in quality that transforms cooking experiences. The one-sentence decision Craftsmanship that transforms your kitchen Adding the KAN Core Basic Set to your kitchen means choosing a collection that enhances your culinary skills. Each knife is designed for precision, making every cut a testament to quality and craftsmanship. Experience precision and elegance daily. Who this is for This set is perfect for home chefs looking to start their culinary journey with reliable tools. It suits small kitchens needing compact solutions and is ideal for those who value precision in cooking. Material performance What each material does in daily use Damascus steel finish VG-10 core base plate VG-10 core · base cross-section Cross-section of VG-10 core in Damascus steel · Durability 67-layer Damascus construction ensures long-lasting sharpness and resilience. · Precision The VG-10 core offers exceptional edge retention, perfect for intricate cuts. · Aesthetics Unique patterning of Damascus steel makes each knife visually striking. "The balance and sharpness of these knives is simply unmatched." Affordable Excellence in Cookware Pricing The KAN Core Basic Set offers: • 67-layer Damascus steel, VG-10 core• Distinctive Damascus pattern, unique to each knife• Superior edge retention, professional-grade sharpness You’ve done your homework; don’t settle for options that compromise on quality when every dish deserves the best. KAN Core Basic Set Wüsthof Classic Shun Classic Global G Series Is there a PFAS-free coating? No coating Not specified Not specified Not specified What material is it made from? 67-layer Damascus Steel Stainless steel High-carbon steel Chromium steel Is it induction compatible? Yes Yes Yes No Price range $249 $300 $275 $200 Country of Origin China Germany Japan Japan Oven Safe Temp No No No No 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 + (2 more dimensions) One of the few in this lineup offering a competitive price without compromising quality. The difference shows up exactly when it matters — when ingredients stick and the cheaper options fail to release them effortlessly. KAN CORE COLLECTION KAN Kitchen · Japanese VG-10 Steel · Made in China Precision-crafted knives for the discerning chef. Add to Cart: $249 Where it shines Perfect for every culinary task · Home Cooking Ideal for everyday meal preparation and perfecting your culinary skills. · Gourmet Kitchens Adds a professional touch to any kitchen setup, enhancing your cooking experience. · Gifting Makes an excellent gift for new homeowners or cooking enthusiasts. · Special Occasions Perfect for preparing meals during holidays and celebrations. · Professional Use Suitable for professional chefs and serious home cooks alike. Some knives are just tools. Others are art. KAN Core is for the latter. Add to Cart: $249 The material definition Why 67-layer Damascus steel excels Thin-gauge single layer · warps under heat vs. 67-layer Damascus multi-ply · even heat distribution lighter heavier · more stable lower higher → Comparison of standard vs 67-layer Damascus steel Read the full explanation ▾ 67-layer Damascus steel offers superior edge retention and durability compared to standard stainless steel. The layers provide strength and flexibility, preventing brittleness and chip resistance. The VG-10 core, renowned for its hardness, sits at the heart of each knife, enhancing sharpness and edge retention. This alloy grade is a favorite among professional chefs. KAN's unique pattern not only enhances aesthetics but also signifies the craftsmanship involved in creating each knife. Choose Damascus steel for unmatched performance. The manufacturing process How KAN knives are crafted raw sheet 1 - stock cut to shape 2 - cut hand-forged 3 - form individual result 4 - season Crafting sequence from raw steel to finished knife Read the full explanation ▾ KAN knives go through a hand-forged process, ensuring each piece is uniquely crafted. This method contrasts with mass-production, where uniformity often sacrifices quality. Individual differences in the patterning are a mark of authenticity and craftsmanship, making each knife a unique masterpiece. KAN knives are crafted for excellence. The brand heritage KAN Kitchen's journey through knife crafting Add to Cart: $249 From buyers who buy it ★★★★★ Verified buyer "The craftsmanship is evident in every cut. These knives have transformed my cooking experience." Emily R., avid home cook, 6 months ago ★★★★★ Verified buyer "I love the balance and sharpness of these knives. Perfect for everyday use." James L., purchased for new kitchen, 1 year ago ★★★★★ Verified buyer "KAN knives have become my go-to tools in the kitchen. The precision is unmatched." Samantha T., professional chef, 9 months ago Pairs naturally with Complete your culinary toolkit Enhance your kitchen with these complementary KAN products. KAN Kitchen KAN Core Complete Set Expand your knife collection KAN Kitchen KAN Core Standard Set Perfect for versatile cooking KAN Kitchen KAN Core Chef Knife For precise cuts KAN Kitchen KAN Santoku Knife All-purpose kitchen tool About KAN Kitchen Craftsmanship that transforms kitchens KAN Kitchen was launched by Barney Lund on Kickstarter in 2017, focusing on premium craftsmanship and quality. The brand emphasizes the importance of having the right tools to elevate culinary experiences, offering knives made with 67-layer Damascus steel and a VG-10 core. KAN chose this production approach to ensure each knife delivers professional-grade sharpness and durability, suitable for both home and professional kitchens. Caring for your set Four rules for maintaining sharpness 1 Hand Wash Only Prevent damage by avoiding the dishwasher. 2 Dry Immediately Avoid rust by thoroughly drying after each use. 3 Use a Cutting Board Preserve the edge by cutting on a wooden board. 4 Store Safely Use a knife block to prevent accidental damage. Proper care ensures your knives remain sharp and reliable for years. Final verdict Invest in precision and durability The KAN Core Basic Set offers exceptional value for those seeking professional-grade knives. With 67-layer Damascus steel and a VG-10 core, these knives deliver unmatched sharpness and durability. This set is an investment in quality that enhances your cooking experience. → 67-layer Damascus steel, superior edge retention → VG-10 core, professional-grade sharpness → Crafted in China, reliable quality → Hand wash only, ensures long-lasting performance Choose KAN for precision, durability, and a transformative cooking experience. Add to Cart: $249 Or buy it now The questions buyers ask before deciding What is included in the Basic Set?+ The KAN Core Basic Set includes three essential knives: 8-inch Chef, 3.5-inch Paring, and 6-inch Santoku. Can I add more items to the Basic Set?+ Yes, you can expand your collection by adding other KAN knives, such as the Utility Knife or Boning Knife. Is the Basic Set dishwasher safe?+ No, these knives should be hand washed to maintain their edge and prevent damage. What makes Damascus steel special?+ Damascus steel is known for its unique pattern and exceptional durability, providing superior edge retention. How should I store my knives?+ Store them in a knife block or magnetic strip to prevent accidental damage and ensure safety. Are these knives suitable for professional chefs?+ Yes, the KAN Core Basic Set offers professional-grade sharpness, making it suitable for chefs and home cooks. What is the best way to sharpen these knives?+ Use a whetstone or professional sharpening service to maintain the edge and prolong the knife's life. How often should I sharpen my knives?+ Sharpening frequency depends on use, but generally, once every few months ensures optimal performance. Can I use these knives to cut frozen food?+ It's not recommended, as cutting frozen food can damage the blade. Thaw food first for best results. Are the handles slip-resistant?+ Yes, the ergonomic handles are designed to reduce slippage and increase comfort during use. Add to Cart: $249 { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is included in the Basic Set?", "acceptedAnswer": { "@type": "Answer", "text": "The KAN Core Basic Set includes three essential knives: 8-inch Chef, 3.5-inch Paring, and 6-inch Santoku." } }, { "@type": "Question", "name": "Can I add more items to the Basic Set?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, you can expand your collection by adding other KAN knives, such as the Utility Knife or Boning Knife." } }, { "@type": "Question", "name": "Is the Basic Set dishwasher safe?", "acceptedAnswer": { "@type": "Answer", "text": "No, these knives should be hand washed to maintain their edge and prevent damage." } }, { "@type": "Question", "name": "What makes Damascus steel special?", "acceptedAnswer": { "@type": "Answer", "text": "Damascus steel is known for its unique pattern and exceptional durability, providing superior edge retention." } }, { "@type": "Question", "name": "How should I store my knives?", "acceptedAnswer": { "@type": "Answer", "text": "Store them in a knife block or magnetic strip to prevent accidental damage and ensure safety." } }, { "@type": "Question", "name": "Are these knives suitable for professional chefs?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, the KAN Core Basic Set offers professional-grade sharpness, making it suitable for chefs and home cooks." } }, { "@type": "Question", "name": "What is the best way to sharpen these knives?", "acceptedAnswer": { "@type": "Answer", "text": "Use a whetstone or professional sharpening service to maintain the edge and prolong the knife's life." } }, { "@type": "Question", "name": "How often should I sharpen my knives?", "acceptedAnswer": { "@type": "Answer", "text": "Sharpening frequency depends on use, but generally, once every few months ensures optimal performance." } }, { "@type": "Question", "name": "Can I use these knives to cut frozen food?", "acceptedAnswer": { "@type": "Answer", "text": "It's not recommended, as cutting frozen food can damage the blade. Thaw food first for best results." } }, { "@type": "Question", "name": "Are the handles slip-resistant?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, the ergonomic handles are designed to reduce slippage and increase comfort during use." } } ] } { "@context": "https://schema.org", "@type": "Product", "name": "KAN Core Basic Set", "brand": { "@type": "Brand", "name": "KAN Kitchen" }, "description": "The KAN Core Basic Set features a trio of knives crafted from 67-layer Damascus steel with a VG-10 core. Each knife offers professional-grade sharpness, durability, and precision, making it ideal for home cooks and professionals.", "sku": "sku-43750724108451", "offers": { "@type": "Offer", "price": "249", "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 Length", "value": "Chef: 8 inches, Paring: 3.5 inches, Santoku: 6 inches" }, { "@type": "PropertyValue", "name": "Core Material", "value": "VG-10" }, { "@type": "PropertyValue", "name": "Handle Material", "value": "Ebony Wood or G10 Resin" }, { "@type": "PropertyValue", "name": "Care Instructions", "value": "Hand Wash Only" } ] } 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(); } })(); Precision-Crafted Damascus Steel Knives $249 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
KAN Core Basic Set
Related
KANSAS CITY CHIEFS 9FIFTY CORE BASIC SNAPBACK
Related
KAN Core Basic Set: 8-inch Chef Knife (hammered finish), 6-i
Related