{"product_id":"retro-oversized-gold-aviators-rjc","title":"Lunettes aviateur surdimensionnées rétro dorées","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★★★★★ Accessoire de mode essentiel\u003c\/div\u003e\n\n\u003ch1\u003eIncarnez les années 70. Dominez le soleil.\u003c\/h1\u003e\n\n\u003cp\u003eUn chef-d’œuvre d’élégance rétro. Aviateurs oversize dorés premium avec branches tendance style Sardine et protection UV400 ultime.\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\"\u003eMonture épaisse dorée\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eBranches style Sardine\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eLuxueusement assumées\u003c\/h2\u003e\n\n\u003cp\u003eFabriquées avec des matériaux premium, ce ne sont pas des lunettes légères ordinaires. Nous avons délibérément utilisé plus de métal pour créer des branches épaisses et polies dorées qui offrent une sensation luxueuse et plus lourde très satisfaisante.\u003c\/p\u003e\n\n\u003cp\u003eLes branches iconiques style « Sardine » vous assurent de rester en phase avec les dernières tendances de la haute couture tout en rendant hommage aux racines vintage des années 70.\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\"\u003eProtection UV400\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eAnti-reflets\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eVision parfaite. Protection ultime.\u003c\/h2\u003e\n\n\u003cp\u003eLa santé de vos yeux est aussi importante que votre esthétique. Les verres oversize sont entièrement certifiés UV400, conçus pour filtrer 100 % des rayons UVA et UVB nocifs.\u003c\/p\u003e\n\n\u003cp\u003eProfitez d’une vision claire et confortable que vous soyez face au soleil éclatant de l’après-midi ou en conduisant vers le coucher du soleil, tout en protégeant vos yeux des dommages UV à long terme.\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\"\u003ePort toute saison\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eMode polyvalente\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eVotre pièce maîtresse quotidienne\u003c\/h2\u003e\n\n\u003cp\u003eConçues pour les audacieux et les élégants. Ces lunettes de soleil oversize dorées rehaussent sans effort n’importe quelle tenue, passant aisément de la vie quotidienne décontractée aux événements de haute couture.\u003c\/p\u003e\n\n\u003cp\u003eParfaites pour conduire, faire du shopping, partir en vacances exotiques ou simplement ajouter une touche de glamour doré à votre pause café quotidienne. Un accessoire vraiment essentiel toute l’année.\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\u003eSpécifications du produit\u003c\/h2\u003e\n\n\u003cp\u003eConçues avec précision pour un ajustement premium et une sensation luxueuse.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMesure\u003c\/th\u003e\n\t\t\t\u003cth\u003eMétrique \u0026amp; Impérial\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\"\u003eLargeur de la monture\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\"\u003eHauteur des verres\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\"\u003eLargeur des verres\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\"\u003eLongueur des branches\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\"\u003ePoids\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\"\u003eMatériau de la monture\u003c\/td\u003e\n\t\t\t\u003ctd\u003eMétal épais poli (Finition dorée)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"UV Rating\"\u003eIndice UV\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUV400 (Protection 100 % UVA\/UVB)\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\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCes lunettes de soleil conviennent-elles à un petit visage ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eLeur design oversize des années 70 est conçu pour faire une déclaration audacieuse sur toutes les formes de visage. Cependant, en raison de la monture métallique luxueuse et plus lourde ainsi que des larges verres, elles s’adaptent le plus naturellement aux profils moyens à grands.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eSont-elles plus lourdes que des lunettes de soleil normales ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eOui. Pour obtenir une texture vraiment luxueuse et garantir la durabilité, nous avons utilisé une monture en métal plus épaisse et des branches style Sardine. Cela leur confère une sensation premium et substantielle comparée aux montures en plastique fragile ou en fil métallique fin.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eComment entretenir la finition dorée ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eUtilisez simplement un chiffon doux en microfibre pour essuyer délicatement la monture et les verres après usage. Évitez d'utiliser des produits chimiques agressifs, des lingettes alcoolisées ou des matériaux abrasifs afin de préserver la finition dorée brillante pendant des années.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Or \/ Gris Foncé","offer_id":47992010571988,"sku":"0408-18531978","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Or \/ Gris Dégradé","offer_id":47992010604756,"sku":"0408-18535925","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Argent \/ Gris Dégradé","offer_id":47992010637524,"sku":"0408-18536541","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Or \/ Marron Dégradé","offer_id":47992010670292,"sku":"0408-18538070","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Or \/ Orange","offer_id":47992010703060,"sku":"0408-18539554","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Or \/ Champagne","offer_id":47992010735828,"sku":"0408-18539196","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Or \/ Anti-lumière Bleue","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\/fr\/products\/retro-oversized-gold-aviators-rjc","provider":"Omurio","version":"1.0","type":"link"}