{"product_id":"oversized-retro-metal-aviators","title":"Oversized Retro Metal Aviators","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Fashion Accessories (Oversized Retro Aviator Sunglasses)\nTarget Audience: Style-conscious women, trendsetters, outdoor enthusiasts\nVisual Style: Chic, premium, bold yet feminine (Y2K aesthetic)\nColor Strategy: Deep Charcoal (--primary) for high contrast, soft Gold (--accent) for premium metal feel, Crisp White \u0026 Light Gray for clean readability.\nShape Strategy: Radius 12px (--radius-md) to 16px (--radius-lg). A balance between sharp metallic lines and soft feminine curves.\nTypography Strategy: Large Type \/ Mobile-first readable. High impact H1, breathable line heights for luxurious feel.\nMobile Table Strategy: Card-based (No horizontal scroll). Strict data-label mapping.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* ==========================================================================\n       1) DESIGN SYSTEM \u0026 VARIABLES\n       ========================================================================== *\/\n    .product-detail-container {\n      --primary: #1A1A1A;\n      --primary-hover: #333333;\n      --accent: #C5A059; \/* Subtle gold for metal hardware vibe *\/\n      --text-main: #2C2C2C;\n      --text-sub: #5E5E5E;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --border-color: #EAEAEA;\n      \n      --radius-sm: 8px;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      \n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.08);\n      \n      --space-section: clamp(2rem, 5vw, 4rem);\n      --space-element: clamp(1rem, 3vw, 2rem);\n\n      \/* Global resets within container *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background: var(--bg-body);\n      line-height: 1.7;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: inherit;\n    }\n\n    \/* ==========================================================================\n       2) TYPOGRAPHY SYSTEM (LARGE TYPE)\n       ========================================================================== *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      color: var(--primary);\n      margin-top: 0;\n      margin-bottom: var(--space-element);\n      line-height: 1.2;\n      font-weight: 700;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* ==========================================================================\n       3) MEDIA PROTOCOL \u0026 PLACEHOLDERS\n       ========================================================================== *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      aspect-ratio: 1 \/ 1;\n      background: var(--bg-card);\n      border: 2px dashed #CCCCCC;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.2rem;\n      color: #888888;\n      overflow: hidden;\n      margin: 0;\n    }\n\n    \/* ==========================================================================\n       4) NON-INTERACTIVE VISUAL TAGS\n       ========================================================================== *\/\n    .visual-badge {\n      display: inline-block;\n      background: var(--accent);\n      color: #FFFFFF;\n      padding: 0.5rem 1.5rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      letter-spacing: 0.05em;\n      text-transform: uppercase;\n      margin-bottom: 1.5rem;\n      user-select: none;\n    }\n\n    \/* ==========================================================================\n       5) LAYOUT ARCHITECTURE (MOBILE LOCK \u0026 Z-PATTERN)\n       ========================================================================== *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--space-section);\n      padding-top: var(--space-section);\n    }\n\n    .hero-section .hero-copy {\n      max-width: 800px;\n      margin: 0 auto var(--space-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      margin-bottom: var(--space-section);\n    }\n\n    .feature-media, \n    .feature-copy {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 5rem;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, \n      .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* ==========================================================================\n       6) SPECIFICATIONS TABLE (MOBILE CARD LAYOUT)\n       ========================================================================== *\/\n    .specs-section {\n      margin-bottom: var(--space-section);\n      background: var(--bg-card);\n      padding: var(--space-section);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 1.2rem;\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background: var(--primary);\n      color: #FFFFFF;\n      font-weight: 600;\n    }\n\n    .specs-table tr:nth-child(even) {\n      background: rgba(0,0,0,0.02);\n    }\n\n    .specs-table td {\n      border-bottom: 1px solid var(--border-color);\n      color: var(--text-main);\n    }\n\n    \/* Mobile Lock for Table *\/\n    @media (max-width: 767px) {\n      .specs-table 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      \n      .specs-table thead {\n        display: none;\n      }\n      \n      .specs-table tr {\n        background: #FFFFFF !important;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem 0;\n        border-bottom: 1px dashed var(--border-color);\n        text-align: right;\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        text-align: left;\n        margin-right: 1rem;\n      }\n    }\n\n    \/* ==========================================================================\n       7) FAQ SECTION\n       ========================================================================== *\/\n    .faq-section {\n      margin-bottom: var(--space-section);\n    }\n    \n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: var(--space-element) 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- ==========================================\n       HERO SECTION\n       ========================================== --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e100% UV Protection\u003c\/div\u003e\n\n\u003ch1\u003eRedefine Your Vision with Y2K Elegance\u003c\/h1\u003e\n\n\u003cp\u003eEmbrace the sun without compromise. Our oversized retro aviator sunglasses seamlessly blend ultimate eye protection with undeniable fashion-forward design.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411180713\/4faa932df80a1fe65f88a01d48db336c.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-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411180713\/7b8210a29633aefec2f3a0f99d86e6d9.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-copy\"\u003e\n\u003ch2\u003eUltimate Sun Defense for Your Eyes\u003c\/h2\u003e\n\n\u003cp\u003eBask in the sunlight with absolute peace of mind. Engineered to block 100% of harmful UVA and UVB radiation, our premium lenses ensure your eyes stay perfectly protected while preventing harsh glare and eye strain during your outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Text Left, Image Right (Mobile Stack) --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411180713\/cf7313a5aed6fe96f68b6040a8ad8418.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-copy\"\u003e\n\u003ch2\u003eCrafted with Premium Metal\u003c\/h2\u003e\n\n\u003cp\u003eExperience luxurious durability that lasts season after season. Forged from high-grade metallic materials, these sleek frames offer robust structural integrity while remaining incredibly lightweight. It is the perfect daily companion for the style-conscious woman.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Image Left, Text Right (Mobile Stack) --\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\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260411180713\/8955a335a6b1d30827aa4e3344fe1546.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-copy\"\u003e\n\u003ch2\u003eBold Y2K Fashion Statement\u003c\/h2\u003e\n\n\u003cp\u003eTurn heads wherever you go. The oversized square silhouette is intentionally designed to flatter your face shape while elevating any outfit instantly. Whether lounging by the pool or exploring the city streets, these trendy shades are a wardrobe essential.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n       SPECIFICATIONS TABLE (Mobile Card Lock)\n       ========================================== --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center;\"\u003ePrecision engineered for comfort, style, and superior protection.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification Details\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 Material\"\u003ePremium Metal Alloy\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eDurable, lightweight, corrosion-resistant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lens Protection\"\u003e100% UV Protection\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eBlocks UVA \u0026amp; UVB Radiation completely\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design Style\"\u003eSilhouette\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eOversized Retro Square Aviator \/ Y2K\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Weight\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e35.0 g \/ 1.2 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lens Width\"\u003eDimension (Width)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e14.6 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=\"Frame Height\"\u003eDimension (Height)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\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=\"Temple Length\"\u003eDimension (Temple)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e14.1 cm \/ 5.6 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n       FAQ SECTION\n       ========================================== --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill these oversized frames fit my face shape?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The bold, square aviator design is universally flattering. It naturally balances facial proportions, making it a perfect match for round, oval, heart, and angular face shapes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the metal frames comfortable for all-day wear?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, we prioritize your comfort. Despite their sturdy metal construction, the frames are engineered to be lightweight, preventing any pressure buildup on your nose bridge or ears even after hours of wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat if I encounter an issue with my sunglasses?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYour satisfaction is our absolute priority. If you are unsatisfied for any reason, simply contact our dedicated customer support team and we will do our absolute best to resolve the issue or process a return seamlessly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black \/ Brown","offer_id":49943733010652,"sku":"0414-16352648","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Grey","offer_id":49943733043420,"sku":"0414-16352616","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Clear","offer_id":49943733076188,"sku":"0414-16350649","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Gold \/ Grey","offer_id":49943733108956,"sku":"0414-16358265","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Gold \/ Gradient Grey","offer_id":49943733141724,"sku":"0414-16359706","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Gold \/ Clear","offer_id":49943733174492,"sku":"0414-16359042","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/4faa932df80a1fe65f88a01d48db336c.jpg?v=1776155798","url":"https:\/\/cheerstash.com\/products\/oversized-retro-metal-aviators","provider":"Cheerstash","version":"1.0","type":"link"}