{"product_id":"retro-bold-square-sunglasses","title":"Retro Bold Square Sunglasses","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1a1a1a;\n      --primary-hover: #333333;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f1f3f5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 20px rgba(0,0,0,0.05);\n      --border-color: #e9ecef;\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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Typography Locks *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-value,\n    .product-detail-container .badge-tag {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Image Placeholders *\/\n    .product-image-placeholder {\n      width: 100%;\n      aspect-ratio: 16 \/ 10;\n      background-color: var(--bg-soft);\n      border: 2px dashed #ced4da;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 20px;\n      box-sizing: border-box;\n      padding: 20px;\n      text-align: center;\n    }\n\n    .product-image-placeholder span {\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      text-align: center;\n      padding: 40px 0 20px 0;\n    }\n\n    .hero-badge-container {\n      margin-bottom: 16px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 18px;\n    }\n\n    .hero-subtitle {\n      max-width: 700px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      margin-bottom: 24px;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .badge-tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Specifications Section *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 32px 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 8px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      width: 35%;\n      font-size: 18px;\n      color: var(--text-main);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Desktop Responsive Grid *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n        flex-shrink: 0;\n      }\n\n      .feature-copy {\n        width: 50%;\n      }\n\n      .spec-table td {\n        padding: 18px 16px;\n      }\n    }\n\n    \/* Mobile Safety Lock for Specifications Table *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 8px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table td:first-child {\n        display: none; \/* Hide the desktop first-column placeholder *\/\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Unisex Retro Bold Frame Square Sunglasses\nTarget Audience: Fashion-forward youth looking for retro styling and daily sun protection\nVisual Style: Premium Retro Minimalist\nColor Strategy: Neutral luxury tones (soft greys, rich charcoal, warm tortoiseshell accents)\nModule Order: Hero -\u003e Feature 1 (Lifestyle vibe) -\u003e Feature 2 (Detail close-up) -\u003e Feature 3 (Construction) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_4, Feature2=detail_2, Feature3=detail_3\nSpecification Data Source: Product dimensions and model parameters extracted from spec sheet data. No specification image placeholder is rendered.\nCompare Section: Not included (No direct comparison data or assets available in sources)\nInformation Boundary: Strictly relies on confirmed specifications (Model UM9831, 142mm width, 65mm lens, 21mm bridge, 46mm height, 147mm temple length), UV400 protection, and integrated nose pads design. No unverified material claims or performance parameters added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003e🛡️ UV400 Certified Protection\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eTimeless Retro Style\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eBold square frames bring a vintage-inspired edge to any everyday look, combining structural character with reliable defense against harsh light.\u003c\/p\u003e\n\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909171445\/4759ac636785663fcb12bb203b0623fe.jpeg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img113\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909165620\/7830b7af8db0f4d15ab03b2c92ce1c3f.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eModern Retro Aesthetic\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eAdd classic definition to your profile. The thickened square silhouette creates an instant vintage look, designed to complement a wide range of face shapes with effortless style.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-tag\"\u003eBold Frames\u003c\/span\u003e \u003cspan class=\"badge-tag\"\u003eUnisex Vibe\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Bridge Close-up (Z-pattern Desktop, Top-Down Mobile) --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img112\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909165620\/146e99c6be905059baffcbc478d018d1.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eComfortable Everyday Fit\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eBuilt with lightweight construction and contoured temples for lasting ease. The smooth, integrated nose bridge sits naturally without relying on separate metal brackets or prone-to-bend nose pads.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-tag\"\u003eNo-Press Fit\u003c\/span\u003e \u003cspan class=\"badge-tag\"\u003eIntegrated Bridge\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Specs\/Markings Close-up (Z-pattern Desktop, Top-Down Mobile) --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img111\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260909165620\/45ba77aec1ee64a1bd374138a1649958.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eRefined Structure \u0026amp; Accents\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEach pair is completed with polished, glossy frame finishes and distinctive metal feather-arrow badges on the temples. Crafted with downward-curved tips to prevent sliding.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"badge-tag\"\u003eArrow Badges\u003c\/span\u003e \u003cspan class=\"badge-tag\"\u003eCurved Tips\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table (Text Only, No Image Rendered) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFrame Style\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Frame Style\"\u003e\u003cspan class=\"spec-value\"\u003eBold Retro Square\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eModel Number\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Model Number\"\u003e\u003cspan class=\"spec-value\"\u003eUM9831\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eUV Protection\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"UV Protection\"\u003e\u003cspan class=\"spec-value\"\u003eUV400 (Blocks UVA \u0026amp; UVB Rays)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eTotal Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Total Width\"\u003e\u003cspan class=\"spec-value\"\u003e142 mm (5.6 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eLens Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Lens Width\"\u003e\u003cspan class=\"spec-value\"\u003e65 mm (2.6 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBridge Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bridge Width\"\u003e\u003cspan class=\"spec-value\"\u003e21 mm (0.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eFrame Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Frame Height\"\u003e\u003cspan class=\"spec-value\"\u003e46 mm (1.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eTemple Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Temple Length\"\u003e\u003cspan class=\"spec-value\"\u003e147 mm (5.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eNose Pad Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Nose Pad Type\"\u003e\u003cspan class=\"spec-value\"\u003eSmooth Integrated Frame Bridge\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eColorways Available\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Colorways Available\"\u003e\u003cspan class=\"spec-value\"\u003e Solid Black with Grey Lenses \/ Translucent Grey with Grey Lenses \/ Translucent Blue with Tortoise Temples \/ Sand Grey with Tea Lenses \/ Tea with Tea Lenses \/ Black-Tortoise Split with Grey Lenses \u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e☀️ Do these sunglasses offer full UV protection?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, these lenses are equipped with UV400 protection. They are designed to block harmful UVA and UVB rays, helping shield your eyes under bright outdoor conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e📐 What is the exact sizing of this model?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis model measures 142mm (5.6\") in total width, with a frame height of 46mm (1.8\"), a lens width of 65mm (2.6\"), a bridge gap of 21mm (0.8\"), and a temple length of 147mm (5.8\").\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🕶️ Do these frames have adjustable nose pads?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, these sunglasses feature smooth, integrated nose pads molded directly into the frame. This design eliminates moving metal pieces, reducing pressure points and preventing the glasses from catching or catching on hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Jelly Blue \/ Gradient Blue","offer_id":58904367038624,"sku":"20260912-181520-5468","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Classic Black \/ Gradient Gray","offer_id":58904367071392,"sku":"20260912-181520-7233","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Crystal Gray \/ Smoke Gray","offer_id":58904367104160,"sku":"20260912-181520-3787","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Desert Gray \/ Amber Brown","offer_id":58904367136928,"sku":"20260912-181520-9863","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Crystal Tea \/ Amber Brown","offer_id":58904367169696,"sku":"20260912-181520-6108","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \u0026 Tortoise \/ Smoke Gray","offer_id":58904367202464,"sku":"20260912-181520-2223","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/4759ac636785663fcb12bb203b0623fe.jpg?v=1789208172","url":"https:\/\/cartivra.com\/products\/retro-bold-square-sunglasses","provider":"Cartivra","version":"1.0","type":"link"}