{"product_id":"retro-oversized-gold-aviators","title":"Retro Oversized Gold Aviators","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★★★★★ Essential Fashion Accessory\u003c\/div\u003e\n\n\u003ch1\u003eChannel the 70s. Command the Sun.\u003c\/h1\u003e\n\n\u003cp\u003eA masterclass in retro elegance. Premium oversized gold aviators featuring trendy Sardine-style legs and ultimate UV400 protection.\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\"\u003eThick Gold Frame\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eSardine Style Legs\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eUnapologetically Luxurious\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with premium materials, these aren't your average lightweight shades. We deliberately utilized more metal to create thick, polished gold temples that provide a satisfyingly heavier, luxurious feel.\u003c\/p\u003e\n\n\u003cp\u003eThe iconic \"Sardine\" style legs ensure you stay closely aligned with the latest haute couture trends while honoring 70s vintage roots.\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 Protection\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eAnti-Glare\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eFlawless Vision. Ultimate Protection.\u003c\/h2\u003e\n\n\u003cp\u003eYour eye health is just as important as your aesthetic. The oversized lenses are fully UV400 rated, engineered to filter out 100% of harmful UVA and UVB rays.\u003c\/p\u003e\n\n\u003cp\u003eEnjoy crystal-clear, comfortable vision whether you are facing the glaring afternoon sun or driving toward the sunset, keeping your eyes protected from long-term UV damage.\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\"\u003eAll-Season Wear\u003c\/span\u003e \u003cspan class=\"feature-badge\"\u003eVersatile Fashion\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eYour Everyday Statement Piece\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for the bold and the beautiful. These oversized gold sunglasses effortlessly elevate any outfit, seamlessly transitioning from casual daily life to high-fashion events.\u003c\/p\u003e\n\n\u003cp\u003ePerfect for driving, shopping, exotic vacations, or simply adding a touch of golden glamour to your daily coffee run. A truly essential accessory all year round.\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\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003ePrecision engineered for a premium fit and luxurious feel.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMeasurement\u003c\/th\u003e\n\t\t\t\u003cth\u003eMetric \u0026amp; Imperial\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\"\u003eFrame Width\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\"\u003eLens Height\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\"\u003eLens Width\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\"\u003eTemple Length\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\"\u003eWeight\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\"\u003eFrame Material\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePolished Thick Metal (Gold Finish)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"UV Rating\"\u003eUV Rating\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUV400 (100% UVA\/UVB Protection)\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eAre these sunglasses suitable for a small face?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eTheir oversized 70s design is meant to make a bold statement on all face shapes. However, due to the luxurious, heavier metal frame and wide lenses, they sit most naturally on medium to larger profiles.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eAre they heavier than normal sunglasses?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eYes. To achieve a truly luxurious texture and ensure durability, we used a thicker metal frame and Sardine-style legs. This gives them a premium, substantial feel compared to flimsy plastic or thin wire frames.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow do I maintain the gold polish?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eSimply use a soft microfiber cloth to gently wipe the frame and lenses after use. Avoid using harsh chemicals, alcohol wipes, or abrasive materials to ensure the glossy gold finish remains vibrant for years.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Gold \/ Dark Grey","offer_id":52835344089388,"sku":"0408-18531978","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ Gradient Grey","offer_id":52835344122156,"sku":"0408-18535925","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Silver \/ Gradient Grey","offer_id":52835344154924,"sku":"0408-18536541","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ Gradient Brown","offer_id":52835344187692,"sku":"0408-18538070","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ Orange","offer_id":52835344220460,"sku":"0408-18539554","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ Champagne","offer_id":52835344253228,"sku":"0408-18539196","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gold \/ Anti-Blue Light","offer_id":52835344285996,"sku":"0408-18535291","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/010661c5e595afba7941d9a03f13bc4d.jpg?v=1775645647","url":"https:\/\/newzyhoome.com\/products\/retro-oversized-gold-aviators","provider":"Newzyhoome","version":"1.0","type":"link"}