{"product_id":"retro-oversized-gold-aviators-rjc","title":"Retro oversized gouden aviatorzonnebril","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: High-Fashion High-Quality Accessories (Retro Aviator Sunglasses)\nTarget Audience: Trendsetters, Women seeking premium, luxurious, and bold fashion items.\nVisual Style: 70s Retro Glamour merged with Modern Luxury. High contrast, elegant spacing.\nColor Strategy: Metallic Gold (--primary), Deep Charcoal (--text-main) for premium contrast, Warm Ivory\/Clean White background.\nShape Strategy: Radius 12px for images and cards to blend metallic luxury with feminine curves.\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 40px, Body: 18px).\nMobile Table Strategy: Card-based (No horizontal scroll), using data-label for property matching.\nImage Mapping: Hero=image_1, Features=image_2, image_3, image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #D4AF37;\n    --primary-light: #FBF7EB;\n    --text-main: #1A1A1A;\n    --text-sub: #595959;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9F9F9;\n    --border-color: #E5E5E5;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5vw, 4rem) 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  }\n\n  .product-detail-container *,\n  .product-detail-container *::before,\n  .product-detail-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\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: 700;\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(26px, 3.5vw, 32px);\n    line-height: 1.3;\n    margin: 0 0 1.5rem 0;\n    font-weight: 600;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    margin: 0 0 1rem 0;\n    font-weight: 600;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    line-height: 1.7;\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  \/* Non-clickable Badges \u0026 Social Proof *\/\n  .social-proof {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--primary-light);\n    color: #927519;\n    padding: 10px 20px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 2rem;\n  }\n\n  .badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-bottom: 1.5rem;\n  }\n\n  .feature-badge {\n    background: var(--bg-card);\n    border: 1px solid var(--border-color);\n    padding: 8px 16px;\n    border-radius: 6px;\n    font-size: 16px;\n    color: var(--text-main);\n    font-weight: 500;\n  }\n\n  \/* Images - Strictly natural flow *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  .img-placeholder {\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-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: 500;\n    text-align: center;\n    padding: 20px;\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n  }\n\n  .hero-copy {\n    max-width: 800px;\n    margin: 0 auto 3rem auto;\n  }\n\n  \/* Feature Z-Pattern Layout *\/\n  .feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(3rem, 8vw, 6rem);\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 5vw, 4rem);\n    align-items: center;\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  \/* Desktop Z-Pattern *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n  }\n\n  \/* Specs Table *\/\n  .specs-section {\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n    background: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\n  }\n\n  \/* Desktop Table *\/\n  @media (min-width: 768px) {\n    .specs-table th,\n    .specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th {\n      color: var(--text-sub);\n      font-weight: 600;\n      width: 40%;\n    }\n    .specs-table td {\n      color: var(--text-main);\n      font-weight: 500;\n    }\n  }\n\n  \/* Mobile Card Table *\/\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;\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    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.5rem 0;\n      border-bottom: 1px solid #f0f0f0;\n      font-size: 16px;\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: 600;\n      color: var(--text-sub);\n      margin-right: 1rem;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n  }\n\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n\n  .faq-item:last-child {\n    border-bottom: none;\n  }\n\n  .faq-q {\n    font-size: clamp(20px, 2.5vw, 22px);\n    font-weight: 600;\n    margin-bottom: 0.5rem;\n    color: var(--text-main);\n  }\n\n  .faq-a {\n    font-size: clamp(18px, 2vw, 19px);\n    color: var(--text-sub);\n    line-height: 1.6;\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"social-proof\"\u003e★★★★★ Essentieel modeaccessoire\u003c\/div\u003e\n\n\u003ch1\u003eBreng de jaren 70 terug. Beheers de zon.\u003c\/h1\u003e\n\n\u003cp\u003eEen meesterwerk in retro elegantie. Premium oversized gouden aviators met trendy Sardine-stijl pootjes en ultieme UV400 bescherming.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\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\/20260408174110\/010661c5e595afba7941d9a03f13bc4d.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-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\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\/20260408174110\/266f6d8ae0f713f8f90a187734dbda3d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"feature-badge\"\u003eDik gouden montuur\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eSardine-stijl pootjes\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eOnverontschuldig luxueus\u003c\/h2\u003e\n\n\u003cp\u003eGemaakt van premium materialen, dit zijn niet je gemiddelde lichte zonnebrillen. We hebben bewust meer metaal gebruikt om dikke, gepolijste gouden pootjes te creëren die een bevredigend zwaarder, luxueus gevoel geven.\u003c\/p\u003e\n\n\u003cp\u003eDe iconische \"Sardine\" stijl pootjes zorgen ervoor dat je dicht bij de nieuwste haute couture trends blijft terwijl ze de vintage roots uit de jaren 70 eren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\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\/20260408174358\/ba1bf74b44d557b0d1d52145a3870d06.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"feature-badge\"\u003eUV400 Bescherming\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eAnti-verblindend\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eVlekkeloos zicht. Ultieme bescherming.\u003c\/h2\u003e\n\n\u003cp\u003eJe ooggezondheid is net zo belangrijk als je uitstraling. De oversized glazen zijn volledig UV400-gecertificeerd en ontworpen om 100% van de schadelijke UVA- en UVB-stralen te filteren.\u003c\/p\u003e\n\n\u003cp\u003eGeniet van kristalhelder, comfortabel zicht, of je nu de felle middagzon tegemoet rijdt of naar de zonsondergang rijdt, terwijl je ogen beschermd blijven tegen langdurige UV-schade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\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\/20260408174110\/3bb4372db4f50779c61c006d81d82f16.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"feature-badge\"\u003eVoor elk seizoen geschikt\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eVeelzijdige mode\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eJouw dagelijkse statementstuk\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor de gedurfden en de moois. Deze oversized gouden zonnebrillen tillen elke outfit moeiteloos naar een hoger niveau en maken naadloos de overgang van casual dagelijks leven naar high-fashion evenementen.\u003c\/p\u003e\n\n\u003cp\u003ePerfect om te rijden, winkelen, exotische vakanties of gewoon om een vleugje gouden glamour toe te voegen aan je dagelijkse koffierun. Een echt onmisbaar accessoire het hele jaar door.\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-section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003cp\u003ePrecisie ontworpen voor een premium pasvorm en luxueus gevoel.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAfmetingen\u003c\/th\u003e\n\t\t\t\u003cth\u003eMetrisch \u0026amp; Imperiaal\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=\"Frame Width\"\u003eMontuurbreedte\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14,5 cm \/ 5,7 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lens Height\"\u003eGlashoogte\u003c\/td\u003e\n\t\t\t\u003ctd\u003e5,8 cm \/ 2,3 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lens Width\"\u003eGlasbreedte\u003c\/td\u003e\n\t\t\t\u003ctd\u003e6,2 cm \/ 2,4 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Temple Length\"\u003ePootlengte\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14,0 cm \/ 5,5 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eGewicht\u003c\/td\u003e\n\t\t\t\u003ctd\u003e45,0 g \/ 1,6 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Frame Material\"\u003eMontuurmateriaal\u003c\/td\u003e\n\t\t\t\u003ctd\u003eGepolijst dik metaal (gouden afwerking)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"UV Rating\"\u003eUV-classificatie\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUV400 (100% UVA\/UVB Bescherming)\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\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eZijn deze zonnebrillen geschikt voor een klein gezicht?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eHet oversized ontwerp uit de jaren 70 is bedoeld om een gedurfde statement te maken op alle gezichtsvormen. Door het luxueuze, zwaardere metalen montuur en de brede glazen zitten ze echter het meest natuurlijk op medium tot grotere profielen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eZijn ze zwaarder dan normale zonnebrillen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eJa. Om een echt luxueuze textuur te bereiken en duurzaamheid te garanderen, hebben we een dikker metalen montuur en Sardine-stijl pootjes gebruikt. Dit geeft ze een premium, stevig gevoel in vergelijking met fragiele plastic of dunne draadmonturen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHoe onderhoud ik de gouden glans?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eGebruik gewoon een zachte microvezeldoek om het montuur en de glazen na gebruik voorzichtig schoon te vegen. Vermijd het gebruik van agressieve chemicaliën, alcoholdoekjes of schurende materialen om ervoor te zorgen dat de glanzende gouden afwerking jarenlang levendig blijft.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Goud \/ Donkergrijs","offer_id":47992010571988,"sku":"0408-18531978","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Goud \/ Verloopgrijs","offer_id":47992010604756,"sku":"0408-18535925","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Zilver \/ Verloopgrijs","offer_id":47992010637524,"sku":"0408-18536541","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Goud \/ Verloopbruin","offer_id":47992010670292,"sku":"0408-18538070","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Goud \/ Oranje","offer_id":47992010703060,"sku":"0408-18539554","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Goud \/ Champagne","offer_id":47992010735828,"sku":"0408-18539196","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Goud \/ Anti-blauw licht","offer_id":47992010768596,"sku":"0408-18535291","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/010661c5e595afba7941d9a03f13bc4d.jpg?v=1779883611","url":"https:\/\/omurio.com\/nl\/products\/retro-oversized-gold-aviators-rjc","provider":"Omurio","version":"1.0","type":"link"}