{"product_id":"retro-modern-wood-grain-shades","title":"Retro-Modern Wood-Grain Shades","description":"\u003c!--\n[AI Design Logic]\n产品类型：时尚配件（太阳镜）\n目标受众：追求复古摩登风格的男女消费者\n视觉风格：奢华复古、材质碰撞（金属与木纹）、现代简洁\n配色策略：以金色（Primary）和深木色为主轴，搭配中性背景色，强调高级感。\n模块顺序：Hero (整体格调) -\u003e Feature 1 (核心设计冲突美) -\u003e Feature 2 (佩戴舒适度) -\u003e Feature 3 (镜片功能与多样性) -\u003e Specifications (数据支撑) -\u003e FAQ (解决疑虑)\n详情图映射：Hero=image_11, Feature1=image_2, Feature2=image_14, Feature3=image_8\n规格图映射：Specs=image_5\n对比模块：未加入（无明显竞品对比需求，聚焦自身独特设计）\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #CFAA56; \/* Gold accent color *\/\n      --primary-hover: #B39142;\n      --text-main: #2A2A2A;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F8F8;\n      --bg-soft: #F0F0F0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E5E5E5;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Reusable Classes *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .pd-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    .pd-tag-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      color: var(--text-sub);\n      padding: 0.25rem 0.75rem;\n      border-radius: 4px;\n      font-size: 15px;\n    }\n\n    \/* Image Placeholder Styles *\/\n    .img-placeholder-wrapper {\n      width: 100%;\n      background-color: var(--bg-soft);\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      padding: 2rem;\n      box-sizing: border-box;\n      color: var(--text-sub);\n      font-weight: 500;\n      min-height: 300px; \/* Minimum height for visibility *\/\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n\n    \/* Feature Layout Alternation (Desktop) *\/\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Layout Lock *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column;\n        text-align: left;\n      }\n\n      .feature-media {\n        width: 100%;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1.25rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 40%;\n      color: var(--text-main);\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    .specs-table tr:last-child th,\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* Mobile Specs Table *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .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        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n\n      .specs-table td {\n        padding: 1rem;\n        position: relative;\n        padding-left: 50%;\n        text-align: right;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        text-align: left;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.75rem;\n      font-weight: 700;\n    }\n\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      padding-left: 1.75rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Section A: Hero --\u003e\n\u003cdiv class=\"hero-section pd-section\"\u003e\n\u003cspan class=\"pd-badge\"\u003eVintage Modern Fusion\u003c\/span\u003e\n\u003ch1\u003eRetro Square Aviators: Luxury Meets Everyday Protection\u003c\/h1\u003e\n\n\u003cp\u003eExperience a bold blend of classic metal framework and unique wood-grain texture. Designed for sophisticated style and complete UV defense under the sun.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img197\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260707102131\/7bd20f8b6d8c15032e62440dead9240c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 1 - Design Fusion --\u003e\n\n\u003cdiv class=\"feature-item pd-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img198\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260707102131\/693a94eb395b822fb59f02786ded2e08.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Distinctive Material Mix\u003c\/h2\u003e\n\n\u003cp\u003eStand out from the crowd with a design that marries polished gold-tone metal with temples featuring a deep, rich faux wood grain. The double-bridge aviator brow bar adds a retro touch to the modern square, rimless lenses, creating a look that is both luxurious and contemporary.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003ePolished Metal Frame\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFaux Wood Texture\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDouble-Bridge Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section C: Feature 2 - Comfort \u0026 Details --\u003e\n\n\u003cdiv class=\"feature-item pd-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img199\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260707102121\/c7b984297759e7339c361f707a149073.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEngineered for All-Day Comfort\u003c\/h2\u003e\n\n\u003cp\u003eStyle shouldn't weigh you down. At just 38.7g, these sunglasses are surprisingly lightweight. They feature soft, adjustable silicone nose pads that can be customized to fit your bridge perfectly, ensuring they stay comfortably in place during driving, vacations, or daily wear.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eLightweight (38.7g)\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAdjustable Nose Pads\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSolid Hinge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section D: Feature 3 - Protection \u0026 Variety --\u003e\n\n\u003cdiv class=\"feature-item pd-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img201\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260707102131\/4708134fd22930b8d4469966e622f709.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePremium Lenses, Complete Protection\u003c\/h2\u003e\n\n\u003cp\u003eProtect your eyes without compromising your view. The high-quality lenses offer full UV400 protection against harmful UVA and UVB rays. Available in a variety of gradient and solid colors to suit your personal style while reducing glare and providing clarity.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eUV400 Protection\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eImpact Resistant\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMultiple Colors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section E: Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eFrame Width\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Frame Width\"\u003e14.5 cm (5.71 inches)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eLens Width\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Lens Width\"\u003e5.4 cm (2.13 inches)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eTemple Length\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Temple Length\"\u003e15.1 cm (5.94 inches)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e38.7 g (1.37 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eFrame Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Frame Material\"\u003eMetal Alloy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eTemple Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Temple Material\"\u003eSimulated Wood Grain\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eLens Protection\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Lens Protection\"\u003eUV400\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 16px; margin-top: 1rem;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img202\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260707102131\/c750e1396b964b5d7724f07b0d721b2f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Section F: FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill these sunglasses fit my face shape?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe oversized square shape with a 14.5cm frame width generally offers a good fit for medium to large face shapes, providing stylish coverage for both men and women.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAre the temples made of real wood?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, the temples are crafted with a high-quality simulated wood grain texture. This provides the luxurious look of wood while maintaining durability and lightweight comfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean the lenses safely?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eTo avoid scratches, always use a dedicated microfiber lens cloth. You can use a gentle lens cleaner or mild soap and water for heavier cleaning. Avoid using paper towels or rough fabrics.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Blue-Yellow Gradient","offer_id":45823515132095,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Grey-black","offer_id":45824247464127,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Clear","offer_id":45823515001023,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Gradient Green","offer_id":45823515066559,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Gradient Grey","offer_id":45823515099327,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Gradient Brown","offer_id":45823514968255,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"Gradient Blue","offer_id":45823514935487,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/6e50d02b5266515cd69566dbeddc147d.jpg?v=1783401072","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/retro-modern-wood-grain-shades","provider":"Bak","version":"1.0","type":"link"}