{"product_id":"oversized-polarized-fashion-sunglasses-rjc","title":"Lunettes de soleil mode polarisées surdimensionnées","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 Appréciées par plus de 10 000 passionnés de style\u003c\/div\u003e\n\n\u003ch1\u003eÉlégance moderne et protection oculaire ultime\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eLunettes de soleil carrées arrondies oversize conçues avec des verres polarisés TAC premium et une monture ultra-légère sans pression.\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\u003eÉlégance discrète. Incontestablement vous.\u003c\/h2\u003e\n\n\u003cp\u003eDotées d’un design unique oversize avec une silhouette carrée arrondie, ces lunettes de soleil allient parfaitement charme classique et tendances contemporaines.\u003c\/p\u003e\n\n\u003cp\u003eLes branches fines sont finies avec de magnifiques ornements métalliques, transformant un accessoire quotidien essentiel en une pièce d’exception qui sublime n’importe quelle tenue.\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\"\u003eCertifié UV400\u003c\/div\u003e\n\n\u003ch2\u003eCouleurs vraies. Zéro éblouissement.\u003c\/h2\u003e\n\n\u003cp\u003eProtégez votre vision sans compromettre la clarté. Nos verres polarisés TAC premium bloquent efficacement l’éblouissement intense et les rayons UV nocifs.\u003c\/p\u003e\n\n\u003cp\u003eQue vous soyez confronté à des reflets solaires aveuglants lors d’un long trajet ou en randonnée en montagne, les verres miroirs améliorent la netteté visuelle, révélant des couleurs vraies et vives tout en réduisant significativement la fatigue oculaire.\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\u003eConfort sans poids pour un port toute la journée.\u003c\/h2\u003e\n\n\u003cp\u003eConçues pour ceux qui ne s’arrêtent jamais. Fabriquées à partir de matériaux légers avancés, avec des charnières robustes et des plaquettes de nez monobloc sans couture.\u003c\/p\u003e\n\n\u003cp\u003ePesant à peine 25 grammes, elles offrent un maintien sûr et sans pression sur vos oreilles et l’arête du nez. Vous pouvez les porter du lever au coucher du soleil sans même les sentir.\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;\"\u003eSpécifications techniques\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCaractéristique\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpécifications\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\"\u003eForme de la monture\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eCarré arrondi oversize avec ornements métalliques\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTechnologie des verres\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eVerres polarisés TAC premium et miroirs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eProtection UV\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUV400 (bloque 100 % des rayons UVA \u0026 UVB)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePoids\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e25 g \/ 0,9 oz (ultra-léger)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePlaquettes de nez\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDesign monobloc sans pression\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eIdéal pour\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePort quotidien, conduite, plage, randonnée en montagne\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;\"\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCes lunettes de soleil conviennent-elles pour la conduite ?\u003c\/div\u003e\n\n\u003cp\u003eAbsolument. Les verres polarisés TAC haut de gamme sont spécialement conçus pour filtrer l'éblouissement intense de la route et les reflets des autres véhicules. Cela améliore grandement la clarté visuelle et réduit la fatigue oculaire lors de longs trajets.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eLa monture oversize convient-elle aux visages plus petits ?\u003c\/div\u003e\n\n\u003cp\u003eOui. La silhouette carrée arrondie soigneusement conçue est très polyvalente et met en valeur une grande variété de formes de visage. De plus, la construction légère et les plaquettes de nez monobloc assurent un maintien confortable et sécurisé sans glisser.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eQuelle est votre politique d'assurance qualité ?\u003c\/div\u003e\n\n\u003cp\u003eNous soutenons fermement la qualité de nos lunettes de soleil. Achetez en toute confiance—si vous rencontrez le moindre problème avec votre achat, contactez-nous simplement. Nous nous engageons à garantir une satisfaction totale et à rectifier la situation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Noir Rose","offer_id":48038561054932,"sku":"0325-17129796","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Rose","offer_id":48038561087700,"sku":"0325-17125783","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Noir","offer_id":48038561120468,"sku":"0325-17129524","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Bleu","offer_id":48038561153236,"sku":"0325-17123140","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Rouge","offer_id":48038561186004,"sku":"0325-17129435","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Vert","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\/fr\/products\/oversized-polarized-fashion-sunglasses-rjc","provider":"Omurio","version":"1.0","type":"link"}