{"product_id":"car-visor-glasses-holder","title":"Car Visor Glasses Holder","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Accessory (Sunglasses Holder Clip)\nTarget Audience: Drivers, Commuters, Gift Buyers\nVisual Style: Sleek, Modern, Reliable (Automotive interior vibes)\nColor Strategy: Charcoal Deep Gray (--primary) for premium feel, subtle Trust Blue (--accent) for highlights, High-contrast whites\/grays for readability.\nShape Strategy: Radius 12px (--radius-lg) - smooth and safe, reflecting automotive interior aesthetics (no sharp edges).\nTypography Strategy: Large Type \/ Mobile-first readable \/ Clamp functions for fluid scaling.\nMobile Table Strategy: Card-based (No horizontal scroll). Native data-label injections.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* 1) Design System (CSS Variables) *\/\n    --primary: #1a202c;\n    --accent: #2b6cb0;\n    --text-main: #2d3748;\n    --text-sub: #4a5568;\n    --bg-body: #ffffff;\n    --bg-card: #f7fafc;\n    --radius-md: 8px;\n    --radius-lg: 12px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n    --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n    --border-color: #e2e8f0;\n    --spacing-section: clamp(2rem, 5vw, 4rem);\n    \n    \/* 0) Typography \u0026 Spacing System *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 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: inherit;\n  }\n\n  \/* Typography Scales *\/\n  .pd-h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    color: var(--primary);\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    color: var(--primary);\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    color: var(--primary);\n    margin: 0 0 0.75rem 0;\n  }\n\n  .pd-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  .pd-badge {\n    display: inline-block;\n    background-color: var(--bg-card);\n    color: var(--accent);\n    font-size: 16px;\n    font-weight: 600;\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    margin-bottom: 1rem;\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Image Protocol *\/\n  .pd-img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .pd-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-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: bold;\n  }\n\n  \/* Modules Spacing *\/\n  .pd-section {\n    padding: var(--spacing-section) 0;\n    border-bottom: 1px solid var(--border-color);\n  }\n  \n  .pd-section:last-child {\n    border-bottom: none;\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    text-align: center;\n    padding-top: clamp(2rem, 6vw, 5rem);\n  }\n  \n  .pd-hero-copy {\n    max-width: 800px;\n    margin: 0 auto clamp(1.5rem, 4vw, 3rem) auto;\n  }\n\n  \/* Z-Pattern Features (Mobile Ordering Lock) *\/\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile Lock: Col *\/\n    gap: clamp(1.5rem, 4vw, 3rem);\n    margin-bottom: var(--spacing-section);\n    align-items: center;\n  }\n\n  .pd-feature-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .pd-feature-media,\n  .pd-feature-copy {\n    width: 100%;\n  }\n\n  \/* Specs Table *\/\n  .pd-specs-container {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-body);\n  }\n\n  .pd-table th, \n  .pd-table td {\n    padding: 1rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: clamp(16px, 1.5vw, 18px);\n    line-height: 1.5;\n  }\n\n  .pd-table th {\n    background-color: var(--bg-card);\n    font-weight: 700;\n    color: var(--primary);\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-container {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .pd-faq-item {\n    background: var(--bg-card);\n    padding: clamp(1.5rem, 3vw, 2rem);\n    border-radius: var(--radius-lg);\n    margin-bottom: 1.5rem;\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Responsive Architecture *\/\n  @media (min-width: 768px) {\n    \/* Z-Pattern Enhancement *\/\n    .pd-feature-item {\n      flex-direction: row;\n      justify-content: space-between;\n    }\n    \n    .pd-feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      width: calc(50% - 1.5rem);\n    }\n    \n    .pd-feature-copy {\n      padding: 2rem;\n    }\n  }\n\n  @media (max-width: 767px) {\n    \/* Critical Table Rule: Mobile Card-Based *\/\n    .pd-table, \n    .pd-table thead, \n    .pd-table tbody, \n    .pd-table tr, \n    .pd-table th, \n    .pd-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .pd-table thead {\n      display: none; \/* Hide native header *\/\n    }\n\n    .pd-table tr {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      padding: 0.5rem 1rem;\n    }\n\n    .pd-table td {\n      border-bottom: 1px solid var(--border-color);\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.75rem 0;\n      gap: 1rem;\n    }\n\n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n\n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--primary);\n      flex-shrink: 0;\n      width: 40%;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003csection class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eTrusted by 50,000+ Drivers\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eKeep Your Vision Clear \u0026amp; Glasses Scratch-Free\u003c\/h1\u003e\n\n\u003ch2 class=\"pd-h2\" style=\"color: var(--text-sub); font-weight: normal;\"\u003eThe ultimate visor clip for quick access and a clutter-free car interior.\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331142249\/fb472dfcaeadb7e380320ad78175b945.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: clamp(2rem, 5vw, 4rem);\"\u003eDesigned for Safer, Smoother Drives\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331142250\/cb8ecb8ca93a9b937951d0089d72d8ca.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eQuick Access While Driving\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eDon't take your eyes off the road. Our intuitive design allows you to securely clip or unclip your sunglasses with just one hand. Instant access means enhanced driving safety, especially during sudden glares.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331142249\/aa32a89e979290fdd1bba5b5941f5077.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eUniversal Fit for Any Vehicle\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eWhether you drive a heavy-duty truck, a family SUV, or a compact sedan, this clip attaches seamlessly to your sun visor. Its sleek, space-saving design upgrades your interior without adding bulk or obstructing your view.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331142249\/aff6c9337ae00726db45c22941eec1fd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eUltimate Scratch-Free Protection\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eSay goodbye to crushed frames in your cup holder. The interior grip holds your eyewear firmly yet gently, ensuring your lenses and frames stay completely free from scratches and scuffs on even the bumpiest roads.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Specifications Section --\u003e\n\n\u003csection class=\"pd-section pd-specs-container\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: clamp(1.5rem, 4vw, 3rem);\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Dimensions\"\u003eLength x Width\u003c\/td\u003e\n\t\t\t\u003ctd\u003e10.0 cm x 4.5 cm (3.9 in x 1.8 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eNet Weight\u003c\/td\u003e\n\t\t\t\u003ctd\u003e50.0 g (1.8 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eConstruction\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePremium ABS Plastic \u0026amp; Soft Protective Inner Lining\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Compatibility\"\u003eVisor Thickness\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUniversal (Fits visors up to 2.0 cm \/ 0.8 in thick)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Ideal For\"\u003eUsage\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSunglasses, reading glasses, cards, and tickets\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- 4. FAQ Section --\u003e\n\n\u003csection class=\"pd-section pd-faq-container\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: clamp(1.5rem, 4vw, 3rem);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eWill this leave a dent or mark on my car's sun visor?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom: 0;\"\u003eNo. The clip is engineered with a smooth, tension-calibrated back that slides on securely without permanently indenting or damaging your vehicle's upholstery or leather.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eCan it hold thick plastic frames, or just thin aviators?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom: 0;\"\u003eThe flexible holding mechanism is designed to accommodate almost all types of eyewear. From thick, sporty plastic frames to delicate wireframes, your glasses will be held firmly in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eIs it easy to install? Do I need tools?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\" style=\"margin-bottom: 0;\"\u003eZero tools required. Simply slide the holder onto your sun visor. It takes less than two seconds to install, and you can easily move it to the passenger side or another vehicle whenever needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black \/ 📦 1-Pack (Standard)","offer_id":43372017975355,"sku":"0401-13553437","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 📦 1-Pack (Standard)","offer_id":43372018008123,"sku":"0401-13551558","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 🎁 2-Pack (Driver + Passenger)","offer_id":43372018040891,"sku":"0401-13551083","price":19.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 🎁 2-Pack (Driver + Passenger)","offer_id":43372018073659,"sku":"0401-13557427","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 👨‍👩‍👧‍👦 4-Pack (Family Set \/ Save 30%)","offer_id":43372018106427,"sku":"0401-13552635","price":26.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 👨‍👩‍👧‍👦 4-Pack (Family Set \/ Save 30%)","offer_id":43372018139195,"sku":"0401-13555111","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/fb472dfcaeadb7e380320ad78175b945.jpg?v=1775024187","url":"https:\/\/autoyunn.com\/products\/car-visor-glasses-holder","provider":"AutoYunn","version":"1.0","type":"link"}