HMX Caramel Pudding V2 — POK Stem Smooth Linear Switch | 37gf or 45gf · Factory Lubed
HMX Caramel Pudding V2 Linear Switch - Premium HIFI Showcase /* ========================================= DIYKEY Independent Scope · Minimalist Premium Design Product: HMX Caramel Pudding V2 Linear Switch Inspired by Cheerble Shopify Visual Typography & Spacing ========================================= */ .dk-product-details { /* Shopify Design Tokens - Minimalist Premium & Contrast */ --dk-primary: #1E40AF; /* 品牌官方强调色:高端深海蓝 (Accent) */ --dk-primary-light: #EFF6FF; /* 磨砂质感辅助浅蓝底色 */ --dk-primary-hover: #1D4ED8; /* Cheerble Style Color Palette (Strict Replicated) */ --dk-text-title: #121212; /* 主标题/核心文字:高质感极深黑 */ --dk-text-main: rgba(18, 18, 18, 0.75); /* 正文/描述:高档磨砂半透明深灰 */ --dk-text-muted: rgba(18, 18, 18, 0.6); /* 柔和辅助深灰 */ --dk-text-light: rgba(18, 18, 18, 0.4); /* 浅灰色边框/文本占位 */ --dk-bg-main: #FFFFFF; /* 极简高级纯白偏冷底色 */ --dk-bg-card: #F9F9F9; /* 高级微温灰卡片底色 */ --dk-bg-subtle: #F4F4F4; /* 极简分割区块浅灰 */ --dk-border-color: #E5E5E5; /* 极细高级冷灰边框 */ --dk-radius-xl: 24px; --dk-radius-lg: 16px; --dk-radius-md: 12px; --dk-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.02); --dk-shadow-md: 0 12px 30px rgba(0, 0, 0, 0.04); --dk-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.08); --dk-transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1); --dk-transition-bounce: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); /* Typography assignment matching cheerble.com */ font-family: 'Assistant', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; background-color: var(--dk-bg-main); color: var(--dk-text-main); line-height: 1.7; /* 黄金行间距:正文与段落扩大至 1.6 至 1.8 确保高可读性与留白呼吸感 */ padding-bottom: 80px; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .dk-product-details * { box-sizing: border-box; margin: 0; padding: 0; } /* 核心调整:整体内容占比调整为页面的 85%,最大限制宽度放宽至 1340px,完美匹配大屏宽幅美感 */ .dk-container { width: 85%; max-width: 1340px; margin: 0 auto; } /* 呼吸感布局间距:电脑端大区块之间的上下间距保持在 80px 至 100px 之间 (此处精确设置 96px 黄金留白) */ .dk-section { padding-top: 96px; padding-bottom: 96px; } /* 标题/按钮/标签:优先使用 'Plus Jakarta Sans' */ .dk-section-title, .dk-section-title-h2, .dk-hero-title, .dk-hero-subtitle, .dk-hero-badge, .dk-tag, .dk-stat-num, .dk-stat-label, .dk-pain-card h3, .dk-feature-text h3, .dk-fabe-item strong, .dk-table th, .dk-comp-winner, .dk-spec-card strong, .dk-testimonial-card h4, .dk-testimonial-user, .dk-tf-item p, .dk-faq-question-text, .dk-faq-label, .dk-poetic-footer { font-family: 'Plus Jakarta Sans', sans-serif; } /* 黄金行间距:所有标题级元素限制在 1.25 (即满足 1.2 至 1.3 之间),确保紧凑与张力 */ .dk-section-title, .dk-section-title-h2, .dk-hero-title, .dk-pain-card h3, .dk-feature-text h3, .dk-testimonial-card h4, .dk-faq-question-text { line-height: 1.25 !important; } /* SEO Hierarchy: H2 Section Titles */ .dk-section-title, .dk-section-title-h2 { font-size: 36px; font-weight: 700; text-align: center; margin-bottom: 40px; letter-spacing: -0.5px; color: var(--dk-text-title); } .dk-section-title::after, .dk-section-title-h2::after { content: ''; display: block; width: 36px; height: 3px; margin: 16px auto 0; background-color: var(--dk-text-title); border-radius: 2px; } .dk-highlight { color: var(--dk-primary); } /* ================= Hero Section ================= */ .dk-hero-section { padding: 60px 0 40px; } .dk-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: center; } .dk-video-wrapper { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 0 auto; border-radius: var(--dk-radius-xl); overflow: hidden; background: #000000; box-shadow: var(--dk-shadow-md); transform: translateZ(0); display: flex; align-items: center; justify-content: center; color: var(--dk-text-muted); font-size: 14px; } .dk-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } .dk-hero-badge { display: inline-flex; background: var(--dk-primary-light); color: var(--dk-primary); padding: 6px 14px; border-radius: 40px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 24px; } .dk-hero-title { font-size: 40px; font-weight: 800; margin-bottom: 20px; letter-spacing: -1px; } .dk-hero-subtitle { font-size: 18px; color: var(--dk-text-title); font-weight: 600; margin-bottom: 24px; line-height: 1.3; } .dk-hero-desc { font-size: 16px; margin-bottom: 32px; } .dk-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; } .dk-tag { background: var(--dk-bg-main); padding: 6px 14px; border-radius: 40px; font-size: 13px; font-weight: 600; color: var(--dk-text-title); transition: var(--dk-transition); border: 1.5px solid var(--dk-border-color); } .dk-tag:hover { background: var(--dk-text-title); color: #FFFFFF; border-color: var(--dk-text-title); transform: translateY(-2px); } /* ================= Stats Grid ================= */ .dk-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 60px 0 80px; } .dk-stat-card { background: var(--dk-bg-card); padding: 32px 20px; border-radius: var(--dk-radius-lg); text-align: center; border: 1px solid var(--dk-border-color); box-shadow: var(--dk-shadow-sm); transition: var(--dk-transition); } .dk-stat-card:hover { transform: translateY(-4px); box-shadow: var(--dk-shadow-md); border-color: var(--dk-text-title); } .dk-stat-num { font-size: 32px; font-weight: 800; color: var(--dk-text-title); display: block; margin-bottom: 8px; line-height: 1; } .dk-stat-label { font-size: 12px; color: var(--dk-text-muted); text-transform: uppercase; font-weight: 700; letter-spacing: 0.8px; } /* ================= Pain Points ================= */ .dk-pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; } .dk-pain-card { background: var(--dk-bg-main); padding: 48px 32px; border-radius: var(--dk-radius-lg); text-align: center; box-shadow: var(--dk-shadow-sm); border: 1.5px solid var(--dk-border-color); transition: var(--dk-transition); } .dk-pain-card:hover { transform: translateY(-6px); box-shadow: var(--dk-shadow-md); border-color: var(--dk-text-title); } .dk-pain-icon { width: 48px; height: 48px; margin: 0 auto 28px; color: var(--dk-text-muted); transition: var(--dk-transition); } .dk-pain-icon svg { width: 100%; height: 100%; } .dk-pain-card:hover .dk-pain-icon { color: var(--dk-text-title); transform: scale(1.05); } .dk-pain-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 14px; } .dk-pain-solution { margin-top: 48px; background: var(--dk-text-title); color: #ffffff; padding: 24px 32px; border-radius: var(--dk-radius-md); text-align: center; font-size: 16px; font-weight: 500; box-shadow: var(--dk-shadow-md); letter-spacing: 0.3px; } /* ================= FABE Feature Blocks ================= */ .dk-feature-block { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 90px; } .dk-feature-block:last-child { margin-bottom: 0; } .dk-feature-block.reverse { direction: rtl; } .dk-feature-block.reverse > * { direction: ltr; } .dk-feature-media { width: 100%; border-radius: var(--dk-radius-xl); box-shadow: var(--dk-shadow-md); overflow: hidden; background: var(--dk-bg-subtle); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; } .dk-feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; } .dk-feature-text h3 { font-size: 30px; font-weight: 700; margin-bottom: 32px; letter-spacing: -0.5px; } .dk-fabe-list { display: flex; flex-direction: column; gap: 28px; } .dk-fabe-item { padding-left: 20px; border-left: 3px solid var(--dk-text-title); } .dk-fabe-item strong { display: block; font-size: 16px; color: var(--dk-text-title); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; } /* ================= Spec Tables ================= */ .dk-table-wrapper { margin-bottom: 48px; border-radius: var(--dk-radius-md); background: var(--dk-bg-main); box-shadow: var(--dk-shadow-sm); border: 1px solid var(--dk-border-color); overflow-x: auto; -webkit-overflow-scrolling: touch; } .dk-table-wrapper::-webkit-scrollbar { height: 6px; } .dk-table-wrapper::-webkit-scrollbar-track { background: var(--dk-bg-subtle); border-radius: 0 0 8px 8px; } .dk-table-wrapper::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 8px; } .dk-table-wrapper::-webkit-scrollbar-thumb:hover { background: #94a3b8; } .dk-table { width: 100%; border-collapse: collapse; font-size: 15px; white-space: nowrap; } .dk-table th, .dk-table td { padding: 18px 24px; border-bottom: 1px solid var(--dk-border-color); text-align: left; } .dk-table th { background: var(--dk-bg-card); font-weight: 700; color: var(--dk-text-title); } /* 品牌自有黄金对比列的高亮遮罩色 */ .dk-table-highlight-col { background-color: rgba(30, 64, 175, 0.02) !important; } .dk-comp-winner { color: var(--dk-text-title); font-weight: 700; background: var(--dk-bg-subtle); padding: 6px 12px; border-radius: 6px; font-size: 14px; border: 1px solid var(--dk-border-color); white-space: nowrap; display: inline-block; } .dk-table-compare, .dk-table-specs { min-width: 600px; } .dk-spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 32px; } .dk-spec-card { background: var(--dk-bg-card); padding: 28px 20px; border-radius: var(--dk-radius-md); text-align: center; border: 1px solid var(--dk-border-color); transition: var(--dk-transition); } .dk-spec-card:hover { background: #fff; box-shadow: var(--dk-shadow-md); transform: translateY(-4px); border-color: var(--dk-text-title); } .dk-spec-card span { font-size: 28px; display: block; margin-bottom: 12px; } .dk-spec-card strong { display: block; font-size: 16px; margin-bottom: 6px; color: var(--dk-text-title); } .dk-spec-card p { font-size: 14px; color: var(--dk-text-main); } /* ================= Testimonials ================= */ .dk-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; } .dk-testimonial-card { background: var(--dk-bg-card); padding: 40px 32px; border-radius: var(--dk-radius-lg); box-shadow: var(--dk-shadow-sm); border: 1px solid var(--dk-border-color); transition: var(--dk-transition); display: flex; flex-direction: column; } .dk-testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--dk-shadow-md); border-color: var(--dk-text-title); } .dk-stars { color: #121212; font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; } .dk-testimonial-card p { font-size: 15px; font-style: italic; margin-bottom: 24px; flex-grow: 1; } .dk-testimonial-user { font-weight: 700; color: var(--dk-text-title); font-size: 14px; } /* ================= Trust Features ================= */ .dk-trust-features { background: var(--dk-bg-card); border-radius: var(--dk-radius-xl); padding: 80px 48px; text-align: center; border: 1px solid var(--dk-border-color); box-shadow: var(--dk-shadow-sm); margin: 100px 0; } .dk-tf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 48px auto 0; } .dk-tf-item { display: flex; flex-direction: column; align-items: center; transition: var(--dk-transition); } .dk-tf-item:hover { transform: translateY(-4px); } .dk-tf-icon { width: 48px; height: 48px; margin-bottom: 20px; color: var(--dk-text-title); } .dk-tf-item p { font-weight: 700; font-size: 16px; margin-bottom: 8px;} .dk-tf-item span { font-size: 14px; color: var(--dk-text-main); } /* ================= FAQ ================= */ .dk-faq-wrapper { max-width: 800px; margin: 0 auto; padding: 0 10px; } .dk-faq-item { background: var(--dk-bg-main); border: 1.5px solid var(--dk-border-color); border-radius: var(--dk-radius-md); margin-bottom: 16px; transition: var(--dk-transition); position: relative; overflow: hidden; } .dk-faq-item:hover { border-color: var(--dk-text-title); } .dk-faq-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background-color: var(--dk-text-title); transition: width 0.3s ease; z-index: 2; } .dk-faq-item.active { border-color: var(--dk-text-title); box-shadow: var(--dk-shadow-sm); } .dk-faq-item.active::before { width: 4px; } .dk-faq-button-wrapper { width: 100%; } .dk-faq-button { width: 100%; padding: 24px 28px; background: none; border: none; display: flex; align-items: center; justify-content: space-between; cursor: pointer; text-align: left; gap: 16px; outline: none; } .dk-faq-q-box { display: flex; gap: 16px; align-items: center; } .dk-faq-label { font-size: 13px; font-weight: 700; color: var(--dk-text-title); background: var(--dk-bg-subtle); width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 6px; flex-shrink: 0; } .dk-faq-question-text { font-size: 16px; font-weight: 700; line-height: 1.3; } .dk-faq-icon { width: 20px; height: 20px; color: var(--dk-text-muted); transition: var(--dk-transition-bounce); flex-shrink: 0; } .dk-faq-item.active .dk-faq-icon { transform: rotate(180deg); color: var(--dk-text-title); } .dk-faq-collapse { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s ease-out; } .dk-faq-item.active .dk-faq-collapse { grid-template-rows: 1fr; } .dk-faq-answer-inner { overflow: hidden; } .dk-faq-answer { padding: 0 28px 28px 68px; font-size: 15px; } /* Poetic Footer */ .dk-poetic-footer { text-align: center; padding: 48px 32px; margin-top: 80px; font-style: italic; color: var(--dk-text-title); font-size: 16px; background: var(--dk-bg-card); border-radius: var(--dk-radius-md); border: 1px solid var(--dk-border-color); } /* ================= Responsive (Mobile Optimization) ================= */ @media (max-width: 992px) { .dk-hero-grid { gap: 40px; } .dk-feature-block { gap: 40px; } } @media (max-width: 768px) { /* 移动端响应式布局优化:主容器维持 85% */ .dk-container { width: 85%; } /* 呼吸感布局间距:移动端大区块之间的上下间距缩减至 48px 至 56px 之间 (此处精确设为 52px) */ .dk-section { padding-top: 52px; padding-bottom: 52px; } /* H1 标题字号:统一缩减至 28px 至 32px (精准设为 30px);H2 缩减至 24px */ .dk-hero-title { font-size: 30px !important; margin-bottom: 16px; } .dk-section-title { font-size: 24px !important; text-align: left; margin-bottom: 24px; } .dk-section-title::after { margin-left: 0; } .dk-product-details { padding-bottom: 40px; } /* Hero Section */ .dk-hero-section { padding: 24px 0 40px; } .dk-hero-grid { grid-template-columns: 1fr; gap: 32px; text-align: left; } .dk-video-wrapper { border-radius: var(--dk-radius-lg); } .dk-hero-subtitle { font-size: 16px; margin-bottom: 16px; } .dk-hero-desc { font-size: 15px; margin-bottom: 24px; } .dk-hero-tags { gap: 6px; } .dk-tag { font-size: 12px; padding: 5px 12px; } /* Trust Badges / Stats Grid in Mobile (2x2) */ .dk-stats-grid { display: grid; grid-template-columns: repeat(2, 1fr) !important; padding: 0; gap: 16px; margin: 48px 0; } .dk-stat-num { font-size: 28px !important; } .dk-stat-label { font-size: 11px !important; } /* Pain Points */ .dk-pain-grid { grid-template-columns: 1fr; gap: 20px; } .dk-pain-card { padding: 36px 20px; text-align: left; } .dk-pain-icon { margin: 0 0 16px 0; width: 40px; height: 40px; } .dk-pain-card h3 { font-size: 16px; margin-bottom: 10px; } .dk-pain-solution { text-align: left; font-size: 15px; padding: 20px; margin-top: 24px; } /* Feature Blocks */ .dk-feature-block, .dk-feature-block.reverse { grid-template-columns: 1fr; gap: 28px; direction: ltr; margin-bottom: 52px; } .dk-feature-text { text-align: left; } .dk-feature-text h3 { font-size: 24px; margin-bottom: 20px; } .dk-fabe-list { gap: 20px; } .dk-fabe-item { padding-left: 16px; } .dk-fabe-item strong { font-size: 16px; } .dk-fabe-item p { font-size: 14px; } /* 表格机制:确保对比表具有 overflow-x: auto 横向滚动条 */ .dk-table-wrapper { margin-bottom: 32px; overflow-x: auto !important; width: 100%; display: block; } .dk-table { font-size: 13px; } .dk-table th, .dk-table td { padding: 14px 16px; } .dk-table-compare { min-width: 600px; } /* 技术参数表(.dk-table-specs):在手机端自动转化为上下垂直堆叠的单列排版 */ .dk-table-specs { min-width: 100% !important; display: block !important; white-space: normal !important; } .dk-table-specs tbody, .dk-table-specs tr { display: block !important; width: 100% !important; } .dk-table-specs tr { border-bottom: 1px solid var(--dk-border-color) !important; } .dk-table-specs tr:last-child { border-bottom: none !important; } .dk-table-specs th, .dk-table-specs td { display: block !important; width: 100% !important; text-align: left !important; border-bottom: none !important; } .dk-table-specs th { padding: 16px 16px 4px 16px !important; background: transparent !important; font-size: 14px !important; color: var(--dk-text-title) !important; } .dk-table-specs td { padding: 0 16px 16px 16px !important; font-size: 14px !important; color: var(--dk-text-main) !important; } /* Spec Grid */ .dk-spec-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 24px; } .dk-spec-card { padding: 20px 16px; text-align: left; border-radius: var(--dk-radius-md); } .dk-spec-card span { font-size: 24px; margin-bottom: 8px; } /* Testimonials */ .dk-testimonial-grid { grid-template-columns: 1fr; gap: 20px; } .dk-testimonial-card { padding: 24px 20px; } .dk-testimonial-card p { font-size: 15px; margin-bottom: 20px; } /* Trust Features */ .dk-trust-features { padding: 48px 20px; text-align: left; border-radius: var(--dk-radius-lg); } .dk-tf-grid { grid-template-columns: 1fr; gap: 28px; margin: 32px auto 0; } .dk-tf-item { align-items: flex-start; text-align: left; flex-direction: row; gap: 20px; } .dk-tf-icon { width: 40px; height: 40px; margin-bottom: 0; flex-shrink: 0; } .dk-tf-item p { font-size: 15px; margin-bottom: 4px; } .dk-tf-item span { font-size: 13px; } /* FAQ */ .dk-faq-button { padding: 20px 16px; } .dk-faq-question-text { font-size: 14px; } .dk-faq-answer { padding: 0 16px 20px 56px; font-size: 13px; } } @media (max-width: 480px) { .dk-hero-title { font-size: 28px !important; } .dk-section-title { font-size: 22px !important; } } HMX Flagship Acoustic Linear HMX Caramel Pudding V2 Switch The Ultimate Acoustic Endgame for Pure "Mahjong Thock" and Radiant Spotlight RGB. Are you enduring hollow, plasticky clicks, or sluggish, mushy bottom-outs in your pursuit of a deep sound? The legendary switch crowned by the custom community as the "Ceiling of HMX Deep Thock" has evolved. Designed by Lucky Pudding and crafted by HMX, the Caramel Pudding V2 introduces the world-first "Waffle Stem Tip" architecture. Paired with a hardened H1 stem and a fiberglass-infused P4 base, it annihilates high-pitch clacks to forge an immaculate, deep "Creamy Thock"—without ever feeling mushy. Enhanced by HMX's 3rd-Gen precision factory lube and a bouncy 22mm extended spring, this is the most addictively buttery, acoustic masterpiece for your endgame board. 🧇 Waffle Stem Tip Design 🔊 Deep Thocky Acoustics 💧 Gen-3 Factory Lube 🌌 P4 Fiberglass Base Waffle Stem Tip Design Deep Thock Pure Acoustics Gen-3 HMX Factory Lube P4 Blend Fiberglass Base Why Caramel Pudding V2 is the HMX Acoustic King? We know you love the satisfying, deep "Thock" of linear switches, but absolutely refuse to type on a sluggish, over-lubed mushy board. The V2 was designed precisely to resolve this compromises. Harsh Clacks & Hollow Ping Standard flat or pointed stems produce sharp, high-pitched clacks when hitting the bottom housing. Inferior materials create a hollow, cheap plastic echo that ruins the typing experience. Mushy Bottom-Outs Many switches designed for a "deep/muted" sound use excessively soft plastics. While they achieve the sound, typing on them feels like stepping in mud—sluggish and entirely devoid of a crisp mechanical response. Over-Lubed & Sticky Factory lubing is often a disaster. Mass-produced switches over-apply grease, causing it to pool at the bottom (Lube pooling). This makes the switch feel sticky, sluggish, and introduces a gross "squelching" noise. ✨ The Endgame Solution: HMX Waffle Stem Tip for crisp thock, Gen-3 micro-lube for zero stickiness, and a rigid P4 fiberglass base. Say Goodbye to Harsh NoiseWorld-First "Waffle Stem Tip" Feature Pioneers the highly innovative "Waffle Stem Tip" geometry at the bottom of the hardened H1 stem, paired with a PA12 Nylon top housing. Advantage Acts as an acoustic dampener. The waffle grid brilliantly disperses impact force, suppressing sharp, high-frequency clacks while ensuring the physical bottom-out remains rock-solid and punchy, never mushy. Benefit Every keystroke is a therapeutic auditory dive. It creates a remarkably clean, low-pitched "Creamy Thock" with absolutely zero high-end ping. Enjoy the ultimate deep sound profile while keeping the snappy, aggressive mechanical feel. Say Goodbye to Sticky SluggishnessHMX 3rd-Gen Micro-Precision Lube Feature Globally debuts HMX's 3rd-Generation automated lubrication process. Applies an ultra-thin, micron-level layer of 205g0 grease exclusively to the side rails, while keeping the stem pole completely dry. Advantage Flawlessly avoids "lube pooling" at the bottom of the switch, curing the sticky, sluggish feel and "squelching" noises common in heavily lubed switches. Benefit Surpasses top-tier hand-lubing right out of the box. The switch glides like ice, offering an absurdly buttery, frictionless stroke. Skip the 10-hour hand-lubing chore; this is pure, immediate endgame smoothness. Say Goodbye to Muffled ThudsP4 Fiberglass Base & 22mm Q-Bounce Feature Upgrades the bottom housing to P4 material (PA66 mixed with Fiberglass) and pairs it with a 22mm KOS single-stage extended spring. Available in tailored 37gf and 42gf variants. Advantage The fiberglass reinforces the base rigidity, amplifying the volume and richness of the sound. The 22mm spring provides a rapid, snappy return force. Benefit The sound isn't just deep; it's vibrant with a "Poppy Resonance." Choose 37gf for effortless, cloud-like marathon typing, or 42gf for a solid, gaming-focused confirmation. Both ensure your fingers never tire while enjoying rapid-fire rebounds. The Acoustic Evolution Spec Comparison ✨ HMX Caramel Pudding V2 Generic "Deep Sounding" Switch Bottom-Out Design Waffle Stem Tip — Crisp, hard, and zero-mush Standard flat pole, often feels mushy Acoustics H1 + P4 Fiberglass Base — Pure, poppy Creamy Thock Muted, low volume, lacks texture Lubrication HMX Gen-3 Micro Lube — Buttery glide, dry pole Over-lubed, feels sticky & sluggish Spring Config 22mm KOS Extended — Snappy, high-recoil return 15mm standard short spring Lighting Support V2 Upgrade: Integrated Light Pillar added Opaque housing heavily blocks RGB Packaging Premium custom switch storage box included Flimsy plastic bags Technical Specifications Hardcore parameters for mechanical keyboard enthusiasts. 🧇Stem DesignWaffle Stem Tip 🔊AcousticsCreamy Thock 💧Lube TechHMX Gen-3 🛡️Base MaterialP4 Fiberglass Product Name HMX Caramel Pudding V2 Linear Switch Designer Lucky Pudding Studio Manufacturer HMX (Utilizing new high-precision L3 molds) Switch Type HIFI Linear Mechanical Switch (Pure Thock Profile) Top Housing PA12 Nylon (Soft acoustic profile) Bottom Housing P4 (PA66 + Fiberglass for poppy resonance) Stem Material H1 Blend (Waffle Stem Tip design) Operating Force (37g Version) 37 ± 2 gf Actuation / 45 ± 2 gf Bottom-out Operating Force (42g Version) 42 ± 2 gf Actuation / 52 ± 2 gf Bottom-out Pre-travel 2.0 mm (Classic response) Total Travel 3.7 ± 0.2 mm (Slightly shortened for crispness) Spring Specs 22 mm KOS Stainless Steel Extended Spring Lubrication HMX Gen-3 Precision Lube (Dry pole & base) Pin Configuration 5-Pin (Clip 2 plastic pins to fit 3-Pin PCBs) Customer Reviews ★★★★★ "Without a doubt, the best HMX Thock switch!" "The Waffle Stem Tip is an act of genius! The sound is incredibly deep, clean, and has this amazing 'Creamy Thock' without any cheap plastic echo. The best part? Even though it sounds deep, the bottom-out is rock solid, not mushy at all." — @ThockMaster, Acoustic Enthusiast ★★★★★ "Gen-3 factory lube is mind-blowing." "I've always hand-lubed my switches, but the Caramel Pudding V2 made me stop. The precision is terrifyingly good—absolutely zero stickiness or lube pooling. It glides like ice. The P4 fiberglass base gives the sound a fantastic thickness." — @KeebArchitect, Custom Keeb Veteran ★★★★★ "37g + 22mm spring is the ultimate typing weapon." "I went with the 37g light version. It is incredibly effortless, but thanks to the 22mm long spring, the rebound is so snappy and aggressive that my typing speed actually went up. The fact that V2 added a light pillar AND comes in a premium switch box makes the value insane." — @SpeedTypist, Senior Copywriter Premium Quality, Official Support Fast Logistics & Free Shipping Free shipping over $80 globally. Dispatched within 24 hours with reliable, tracked transit. 30-Day Risk-Free Trial Perfectly compatible with MX-style hot-swap boards. Test with total confidence, return risk-free! HMX Certified Quality Precision manufactured using HMX's brand new L3 molds, offering industry-leading consistency. Common Questions Q What is the "Waffle Stem Tip"? Does it make the switch feel mushy? Normally, switches designed for a deep "Thock" use a large, flat stem pole, which sounds good but feels terrible (mushy) when you bottom out. HMX innovated the "Waffle Stem Tip." The grid design acts like a physical muffler, dispersing impact force and crushing high-pitched clacks. However, paired with the hardened H1 stem material, the actual physical impact remains remarkably solid, crisp, and entirely mush-free. That is the core magic of this switch. Q Why is HMX's "3rd-Gen Precision Lube" so highly rated? Standard factory lube is often sprayed recklessly, causing grease to pool at the bottom (Lube pooling), which makes the switch feel sticky and creates a wet, "squelching" sound. HMX's 3rd-Gen process uses micron-level precision: it applies a microscopic layer of 205g0 ONLY to the side rails, while keeping the stem pole and bottom housing completely dry. This achieves a glide that rivals professional hand-lubing, with zero stickiness. Q Should I choose the 37gf or the 42gf version? It depends on your preference! If you type heavily all day or love an effortless, "cloud-like" feel, the 37gf (45gf bottom-out) will massively reduce finger fatigue. If you prefer a more traditional, solid confirmation with slightly more pushback—ideal for gaming or heavy-handed typists—the 42gf (52gf bottom-out) is your perfect match. Both feature the aggressive 22mm snappy return spring. Q What effect does the P4 Fiberglass base have on the sound? P4 is a blend of PA66 Nylon and Fiberglass. Standard nylon sounds deep but can be too quiet or muted. Adding fiberglass increases the rigidity of the base. When the stem hits it, it produces a deeper "Thock," but adds a vibrant, "poppy resonance." It makes the sound not just deep, but thick, loud, and full of energetic character. Q What upgrades does V2 have over V1? V2 is the definition of a massive upgrade without a price hike! It utilizes brand-new high-precision L3 molds, upgrades the base to the superior P4 fiberglass blend, and introduces the Gen-3 H1 Waffle stem. Furthermore, it adds a light pillar for much better RGB performance. Finally, as an unadvertised bonus, HMX ditched the cheap plastic bags—V2 now ships in premium custom acrylic switch storage boxes. 🍮 Pure as moonlight, smooth as caramel pudding. HMX Caramel Pudding V2 — Bringing you top-tier deep acoustic luxury and incredibly fast linear feedback. Turn every keystroke into an elite desktop symphony. document.addEventListener('DOMContentLoaded', () => { const faqItems = document.querySelectorAll('.dk-faq-item'); faqItems.forEach(item => { const button = item.querySelector('.dk-faq-button'); button.addEventListener('click', () => { const isActive = item.classList.contains('active'); // Shopify 风格折叠行为:点击展开当前,收起其他 faqItems.forEach(otherItem => { if (otherItem !== item) { otherItem.classList.remove('active'); otherItem.querySelector('.dk-faq-button').setAttribute('aria-expanded', 'false'); } }); // 切换当前点击项的状态 if (isActive) { item.classList.remove('active'); button.setAttribute('aria-expanded', 'false'); } else { item.classList.add('active'); button.setAttribute('aria-expanded', 'true'); } }); }); });
More you might like
Related
HMX Caramel Pudding V2 Linear Switches
Related
HMX Caramel Pudding V2 Linear Switches
Related
HMX Caramel Pudding V2 Linear Switches
Related