{"title":"RUČNĚ VYŘEZÁVANÉ","description":"\u003c!-- Shopify Theme Already Outputs:\n\u003ch1\u003eHAND-CARVED\u003c\/h1\u003e\n--\u003e\n\n\u003cstyle\u003e\n  .thorens-hand-carved {\n    --black: #151515;\n    --text: #4e4e4e;\n    --muted: #747474;\n    --line: #e5e3df;\n    --soft-bg: #f7f6f3;\n    --red: #9f1d20;\n\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-hand-carved * {\n    box-sizing: border-box;\n  }\n\n\n  \/* INTRO *\/\n\n  .thc-intro {\n    max-width: 850px;\n    margin: 0 auto 80px;\n    text-align: center;\n  }\n\n  .thc-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  .thc-intro p {\n    margin: 0 auto 18px;\n    color: var(--text);\n    font-size: 16px;\n    line-height: 1.9;\n  }\n\n  .thc-intro-line {\n    width: 38px;\n    height: 1px;\n    margin: 32px auto 0;\n    background: var(--red);\n  }\n\n\n  \/* SECTION *\/\n\n  .thc-section {\n    padding: 68px 0;\n    border-top: 1px solid var(--line);\n  }\n\n  .thc-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  .thc-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  .thc-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  .thc-content {\n    max-width: 760px;\n  }\n\n  .thc-content p {\n    margin: 0 0 22px;\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.9;\n  }\n\n  .thc-content p:last-child {\n    margin-bottom: 0;\n  }\n\n\n  \/* H3 *\/\n\n  .thc-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\n  \/* DEFINITION GRID *\/\n\n  .thc-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  .thc-card {\n    padding: 30px;\n    background: #fff;\n  }\n\n  .thc-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  .thc-card h3 {\n    margin-bottom: 10px;\n  }\n\n  .thc-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.8;\n  }\n\n\n  \/* FEATURE *\/\n\n  .thc-feature {\n    margin-top: 35px;\n    padding: 35px 38px;\n    background: var(--soft-bg);\n    border-left: 2px solid var(--red);\n  }\n\n  .thc-feature h3 {\n    margin-bottom: 12px;\n    font-size: 23px;\n  }\n\n  .thc-feature p {\n    margin: 0;\n  }\n\n\n  \/* MODEL GUIDE *\/\n\n  .thc-models {\n    margin-top: 40px;\n    border-top: 1px solid var(--line);\n  }\n\n  .thc-model {\n    display: grid;\n    grid-template-columns: 175px 1fr;\n    gap: 40px;\n    padding: 31px 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .thc-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  .thc-model p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.8;\n  }\n\n\n  \/* THEMES *\/\n\n  .thc-theme-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    margin-top: 40px;\n    background: var(--line);\n    border: 1px solid var(--line);\n  }\n\n  .thc-theme {\n    padding: 30px;\n    background: #fff;\n  }\n\n  .thc-theme span {\n    display: block;\n    margin-bottom: 10px;\n    color: var(--red);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n\n  .thc-theme h3 {\n    margin-bottom: 10px;\n  }\n\n  .thc-theme p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.8;\n  }\n\n\n  \/* SPECS *\/\n\n  .thc-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  .thc-spec {\n    padding: 25px 15px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .thc-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  .thc-spec span {\n    color: var(--muted);\n    font-size: 10px;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n\n  \/* CARE *\/\n\n  .thc-care {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    border-top: 1px solid var(--line);\n  }\n\n  .thc-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  .thc-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\n  \/* FAQ *\/\n\n  .thc-faq-item {\n    padding: 26px 0;\n    border-bottom: 1px solid var(--line);\n  }\n\n  .thc-faq-item:first-child {\n    border-top: 1px solid var(--line);\n  }\n\n  .thc-faq-item h3 {\n    margin-bottom: 10px;\n    font-size: 18px;\n  }\n\n  .thc-faq-item p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.85;\n  }\n\n\n  \/* END *\/\n\n  .thc-ending {\n    margin-top: 80px;\n    padding: 60px 30px;\n    background: #171717;\n    text-align: center;\n    color: #fff;\n  }\n\n  .thc-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  .thc-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  .thc-ending-line {\n    width: 35px;\n    height: 1px;\n    margin: 28px auto 0;\n    background: var(--red);\n  }\n\n\n  \/* MOBILE *\/\n\n  @media (max-width: 768px) {\n\n    .thorens-hand-carved {\n      padding: 35px 20px 65px;\n    }\n\n    .thc-intro {\n      margin-bottom: 55px;\n    }\n\n    .thc-section {\n      padding: 50px 0;\n    }\n\n    .thc-section-layout {\n      grid-template-columns: 1fr;\n      gap: 26px;\n    }\n\n    .thc-grid,\n    .thc-theme-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .thc-model {\n      grid-template-columns: 1fr;\n      gap: 10px;\n    }\n\n    .thc-specs {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .thc-spec:last-child {\n      grid-column: span 2;\n    }\n\n    .thc-ending {\n      margin-top: 55px;\n      padding: 50px 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"thorens-hand-carved\"\u003e\n\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"thc-intro\"\u003e\n\n    \u003cspan class=\"thc-intro-label\"\u003e\n      THORENS Artisan \u0026amp; Sculptural Lighters\n    \u003c\/span\u003e\n\n    \u003cp\u003e\n      The THORENS Hand-Carved collection brings together the brand’s most\n      tactile surface-art lighters: hand-carved brass textures, aged bronze\n      finishes, raised relief motifs, sculptural forms, and mechanical lighter\n      structures designed for collecting, carrying, and display.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This is not a single mechanism category. It is a workshop-level\n      collection focused on surface craftsmanship, material character, and\n      expressive mechanical design.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"thc-intro-line\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- H2 --\u003e\n  \u003csection class=\"thc-section\"\u003e\n\n    \u003cdiv class=\"thc-section-layout\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"thc-section-label\"\u003e01 \/ CHARACTER\u003c\/div\u003e\n\n        \u003ch2\u003e\n          What Defines the Hand-Carved Series?\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-content\"\u003e\n\n        \u003cp\u003e\n          Each model begins with a refillable fluid lighter structure, then\n          develops a stronger visual identity through carving, relief work,\n          oxidation, sculptural shaping, or antique finishing.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Some pieces emphasize rugged hand-carved textures; others use raised\n          emblems, animal-inspired sculpture, medieval imagery,\n          military-inspired forms, or architectural mechanical bodies.\n          Together, they form one of the most collectible THORENS categories\n          for users who want visible craft and individual character.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"thc-grid\"\u003e\n\n\n          \u003cdiv class=\"thc-card\"\u003e\n\n            \u003cspan class=\"thc-card-number\"\u003e01\u003c\/span\u003e\n\n            \u003ch3\u003eHand-Carved Texture\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Crack patterns, earth fissure surfaces, meteorite crater\n              finishes, and brick-wall engraving create a tactile,\n              hand-worked metal character.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-card\"\u003e\n\n            \u003cspan class=\"thc-card-number\"\u003e02\u003c\/span\u003e\n\n            \u003ch3\u003eRaised Relief Design\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Eagle, warhorse, winged blade, spirit claw, and battle-inspired\n              motifs introduce greater depth and sculptural presence.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-card\"\u003e\n\n            \u003cspan class=\"thc-card-number\"\u003e03\u003c\/span\u003e\n\n            \u003ch3\u003eMechanical Variety\u003c\/h3\u003e\n\n            \u003cp\u003e\n              The collection spans Single Claw, Double Claw, Trench,\n              Lockflame, Octagon Trigger, Matchbox, and Table Lighter formats.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-card\"\u003e\n\n            \u003cspan class=\"thc-card-number\"\u003e04\u003c\/span\u003e\n\n            \u003ch3\u003eCollectible Finishes\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Antique bronze, aged brass, oxidized surfaces, polished\n              reference editions, and irregular hand-finished details create\n              distinctive surface character.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-card\"\u003e\n\n            \u003cspan class=\"thc-card-number\"\u003e05\u003c\/span\u003e\n\n            \u003ch3\u003eRefillable Construction\u003c\/h3\u003e\n\n            \u003cp\u003e\n              These are long-term fluid lighters built around wick-based soft\n              flames, flint ignition, and serviceable mechanical construction.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- H2 --\u003e\n  \u003csection class=\"thc-section\"\u003e\n\n    \u003cdiv class=\"thc-section-layout\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"thc-section-label\"\u003e02 \/ OWNERSHIP\u003c\/div\u003e\n\n        \u003ch2\u003e\n          Who Is This Collection For?\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-content\"\u003e\n\n        \u003cp\u003e\n          The Hand-Carved collection is designed for collectors, mechanical\n          design enthusiasts, gift buyers, and users who prefer a lighter with\n          stronger visual character than a conventional polished pocket\n          lighter.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          It is especially suited to those interested in artisan brass\n          lighters, antique bronze finishes, engraved metalwork, sculptural\n          objects, vintage-inspired fluid lighters, and collectible mechanical\n          design.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"thc-feature\"\u003e\n\n          \u003ch3\u003e\n            More Metal Artifact Than Ordinary Accessory\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Choose this series when texture, weight, surface variation, and\n            mechanical identity matter as much as the flame itself. Each piece\n            is intended to feel closer to a small metal artifact than a\n            mass-produced accessory.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- H2 + H3 --\u003e\n  \u003csection class=\"thc-section\"\u003e\n\n    \u003cdiv class=\"thc-section-layout\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"thc-section-label\"\u003e03 \/ MODELS\u003c\/div\u003e\n\n        \u003ch2\u003e\n          Model Guide\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-content\"\u003e\n\n        \u003cp\u003e\n          The collection combines multiple THORENS mechanical platforms with\n          carving, relief, sculptural shaping, and antique-inspired surface\n          treatments.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"thc-models\"\u003e\n\n\n          \u003cdiv class=\"thc-model\"\u003e\n\n            \u003cdiv class=\"thc-model-tag\"\u003e\n              Trench\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003ch3\u003e\n                Trench Lighter - Battle Soul\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                Battle Soul models are military-inspired trench lighters with\n                refillable fluid systems, detachable fuel chambers, sliding\n                operation, and wind-resistant utility. The polished version\n                emphasizes antique brass presence, while the Hand Carved\n                Cracks version introduces a rugged fissured surface for a\n                stronger tactile character.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-model\"\u003e\n\n            \u003cdiv class=\"thc-model-tag\"\u003e\n              Table\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003ch3\u003e\n                Table Lighter - Capitol\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                Capitol models are desk and table lighters with sculptural\n                bottle-shaped bases and architectural multi-link ignition\n                arms. The polished edition emphasizes the form itself, while\n                the Hand Carved Cracks version adds aged surface depth and a\n                more dramatic tabletop presence.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-model\"\u003e\n\n            \u003cdiv class=\"thc-model-tag\"\u003e\n              Trigger\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003ch3\u003e\n                Octagon Trigger\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                Octagon Trigger models use an elongated eight-sided brass body\n                and side-mounted trigger ignition. The glossy edition\n                highlights clean faceted geometry, while the Hand-Carved Earth\n                Fissure version introduces cracked-earth texture and rugged\n                antique brass character.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-model\"\u003e\n\n            \u003cdiv class=\"thc-model-tag\"\u003e\n              Single Claw\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003ch3\u003e\n                Gen 1 Single Claw Hand-Carved Models\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                Single Claw models in this collection include Spirit Claw,\n                Earth Fissure Texture, and Battle Mark Hand-Carved Gun. They\n                combine automatic Single Claw ignition, soft flame operation,\n                safety lock design, aged brass surfaces, serial-number\n                identity, and expressive relief or carved decoration.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-model\"\u003e\n\n            \u003cdiv class=\"thc-model-tag\"\u003e\n              Lockflame\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003ch3\u003e\n                Lockflame Hand-Carved Models\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                Lockflame models use a lock-inspired silhouette with\n                top-mounted manual flint-wheel ignition. The Meteorite Crater\n                version focuses on hammered crater-like texture, while the\n                Brick Wall version uses architectural brick-pattern carving.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-model\"\u003e\n\n            \u003cdiv class=\"thc-model-tag\"\u003e\n              Matchbox\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003ch3\u003e\n                Matchbox - Knight’s Era\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                The Matchbox Knight’s Era lighter uses an octagonal\n                matchbox-inspired body, sliding ignition system, removable\n                inner flame unit, and medieval knight relief. It combines\n                compact mechanical operation with a strongly narrative\n                sculptural surface.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-model\"\u003e\n\n            \u003cdiv class=\"thc-model-tag\"\u003e\n              Sculptural\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003ch3\u003e\n                Golden Retriever and French Bulldog\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                These sculptural character lighters feature antique bronze\n                finishes, detailed canine head forms, collar-and-chain accents,\n                and refillable wick-based fluid systems. They are intended for\n                collectors seeking expressive animal-inspired objects and\n                distinctive mechanical gifts.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-model\"\u003e\n\n            \u003cdiv class=\"thc-model-tag\"\u003e\n              Double Claw\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003ch3\u003e\n                Gen 2 Double Claw Raised Relief Models\n              \u003c\/h3\u003e\n\n              \u003cp\u003e\n                Imperial Eagle, Dark Angel Blade, and Warhorse combine raised\n                relief designs with rugged aged brass finishes and automatic\n                dual-claw ignition. Their symbolic motifs give the mechanical\n                platform a stronger sculptural and collectible identity.\n              \u003c\/p\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- H2 + H3 --\u003e\n  \u003csection class=\"thc-section\"\u003e\n\n    \u003cdiv class=\"thc-section-layout\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"thc-section-label\"\u003e04 \/ DESIGN LANGUAGE\u003c\/div\u003e\n\n        \u003ch2\u003e\n          Key Design Themes\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-content\"\u003e\n\n        \u003cp\u003e\n          The strongest visual themes in this collection are texture, relief,\n          sculpture, patina, and mechanical identity. Each design direction\n          changes the way the lighter is perceived and handled.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"thc-theme-grid\"\u003e\n\n          \u003cdiv class=\"thc-theme\"\u003e\n\n            \u003cspan\u003eTheme 01\u003c\/span\u003e\n\n            \u003ch3\u003eTexture\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Crack patterns, fissures, hammered surfaces, and carved grooves\n              create the appearance and feel of hand-worked metal.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-theme\"\u003e\n\n            \u003cspan\u003eTheme 02\u003c\/span\u003e\n\n            \u003ch3\u003eRelief\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Raised eagles, horses, blades, claws, and symbolic emblems add\n              depth and stronger visual presence to the case.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-theme\"\u003e\n\n            \u003cspan\u003eTheme 03\u003c\/span\u003e\n\n            \u003ch3\u003eSculpture\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Character forms and dimensional bodies transform the lighter\n              from a flat pocket object into a display-oriented metal form.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-theme\"\u003e\n\n            \u003cspan\u003eTheme 04\u003c\/span\u003e\n\n            \u003ch3\u003ePatina\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Antique brass, bronze, oxidation, and aged finishes create a\n              warmer, more historical surface language.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-theme\"\u003e\n\n            \u003cspan\u003eTheme 05\u003c\/span\u003e\n\n            \u003ch3\u003eMechanical Identity\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Single Claw, Double Claw, Trench, Lockflame, Matchbox, Trigger,\n              and Table mechanisms prevent the collection from relying on one\n              repeated body format.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-theme\"\u003e\n\n            \u003cspan\u003eTheme 06\u003c\/span\u003e\n\n            \u003ch3\u003eCollectibility\u003c\/h3\u003e\n\n            \u003cp\u003e\n              Surface variation, mechanical diversity, distinctive motifs, and\n              hand-finished appearance give each model a stronger object\n              identity.\n            \u003c\/p\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- H2 --\u003e\n  \u003csection class=\"thc-section\"\u003e\n\n    \u003cdiv class=\"thc-section-layout\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"thc-section-label\"\u003e05 \/ CONSTRUCTION\u003c\/div\u003e\n\n        \u003ch2\u003e\n          Materials, Finish, and Daily Use\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"thc-content\"\u003e\n\n        \u003cp\u003e\n          Models in the THORENS Hand-Carved collection commonly use brass or\n          metal construction, refillable fluid systems, wick-based soft\n          flames, and flint ignition. Their defining difference is the\n          treatment of the outer case and mechanical form.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Carving, relief work, sculptural shaping, patina, oxidation, and\n          antique-inspired finishes add depth without changing the fundamental\n          serviceable nature of the lighter.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"thc-specs\"\u003e\n\n          \u003cdiv class=\"thc-spec\"\u003e\n\n            \u003cstrong\u003eBrass\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Metal Construction\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-spec\"\u003e\n\n            \u003cstrong\u003eRefillable\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Fluid System\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-spec\"\u003e\n\n            \u003cstrong\u003eSoft Flame\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Wick Based\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-spec\"\u003e\n\n            \u003cstrong\u003eRelief \u0026amp; Carving\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Surface Craft\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"thc-spec\"\u003e\n\n            \u003cstrong\u003eServiceable\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Long-Term Use\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- H2 --\u003e\n  \u003csection class=\"thc-section\"\u003e\n\n    \u003cdiv class=\"thc-section-layout\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"thc-section-label\"\u003e06 \/ CARE\u003c\/div\u003e\n\n        \u003ch2\u003e\n          Care and Maintenance\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n        \u003cul class=\"thc-care\"\u003e\n\n          \u003cli\u003e\n            Use compatible lighter fluid and avoid overfilling.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Wipe away excess fuel after refilling and allow the lighter to\n            rest briefly before ignition.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Replace the flint when sparks become weak or inconsistent.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Trim or replace the wick when the flame becomes uneven or\n            difficult to ignite.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Keep carved grooves, relief surfaces, and ignition areas free from\n            dust and residue.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            For aged brass or antique bronze finishes, avoid harsh chemical\n            cleaners that may alter or damage the surface patina.\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- H2 + FAQ H3 --\u003e\n  \u003csection class=\"thc-section\"\u003e\n\n    \u003cdiv class=\"thc-section-layout\"\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"thc-section-label\"\u003e07 \/ FAQ\u003c\/div\u003e\n\n        \u003ch2\u003e\n          Frequently Asked Questions\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n\n\n        \u003cdiv class=\"thc-faq-item\"\u003e\n\n          \u003ch3\u003e\n            What is the THORENS Hand-Carved collection?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            It is a collection of THORENS refillable fluid lighters focused on\n            hand-carved textures, raised relief designs, sculptural forms,\n            antique finishes, and collectible mechanical construction.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"thc-faq-item\"\u003e\n\n          \u003ch3\u003e\n            Are all models in this collection hand-carved?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Not every model uses the same carving method. The collection\n            includes hand-carved texture models, raised relief models,\n            sculptural character lighters, and polished reference versions\n            connected by surface craftsmanship and collectible design.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"thc-faq-item\"\u003e\n\n          \u003ch3\u003e\n            Which model is best for collectors?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Collectors may prefer Spirit Claw, Battle Mark, Imperial Eagle,\n            Dark Angel Blade, Warhorse, Matchbox Knight’s Era, and the\n            hand-carved crack or earth fissure models because they combine\n            mechanical function with stronger visual identity.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"thc-faq-item\"\u003e\n\n          \u003ch3\u003e\n            Which model is best for everyday carry?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Octagon Trigger, Lockflame, Trench Battle Soul, and Single Claw\n            hand-carved models are strong everyday carry options because they\n            combine compact formats, refillable construction, tactile ignition,\n            and durable metal bodies.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"thc-faq-item\"\u003e\n\n          \u003ch3\u003e\n            Which model is best for desk or display use?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Capitol Table Lighter models are particularly suited to desks,\n            studies, lounges, and display spaces because of their heavier\n            tabletop form, sculptural base, and architectural multi-link\n            ignition arm.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"thc-faq-item\"\u003e\n\n          \u003ch3\u003e\n            Are these lighters refillable?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Yes. Models in this collection are refillable fluid lighters using\n            wick-based soft flames, flint ignition, and serviceable\n            construction for long-term use.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"thc-faq-item\"\u003e\n\n          \u003ch3\u003e\n            Why choose a hand-carved or sculptural lighter?\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            A hand-carved or sculptural lighter offers greater individuality\n            than a conventional polished lighter. Surface texture, relief\n            motifs, aged finishes, and mechanical ignition combine to create a\n            more tactile and visually distinctive collectible object.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- BRAND ENDING --\u003e\n  \u003cdiv class=\"thc-ending\"\u003e\n\n    \u003cspan class=\"thc-ending-label\"\u003e\n      THORENS · Swiss Artisanship Since 1883\n    \u003c\/span\u003e\n\n    \u003cp\u003e\n      Carved in metal.\u003cbr\u003e\n      Defined by character.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"thc-ending-line\"\u003e\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","products":[{"product_id":"2025-new-products-trench-lighter-battle-soul-hand-carved-cracks","title":"2025 Nové produkty｜ Zapalovač Trench - Battle Soul - Ručně vyřezávané praskliny","description":"\u003cp data-end=\"40\" data-start=\"0\"\u003e• Palivo: Petrolej (benzín do zapalovačů)\u003c\/p\u003e \u003cp data-end=\"153\" data-start=\"42\"\u003e• Styl starých zákopů: Inspirováno ohňovými nástroji vojáků z 1. světové války, kompaktní s mechanickou estetikou a historickým kouzlem.\u003c\/p\u003e \u003cp data-end=\"317\" data-start=\"155\"\u003e• Ručně vyřezávané praskliny: Každý zapalovač je jedinečně ručně vyřezán s hlubokými prasklinami, symbolizující duši oceli kované válkou – což z něj činí cenný sběratelský kousek.\u003c\/p\u003e \u003cp data-end=\"432\" data-start=\"319\"\u003e• Bojová duše: Tmavý měděný odstín a hluboké praskliny ztělesňují sílu, stabilitu a neochvějný duch bojovníka.\u003c\/p\u003e \u003cp data-end=\"552\" data-start=\"434\"\u003e• Švýcarské řemeslo: Od roku 1883 vyrábí THORENS každý zapalovač se švýcarskou precizností, zajišťující nadčasová mistrovská díla.\u003c\/p\u003e \u003cp data-end=\"893\" data-start=\"776\" class=\"\"\u003e\u003cbr\u003e\u003ciframe height=\"823\" width=\"463\" src=\"https:\/\/www.youtube.com\/embed\/DSj5dfCPuOg\" title=\"THORENS 2025 New Products｜ Trench Lighter - Battle Soul - Hand Carved Cracks#thorenslighter#lighter\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Ruční vyřezávané praskliny","offer_id":50049969881394,"sku":"","price":79.0,"currency_code":"USD","in_stock":true},{"title":"Lesklý","offer_id":50049969914162,"sku":"","price":49.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/1_8ee7115b-b5a6-4558-a8fb-753d196d7b01.jpg?v=1775188992"},{"product_id":"2025-new-products-trench-lighter-battle-soul-glossy","title":"2025 Nové produkty｜ Zapalovač Trench - Battle Soul - Lesklý","description":"\u003cp data-end=\"40\" data-start=\"0\"\u003e• Palivo: Petrolej (benzín do zapalovačů)\u003c\/p\u003e \u003cp data-end=\"342\" data-start=\"42\"\u003e• Design: Tento zapalovač THORENS Trench Lighter - Battle Soul - lesklý je hlubokou interpretací vintage mechanické estetiky. Vysoce leštěné mosazné pouzdro evokuje pocit trvalé odolnosti – jako relikvie kovaná ohněm a časem.\u003c\/p\u003e \u003cp data-end=\"500\" data-start=\"344\"\u003e• Design zapalovače Trench: Inspirován vojenskými zapalovači z první světové války, tělo má kompaktní a robustní tvar, vyzařující syrovou, disciplinovanou krásu mechanického minimalismu.\u003c\/p\u003e \u003cp data-end=\"630\" data-start=\"502\"\u003e• Lesklý povrch: Povrch je pečlivě vyleštěný, odhalující jemný, přesto hluboký lesk – jako kov ošlehaný a vylepšený časem.\u003c\/p\u003e \u003cp data-end=\"814\" data-start=\"632\"\u003e• Série Battle Soul: S tmavým mosazným tónem a nenápadnými strukturálními liniemi design ztělesňuje klid a sílu bojovníkovy duše – tichou, mocnou a nadčasovou.\u003c\/p\u003e \u003cp\u003e\u003cbr\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/-OFsN4-yPrQ\" title=\"🔥 2025 New Products｜ Trench Lighter - Battle Soul -Glossy#thorenslighter#lighter#collection\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Lesklý","offer_id":50026170253618,"sku":"","price":49.0,"currency_code":"USD","in_stock":true},{"title":"Ruční vyřezávané praskliny","offer_id":50026170286386,"sku":"","price":79.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/1_2182aa8e-8580-48d7-b491-3a2e9059aba9.jpg?v=1775189092"},{"product_id":"2025-new-products-table-lighter-capitol-hand-carved-cracks","title":"2025 Nové produkty｜ Stolní zapalovač - Capitol - Ručně vyřezávané praskliny","description":"\u003cp data-end=\"40\" data-start=\"0\"\u003e• Palivo: Petrolej (benzín do zapalovačů)\u003c\/p\u003e \u003cp data-end=\"397\" data-start=\"42\"\u003e• Hlavní design: Obal zapalovače je kompletně pokryt ručně vyřezávanými prasklinami různé hloubky. Organicky vinoucí se trhliny napodobují plynutí času na starožitných nádobách a každý vzor je individuálně vytvořen řemeslníky, aby zajistil jedinečný umělecký charakter.\u003c\/p\u003e \u003cp data-end=\"584\" data-start=\"399\"\u003e• Kladívkovaná textura: Povrch má kladívkovanou úpravu, která vytváří kovovou strukturu s vystouplými a zapuštěnými částicemi, jež zlepšují úchop i vizuální hloubku. V kombinaci se starožitným bronzovým tónem odráží spojení industriálního a nostalgického stylu.\u003c\/p\u003e \u003cp data-end=\"892\" data-start=\"586\"\u003e• Architektonická inspirace: Inspirováno velkolepostí kopule Kapitolu, zapalovací systém obsahuje složité mechanické rameno s více klouby, které poskytuje výrazný vizuální efekt a fascinující mechanický zážitek při každém zapálení.\u003c\/p\u003e \u003cp data-end=\"1076\" data-start=\"894\"\u003e• Kovová základna ve tvaru lahve: Navržena tak, aby vyvážila stabilitu a eleganci, což z ní činí dokonalý doplněk na stůl, do kuřáckého salonu nebo osobní pracovny a dodává charakter každému prostoru.\u003c\/p\u003e \u003cp\u003e\u003cbr\u003e\u003ciframe title=\"2025 New Products｜ Table Lighter - Capitol - Hand Carved Cracks#thorenslighter#lighter#kerosene\" src=\"https:\/\/www.youtube.com\/embed\/yg6UZc3-Uow\" height=\"823\" width=\"463\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Ruční vyřezávané praskliny","offer_id":50029261259058,"sku":"","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Lesklý","offer_id":50029261226290,"sku":"","price":89.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/1_93e9303a-ff37-4028-8e29-7165681da043.jpg?v=1761710387"},{"product_id":"2025-new-products-table-lighter-capitol-glossy","title":"2025 Nové produkty｜ Stolní zapalovač - Capitol - Lesklý","description":"\u003cp data-end=\"40\" data-start=\"0\"\u003e• Palivo: Petrolej (kapesní benzín)\u003c\/p\u003e \u003cp data-end=\"346\" data-start=\"42\"\u003e• Architektonická inspirace: Zapalovací systém je inspirován velkolepostí kopule Kapitolu a obsahuje složitou mechanickou rameno s více klouby, které při každém zapálení vytváří působivý vizuální efekt a fascinující mechanický zážitek.\u003c\/p\u003e \u003cp data-end=\"530\" data-start=\"348\"\u003e• Kovový podstavec ve tvaru lahve: Navržen tak, aby vyvážil stabilitu a eleganci, což z něj činí dokonalý doplněk na stůl, do kuřáckého salonu nebo soukromé pracovny a dodává charakter každému prostoru.\u003c\/p\u003e \u003cp\u003e\u003cbr\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/YX2HoV4Gr9I\" title=\"2025 New Products｜Table Lighter - Capitol - Glossy#thorenslighter#lighter#kerosenelighter#collection\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Lesklý","offer_id":50034702221618,"sku":"","price":89.0,"currency_code":"USD","in_stock":true},{"title":"Ruční vyřezávané praskliny","offer_id":50034702254386,"sku":"","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Capitol_Glossy_Table_Lighters_with_Antique_Bronze_Finish.jpg?v=1773804879"},{"product_id":"2025-new-products-gen-1-single-claw-spirit-claw","title":"Gen 1 - Single Claw - Spirit Claw","description":"\u003cp\u003e\u003cstrong\u003eTento zapalovač THORENS Spirit Claw je vintage benzínový zapalovač s měkkým plamenem z mosazi, postavený na těle z masivní mosazi, s automatickým zapalováním Single Claw, plnitelným systémem, konstrukcí Safety Lock, ručně rytým povrchem s patinou staré mosazi a individuálním sériovým číslem vyrytým na spodní straně. Je určen pro sběratele i každodenní uživatele, kteří oceňují viditelnou mechaniku, ruční rytí a pocit robustního mechanického zapalovače navrženého ve Švýcarsku.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003ePo otevření víčka mechanismus Single Claw uvede do záběru kolečko s kamínkem do zapalovače, které vytvoří jasnou jiskru a zapálí měkký plamen. Po zapálení zůstává vnitřní mechanismus viditelný, takže proces zapalování není ukrytý uvnitř pouzdra. Zvuk západky, odpor mechanismu a viditelný pohyb dodávají tomuto zapalovači promyšlenější charakter než běžnému jednorázovému zapalovači.\u003c\/p\u003e\n\u003cp\u003eKaždý zapalovač Hand-Carved začíná jako tělo z masivní mosazi a je ručně ryt pomocí tradičních nástrojů pro rytí kovu, nikoli laserem nebo automatizovanými postupy. Vzory na povrchu jsou vyřezávány řádek po řádku ručními rydly, přičemž každý kus vyžaduje nejméně dvě hodiny soustředěného ručního rytí. Po rytí je každý zapalovač ručně broušen, leštěn a patinován, aby se zvýraznil hlubší kontrast, tmavší povrch s patinou staré mosazi a jemné odlišnosti mezi jednotlivými kusy.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKlíčové konstrukční prvky:\u003c\/strong\u003e\u003cbr\/\u003e\n- Plnitelný systém benzínového zapalovače pro dlouhodobé používání\u003cbr\/\u003e\n- Automatické zapalování poháněné mechanickou konstrukcí Single Claw\u003cbr\/\u003e\n- Tělo z masivní mosazi s výrazným pocitem v ruce\u003cbr\/\u003e\n- Šroub Safety Lock lze utáhnout, aby pomohl zabránit nechtěnému otevření při nošení\u003cbr\/\u003e\n- Palivový šroub s integrovaným úložným prostorem pro náhradní kamínek do zapalovače\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTento zapalovač je vhodný pro:\u003c\/strong\u003e\u003cbr\/\u003e\n- Sběratele, kteří hledají ručně rytý mechanický zapalovač s viditelným pohybem zapalovacího mechanismu\u003cbr\/\u003e\n- Uživatele, kteří dávají přednost vintage benzínovému zapalovači z mosazi s měkkým plamenem před jednorázovými či plastovými zapalovači\u003cbr\/\u003e\n- Uživatele pro každodenní nošení, kteří oceňují hmotnost masivní mosazi, haptickou odezvu a možnost opakovaného plnění\u003cbr\/\u003e\n- Zákazníky hledající luxusní sběratelský zapalovač, prémiový dárek pro muže, dárek pro manžela nebo mechanický zapalovač navržený ve Švýcarsku\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNemusí být ideální, pokud:\u003c\/strong\u003e\u003cbr\/\u003e\n- Dáváte přednost butanovým zapalovačům s tryskovým plamenem nebo zapalovačům typu torch\u003cbr\/\u003e\n- Hledáte jednorázový zapalovač nebo zapalovač bez nutnosti údržby\u003cbr\/\u003e\n- Dáváte přednost dokonale jednotnému, strojově opracovanému povrchu před ručním rytím, patinovanou povrchovou úpravou a individuálními odchylkami povrchu\u003c\/p\u003e\n\u003cp\u003eSprávné doplňování paliva, výměna kamínku do zapalovače a pravidelná péče pomáhají zachovat spolehlivé zapalování a zároveň v průběhu času chrání ručně rytý povrch zapalovače, patinovanou mosaznou povrchovou úpravu a jeho mechanický charakter.\u003cbr\/\u003e\n\u003cstrong\u003eZjistěte více o \u003ca href=\"https:\/\/thorenslighter.com\/blogs\/journal\/what-is-a-spirit-claw-lighter\" title=\"What Is a Spirit Claw Lighter?\"\u003ezapalovačích Single Claw a o údržbě benzínových zapalovačů.\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ciframe height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/hp3Cn12NLLg\" title=\"Spirit Claw — Marked by Strength\" width=\"463\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Default Title","offer_id":50086903546162,"sku":"","price":145.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Gen_1_Single_Claw_Spirit_Claw_Lighter.jpg?v=1773891964"},{"product_id":"2025-new-products-gen-1-single-claw-hand-carved-earth-fissure-texture","title":"2025 Nové produkty｜Gen 1 - Jediný dráp - Ručně vyřezávaná textura zemních trhlin","description":"\u003cp data-end=\"40\" data-start=\"0\"\u003e• Palivo: Petrolej (kapalina do zapalovačů)\u003c\/p\u003e \u003cp data-end=\"180\" data-start=\"42\"\u003e• Plně ručně vyřezávané a oxidované: Celé pouzdro je pečlivě ručně vyřezávané a oxidované, s modrým povrchem a texturami připomínajícími kovářskou práci.\u003c\/p\u003e \u003cp data-end=\"431\" data-start=\"182\"\u003e• Vzorek prasklin inspirovaný přírodou: Praskliny jsou inspirovány vyschlou zemí a hlubokými skalními formacemi kaňonů. Textury jsou hluboké a různorodé, s klikatými, nepravidelnými trhlinami, které napodobují zvětralý charakter přírodních krajin.\u003c\/p\u003e \u003cp data-end=\"635\" data-start=\"433\"\u003e• Jedinečné umělecké řemeslo: Každá linie je ručně vyřezána zkušenými řemeslníky, což zajišťuje, že každý kus má jedinečnou uměleckou kvalitu. Hmatová plocha odhaluje vystouplé a zapuštěné kontury při dotyku.\u003c\/p\u003e \u003cp\u003e\u003cbr\u003e\u003ciframe title=\"2025 New Products｜Gen 1 - Single Claw - Hand-Carved Earth Fissure Texture#thorenslighter#lighter\" src=\"https:\/\/www.youtube.com\/embed\/LO-lAdB3KsI\" height=\"823\" width=\"463\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Default Title","offer_id":50091502043442,"sku":"","price":145.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Gen_1_Single_Claw_Hand-Carved_Earth_Fissure_Lighter.jpg?v=1773892011"},{"product_id":"2025-new-products-gen-1-single-claw-battle-mark-hand-carved-gun","title":"2025 Nové produkty｜Gen 1 - Jediný dráp - Bojová značka — Ručně vyřezávaná série zbraní","description":"\u003cp data-end=\"40\" data-start=\"0\"\u003e• Palivo: Petrolej (benzín do zapalovačů)\u003c\/p\u003e \u003cp data-end=\"327\" data-start=\"42\"\u003e• Textura rytiny ve stylu bojových jizev: Celková textura je drsně kladívkovaná, s nožovými škrábanci, prasklinami, kovovým ražením a výraznou strukturou, jako by prošla salvou kulek. Povrch je modřený + imitace kované textury, s pocitem apokalypsy a pouličního stylu.\u003c\/p\u003e \u003cp data-end=\"506\" data-start=\"329\"\u003e• Reliéfní logo DEVIL ve tvaru pistole: Tělo je vyraženo klasickou pistolí s nápisem „DEVIL“, detaily jsou precizně vyřezávané a realistické, včetně zásobníků, rukojetí a bojových symbolů.\u003c\/p\u003e \u003cp data-end=\"584\" data-start=\"508\"\u003e• Tělo z masivní mědi｜Čistě ruční řezba: Každý kus je odlit z mosazi a ručně vyřezáván.\u003c\/p\u003e \u003cp data-end=\"726\" data-start=\"586\"\u003e• Generace 1 – Jednoprstencová spoušť: Vybaven ikonickým mechanickým spoušťovým systémem THORENS, úder je čistý, jiskry silné a celý proces velmi rituální.\u003c\/p\u003e \u003cp data-start=\"110\" data-end=\"392\"\u003e\u003ciframe style=\"font-size: 0.875rem;\" width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/WwtnPA4GwRE\" title=\"2025 New Products｜Gen 1 - Single Claw - Battle Mark — Hand-Carved Gun Series#thorenslighter#lighter\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Default Title","offer_id":50115420913970,"sku":"","price":145.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Gen_1_Single_Claw_Battle_Mark_Lighter_with_Hand-Carved_Gun.jpg?v=1773892125"},{"product_id":"lockflame-hand-carved-brick-wall","title":"2025 Nové produkty｜Lockflame - Ručně vyřezávaná cihlová zeď","description":"\u003cp data-end=\"40\" data-start=\"0\"\u003e• Palivo: Petrolej (benzín do zapalovačů)\u003c\/p\u003e \u003cp data-end=\"346\" data-start=\"42\"\u003e• Textura cihlové zdi a tmavě hnědý odstín: Povrch zapalovače má ručně vyřezávanou texturu cihel, zobrazující realistické spáry a výstupky cihel, ladící s tmavě hnědou barvou, která reprodukuje architektonický styl staré doby a vyvolává pocit retro a vážnosti.\u003c\/p\u003e \u003cp data-end=\"470\" data-start=\"348\"\u003e• Zakřivený kovový prvek: Zakřivená kovová tyčinka v levém horním rohu připomíná malý zámek, což přidává výrazný designový detail.\u003c\/p\u003e \u003cp data-end=\"470\" data-start=\"348\"\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/mFc73UTF-80\" title=\"Lockflame - Hand-carved Brick Wall#thorenslighter#lighter#kerosenelighter#collection#luxurylighter\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Ruční vyřezávaná cihlová zeď","offer_id":50246108578098,"sku":null,"price":76.0,"currency_code":"USD","in_stock":true},{"title":"Ručně vyřezávaný kráter z meteoritu","offer_id":50246108610866,"sku":null,"price":59.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Lockflame_Lighter_with_Hand-Carved_Brick_Wall_Texture.jpg?v=1773892162"},{"product_id":"octagon-trigger-glossy","title":"2025 Nové produkty｜Oktagonální spoušť - lesklá","description":"\u003cp data-start=\"24\" data-end=\"58\"\u003e• Palivo: Petrolej (kapalina do zapalovačů)\u003c\/p\u003e \u003cp data-start=\"60\" data-end=\"246\"\u003e• Celé tělo má barvu starožitné bronzu. Povrch je oxidovaný a patinovaný, což vytváří skvrnitou patinu, která vyzařuje pocit časem opotřebovaného charakteru a nenápadného vintage kouzla.\u003c\/p\u003e \u003cp data-start=\"248\" data-end=\"357\"\u003e• Prodloužené vícefacetové tělo má čisté, výrazné linie, evokující silný industriální sochařský dojem.\u003c\/p\u003e \u003cp data-start=\"359\" data-end=\"543\"\u003e• Krátká páčka zapalování je umístěna na boku. Díky posuvnému krytu stisknutí zapalovací páčky zvedne víčko nahoru, což poskytuje uspokojivý mechanický zážitek.\u003c\/p\u003e \u003cp data-start=\"359\" data-end=\"543\"\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/sHR-_9Hvrxw\" title=\"2025 New Products｜Octagon Trigger - Glossy#thorenslighter#lighter#kerosenelighter#collection\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Lesklý","offer_id":50231587602738,"sku":null,"price":76.0,"currency_code":"USD","in_stock":true},{"title":"Ručně vyřezávaná textura zemních trhlin","offer_id":50231587635506,"sku":null,"price":100.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Frontal_View_of_Thorens_Octagon_Trigger_Lighter_-_Glossy_Brass.jpg?v=1773299100"},{"product_id":"octagon-trigger-hand-carved-earth-fissure-texture","title":"2025 Nové produkty｜ Oktagonální spoušť - Ručně vyřezávaná textura zemních trhlin","description":"\u003cp data-start=\"72\" data-end=\"108\"\u003e• Palivo\u003cstrong data-start=\"74\" data-end=\"108\"\u003e: \u003c\/strong\u003ePetrolej (benzín do zapalovačů)\u003c\/p\u003e \u003cp data-start=\"110\" data-end=\"344\"\u003e• Celý zapalovač je v barvě starožitné bronzi, upravený oxidovaným, patinovaným povrchem, který odhaluje skvrnitou texturu — vyzařující pocit časem prověřené elegance a nenápadného historického kouzla.\u003c\/p\u003e \u003cp data-start=\"346\" data-end=\"523\"\u003e• Navržen v prodlouženém vícehraném tvaru, tělo má výrazné, čisté linie, které evokují silnou průmyslovou a architektonickou přítomnost.\u003c\/p\u003e \u003cp data-start=\"525\" data-end=\"720\"\u003e• Povrch je důkladně kladívkován, aby vytvořil nepravidelné textury připomínající popraskanou, vyschlou zem — nabízející surový a organický vizuální dojem.\u003c\/p\u003e \u003cp data-start=\"722\" data-end=\"916\"\u003e• Každá linie a kontura je pečlivě ručně rytá zkušenými řemeslníky, což zajišťuje, že každý kus je jedinečný, s výraznou hmatovou a uměleckou kvalitou.\u003c\/p\u003e \u003cp data-start=\"349\" data-end=\"533\"\u003e• Krátká páčka zapalování je umístěna na boku. S posuvným krytem, stisknutí zapalovací páčky posune víčko nahoru a poskytuje uspokojivý mechanický zážitek.\u003c\/p\u003e \u003cp data-start=\"349\" data-end=\"533\"\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/xWXJ9XNMEG4\" title=\"2025 New Products｜ Octagon Trigger - Hand-Carved Earth Fissure Texture#thorenslighter#lighter\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Ruční řezba s texturou zemní trhliny","offer_id":50231568695602,"sku":null,"price":100.0,"currency_code":"USD","in_stock":true},{"title":"Lesklý","offer_id":50231568728370,"sku":null,"price":76.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Octagon_Trigger_Lighter_featuring_Hand-Carved_Earth_Fissure_Texture.jpg?v=1773298543"},{"product_id":"2025-new-products-french-bulldog","title":"2025 Nové produkty｜Francouzský buldoček","description":"\u003cp data-end=\"40\" data-start=\"0\"\u003e• Palivo: Petrolej (benzín do zapalovačů)\u003c\/p\u003e \u003cp data-end=\"192\" data-start=\"42\"\u003e• Výrazný starožitný bronzový povrch: Zapalovač má hluboký starožitný bronzový odstín s patinovaným povrchem, který zdůrazňuje jeho silný retro-průmyslový vzhled.\u003c\/p\u003e \u003cp data-end=\"394\" data-start=\"194\"\u003e• Sochařský design buldoka: V srdci designu je realistická hlava buldoka — detailně vyřezávaná s výraznými svalovými konturami a přísným výrazem, vyzařující sílu a autoritu.\u003c\/p\u003e \u003cp data-end=\"626\" data-start=\"396\"\u003e• Hřeby na obojku a detaily řetězu: Buldok nosí obojek s hřeby, z něhož na obou stranách vedou kovové řetězy končící trojrozměrným ozdobným „kostí“, což zvyšuje celkový charakter a hravý detail tohoto kousku.\u003c\/p\u003e \u003cp data-end=\"626\" data-start=\"396\"\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/RXtuvI_RfaA\" title=\"2025 New Products｜ French Bulldog#thorenslighter#lighter#kerosenelighter#collection#luxurylighter\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Francouzský buldoček","offer_id":50231742431538,"sku":null,"price":70.0,"currency_code":"USD","in_stock":true},{"title":"Zlatý retrívr","offer_id":50231742464306,"sku":null,"price":70.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_French_Bulldog_Collectible_Lighter_with_Chain_and_Bone.jpg?v=1773892291"},{"product_id":"2025-new-products-golden-retriever","title":"2025 Nové produkty｜ Zlatý retrívr","description":"\u003cp data-start=\"31\" data-end=\"67\"\u003e• Palivo: Petrolej (benzín do zapalovačů)\u003c\/p\u003e \u003cp data-start=\"69\" data-end=\"232\"\u003e• Zapalovač má starožitný bronzový povrch s patinou oxidace, která odhaluje bohaté, nerovnoměrné kovové tóny – plné vintage průmyslového charakteru.\u003c\/p\u003e \u003cp data-start=\"234\" data-end=\"411\"\u003e• Tělo je vytesáno do podoby hlavy psa s povislýma ušima a klidným, mírným výrazem. Každý chlup je vyřezán s plynulou precizností, což dává dílu živost a výraznost.\u003c\/p\u003e \u003cp data-start=\"413\" data-end=\"650\"\u003e• Zadní část zapalovače zdobí výrazný, trojrozměrný obojek s dvojitou přezkou, který je připojen ke krátkému kovovému řetízku. Na konci řetízku visí vystouplý přívěsek ve tvaru „kosti“, který dodává designu hravé kouzlo a vizuální rovnováhu.\u003c\/p\u003e \u003cp data-start=\"413\" data-end=\"650\"\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/yemdnVaB-Nk\" title=\"2025 New Products｜ Golden Retriever#thorenslighter#lighter#kerosenelighter#collection#luxurylighter\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Zlatý retrívr","offer_id":50235861893426,"sku":null,"price":70.0,"currency_code":"USD","in_stock":true},{"title":"Francouzský buldoček","offer_id":50235861926194,"sku":null,"price":70.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Golden_Retriever_Collectible_Lighter_with_Chain_and_Bone.jpg?v=1773898447"},{"product_id":"2025-new-products-lockflame-hand-carved-meteorite-crater","title":"2025 Nové produkty｜Lockflame - Ručně vyřezávaný kráter z meteoritu","description":"\u003cp data-start=\"0\" data-end=\"40\"\u003e• Palivo: Petrolej (benzín do zapalovačů)\u003c\/p\u003e \u003cp data-start=\"42\" data-end=\"291\"\u003e• Povrch zapalovače připomínající starý meteorit: Tělo zapalovače má přirozeně kladívkem tvarovanou plochu inspirovanou krátery na meteoritech. Díky intenzivnímu procesu stárnutí vykazuje hluboký antický bronzový lesk s patinou a vintage charakterem.\u003c\/p\u003e \u003cp data-start=\"293\" data-end=\"416\"\u003e• Zakřivený kovový prvek: Zakřivená kovová tyčinka v levé horní části připomíná malý zámek a dodává zapalovači výrazný designový detail.\u003c\/p\u003e \u003cp data-start=\"97\" data-end=\"349\"\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/Kp_vuE01wJQ\" title=\"Lockflame - Hand-carved Meteorite Crater#thorenslighter#lighter#kerosenelighter#luxurylighter\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Ručně vyřezávaný kráter po meteoritu","offer_id":50246010372402,"sku":null,"price":59.0,"currency_code":"USD","in_stock":true},{"title":"Ruční vyřezávaná cihlová zeď","offer_id":50246010405170,"sku":null,"price":76.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Lockflame_Lighter_-_Hand-Carved_Meteorite_Crater.jpg?v=1773898493"},{"product_id":"matchbox-knight-s-era","title":"Matchbox - Knight’s Era","description":"\u003cp\u003e\u003cstrong\u003eTHORENS Matchbox – Knight’s Era is a refillable fluid lighter built with a solid metal body, an octagonal matchbox-inspired form, a sliding ignition system, a removable inner flame unit, and a medieval knight relief exterior design. Designed for collectors and everyday carriers, it brings together vintage mechanical function, tactile manual operation, historical visual character, and the lasting material presence of a classic metal lighter.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003ePull back to prepare, then slide forward to ignite. The sliding ignition action creates a clear mechanical rhythm with smooth resistance, crisp feedback, and substantial hand feel, making each ignition feel more controlled, tactile, and ceremonial. The inner flame unit can also be removed from the outer body and used as a small freestanding flame source for short-term use.\u003c\/p\u003e\n\u003cp\u003eThe exterior features an antique brass-toned surface with a detailed medieval knight relief scene as its visual centerpiece. The raised knights, horses, armor, weapons, and framed octagonal composition give the lighter a stronger sense of historical storytelling, making it feel less like an ordinary pocket lighter and more like a compact mechanical object with old-world character.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey construction details:\u003c\/strong\u003e\u003cbr\u003e• Refillable fluid lighter system for long-term use\u003cbr\u003e• Solid metal body construction with substantial hand feel\u003cbr\u003e• Octagonal matchbox-inspired form with a vintage profile and compact proportions\u003cbr\u003e• Sliding ignition action: pull back to prepare, slide forward to ignite\u003cbr\u003e• Removable inner flame unit for short-term use as a small freestanding flame source\u003cbr\u003e• Medieval knight relief exterior with knights, horses, armor, weapons, and framed octagonal scene detailing\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis lighter is suitable for:\u003c\/strong\u003e\u003cbr\u003e• Users looking for a vintage mechanical lighter with historical relief detailing\u003cbr\u003e• Everyday carry users who prefer refillable fluid lighters over disposable or plastic lighters\u003cbr\u003e• Buyers who value tactile manual operation, substantial hand feel, and distinctive metal craftsmanship\u003cbr\u003e• Users looking for a mechanical lighter with medieval visual character, premium gift appeal, and practical utility\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIt may not be ideal if:\u003c\/strong\u003e\u003cbr\u003e• You prefer butane torch or jet-flame lighters\u003cbr\u003e• You want a disposable or fully maintenance-free lighter\u003cbr\u003e• You prefer a plain minimalist surface instead of raised relief artwork\u003cbr\u003e• You prefer an ultra-light pocket lighter with no noticeable material weight\u003c\/p\u003e\n\u003cp\u003eProper refilling, flint replacement, wick care, and routine surface maintenance help maintain reliable ignition performance while preserving the antique brass-toned surface, sliding ignition structure, removable inner flame unit, medieval knight relief details, and overall vintage mechanical character over time.\u003cbr\u003e\u003cstrong\u003eLearn about \u003ca title=\"What Defines a Classic Mechanical Lighter?\" href=\"https:\/\/thorenslighter.com\/blogs\/journal\/what-defines-a-classic-mechanical-lighter\"\u003eclassic mechanical lighters and how refillable fluid lighters are maintained.\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"881\" data-end=\"1089\"\u003e\u003ciframe title=\"Ignite the Honor: The Matchbox - Knight’s Era Lighter\" src=\"https:\/\/www.youtube.com\/embed\/9kKxhZ7MUiU\" height=\"823\" width=\"463\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Matchbox - Knight’s Era","offer_id":50904814321970,"sku":null,"price":89.0,"currency_code":"USD","in_stock":true},{"title":"Steampunk - Matchbox - Twin Torque","offer_id":50904814354738,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Knight_s_Era_Matchbox_Lighter_Front_Engraved_Lid.jpg?v=1773213137"},{"product_id":"gen-2-double-claw-warhorse","title":"Gen 2 - Double Claw - Warhorse","description":"\u003cp\u003e\u003cstrong\u003eTento zapalovač Double Claw je plnitelný benzínový zapalovač s měkkým plamenem, masivním mosazným tělem, robustní povrchovou úpravou ve vzhledu stařené mosazi, plastickým reliéfem válečného koně s motivem lebky, automatickým zapalováním ovládaným mechanickou vazbou Double Claw a individuálním sériovým číslem vyrytým na spodní straně. Je určen pro uživatele, kteří oceňují mechaniku vnímatelnou na dotek, výrazný vintage styl a švýcarské mechanické dědictví zapalovačů THORENS.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eMechanismus Double Claw se aktivuje při otevření víčka: dva drápky přesně zabírají do škrtacího kolečka, vytvářejí čistou jiskru a zapalují měkký plamen. Pohyb, zvuk i odezva na dotek přinášejí přesný pocit při zapálení a výraznější mechanický charakter než běžné kapesní zapalovače.\u003c\/p\u003e\n\u003cp\u003eVzhled definuje robustní stařený povrch s přirozeným charakterem opotřebení a vrstvenými odstíny modré, fialové a tmavé patiny na kovovém těle. Uprostřed vytváří plastický reliéf válečného koně s motivem lebky výrazný středový prvek a propůjčuje zapalovači vizuální charakter poznamenaný bojem. Celkový dojem je výrazný, strukturovaný a má silný sběratelský charakter; dramatický vintage styl se zde snoubí s mechanickou výrazností typickou pro švýcarské dědictví zapalovačů THORENS.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKlíčové konstrukční prvky:\u003c\/strong\u003e\u003cbr\/\u003e\n• Plnitelný systém benzínového zapalovače pro dlouhodobé používání\u003cbr\/\u003e\n• Automatické zapalování ovládané mechanickou vazbou Double Claw\u003cbr\/\u003e\n• Masivní mosazné tělo s výrazným pocitem hmotnosti v ruce\u003cbr\/\u003e\n• Šroub Safety Lock lze dotáhnout, aby pomohl zabránit náhodnému otevření během nošení\u003cbr\/\u003e\n• Šroub palivové komory s integrovanou přihrádkou pro náhradní kamínek do zapalovače\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTento zapalovač je vhodný pro:\u003c\/strong\u003e\u003cbr\/\u003e\n• Uživatele, kteří upřednostňují vintage benzínové zapalovače z mosazi s autentickým mechanickým chodem\u003cbr\/\u003e\n• Uživatele pro každodenní nošení, kteří oceňují plnitelný benzínový zapalovač se zapalováním měkkým plamenem a hmatovou odezvou\u003cbr\/\u003e\n• Sběratele, které zajímají zapalovače Double Claw, robustní reliéfní zdobení a švýcarské dědictví značky THORENS\u003cbr\/\u003e\n• Kupující, kteří hledají sběratelský mechanický zapalovač, prémiový dárek pro muže nebo osobitý dárek pro sběratele mechanických zapalovačů\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNemusí být ideální volbou, pokud:\u003c\/strong\u003e\u003cbr\/\u003e\n• Dáváte přednost plynovým zapalovačům s tryskovým nebo hořákovým plamenem\u003cbr\/\u003e\n• Hledáte jednorázový nebo zcela bezúdržbový zapalovač\u003cbr\/\u003e\n• Dáváte přednost čistým minimalistickým povrchům před surovými patinovanými kovovými povrchy\u003c\/p\u003e\n\u003cp\u003ePravidelné doplňování paliva, výměna kamínku do zapalovače, základní péče o knot a údržba povrchu pomáhají udržovat spolehlivou funkci zapalování a zároveň dlouhodobě zachovat robustní patinovanou mosaznou povrchovou úpravu, plastický reliéf válečného koně, detaily lebek, mechanické propojení Double Claw i mechanický charakter vnímatelný na dotek.\u003cbr\/\u003e\n\u003cstrong\u003eZjistěte více o \u003ca href=\"https:\/\/thorenslighter.com\/blogs\/journal\/what-is-a-double-claw-fluid-lighter\" title=\"What Is a Double Claw Fluid Lighter?\"\u003ebenzínových zapalovačích Double Claw a o údržbě mechanických benzínových zapalovačů.\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cbr\/\u003e\u003ciframe height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/5O7NP3nZqKY\" title=\"Quiet, Yet Full of Weight\" width=\"463\"\u003e\u003c\/iframe\u003e\u003cbr\/\u003e","brand":"THORENS","offers":[{"title":"Default Title","offer_id":51102668292402,"sku":null,"price":158.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Gen_2_Double_Claw_Warhorse_Raised_Emblem.jpg?v=1777264297"},{"product_id":"gen-2-double-claw-dark-angel-blade","title":"Gen 2 - Double Claw - Dark Angel Blade","description":"\u003cp\u003e\u003cstrong\u003eThis Double Claw lighter is a refillable soft flame fluid lighter built with a solid brass body, a rugged aged brass finish, a raised winged shield and sword relief, automatic ignition driven by a Double Claw mechanical linkage, and an independent serial number engraved on the bottom. It is designed for users who appreciate gothic inspired styling, tactile mechanical action, collectible surface detail, and THORENS Swiss mechanical lighter heritage.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe Double Claw mechanism is activated when the lid opens, with two claws precisely engaging the flint wheel to generate a clean spark and ignite the soft flame. Through motion, sound, and tactile feedback, it delivers a crisp ignition feel with more mechanical character than standard pocket lighters.\u003c\/p\u003e\n\u003cp\u003eThe exterior is defined by a rugged aged surface with layered blue, purple, and dark worn tones across the metal body. At the center, the outstretched wings, upright sword, and shield motif create a bold visual focus, while the “DARK ANGEL” banner gives the lighter a darker vintage identity. The raised relief adds depth and texture to the surface, making the piece feel more substantial in hand and more distinctive as a collectible mechanical lighter with THORENS Swiss heritage.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey construction details:\u003c\/strong\u003e\u003cbr\u003e• Refillable fluid lighter system for long term use\u003cbr\u003e• Automatic ignition driven by the Double Claw mechanical linkage\u003cbr\u003e• Solid brass body construction with substantial hand feel\u003cbr\u003e• Safety Lock screw can be tightened to help prevent accidental opening during carry\u003cbr\u003e• Fuel screw with built in spare flint storage compartment\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis lighter is suitable for:\u003c\/strong\u003e\u003cbr\u003e• Users who prefer vintage brass fluid lighters with real mechanical action\u003cbr\u003e• Everyday carry users who value a refillable lighter with soft flame ignition and tactile feedback\u003cbr\u003e• Collectors interested in Double Claw lighters, gothic inspired relief detailing, and THORENS Swiss heritage\u003cbr\u003e• Buyers looking for a collectible mechanical lighter, premium gift for men, or distinctive gift for mechanical lighter collectors\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIt may not be ideal if:\u003c\/strong\u003e\u003cbr\u003e• You prefer butane torch or jet flame lighters\u003cbr\u003e• You want a disposable or fully maintenance free lighter\u003cbr\u003e• You prefer clean minimalist surfaces rather than rugged aged metal finishes\u003c\/p\u003e\n\u003cp\u003eRoutine refilling, flint replacement, basic wick care, and surface maintenance help maintain consistent ignition performance while preserving the rugged aged brass finish, raised winged shield and sword relief, Double Claw mechanical linkage, and tactile mechanical character over time.\u003cbr\u003e\u003cstrong\u003eLearn about \u003ca href=\"https:\/\/thorenslighter.com\/blogs\/journal\/what-is-a-double-claw-fluid-lighter\" title=\"What Is a Double Claw Fluid Lighter?\"\u003eDouble Claw fluid lighters and how mechanical fluid lighters are maintained.\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/q6FhnylVK5E\" title=\"Part Pocket Piece, Part Collectible\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Default Title","offer_id":51105341047090,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Gen_2_Double_Claw_Dark_Angel_Blade_Raised_Crest.jpg?v=1777369719"},{"product_id":"gen-2-double-claw-imperial-eagle","title":"Gen 2 - Double Claw - Imperial Eagle","description":"\u003cp\u003e\u003cstrong\u003eThis Double Claw lighter is a refillable soft flame fluid lighter built with a solid brass body, a rugged aged brass finish, a raised eagle relief, automatic ignition driven by a Double Claw mechanical linkage, a Safety Lock screw, and an independent serial number engraved on the bottom. It is designed for users who appreciate tactile mechanical action, bold vintage styling, and THORENS Swiss mechanical lighter heritage.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003eThe Double Claw mechanism is activated when the lid opens, with two claws precisely engaging the flint wheel to generate a clean spark and ignite the soft flame. Through motion, sound, and tactile feedback, it delivers a crisp ignition feel with more mechanical character than standard pocket lighters.\u003c\/p\u003e\n\n\u003cp\u003eThe exterior is defined by a rugged aged surface with layered blue, purple, and dark vintage tones across the brass body. At the center, the raised eagle relief creates a bold visual focus, adding depth, texture, and a stronger sense of presence in hand. The overall effect feels aged, powerful, and highly collectible, combining dramatic vintage metalwork with the mechanical character associated with THORENS Swiss lighter heritage.\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• Automatic ignition driven by the Double Claw mechanical linkage\u003cbr\u003e\n• Solid brass body construction with substantial hand feel\u003cbr\u003e\n• Safety Lock screw can be tightened to help prevent accidental opening during carry\u003cbr\u003e\n• Fuel screw with built in spare flint storage compartment\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThis lighter is suitable for:\u003c\/strong\u003e\u003cbr\u003e\n• Users who prefer vintage brass fluid lighters with real mechanical action\u003cbr\u003e\n• Everyday carry users who value a refillable lighter with soft flame ignition and tactile feedback\u003cbr\u003e\n• Collectors interested in Double Claw lighters, raised eagle relief, and THORENS Swiss mechanical lighter heritage\u003cbr\u003e\n• Buyers looking for a collectible mechanical lighter, premium gift for men, or distinctive gift for mechanical lighter collectors\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 prefer plain minimalist surfaces rather than rugged aged metal finishes with raised relief detail\u003c\/p\u003e\n\n\u003cp\u003eRoutine refilling, flint replacement, basic wick care, and surface maintenance help maintain consistent ignition performance while preserving the rugged aged brass finish, raised eagle relief, Double Claw mechanical linkage, and tactile mechanical character over time.\u003cbr\u003e\n\u003cstrong\u003eLearn about \u003ca href=\"https:\/\/thorenslighter.com\/blogs\/journal\/what-defines-a-classic-mechanical-lighter\" title=\"What Defines a Classic Mechanical Lighter?\"\u003eclassic mechanical lighters and how refillable fluid lighters are maintained.\u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003ciframe width=\"463\" height=\"823\" src=\"https:\/\/www.youtube.com\/embed\/LyU3u0VFPGI\" title=\"This Eagle Relief Feels Collectible\"\u003e\u003c\/iframe\u003e\u003c\/strong\u003e\u003c\/p\u003e","brand":"THORENS","offers":[{"title":"Default Title","offer_id":51113750987058,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0680\/2820\/3314\/files\/Thorens_Gen_2_Imperial_Eagle_Raised_Relief_Portrait.jpg?v=1778134739"}],"url":"https:\/\/thorenslighter.com\/cs\/collections\/hand-carved.oembed","provider":"THORENS Lighter Official Site","version":"1.0","type":"link"}