{"product_id":"anti-fog-glasses-cloth-rjc","title":"Anti Condens Brillendoekje","description":" \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\"\u003eUltieme Helderheid\u003c\/div\u003e\n\n\u003ch1\u003eZeg Vaarwel tegen Wazige Brillen\u003c\/h1\u003e\n\n\u003cp\u003eHoud je bril kristalhelder en zeg hallo tegen een condensvrij zicht. Ontworpen voor iedereen die een bril draagt, voor perfect zicht thuis, op het werk, op school of onderweg.\u003c\/p\u003e\n\n\u003cdiv class=\"aux-text\"\u003e⭐ Vertrouwd door duizenden voor krasvrije dagelijkse verzorging\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 \u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313170501\/f54ac8bce0673f47b1f7e4e55cf95fb4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \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 \u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313161037\/11da1cd89ec7afa2ceb5734195d6ac2f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eZacht, Licht \u0026 Volledig Veilig\u003c\/h2\u003e\n\n\u003cp\u003eJe lenzen zijn kwetsbaar. Daarom is ons premium microvezelmateriaal ongelooflijk zacht en licht. Het veegt moeiteloos vlekken en oliën weg, zonder krassen, vlekken of pluis achter te laten.\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 \u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313170548\/905afda3539d4daf333f8f48e52e2a9c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGeavanceerd Anti-Condens Zicht\u003c\/h2\u003e\n\n\u003cp\u003eVan koud buiten naar warm binnen? Een hete koffie drinken? Nooit meer last van blinde vlekken. Een snelle veeg biedt een krachtige anti-condens barrière zodat je zicht volledig helder blijft.\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 \u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313170559\/49bbd1cded44eb9440fe65f13eec42ed.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePerfect voor Iedereen, Overal\u003c\/h2\u003e\n\n\u003cp\u003eGeschikt voor iedereen die een bril draagt, ongeacht sterkte of lenscoating. Houd er één op je bureau, in je auto of in je tas voor directe optische perfectie, waar je ook bent.\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\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003cp\u003eAlles wat je moet weten over onze premium reinigingsdoek.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUltra-zachte Premium Microvezel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAfmetingen\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) per doek\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCompatibiliteit\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVeilig voor AR-, gepolariseerde en standaardlenzen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGebruiksomgeving\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eThuis, Werk, School, Onderweg (-10°C tot 40°C \/ 14°F tot 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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eZal dit mijn dure anti-reflectiecoating krassen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eHelemaal niet. De doek is gemaakt van ultra-zachte, pluisvrije microvezel die speciaal is ontworpen om voorzichtig te reinigen zonder microkrassen of vlekken achter te laten op gevoelige coatings.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe vaak moet ik het anti-condenseffect opnieuw aanbrengen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eVoor optimale resultaten veeg je je lenzen elke ochtend één keer af. De anti-condens bescherming houdt meestal de hele dag aan, afhankelijk van de luchtvochtigheid en temperatuurwisselingen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eKan ik de doek wassen als hij vuil wordt?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa. We raden aan het voorzichtig met de hand te wassen in koud water zonder wasverzachters of agressieve reinigingsmiddelen. Laat het aan de lucht drogen om de zachte textuur en reinigingseffectiviteit te behouden.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1 Doos (100 ST)","offer_id":47908468621524,"sku":"0313-17111611","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Dozen (200 ST)","offer_id":47908468654292,"sku":"0313-17110970","price":24.95,"currency_code":"USD","in_stock":true},{"title":"3 Dozen (300 ST)","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\/nl\/products\/anti-fog-glasses-cloth-rjc","provider":"Omurio","version":"1.0","type":"link"}