{"product_id":"leakproof-soft-silicone-goggles-rjc","title":"Lekvrije zachte siliconen zwembril","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Kids Swimming Goggles\nTarget Audience: Parents (Buyers) \u0026 Children 3-14 (Users)\nVisual Style: Safe, Friendly, Energetic, Professional Aquatics\nColor Strategy: Aqua Blue (Primary) for water association, Sunny Orange (Accent) for vibrancy\/safety, Soft Light Blue (Background) for approachability.\nShape Strategy: Radius 20px (Extremely soft, rounded corners implying safety, no sharp edges).\nTypography Strategy: Large Type (H1 36px+, Body 18px+), Mobile-first readable, highly legible sans-serif.\nMobile Table Strategy: Card-based (No horizontal scroll), Flexbox mapped with data-labels.\nImage Mapping: Hero=image_1, Comfort=image_2, Vision=image_3, Safety\/Buckle=image_4, Specs\/Lifestyle=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* \n      1) Design System (CSS Variables) \n    *\/\n    .product-detail-container {\n      --primary: #0284c7; \/* Aqua Blue *\/\n      --primary-hover: #0369a1;\n      --accent: #f97316; \/* Sunny Orange *\/\n      --bg-body: #ffffff;\n      --bg-card: #f0f9ff; \/* Soft Light Blue *\/\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --border-color: #e2e8f0;\n      \n      --radius-sm: 8px;\n      --radius-md: 16px;\n      --radius-lg: 24px;\n      \n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);\n      \n      \/* Base typography constraints *\/\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      overflow-wrap: break-word;\n      word-break: break-word;\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container *, \n    .product-detail-container *::before, \n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* \n      0) Typography \u0026 Spacing System \n    *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      margin-top: 0;\n      font-weight: 800;\n      line-height: 1.2;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); margin-bottom: 1rem; }\n    .product-detail-container h2 { font-size: clamp(28px, 4vw, 36px); margin-bottom: 1rem; }\n    .product-detail-container h3 { font-size: clamp(22px, 3vw, 28px); margin-bottom: 0.75rem; }\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Standardized Spacing *\/\n    .section-spacing {\n      margin-top: clamp(3rem, 6vw, 5rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* \n      2) Image \u0026 Media Protocol \n    *\/\n    .media-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background-color: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .media-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n    }\n\n    \/* Placeholder styling for AI generation *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: #f8fafc;\n      border: 2px dashed #cbd5e1;\n      color: #64748b;\n      font-size: 16px;\n      font-weight: 600;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* \n      Add-on: Non-clickable Badges \n    *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-bottom: 1.5rem;\n    }\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-card);\n      color: var(--primary);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 700;\n      border: 1px solid rgba(2, 132, 199, 0.2);\n    }\n\n    \/* \n      Hero Section \n    *\/\n    .hero-section {\n      text-align: center;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n    .hero-section .media-wrapper {\n      margin-top: 2rem;\n    }\n    .social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--accent);\n      margin-top: 1rem;\n    }\n\n    \/* \n      Mobile Ordering Lock (Strict Pattern) \u0026 Z-Pattern \n    *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE FIRST: Strict single column *\/\n      gap: clamp(2rem, 4vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n    .feature-media { width: 100%; }\n    .feature-copy { width: 100%; display: flex; flex-direction: column; justify-content: center; }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* DESKTOP: Side by side *\/\n        align-items: center;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse; \/* Z-Pattern implementation *\/\n      }\n    }\n\n    \/* \n      Specs Table (Mobile Card-based) \n    *\/\n    .specs-section {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n    .specs-table th, .specs-table td {\n      padding: 1.25rem;\n      text-align: left;\n      font-size: 18px;\n    }\n    .specs-table th {\n      background-color: rgba(2, 132, 199, 0.1);\n      color: var(--primary);\n      font-weight: 700;\n    }\n    .specs-table td {\n      border-bottom: 1px solid var(--border-color);\n      color: var(--text-main);\n    }\n\n    @media (max-width: 767px) {\n      \/* Mobile Card Layout Override *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide native headers *\/\n      }\n      .specs-table tr {\n        background-color: #fff;\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        box-shadow: var(--shadow-sm);\n        overflow: hidden;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        text-align: right;\n        border-bottom: 1px solid var(--border-color);\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-sub);\n        text-align: left;\n        padding-right: 1rem;\n      }\n    }\n\n    \/* \n      FAQ Section \n    *\/\n    .faq-section {\n      border-top: 2px solid var(--bg-card);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n    .faq-item {\n      margin-bottom: 2rem;\n    }\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 0.75rem;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 800;\n    }\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      line-height: 1.6;\n      padding-left: 2.25rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"badge\"\u003eLeeftijd 3-14\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003eAnti-condens HD\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003e100% lekvrij\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eKristalhelder zicht,\u003cbr\u003e\nGeen tranen onder water\u003c\/h1\u003e\n\n\u003cp\u003eLaat uw kleintjes met ultiem comfort en absolute zelfverzekerdheid aan hun zwemlessen beginnen. Geen rode afdrukken meer rond de ogen.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003eVertrouwd door meer dan 50.000 blije jonge zwemmers\u003c\/div\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324170408\/9f49f07cc6aa2c64a55e0505d0da1575.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324170408\/c5513d27906258a991324660876f8fd1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eWolzachte siliconen afdichting\u003c\/h2\u003e\n\n\u003ch3\u003eZeg vaarwel tegen rode afdrukken\u003c\/h3\u003e\n\n\u003cp\u003eOntworpen met een premium, ultra-zachte siliconen afdichting die zacht om het gezicht van uw kind vormt. Het dubbele afdichtingsontwerp garandeert 100% lekvrij, voorkomt dat agressief zwembadwater binnenkomt en elimineert onaangename afdrukken rond de ogen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Vision \u0026 Clarity (Reverse for Desktop) --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324170408\/68ab6e75081d99b82141dc2aa352576d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHaarscherp zicht\u003c\/h2\u003e\n\n\u003ch3\u003eCondensvrij onderwaterwereld\u003c\/h3\u003e\n\n\u003cp\u003eVoorzien van geavanceerde anti-condens coatingtechnologie en lenzen zonder vervorming. Of ze nu de basis slagen leren in het zwembad of het strand verkennen, deze zwembril biedt een breed gezichtsveld en kristalhelder zicht, wat helpt om snel vertrouwen in het water op te bouwen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Safety \u0026 Ease of Use --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324170408\/5eef888664b932d0c7233b81c167a080.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRobuust gebouwd voor kinderen\u003c\/h2\u003e\n\n\u003ch3\u003eMaximale veiligheid \u0026 UV-bescherming\u003c\/h3\u003e\n\n\u003cp\u003eGemaakt met een éénstuksvorm, waardoor er geen risico is dat de neusbrug breekt of de gevoelige huid krast. De lenzen blokkeren effectief schadelijke zonnestralen tijdens buitenspel. Bovendien stelt het snel verstelbare gespje kinderen in staat de bril helemaal zelf op- en af te zetten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Table (Mobile Card Layout) --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor duurzaamheid, veiligheid en plezier in het water de hele dag door.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecificatie\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=\"Specification\"\u003eLeeftijdscategorie\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eKinderen 3 - 14 jaar\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eZacht siliconen \u0026 polycarbonaatlens\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eLensbreedte\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e4,5 cm \/ 1,8 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTotale breedte\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e15 cm \/ 5,9 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e65 g \/ 2,3 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBedrijfstemperatuur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0°C - 40°C \/ 32°F - 104°F\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBeschermingsniveau\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eAnti-condens, UV-bescherming, breukbestendig\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\"\u003eHoe onderhoud ik de anti-condens coating?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eHet is ongelooflijk gemakkelijk te onderhouden. Spoel de zwembril na elk gebruik gewoon af met schoon, koud kraanwater en laat hem volledig aan de lucht drogen op een schaduwrijke plek. Wrijf of veeg nooit over de binnenkant van de lenzen, want dat beschadigt de anti-condenslaag.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eZullen deze zwembrillen goed passen bij een kind van 4 jaar?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa, absoluut. De zwembril heeft een zeer flexibel éénstukskader en een snel verstelbaar bandje dat meegroeit met kinderen van 3 tot 14 jaar, wat zorgt voor een strakke, lekvrije pasvorm voor kleinere gezichten.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eZijn ze geschikt voor het strand en buitenzwembaden?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa. Onze premium polycarbonaatlenzen zijn behandeld om schadelijke UV-stralen te blokkeren, waardoor ze uitstekende bescherming bieden tegen fel zonlicht. Hierdoor zijn ze perfect voor zowel zwemlessen binnen als zonnige strandvakanties.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Zwart met goud","offer_id":48113167007956,"sku":"0421-14270502","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Zwart en groen","offer_id":48113167040724,"sku":"0421-14275140","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Camouflage Blauw","offer_id":48113167073492,"sku":"0421-14279967","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Camouflagegroen","offer_id":48113167106260,"sku":"0421-14275969","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Camouflage Roze","offer_id":48113167139028,"sku":"0421-14278055","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Groen en Blauw","offer_id":48113167171796,"sku":"0421-14271573","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Macaron Blauw","offer_id":48113167204564,"sku":"0421-14275173","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Roze en Blauw","offer_id":48113167237332,"sku":"0421-14276063","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Roze en wit","offer_id":48113167270100,"sku":"0421-14276627","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Paars en Roze","offer_id":48113167302868,"sku":"0421-14272745","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Lichtblauw en Roze","offer_id":48113167335636,"sku":"0421-14275087","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Wit en blauw","offer_id":48113167368404,"sku":"0421-14279135","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Wit en Groen","offer_id":48113167401172,"sku":"0421-14278456","price":14.95,"currency_code":"EUR","in_stock":true},{"title":"Geel en Blauw","offer_id":48113167433940,"sku":"0421-14277650","price":14.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/9f49f07cc6aa2c64a55e0505d0da1575.jpg?v=1781606083","url":"https:\/\/7t1gn3-sv.myshopify.com\/nl\/products\/leakproof-soft-silicone-goggles-rjc","provider":"Omurio","version":"1.0","type":"link"}