{"product_id":"rotary-lock-metal-box-cutter-rjc","title":"Drehbarer Metall-Kastenschneider mit Schloss","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Heavy-Duty Multi-Tool Utility Knife \u0026 Measuring Guide\nTarget Audience: Professionals, DIY Enthusiasts, Craftsmen\nVisual Style: Industrial, Precise, Rugged\nColor Strategy: Dark Mode (Steel Grey \u0026 Deep Black) with Electric Blue highlights to convey sharpness and precision.\nShape Strategy: Radius 6px (Hard, industrial, masculine edges).\nTypography Strategy: Large Type (H1 up to 44px), Mobile-first readable, clear contrast.\nMobile Table Strategy: Card-based (No horizontal scroll), using flex for data-labels.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4, Feature4=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* 1) Design System (CSS Variables) *\/\n    --primary: #3b82f6;\n    --primary-hover: #60a5fa;\n    --text-main: #f9fafb;\n    --text-sub: #9ca3af;\n    --bg-body: #111827;\n    --bg-card: #1f2937;\n    --border-color: #374151;\n    --radius-md: 6px;\n    --radius-lg: 12px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.5);\n    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);\n    \n    \/* Global Settings *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* 0) Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    margin: 0 0 1rem 0;\n    font-weight: 800;\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n    font-weight: 700;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    margin: 0 0 0.75rem 0;\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Spacing System *\/\n  .pd-section {\n    padding: clamp(3rem, 6vw, 5rem) 0;\n    border-bottom: 1px solid var(--border-color);\n  }\n  .pd-section:last-child {\n    border-bottom: none;\n  }\n\n  \/* Image Protocol *\/\n  .pd-img-wrapper {\n    width: 100%;\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    position: relative;\n    border: 1px solid var(--border-color);\n  }\n  \n  .pd-img-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: repeating-linear-gradient(\n      45deg,\n      var(--bg-card),\n      var(--bg-card) 10px,\n      var(--border-color) 10px,\n      var(--border-color) 20px\n    );\n    color: var(--text-main);\n    font-size: 1.2rem;\n    font-weight: bold;\n    text-align: center;\n    padding: 1rem;\n  }\n\n  .pd-img-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* Badges (Non-clickable) *\/\n  .pd-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-bottom: 1.5rem;\n  }\n  .pd-badge {\n    background: rgba(59, 130, 246, 0.1);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 4px;\n    font-size: 16px;\n    font-weight: 600;\n    border: 1px solid rgba(59, 130, 246, 0.3);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 5vw, 4rem);\n  }\n\n  \/* Features - Mobile Ordering Lock *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Strict Mobile Lock *\/\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n    align-items: center;\n  }\n  .feature-item:last-child {\n    margin-bottom: 0;\n  }\n  .feature-copy {\n    width: 100%;\n  }\n  .feature-media {\n    width: 100%;\n  }\n\n  \/* Specs Table *\/\n  .specs-container {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 4vw, 3rem);\n    border: 1px solid var(--border-color);\n  }\n  .specs-table table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  .specs-table th, .specs-table td {\n    padding: 1.25rem 1rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .specs-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    background: rgba(255, 255, 255, 0.02);\n  }\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    margin-bottom: 2rem;\n    padding-bottom: 2rem;\n    border-bottom: 1px dashed var(--border-color);\n  }\n  .faq-item:last-child {\n    margin-bottom: 0;\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n  .faq-q {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n    display: flex;\n    gap: 0.75rem;\n    align-items: flex-start;\n  }\n  .faq-q::before {\n    content: \"Q.\";\n    color: var(--primary);\n  }\n  .faq-a {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    padding-left: 2rem;\n  }\n\n  \/* Desktop Enhancement *\/\n  @media (min-width: 768px) {\n    .hero-section {\n      flex-direction: row;\n      align-items: center;\n    }\n    .hero-section \u003e * {\n      flex: 1;\n    }\n    \n    .feature-item {\n      flex-direction: row; \/* Z-Pattern Enabled *\/\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-copy, .feature-media {\n      flex: 1;\n    }\n  }\n\n  \/* Mobile Specs Table - Strict Card Layout *\/\n  @media (max-width: 767px) {\n    .specs-table table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead {\n      display: none;\n    }\n    .specs-table tr {\n      background: var(--bg-body);\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem;\n    }\n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.25rem;\n      font-size: 16px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"pd-badge-container\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eProfessionelle Qualität\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eEdelstahl\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003e\u003cspan style=\"color:#ffffff;\"\u003eUltimative Präzision trifft auf robuste Leistung\u003c\/span\u003e\u003c\/h1\u003e\n\n\u003cp\u003eEntwickelt für die härtesten Aufgaben. Ob Sie Glas anritzen, Leder schneiden oder dicke Kartons zerschneiden – dieses multifunktionale Universalmesser bietet unvergleichliche Schärfe und Sicherheit.\u003c\/p\u003e\n\n\u003cp style=\"color: var(--text-main); font-weight: 600; font-size: 18px;\"\u003e★ Vertraut von über 10.000 Handwerkern \u0026amp; Heimwerkern\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg style=\"width: 800px; max-width: 100%; height: auto;\" height=\"800\" width=\"800\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260429_e353859f_20260429_513a0a8d_from_url_en_11_7ebc0a6495916f4af39a2e0ab78f2b40_refsize_800x800_e7e887f5-916e-4a4e-8fc6-73c1ef913720.png?v=1779241619\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#3498db;\"\u003eFür Exzellenz entwickelt\u003c\/span\u003e\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg style=\"width: 800px; max-width: 100%; height: auto;\" height=\"800\" width=\"800\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260429_df536e5f_20260429_1003b580_from_url_en_12_343e1c25ac602e1c6b5aa559d914bd69_refsize_800x800_9ddd16aa-74e9-47f7-a933-dc3798785e7b.png?v=1779241630\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e\u003cspan style=\"color:#ffffff;\"\u003eMüheloses \u0026amp; sanftes Schneiden\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003eMit einer speziell entworfenen Klinge im ergonomischen 60-Grad-Winkel reduziert dieses Werkzeug die Schnittreibung drastisch. Der hochhärtende Edelstahl sorgt für ein durchgehend sanftes Gleiten durch anspruchsvolle Materialien wie Marmorfliesen, Glas und dickes Leder.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVorteil:\u003c\/strong\u003e Schont Ihre Handkraft und ermöglicht jedes Mal rasiermesserscharfe, professionelle Schnitte.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg style=\"width: 800px; max-width: 100%; height: auto;\" height=\"800\" width=\"800\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260429_c35d5554_20260429_9d5f1eda_from_url_en_13_70e4a6d9a02edbd6c887666844a52ced_refsize_800x800_a697e9d9-d27f-4569-952f-ed0da0cac47c.png?v=1779241641\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e\u003cspan style=\"color:#ffffff;\"\u003eFortschrittliches Drehverriegelungssystem\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003eSicherheit hat bei uns oberste Priorität. Die innovative Drehverriegelung ermöglicht es Ihnen, die Klinge mit einer einfachen Dreh- und Schiebebewegung auszufahren, einzuziehen und zu sichern. Einmal verriegelt, bleibt die Klinge absolut starr ohne Wackeln.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVorteil:\u003c\/strong\u003e Verhindert versehentliches Abrutschen und Klingenbruch, sodass Sie bei Aufgaben mit hohem Druck vollstes Vertrauen haben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg style=\"width: 800px; max-width: 100%; height: auto;\" height=\"800\" width=\"800\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260429_461b803c_20260429_d53d2156_from_url_en_14_4a71a42d316f87d989623159c533bd36_refsize_800x800_74ab70a5-b550-4f55-a58b-3e88d87c9b97.png?v=1779241650\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e\u003cspan style=\"color:#ffffff;\"\u003eMultifunktionales gezahntes Heck\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003eWarum eine ganze Werkzeugkiste mitnehmen, wenn ein Werkzeug alles kann? Das einzigartige gezahnte Heck ist präzise gefertigt und dient als Schraubenschlüssel für 8-13 mm Schrauben. Es funktioniert sogar als robuster Flaschenöffner, wenn die Arbeit erledigt ist.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVorteil:\u003c\/strong\u003e Maximiert Ihre Arbeitseffizienz, indem wichtige Dreh- und Hebelfunktionen direkt in Ihrer Tasche bereitstehen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg style=\"width: 800px; max-width: 100%; height: auto;\" height=\"800\" width=\"800\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260429_b3bd51b1_20260429_b192eac4_from_url_en_15_dac477ff7c703d776b3c3dddcef57cd7_refsize_800x800_d8b01305-166b-4777-94f8-67dccb889d5b.png?v=1779241659\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e\u003cspan style=\"color:#ffffff;\"\u003eVerstärkte Klinge \u0026amp; Metallknopf\u003c\/span\u003e\u003c\/h3\u003e\n\n\u003cp\u003eGebaut, um Stürze, Stöße und extreme Umgebungen zu überstehen. Die verstärkte Schutzklinge garantiert langanhaltende Haltbarkeit und verhindert das Brechen, das bei billigen Kunststoff-Universalmessern häufig auftritt. In Kombination mit einem soliden Metall-Einstellknopf wird die Lebensdauer deutlich verlängert.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVorteil:\u003c\/strong\u003e Eine Investition fürs Leben, die den Belastungen professioneller Werkstätten und alltäglicher Hausarbeiten gleichermaßen standhält.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003eTechnische Daten\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"specs-table\"\u003e\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpezifikation\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eHauptmaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eHochhärtender Edelstahl\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eKlingenwinkel\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e60 Grad (ergonomisch)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eVerriegelungsmechanismus\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDreh-Schiebe-Verriegelung\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLänge\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e13,8 cm (5,4 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e180,0 g (6,3 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eKapazität des Heckschlüssels\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePassend für Schrauben von 8 mm bis 13 mm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eEmpfohlene Verwendungszwecke\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eKarton, Leder, Glasritzen, Holzarbeiten\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color:#ffffff;\"\u003eHäufig gestellte Fragen\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIst die Klinge austauschbar?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eJa. Das Werkzeug verfügt über einen standardmäßigen Schnellwechselmechanismus, mit dem Sie stumpfe Klingen einfach gegen neue austauschen können, sodass Sie immer eine rasiermesserscharfe Schneide für Ihre Projekte haben.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eWird der Edelstahl mit der Zeit rosten?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eUnser Werkzeug ist aus hochwertigem, hochhärtendem Edelstahl gefertigt, der sehr widerstandsfähig gegen Korrosion und Verschleiß ist. Um die Lebensdauer zu maximieren, empfehlen wir jedoch, es bei Feuchtigkeit trocken abzuwischen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eKann es wirklich Glas und Keramikfliesen anritzen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eAbsolut. Obwohl es sich um ein Universalmesser handelt, macht die extreme Steifigkeit der verstärkten Klinge in Kombination mit der sicheren Drehverriegelung es stabil genug, um Anritzungen auf harten Materialien mit den passenden Anritz-Klingen präzise zu führen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🛠️ 1er-Pack (Standard)","offer_id":47908437590228,"sku":"0408-18445176","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2er-Pack (Spare 20%)","offer_id":47908437622996,"sku":"0408-18444557","price":19.95,"currency_code":"USD","in_stock":true},{"title":"👷‍♂️ 3er-Pack (Auftragnehmer-Auswahl)","offer_id":47908437655764,"sku":"0408-18449263","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/7ebc0a6495916f4af39a2e0ab78f2b40_6b82d2c2-378f-4b90-a6e2-4c4b116a82a9.jpg?v=1778307667","url":"https:\/\/omurio.com\/de\/products\/rotary-lock-metal-box-cutter-rjc","provider":"Omurio","version":"1.0","type":"link"}