{"product_id":"oversized-polarized-fashion-sunglasses-rjc","title":"Oversized gepolariseerde modieuze zonnebril","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: High-end Oversized Fashion Sunglasses\nTarget Audience: Fashion-conscious individuals, drivers, outdoor enthusiasts\nVisual Style: Modern Elegance, Sleek, Premium\nColor Strategy: Deep Onyx (Primary), Soft Gold (Accent), Pearl White (Background) - ensures high contrast and luxury feel.\nShape Strategy: Radius 16px - Balances the \"rounded square\" product feature with modern interface design, offering approachability without losing the sophisticated edge.\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 42px, P: 18px-20px)\nMobile Table Strategy: Card-based (No horizontal scroll), with CSS data-label injection.\nImage Mapping: Hero=image_1, Design=image_2, Lens=image_3, Comfort=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #1A1A1A;\n    --primary-hover: #333333;\n    --accent: #D4AF37; \/* Metallic Gold for subtle embellishment vibe *\/\n    --text-main: #2B2B2B;\n    --text-sub: #595959;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9F9FB;\n    --radius-md: 12px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.04);\n    --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n    --border-color: #EAEAEA;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5%, 4rem) 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    box-sizing: border-box;\n    line-height: 1.7;\n  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(34px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin: 0 0 1rem 0;\n    color: var(--primary);\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(26px, 4vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin: 0 0 1rem 0;\n    color: var(--primary);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(22px, 3vw, 26px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin: 0 0 1rem 0;\n    color: var(--primary);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2.5vw, 20px);\n    margin: 0 0 1.5rem 0;\n    color: var(--text-sub);\n  }\n\n  .product-detail-container .subtitle {\n    font-size: clamp(20px, 3vw, 24px);\n    font-weight: 400;\n    color: var(--text-sub);\n    margin-bottom: 2rem;\n  }\n\n  \/* Spacing \u0026 Layout Structure *\/\n  .section-spacing {\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    max-width: 900px;\n    margin: 0 auto clamp(4rem, 8vw, 6rem);\n  }\n\n  .social-proof {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    background: var(--bg-card);\n    padding: 0.75rem 1.5rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--primary);\n    margin-bottom: 2rem;\n  }\n\n  .social-proof-stars {\n    color: var(--accent);\n    font-size: 20px;\n  }\n\n  \/* Image Placeholders (Strictly no distortion) *\/\n  .img-placeholder {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 1 \/ 1; \/* Natural proportion emulation *\/\n    background-color: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: clamp(18px, 2.5vw, 22px);\n    font-weight: bold;\n    border-radius: var(--radius-lg);\n    margin-bottom: 2rem;\n  }\n\n  \/* Decorative Badge (NO CTA) *\/\n  .visual-badge {\n    display: inline-block;\n    background: var(--primary);\n    color: #ffffff;\n    padding: 0.5rem 1rem;\n    border-radius: 6px;\n    font-size: 16px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-bottom: 1rem;\n    user-select: none;\n  }\n\n  \/* Mobile Ordering Lock (Z-Pattern for Desktop) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile forced stack *\/\n    gap: 2rem;\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  .feature-media, .feature-copy {\n    width: 100%;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    .img-placeholder {\n      margin-bottom: 0;\n    }\n  }\n\n  \/* Specification Table - Card Based Mobile *\/\n  .specs-container {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(2rem, 5vw, 4rem);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  .specs-table th, \n  .specs-table td {\n    padding: 1.5rem 1rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n\n  .specs-table th {\n    font-weight: 700;\n    color: var(--primary);\n    width: 40%;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  @media (max-width: 767px) {\n    .specs-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; \/* Hide headers on mobile *\/\n    }\n    .specs-table tr {\n      background: #ffffff;\n      margin-bottom: 1rem;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n      padding: 1rem;\n    }\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      border-bottom: none;\n      padding: 0.5rem 0;\n      font-size: 18px;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.25rem;\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 2rem 0;\n  }\n\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n\n  .faq-question {\n    font-size: clamp(20px, 3vw, 24px);\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: 1rem;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan class=\"social-proof-stars\"\u003e★★★★★\u003c\/span\u003e Geliefd door meer dan 10.000 stijlenthousiastelingen\u003c\/div\u003e\n\n\u003ch1\u003eModerne elegantie ontmoet ultieme oogbescherming\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eOversized afgeronde vierkante zonnebril met premium TAC gepolariseerde lenzen en een ultralicht drukvrij montuur.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325144946\/b612e4ddd581b0d29e6de8d7b8229cf8.jpg\"\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=\"features-section section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325144946\/96446d1dac84fdd74c04d1b610f7a52d.jpg\"\u003e\u003c\/div\u003e\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\u003ch2\u003eSubtiele elegantie. Onmiskenbaar jij.\u003c\/h2\u003e\n\n\u003cp\u003eMet een uniek oversized ontwerp en een afgeronde vierkante vorm combineren deze zonnebrillen klassieke charme met hedendaagse trends.\u003c\/p\u003e\n\n\u003cp\u003eDe slanke pootlijnen zijn afgewerkt met verfijnde metalen versieringen, waardoor een essentieel dagelijks accessoire verandert in een statementstuk dat elke outfit versterkt.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325144946\/3bd441591f633e8e892906d448bdcc03.jpg\"\u003e\u003c\/div\u003e\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\u003cdiv class=\"visual-badge\"\u003eUV400 gecertificeerd\u003c\/div\u003e\n\n\u003ch2\u003eWare kleuren. Geen schittering.\u003c\/h2\u003e\n\n\u003cp\u003eBescherm je zicht zonder concessies te doen aan helderheid. Onze premium TAC gepolariseerde lenzen blokkeren effectief intense schittering en schadelijke UV-stralen.\u003c\/p\u003e\n\n\u003cp\u003eOf je nu wordt geconfronteerd met verblindende zonreflecties tijdens een lange rit of door de bergen wandelt, de gespiegelde lenzen verbeteren de visuele scherpte, tonen ware, levendige kleuren en verminderen vermoeide ogen aanzienlijk.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325144946\/a2225eb36d94aae48c4fd40740a9c682.jpg\"\u003e\u003c\/div\u003e\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\u003ch2\u003eGewichtloos comfort voor de hele dag dragen.\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor wie nooit stopt. Gemaakt van geavanceerde lichte materialen, met stevige scharnieren en naadloze één-delige neuspads.\u003c\/p\u003e\n\n\u003cp\u003eMet een gewicht van slechts 25 gram bieden ze een stevige, drukvrije pasvorm over je oren en neusrug. Je kunt ze van zonsopgang tot zonsondergang dragen zonder dat je ze merkt.\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 style=\"text-align: center;\"\u003eTechnische specificaties\u003c\/h2\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\u003eSpecificatie\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\"\u003eMontuurvorm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eOversized afgeronde vierkant met metalen versieringen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLenstechnologie\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePremium TAC gepolariseerd \u0026 gespiegeld\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eUV-bescherming\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUV400 (blokkeert 100% UVA- \u0026 UVB-stralen)\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\"\u003e25 g \/ 0,9 oz (ultralicht)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eNeuspads\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDrukvrij één-delig ontwerp\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBeste voor\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDagelijks gebruik, autorijden, strand, bergwandelen\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-container section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eZijn deze zonnebrillen geschikt om mee te rijden?\u003c\/div\u003e\n\n\u003cp\u003eAbsoluut. De hoogwaardige gepolariseerde TAC-lenzen zijn speciaal ontworpen om hinderlijke schittering van de weg en reflecties van andere voertuigen te filteren. Dit verbetert de visuele helderheid aanzienlijk en vermindert vermoeide ogen tijdens lange ritten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePast het oversized montuur op kleinere gezichten?\u003c\/div\u003e\n\n\u003cp\u003eJa. De zorgvuldig ontworpen afgeronde vierkante vorm is zeer veelzijdig en staat mooi bij veel verschillende gezichtsvormen. Bovendien zorgen het lichte gewicht en de één-delige neuspads ervoor dat ze comfortabel en stevig zitten zonder te schuiven.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWat is uw kwaliteitsgarantiebeleid?\u003c\/div\u003e\n\n\u003cp\u003eWij staan volledig achter de kwaliteit van onze zonnebrillen. Koop met absolute vertrouwen—als je problemen ondervindt met je aankoop, neem dan gewoon contact met ons op. Wij zetten ons in om een volledig tevreden aankoop te garanderen en zorgen dat het in orde komt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Zwart Roze","offer_id":48038561054932,"sku":"0325-17129796","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Roze","offer_id":48038561087700,"sku":"0325-17125783","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Zwart","offer_id":48038561120468,"sku":"0325-17129524","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Blauw","offer_id":48038561153236,"sku":"0325-17123140","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Rood","offer_id":48038561186004,"sku":"0325-17129435","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Groen","offer_id":48038561218772,"sku":"0325-17128079","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/b612e4ddd581b0d29e6de8d7b8229cf8.jpg?v=1780383338","url":"https:\/\/omurio.com\/nl\/products\/oversized-polarized-fashion-sunglasses-rjc","provider":"Omurio","version":"1.0","type":"link"}