{"title":"Flat Top CNC","description":"\u003c!-- Shopify Theme Already Outputs:\n\u003ch1\u003eFLAT TOP CNC\u003c\/h1\u003e\n--\u003e\n\n\u003cstyle\u003e\n  .thorens-flat-top-cnc {\n    --black: #151515;\n    --text: #4e4e4e;\n    --muted: #747474;\n    --line: #e5e3df;\n    --soft-bg: #f7f6f3;\n    --red: #9f1d20;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 50px 28px 90px;\n    color: var(--black);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.8;\n  }\n\n  .thorens-flat-top-cnc * { box-sizing: border-box; }\n\n  \/* INTRO *\/\n  .tfc-intro {\n    max-width: 850px;\n    margin: 0 auto 80px;\n    text-align: center;\n  }\n\n  .tfc-intro-label {\n    display: block;\n    margin-bottom: 20px;\n    color: var(--red);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n  }\n\n  .tfc-intro p {\n    margin: 0 auto 18px;\n    color: var(--text);\n    font-size: 16px;\n    line-height: 1.9;\n  }\n\n  .tfc-intro-line {\n    width: 38px;\n    height: 1px;\n    margin: 32px auto 0;\n    background: var(--red);\n  }\n\n  \/* SECTION *\/\n  .tfc-section {\n    padding: 68px 0;\n    border-top: 1px solid var(--line);\n  }\n\n  .tfc-section-layout {\n    display: grid;\n    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);\n    gap: 70px;\n    align-items: start;\n  }\n\n  .tfc-section-label {\n    margin-bottom: 13px;\n    color: var(--red);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n  }\n\n  .tfc-section h2 {\n    margin: 0;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(27px, 3vw, 38px);\n    font-weight: 400;\n    line-height: 1.2;\n    letter-spacing: -0.015em;\n  }\n\n  .tfc-content { max-width: 760px; }\n\n  .tfc-content p {\n    margin: 0 0 22px;\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .tfc-content p:last-child { margin-bottom: 0; }\n\n  \/* H3 *\/\n  .tfc-section h3 {\n    margin: 0 0 12px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 21px;\n    font-weight: 400;\n    line-height: 1.35;\n  }\n\n  \/* USER TYPES *\/\n  .tfc-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1px;\n    margin-top: 40px;\n    background: var(--line);\n    border: 1px solid var(--line);\n  }\n\n  .tfc-card {\n    padding: 30px;\n    background: #fff;\n  }\n\n  .tfc-card-number {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--red);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.16em;\n  }\n\n  .tfc-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.8;\n  }\n\n  \/* FEATURE *\/\n  .tfc-feature {\n    margin-top: 35px;\n    padding: 35px 38px;\n    background: var(--soft-bg);\n    border-left: 2px solid var(--red);\n  }\n\n  .tfc-feature h3 {\n    margin-bottom: 12px;\n    font-size: 23px;\n  }\n\n  .tfc-feature p { margin: 0; }\n\n  \/* COMPARISON *\/\n  .tfc-comparison {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 22px;\n    margin-top: 40px;\n  }\n\n  .tfc-comparison-item {\n    padding: 34px;\n    border: 1px solid var(--line);\n  }\n\n  .tfc-comparison-item:first-child { border-top: 2px solid var(--red); }\n\n  .tfc-comparison-label {\n    display: block;\n    margin-bottom: 10px;\n    color: var(--red);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n  }\n\n  .tfc-comparison-item p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* MODELS *\/\n  .tfc-models {\n    margin-top: 40px;\n    border-top: 1px solid var(--line);\n  }\n\n  .tfc-model {\n    display: grid;\n    grid-template-columns: 165px 1fr;\n    gap: 40px;\n    padding: 31px 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .tfc-model-tag {\n    color: var(--red);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n\n  .tfc-model p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.8;\n  }\n\n  \/* SPECS *\/\n  .tfc-specs {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 1px;\n    margin-top: 40px;\n    background: var(--line);\n    border: 1px solid var(--line);\n  }\n\n  .tfc-spec {\n    padding: 25px 15px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .tfc-spec strong {\n    display: block;\n    margin-bottom: 5px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 16px;\n    font-weight: 400;\n  }\n\n  .tfc-spec span {\n    color: var(--muted);\n    font-size: 10px;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .thorens-flat-top-cnc .tfc-details {\n    display: grid !important;\n    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;\n    gap: 0 34px;\n    margin: 34px 0 0;\n    border-top: 1px solid var(--line);\n    width: 100% !important;\n    min-width: 0;\n    float: none !important;\n  }\n\n  .thorens-flat-top-cnc .tfc-detail {\n    display: grid !important;\n    grid-template-columns: 120px minmax(0, 1fr) !important;\n    gap: 18px !important;\n    margin: 0;\n    padding: 16px 0;\n    border-bottom: 1px solid var(--line);\n    width: 100% !important;\n    min-width: 0;\n    float: none !important;\n    clear: none !important;\n  }\n\n  .thorens-flat-top-cnc .tfc-detail-label {\n    color: var(--muted);\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    display: block !important;\n    grid-column: auto !important;\n    grid-row: auto !important;\n    width: auto !important;\n    min-width: 0;\n    max-width: none !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    float: none !important;\n    clear: none !important;\n  }\n\n  .thorens-flat-top-cnc .tfc-detail-value {\n    display: block !important;\n    grid-column: auto !important;\n    grid-row: auto !important;\n    width: auto !important;\n    min-width: 0;\n    max-width: none !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    float: none !important;\n    clear: none !important;\n    color: var(--text);\n    font-size: 14px;\n    overflow-wrap: break-word;\n  }\n\n  \/* CARE *\/\n  .tfc-care {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid var(--line);\n  }\n\n  .tfc-care li {\n    position: relative;\n    padding: 18px 15px 18px 32px;\n    color: var(--text);\n    font-size: 14px;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .tfc-care li::before {\n    content: \"\";\n    position: absolute;\n    left: 4px;\n    top: 28px;\n    width: 11px;\n    height: 1px;\n    background: var(--red);\n  }\n\n  \/* FAQ *\/\n  .tfc-faq-item {\n    padding: 26px 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .tfc-faq-item:first-child { border-top: 1px solid var(--line); }\n\n  .tfc-faq-item h3 {\n    margin-bottom: 10px;\n    font-size: 18px;\n  }\n\n  .tfc-faq-item p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.85;\n  }\n\n  \/* END *\/\n  .tfc-ending {\n    margin-top: 80px;\n    padding: 60px 30px;\n    background: #171717;\n    text-align: center;\n    color: #fff;\n  }\n\n  .tfc-ending-label {\n    display: block;\n    margin-bottom: 18px;\n    color: #b6b6b6;\n    font-size: 10px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n  }\n\n  .tfc-ending p {\n    margin: 0;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1.45;\n  }\n\n  .tfc-ending-line {\n    width: 35px;\n    height: 1px;\n    margin: 28px auto 0;\n    background: var(--red);\n  }\n\n  @media (max-width: 768px) {\n    .thorens-flat-top-cnc { padding: 35px 20px 65px; }\n    .tfc-intro { margin-bottom: 55px; }\n    .tfc-section { padding: 50px 0; }\n\n    .tfc-section-layout {\n      grid-template-columns: 1fr;\n      gap: 26px;\n    }\n\n    .tfc-grid,\n    .tfc-comparison { grid-template-columns: 1fr; }\n\n    .tfc-model {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .tfc-specs { grid-template-columns: repeat(2, 1fr); }\n    .tfc-spec:last-child { grid-column: span 2; }\n\n    .tfc-details { grid-template-columns: 1fr; }\n\n    .tfc-ending {\n      margin-top: 55px;\n      padding: 50px 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"thorens-flat-top-cnc\"\u003e\n\n  \u003c!-- The Shopify theme already outputs the collection H1. --\u003e\n  \u003cdiv class=\"tfc-intro\"\u003e\n    \u003cspan class=\"tfc-intro-label\"\u003eTHORENS Mechanical Lighters\u003c\/span\u003e\n\n    \u003cp\u003e\n      The THORENS Flat Top CNC collection is built around an outer case and an insert\n      that are both machined from solid brass billets. The case is CNC-cut, hollowed,\n      and internally machined before receiving its relief decoration, while the insert\n      is precision-machined to form the functional fuel, ignition, and maintenance\n      structures. Together, they create a complete brass mechanical platform from the\n      outside in.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Every model in the collection shares the same mechanical platform: a CNC-machined\n      brass insert, removable flint-wheel assembly, dual copper ignition-assist plates,\n      wind vents around the wick, a refillable wick-based soft-flame system, and modular\n      maintenance construction. Every case features relief craftsmanship; models differ\n      primarily through their relief themes, patterns, colors, plating, and surface finishes.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"tfc-intro-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 01 \/ COLLECTION CHARACTER --\u003e\n  \u003csection class=\"tfc-section\"\u003e\n    \u003cdiv class=\"tfc-section-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tfc-section-label\"\u003e01 \/ Collection Character\u003c\/div\u003e\n        \u003ch2\u003eWhat defines a THORENS Flat Top CNC lighter?\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tfc-content\"\u003e\n        \u003cp\u003e\n          The Flat Top CNC platform consists of two primary components. Its outer case is\n          cut, hollowed, and structurally machined from a solid brass billet before a\n          dimensional relief is formed across the surface. Its precision CNC-machined brass\n          insert contains the fuel, wick, flint wheel, and ignition mechanisms. CNC machining\n          is therefore not limited to surface decoration; it also forms the case cavity,\n          assembly points, and functional insert structure.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Flat upper and lower surfaces create a clean, substantial silhouette, while the\n          level base allows the lighter to stand upright. The billet-machined brass construction\n          gives the collection a substantial metal feel. Clearly separated mechanical parts,\n          an independent refill port, and a removable bottom module support both long-term use\n          and future maintenance.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"tfc-feature\"\u003e\n          \u003ch3\u003eFull CNC brass construction. Relief craftsmanship across every case.\u003c\/h3\u003e\n          \u003cp\u003e\n            Both the outer case and insert begin as solid brass billets. Every model uses a\n            relief-decorated case, with its individual identity expressed through different\n            themes, patterns, colors, plating, and surface finishes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 02 \/ WHO IT IS FOR --\u003e\n  \u003csection class=\"tfc-section\"\u003e\n    \u003cdiv class=\"tfc-section-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tfc-section-label\"\u003e02 \/ Who It Is For\u003c\/div\u003e\n        \u003ch2\u003eWho is the Flat Top CNC collection designed for?\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tfc-content\"\u003e\n        \u003cp\u003e\n          This collection is intended for people who appreciate solid-metal machining,\n          visible mechanical construction, detailed surface work, and refillable objects\n          designed to be inspected and maintained over time.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"tfc-grid\"\u003e\n          \u003cdiv class=\"tfc-card\"\u003e\n            \u003cspan class=\"tfc-card-number\"\u003e01\u003c\/span\u003e\n            \u003ch3\u003eMechanical Lighter Collectors\u003c\/h3\u003e\n            \u003cp\u003e\n              Every model features a relief case, while changing relief subjects, pattern\n              depth, finishes, and colors give each design its own collectible identity.\n              The flat base also supports upright desk display.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tfc-card\"\u003e\n            \u003cspan class=\"tfc-card-number\"\u003e02\u003c\/span\u003e\n            \u003ch3\u003eEveryday Carry Users\u003c\/h3\u003e\n            \u003cp\u003e\n              A refillable fuel system, replaceable flint, serviceable wick, and secured\n              insert support everyday use. Wind vents around the wick help provide steadier\n              ignition and soft-flame performance in light outdoor wind.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tfc-card\"\u003e\n            \u003cspan class=\"tfc-card-number\"\u003e03\u003c\/span\u003e\n            \u003ch3\u003eMechanical Design Enthusiasts\u003c\/h3\u003e\n            \u003cp\u003e\n              A removable insert, removable flint-wheel assembly, ignition-assist components,\n              and modular base make the construction and assembly logic easier to understand.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tfc-card\"\u003e\n            \u003cspan class=\"tfc-card-number\"\u003e04\u003c\/span\u003e\n            \u003ch3\u003eMaintenance-Minded Owners\u003c\/h3\u003e\n            \u003cp\u003e\n              The flint, wick, internal cotton, and fuel chamber can be inspected and serviced,\n              allowing normal consumable components to be replaced when required.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 03 \/ MECHANICAL CONSTRUCTION --\u003e\n  \u003csection class=\"tfc-section\"\u003e\n    \u003cdiv class=\"tfc-section-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tfc-section-label\"\u003e03 \/ Mechanical Construction\u003c\/div\u003e\n        \u003ch2\u003eHow does the Flat Top CNC mechanism work?\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tfc-content\"\u003e\n        \u003cp\u003e\n          The Flat Top CNC platform uses a manually operated, removable flint-wheel assembly.\n          Copper ignition-assist plates positioned on both sides of the wheel help support\n          consistent spark generation. Wind vents around the wick reduce direct airflow across\n          the wick and flame, improving stability in light outdoor wind.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This is a traditional wick-based soft flame with a degree of wind resistance, making\n          it suitable for everyday carry and general outdoor use. Performance will still vary\n          with wind speed and holding angle; it is not the same as a butane torch or jet flame.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          A side-mounted securing structure holds the removable insert firmly inside the case,\n          reducing unwanted movement during opening and everyday use. A pull-out refill plug in\n          the base provides routine fuel access without requiring removal of the complete bottom\n          module.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Once removed from the case, the brass insert can still operate independently, making\n          inspection, cleaning, and maintenance more convenient. The removable flint-wheel\n          assembly also provides access for clearing ignition debris and inspecting the flint\n          channel. The collection is not designed around a pronounced opening sound; closing\n          the lid produces a clear, solid mechanical response.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"tfc-feature\"\u003e\n          \u003ch3\u003eRoutine refilling and deeper servicing follow separate paths.\u003c\/h3\u003e\n          \u003cp\u003e\n            Removing the two screws in the base allows the entire bottom module to be detached,\n            providing direct access to the internal cotton and wick. A bottom sealing cotton pad\n            helps retain the internal packing and manage the fuel area, while the separate refill\n            plug remains available for ordinary refilling.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 04 \/ CNC DIFFERENCE --\u003e\n  \u003csection class=\"tfc-section\"\u003e\n    \u003cdiv class=\"tfc-section-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tfc-section-label\"\u003e04 \/ CNC Difference\u003c\/div\u003e\n        \u003ch2\u003eWhat makes the full CNC brass structure different?\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tfc-content\"\u003e\n        \u003cp\u003e\n          CNC machining in the Flat Top CNC collection is not limited to the insert or surface\n          engraving. Both the case and insert begin as solid brass billets and undergo cutting,\n          hollowing, and structural machining. Each outer case then receives relief craftsmanship\n          that gives its visual theme physical depth.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Compared with a conventional formed sheet-metal case, the Flat Top CNC case is created\n          by removing material from a solid brass billet to form its cavity and assembly features.\n          The distinction lies in the complete CNC manufacturing path, substantial feel, and\n          clearly serviceable relationship between components—not simply in surface decoration.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"tfc-comparison\"\u003e\n          \u003cdiv class=\"tfc-comparison-item\"\u003e\n            \u003cspan class=\"tfc-comparison-label\"\u003ePrecision Mechanical Platform\u003c\/span\u003e\n            \u003ch3\u003eFlat Top CNC\u003c\/h3\u003e\n            \u003cp\u003e\n              A CNC-machined brass case and CNC-machined brass insert form the main structure,\n              supported by a removable flint wheel, copper ignition-assist plates, insert retention,\n              and modular maintenance features.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tfc-comparison-item\"\u003e\n            \u003cspan class=\"tfc-comparison-label\"\u003eCollection Design Logic\u003c\/span\u003e\n            \u003ch3\u003eShared Mechanics, Changing Appearance\u003c\/h3\u003e\n            \u003cp\u003e\n              Every model shares the same full CNC brass mechanical structure and relief case.\n              Individual models are differentiated primarily by relief themes, patterns, colors,\n              plating, and surface treatments.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 05 \/ APPEARANCE --\u003e\n  \u003csection class=\"tfc-section\"\u003e\n    \u003cdiv class=\"tfc-section-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tfc-section-label\"\u003e05 \/ Appearance\u003c\/div\u003e\n        \u003ch2\u003eOne mechanical platform, different visual expressions\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tfc-content\"\u003e\n        \u003cp\u003e\n          The Flat Top CNC collection uses a shared mechanical structure and maintenance method,\n          keeping ignition, refilling, insert retention, and servicing consistent across models.\n          Every model has a relief-decorated case, while its subject, pattern depth, surface texture,\n          color combination, and finish may change.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"tfc-models\"\u003e\n          \u003cdiv class=\"tfc-model\"\u003e\n            \u003cdiv class=\"tfc-model-tag\"\u003eShared Structure\u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003ch3\u003eThe unified Flat Top CNC mechanical platform\u003c\/h3\u003e\n              \u003cp\u003e\n                Models share a CNC-machined brass insert, removable flint wheel, copper\n                ignition-assist plates, wind-vented wick flame, secured insert, independent bottom\n                refill port, sealing cotton pad, and modular service structure. The removable insert\n                can also operate independently outside the case.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tfc-model\"\u003e\n            \u003cdiv class=\"tfc-model-tag\"\u003eVisual Differences\u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003ch3\u003eSurface design that changes with each model\u003c\/h3\u003e\n              \u003cp\u003e\n                Every model uses dimensional relief craftsmanship on its case, with different\n                relief themes, patterns, colors, plating, and surface treatments defining its style.\n                These visual changes do not alter the core Flat Top CNC mechanical platform.\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 06 \/ MATERIALS AND USE --\u003e\n  \u003csection class=\"tfc-section\"\u003e\n    \u003cdiv class=\"tfc-section-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tfc-section-label\"\u003e06 \/ Materials \u0026amp; Use\u003c\/div\u003e\n        \u003ch2\u003eMaterials, fuel, and everyday operation\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tfc-content\"\u003e\n        \u003cp\u003e\n          The Flat Top CNC collection uses a refillable lighter-fluid system and a traditional\n          wick-based soft flame. Its solid-brass outer case and removable CNC-machined brass insert\n          create a clearly defined two-part construction.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Models share the same ignition, refilling, and maintenance logic. Exact case artwork,\n          finish, dimensions, weight, and package contents are specified separately on each product page.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"tfc-specs\"\u003e\n          \u003cdiv class=\"tfc-spec\"\u003e\n            \u003cstrong\u003eSolid Brass CNC\u003c\/strong\u003e\n            \u003cspan\u003eRelief Case\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tfc-spec\"\u003e\n            \u003cstrong\u003eCNC Brass\u003c\/strong\u003e\n            \u003cspan\u003ePrecision Insert\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tfc-spec\"\u003e\n            \u003cstrong\u003eRemovable\u003c\/strong\u003e\n            \u003cspan\u003eInsert System\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tfc-spec\"\u003e\n            \u003cstrong\u003eRemovable\u003c\/strong\u003e\n            \u003cspan\u003eFlint Wheel\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tfc-spec\"\u003e\n            \u003cstrong\u003eServiceable\u003c\/strong\u003e\n            \u003cspan\u003eModular Structure\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tfc-details\"\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003eCollection\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003eTHORENS Flat Top CNC\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003eInsert\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003ePrecision CNC-machined brass insert, removable from the outer case\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003eOuter Case\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003eSolid brass, CNC-cut, hollowed, and machined, with relief craftsmanship throughout\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003eIgnition\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003eManual removable flint wheel with dual copper ignition-assist plates\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003eRefilling\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003eIndependent bottom refill port for repeat refilling\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003eFuel\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003eLighter fluid; supplied without fuel\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003eMaintenance\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003eRemovable bottom module and sealing cotton pad with access to cotton and wick\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003eFlame Type\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003eWind-vented wick-based soft flame for everyday carry and general outdoor use\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003ePlacement\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003eFlat base for stable upright placement and collectible display\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tfc-detail\"\u003e\n            \u003cdiv class=\"tfc-detail-label\"\u003eFeedback\u003c\/div\u003e\n            \u003cdiv class=\"tfc-detail-value\"\u003eNo pronounced opening sound; clear mechanical response when the lid closes\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 07 \/ CARE --\u003e\n  \u003csection class=\"tfc-section\"\u003e\n    \u003cdiv class=\"tfc-section-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tfc-section-label\"\u003e07 \/ Care\u003c\/div\u003e\n        \u003ch2\u003eCare and maintenance\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cul class=\"tfc-care\"\u003e\n          \u003cli\u003eUse only compatible lighter fluid and avoid overfilling.\u003c\/li\u003e\n          \u003cli\u003eThe lighter is supplied without fuel and must be filled before first use.\u003c\/li\u003e\n          \u003cli\u003eWipe away excess fuel and allow any residue to evaporate before ignition.\u003c\/li\u003e\n          \u003cli\u003eReplace the flint when spark output becomes weak or inconsistent.\u003c\/li\u003e\n          \u003cli\u003eTrim or replace the wick if the flame becomes uneven or ignition is difficult.\u003c\/li\u003e\n          \u003cli\u003eKeep the flint wheel, copper ignition-assist components, wick area, and wind vents clean.\u003c\/li\u003e\n          \u003cli\u003eWhen inspecting the removed insert, keep it away from open flames and ensure no fuel remains on its surface.\u003c\/li\u003e\n          \u003cli\u003eRemove the bottom module only for deeper servicing, and do not overtighten its two screws during reassembly.\u003c\/li\u003e\n          \u003cli\u003eStore the lighter away from heat, open flame, and children.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- 08 \/ FAQ --\u003e\n  \u003csection class=\"tfc-section\"\u003e\n    \u003cdiv class=\"tfc-section-layout\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tfc-section-label\"\u003e08 \/ Frequently Asked Questions\u003c\/div\u003e\n        \u003ch2\u003eFlat Top CNC FAQ\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"tfc-faq-item\"\u003e\n          \u003ch3\u003eWhat is a THORENS Flat Top CNC lighter?\u003c\/h3\u003e\n          \u003cp\u003e\n            Flat Top CNC is a mechanical soft-flame lighter collection in which both the outer\n            case and insert are CNC-machined from solid brass billets. Every model uses a relief\n            case, flat-top and flat-bottom silhouette, removable components, and modular service design.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tfc-faq-item\"\u003e\n          \u003ch3\u003eWhere is CNC machining used in Flat Top CNC?\u003c\/h3\u003e\n          \u003cp\u003e\n            CNC machining is used for both the case and insert. The case is cut, hollowed, and\n            structurally machined from a solid brass billet before receiving its relief surface.\n            The insert is precision-machined to form the fuel, ignition, retention, and maintenance\n            structures. CNC is therefore not limited to the insert or surface decoration.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tfc-faq-item\"\u003e\n          \u003ch3\u003eDo Flat Top CNC models share the same mechanical structure?\u003c\/h3\u003e\n          \u003cp\u003e\n            Yes. Models share the full CNC brass case-and-insert platform, removable flint wheel,\n            ignition-assist system, wick-based soft flame, insert retention, and modular service\n            design. Their main differences are relief themes, patterns, colors, plating, and finishes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tfc-faq-item\"\u003e\n          \u003ch3\u003eIs Flat Top CNC suitable for outdoor use?\u003c\/h3\u003e\n          \u003cp\u003e\n            It is suitable for general outdoor use. Wind vents around the wick help reduce direct\n            airflow across the wick and flame, improving stability in light wind. It remains a\n            traditional wick-based soft flame, so performance depends on wind conditions and it\n            should not be treated as a butane jet-flame lighter.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tfc-faq-item\"\u003e\n          \u003ch3\u003eCan the Flat Top CNC insert be removed?\u003c\/h3\u003e\n          \u003cp\u003e\n            Yes. The CNC-machined brass insert can be removed from the outer case. A side securing\n            structure holds it firmly during normal opening and use. Once removed, the insert can\n            still operate independently for inspection, cleaning, and maintenance.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tfc-faq-item\"\u003e\n          \u003ch3\u003eCan a Flat Top CNC lighter stand upright?\u003c\/h3\u003e\n          \u003cp\u003e\n            Yes. The collection uses a flat-top and flat-bottom profile. Its level base allows the\n            lighter to stand upright for ordinary desk placement or collectible display. Make sure\n            the lid is fully closed before placing it down.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tfc-faq-item\"\u003e\n          \u003ch3\u003eDoes Flat Top CNC make a sound when opened or closed?\u003c\/h3\u003e\n          \u003cp\u003e\n            The collection is not designed around a pronounced opening sound. Closing the lid produces\n            a clear, solid mechanical response, offering a different experience from lighter mechanisms\n            specifically designed to emphasize opening acoustics.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tfc-faq-item\"\u003e\n          \u003ch3\u003eHow is a Flat Top CNC lighter refilled?\u003c\/h3\u003e\n          \u003cp\u003e\n            A pull-out refill plug in the base provides routine access for compatible lighter fluid.\n            The lighter is supplied without fuel and must be filled before first use.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tfc-faq-item\"\u003e\n          \u003ch3\u003eCan the wick and internal cotton be replaced?\u003c\/h3\u003e\n          \u003cp\u003e\n            Yes. Removing the two screws in the base releases the bottom module and provides direct\n            access to the internal cotton and wick for deeper servicing or replacement.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- END --\u003e\n  \u003cdiv class=\"tfc-ending\"\u003e\n    \u003cspan class=\"tfc-ending-label\"\u003eTHORENS · Swiss Mechanical Heritage Since 1883\u003c\/span\u003e\n    \u003cp\u003e\n      The classic flat top, reengineered.\u003cbr\u003e\n      Solid-brass CNC case and insert, finished in relief.\n    \u003c\/p\u003e\n    \u003cdiv class=\"tfc-ending-line\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n","products":[{"product_id":"celestial-compass","title":"Celestial Compass","description":"\u003cp\u003e\u003cstrong\u003eTHORENS Celestial Compass is a master-crafted, refillable solid brass soft flame lighter featuring a precision CNC-machined insert, a CNC-machined brass outer shell, four-sided precision laser relief engraving inspired by celestial charts and compasses, multicolor hand-applied detailing, a wind-resistant ignition structure, removable flint wheel, dual copper ignition-assist plates, a modular bottom refueling system, and a traditional wick-based flame system. Designed for those who appreciate vintage celestial artwork, intricate relief craftsmanship, hand-finished color details, and maintainable mechanical construction, it combines everyday ignition functionality with a collectible design inspired by celestial navigation.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eTo ignite, open the lid and rotate the flint wheel. Copper plates positioned on both sides of the wheel assist in producing a more stable spark, which ignites the traditional wick-based soft flame. The wind-resistant ignition structure helps improve ignition stability in light outdoor wind, making the lighter suitable for everyday carry, camping, hiking, and outdoor use. The removable flint wheel also makes routine cleaning, inspection, and maintenance more convenient. Please note that this model does not produce the pronounced opening sound associated with THORENS Crisp Sound lighters; however, closing the lid produces a clear mechanical closing sound.\u003c\/p\u003e\n\n\u003cp\u003eThe outer shell is CNC-machined from a single piece of brass with hollowed sections, while the exterior features precision laser relief engraving. All four sides are decorated with celestial charts, compasses, wings, the sun, the moon, Roman numerals, and vintage Latin-inspired elements. Multicolor hand-applied detailing creates layered contrasts between gold, deep blue, silver, and aged shadow effects, giving the lighter the appearance of a classical navigational instrument or antique celestial chart. Because the coloring and finishing details are completed by hand, subtle variations in color, texture, and shading will occur from piece to piece, giving every lighter its own distinctive handcrafted character.\u003c\/p\u003e\n\n\u003cp\u003eThe machined insert is removable and replaceable, supporting standard lighter fluid, flint replacement, and wick maintenance. The modular bottom structure allows convenient refueling and makes routine inspection and basic maintenance more straightforward. By removing the two screws on the bottom, the entire lower module can be detached for easier replacement of the wick and internal cotton. A side-mounted securing structure helps keep the machined insert firmly positioned inside the outer shell. The flat-top and flat-bottom body provides greater stability when placed upright and also makes the lighter suitable as a desk piece, collectible display item, or long-term mechanical soft flame lighter.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eKey construction details:\u003c\/strong\u003e\u003cbr\u003e\n• Refillable fluid lighter system for long-term use\u003cbr\u003e\n• Precision CNC-machined insert with maintainable mechanical structure\u003cbr\u003e\n• Solid brass body with four-sided precision laser relief engraving\u003cbr\u003e\n• Multicolor hand-applied detailing inspired by celestial charts and compasses\u003cbr\u003e\n• Wind-resistant wick-based soft flame with removable flint wheel and dual copper ignition-assist plates\u003cbr\u003e\n• Modular bottom refueling structure with flat-top and flat-bottom body design\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThis lighter is suitable for:\u003c\/strong\u003e\u003cbr\u003e\n• Users who appreciate vintage brass fluid lighters with mechanical character\u003cbr\u003e\n• Everyday carry users who prefer a refillable soft flame lighter\u003cbr\u003e\n• Collectors interested in celestial artwork and four-sided relief detailing\u003cbr\u003e\n• Users who value removable and maintainable lighter components\u003cbr\u003e\n• Buyers looking for a collectible mechanical lighter or premium gift for men\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eIt may not be ideal if:\u003c\/strong\u003e\u003cbr\u003e\n• You prefer butane torch or jet flame lighters\u003cbr\u003e\n• You want a disposable or fully maintenance-free lighter\u003cbr\u003e\n• You specifically want a pronounced Crisp Sound-style opening sound\u003cbr\u003e\n• You prefer clean minimalist surfaces rather than detailed celestial relief decoration\n\u003c\/p\u003e\n\n\u003cp\u003eRoutine refilling, flint replacement, wick care, and internal cotton maintenance help maintain consistent ignition performance while preserving the relief detailing, hand-applied finish, and mechanical character of the Celestial Compass over time.\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Default Title","offer_id":51860709572914,"sku":null,"price":159.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/2_7f50dcdb-3758-4cb1-abb8-985034f33004.jpg?v=1789797934"}],"url":"https:\/\/thorenslighter.com\/ko\/collections\/flat-top-cnc.oembed","provider":"THORENS Lighter Official Site","version":"1.0","type":"link"}