{"product_id":"anti-fog-glasses-cloth-rjc","title":"Antibeschlag-Brillenputztuch","description":"\u0026nbsp;\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Glasses Cleaning \u0026 Anti-Fog Cloth\nTarget Audience: People who wear glasses (all prescriptions\/ages), needing solutions for home, work, and commute.\nVisual Style: Clean, Trustworthy, Soft \u0026 Gentle\nColor Strategy: \n  - Primary: Crisp Azure Blue (Implies clarity, cleanliness, and vision)\n  - Background: Pure White \u0026 Soft Slate (Reduces eye strain for visually impaired users)\nShape Strategy: Radius 16px (Emphasizes \"Soft and light\", \"No scratches\")\nTypography Strategy: Large Type \/ Mobile-first readable (H1 34-44px, Body 18-20px) to ensure easy reading for glasses wearers.\nMobile Table Strategy: Card-based (No horizontal scroll). Exact metric\/imperial conversions applied.\nMobile Ordering Lock: Flex-column enforced strictly (Image-Text-Image-Text).\nImage Mapping: Hero=image_1, Features=image_2, image_3, image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* 1) Design System (CSS Variables) *\/\n    --primary: #0284c7;        \/* Crisp Azure Blue *\/\n    --primary-light: #e0f2fe;  \/* Soft Sky *\/\n    --text-main: #0f172a;      \/* Deep Slate for high contrast *\/\n    --text-sub: #475569;       \/* Medium Slate *\/\n    --bg-body: #ffffff;\n    --bg-card: #f8fafc;\n    --radius-md: 12px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n    --border-color: #e2e8f0;\n\n    \/* 0) Typography \u0026 Spacing System *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(1rem, 5%, 3rem) 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    background-color: var(--bg-body);\n  }\n\n  \/* Global Resets inside container *\/\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Typography Scale *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin-bottom: clamp(1rem, 2vw, 1.5rem);\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin-bottom: clamp(1rem, 2vw, 1.5rem);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2.5vw, 20px);\n    line-height: 1.7;\n    color: var(--text-sub);\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container .aux-text {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    font-weight: 500;\n  }\n\n  \/* Layout Spacing *\/\n  .section-spacing {\n    margin-top: clamp(2.5rem, 6vw, 5rem);\n    margin-bottom: clamp(2.5rem, 6vw, 5rem);\n  }\n\n  \/* Visual Non-Interactive Tags *\/\n  .visual-badge {\n    display: inline-block;\n    background-color: var(--primary-light);\n    color: var(--primary);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 1.5rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* Image Protocol *\/\n  .fluid-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .placeholder-img {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background-color: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: 600;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .hero-section {\n      flex-direction: row;\n      text-align: left;\n    }\n    .hero-section \u003e * {\n      flex: 1;\n    }\n  }\n\n  \/* Mobile Ordering Lock (Feature Sections) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* MOBILE FIRST: Force Stack *\/\n    gap: clamp(1.5rem, 4vw, 3rem);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n    align-items: center;\n  }\n  \n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row; \/* Z-Pattern for Desktop *\/\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n  }\n\n  \/* Specs Table - Card Based on Mobile *\/\n  .specs-container {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 4vw, 3rem);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.5rem;\n  }\n\n  @media (max-width: 767px) {\n    \/* Critical: No horizontal scroll, card layout *\/\n    .specs-table, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .specs-table thead {\n      display: none;\n    }\n    \n    .specs-table tr {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 1rem;\n    }\n    \n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.75rem 0;\n      border-bottom: 1px solid var(--border-color);\n      text-align: right;\n      font-size: 18px;\n    }\n    \n    .specs-table td:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      text-align: left;\n      padding-right: 1rem;\n      flex-shrink: 0;\n    }\n  }\n\n  @media (min-width: 768px) {\n    .specs-table th, \n    .specs-table td {\n      padding: 1.25rem;\n      border-bottom: 1px solid var(--border-color);\n      text-align: left;\n      font-size: 18px;\n    }\n    .specs-table th {\n      background: var(--primary-light);\n      color: var(--primary);\n      font-weight: 700;\n    }\n    .specs-table tr:hover {\n      background: var(--bg-body);\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: clamp(1.5rem, 3vw, 2rem);\n    margin-bottom: 1.5rem;\n    border-left: 4px solid var(--primary);\n  }\n\n  .faq-question {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 700;\n    margin-bottom: 0.75rem;\n    color: var(--text-main);\n  }\n\n  .faq-answer {\n    font-size: clamp(18px, 2vw, 18px);\n    color: var(--text-sub);\n    line-height: 1.6;\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eUltimative Klarheit\u003c\/div\u003e\n\n\u003ch1\u003eVerabschieden Sie sich von verschwommenen Gläsern\u003c\/h1\u003e\n\n\u003cp\u003eHalten Sie Ihre Brille kristallklar und genießen Sie eine beschlagfreie Sicht. Entwickelt für alle Brillenträger, für perfekte Sicht zu Hause, bei der Arbeit, in der Schule oder unterwegs.\u003c\/p\u003e\n\n\u003cdiv class=\"aux-text\"\u003e⭐ Von Tausenden für kratzfreie tägliche Pflege vertraut\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-image\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e\u0026nbsp;\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260424_e798d720_20260424_9244abbc_from_url_en_06_f54ac8bce0673f47b1f7e4e55cf95fb4.jpg?v=1779180219\" width=\"298\" height=\"289\" style=\"width: 298px; min-width: 298px; max-width: 298px; height: 289px; min-height: 289px; max-height: 289px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e\u0026nbsp;\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260424_4f1b2825_20260424_4f2c645f_from_url_en_07_11da1cd89ec7afa2ceb5734195d6ac2f.jpg?v=1779180229\" width=\"303\" height=\"303\" style=\"width: 303px; min-width: 303px; max-width: 303px; height: 303px; min-height: 303px; max-height: 303px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eWeich, leicht \u0026amp; komplett sicher\u003c\/h2\u003e\n\n\u003cp\u003eIhre Gläser sind empfindlich. Deshalb ist unser Premium-Mikrofaser-Material unglaublich weich und leicht. Es entfernt mühelos Schlieren und Öle, ohne Kratzer, Spuren oder Fusseln zu hinterlassen.\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=\"placeholder-img\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e\u0026nbsp;\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260424_b35b7cd2_20260424_687a0384_from_url_en_08_905afda3539d4daf333f8f48e52e2a9c.png?v=1779180235\" width=\"303\" height=\"294\" style=\"width: 303px; min-width: 303px; max-width: 303px; height: 294px; min-height: 294px; max-height: 294px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFortschrittliche Anti-Beschlag-Sicht\u003c\/h2\u003e\n\n\u003cp\u003eWechseln Sie von der kalten Außenluft in warme Innenräume? Trinken Sie einen heißen Kaffee? Nie wieder mit Sichtbehinderungen kämpfen. Ein schneller Wisch schafft eine starke Anti-Beschlag-Barriere, damit Ihre Sicht klar bleibt.\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=\"placeholder-img\"\u003e\n\u003cp style=\"text-align:left;margin:0;\"\u003e\u0026nbsp;\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260424_7a848b86_20260424_e0531d7b_from_url_en_09_49bbd1cded44eb9440fe65f13eec42ed.jpg?v=1779180241\" width=\"303\" height=\"303\" style=\"width: 303px; min-width: 303px; max-width: 303px; height: 303px; min-height: 303px; max-height: 303px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePerfekt für alle, überall\u003c\/h2\u003e\n\n\u003cp\u003eGeeignet für alle, die Brillen tragen, unabhängig von Sehstärke oder Beschichtung. Bewahren Sie eines auf Ihrem Schreibtisch, im Auto oder in der Tasche auf, um jederzeit perfekte Sicht zu haben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003ch2\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003cp\u003eAlles, was Sie über unser Premium-Reinigungstuch wissen müssen.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails anzeigen\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\"\u003eMaterial.\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUltraweiche Premium-Mikrofaser\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAbmessungen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e15,0 cm x 15,0 cm (5,9 in x 5,9 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=\"Details\"\u003e10 g (0,4 oz) pro Tuch\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eKompatibilität\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSicher für AR-, polarisierte und Standardgläser\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eNutzungsumgebung\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eZuhause, Arbeit, Schule, unterwegs (-10°C bis 40°C \/ 14°F bis 104°F)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWird dieses meine teure Antireflex-Beschichtung zerkratzen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eÜberhaupt nicht. Das Tuch besteht aus ultraweichem, fusselfreiem Mikrofaser, das speziell entwickelt wurde, um sanft zu reinigen, ohne Mikrokratzer oder Spuren auf empfindlichen Beschichtungen zu hinterlassen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie oft muss ich den Anti-Beschlag-Effekt erneut auftragen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eFür optimale Ergebnisse wischen Sie Ihre Gläser jeden Morgen einmal ab. Der Anti-Beschlag-Schutz hält je nach Luftfeuchtigkeit und Temperaturänderungen in der Regel den ganzen Tag.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKann ich das Tuch waschen, wenn es schmutzig wird?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa. Wir empfehlen, es sanft von Hand in kaltem Wasser ohne Weichspüler oder aggressive Reinigungsmittel zu waschen. Lassen Sie es an der Luft trocknen, um seine weiche Textur und Reinigungskraft zu erhalten.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1 Schachtel (100 STK)","offer_id":47908468621524,"sku":"0313-17111611","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Schachtel (200 STK)","offer_id":47908468654292,"sku":"0313-17110970","price":24.95,"currency_code":"USD","in_stock":true},{"title":"3 Schachtel (300 STK)","offer_id":47908468687060,"sku":"0313-17118717","price":36.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/51c48b358992cf403a4c24ce4d4cc36e_a45df142-d834-407c-b18b-9a595ba9e89e.jpg?v=1778307798","url":"https:\/\/omurio.com\/de\/products\/anti-fog-glasses-cloth-rjc","provider":"Omurio","version":"1.0","type":"link"}