{"product_id":"chs-98387-g","title":"CHAOS MOTO CHS-98387-G Safety Glasses, Gray Frame, Gray Lens, Anti-Fog, ANSI Z87","description":"\u003cstyle\u003e\n\/* Base Styles *\/\n.product-content-wrapper {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  color: #333;\n  line-height: 1.6;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px 20px 40px 20px;\n}\n\n\/* Typography - Enhanced Spacing *\/\nh2 {\n  color: #0066cc;\n  font-size: 1.8rem;\n  margin: 3rem 0 1.5rem;\n  padding-top: 1rem;\n  font-weight: 600;\n}\n\nh3 {\n  color: #333;\n  font-size: 1.3rem;\n  margin: 1rem 0 0.5rem;\n  font-weight: 600;\n}\n\np {\n  line-height: 1.7;\n  margin-bottom: 1.2rem;\n}\n\n\/* Feature Cards - CRITICAL FOR HIGHLIGHT BOXES *\/\n.feature-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n  margin: 2rem 0 3rem 0;\n}\n\n.feature-card {\n  background: #f8f9fa;\n  border-left: 4px solid #0066cc;\n  padding: 20px;\n  border-radius: 6px;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n\n.feature-card:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(0,102,204,0.15);\n}\n\n.feature-card h3 {\n  color: #0066cc;\n  font-weight: 700;\n  margin-top: 0;\n  font-size: 1.1rem;\n}\n\n\/* Tables - Desktop View with Enhanced Spacing *\/\n.responsive-features-table,\n.responsive-specs-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin: 3rem 0;\n  background: white;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  border-radius: 8px;\n  overflow: hidden;\n  border: 1px solid #0066cc;\n}\n\n.responsive-features-table caption,\n.responsive-specs-table caption {\n  padding: 12px;\n  font-weight: 600;\n  text-align: left;\n  color: #333;\n  font-size: 1.1rem;\n}\n\n.responsive-features-table th,\n.responsive-specs-table th {\n  background: linear-gradient(135deg, #0066cc, #0052a3);\n  color: white;\n  padding: 14px;\n  text-align: left;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n}\n\n.responsive-features-table td,\n.responsive-specs-table td {\n  padding: 14px;\n  border-bottom: 1px solid #0066cc;\n}\n\n.responsive-features-table tbody tr:nth-child(even),\n.responsive-specs-table tbody tr:nth-child(even) {\n  background-color: #f0f5ff;\n}\n\n.responsive-features-table tbody tr:hover,\n.responsive-specs-table tbody tr:hover {\n  background-color: #e6f0ff;\n  transition: background-color 0.2s;\n}\n\n\/* CRITICAL: Mobile Card Transformation *\/\n@media (max-width: 767px) {\n  \/* Hide table headers on mobile *\/\n  .responsive-features-table thead,\n  .responsive-specs-table thead {\n    display: none;\n  }\n  \n  \/* Transform table into cards *\/\n  .responsive-features-table tbody,\n  .responsive-specs-table tbody {\n    display: block;\n  }\n  \n  .responsive-features-table tr,\n  .responsive-specs-table tr {\n    display: block;\n    margin-bottom: 15px;\n    background: white;\n    border: 1px solid #0066cc;\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0,102,204,0.08);\n    overflow: hidden;\n  }\n  \n  .responsive-features-table td,\n  .responsive-specs-table td {\n    display: block;\n    padding: 12px 15px;\n    border: none;\n    position: relative;\n  }\n  \n  \/* Style the data labels *\/\n  .responsive-features-table td:first-child,\n  .responsive-specs-table td:first-child {\n    background: linear-gradient(135deg, #0066cc, #0052a3);\n    color: white;\n    font-weight: 700;\n    padding: 14px 15px;\n  }\n  \n  .responsive-features-table td:first-child strong,\n  .responsive-specs-table td:first-child strong {\n    color: white;\n  }\n  \n  \/* Remove hover effects on mobile *\/\n  .responsive-features-table tbody tr:nth-child(even),\n  .responsive-specs-table tbody tr:nth-child(even) {\n    background-color: white;\n  }\n  \n  \/* Feature table specific mobile styling *\/\n  .responsive-features-table td[data-label=\"Benefit\"] {\n    padding-top: 0;\n    line-height: 1.5;\n  }\n  \n  \/* Specs table mobile styling *\/\n  .responsive-specs-table td[data-label=\"Value\"] {\n    font-weight: 600;\n    color: #0066cc;\n  }\n  \n  \/* Mobile image adjustments *\/\n  img {\n    float: none !important;\n    max-width: 100% !important;\n    margin: 0 0 20px 0 !important;\n  }\n}\n\n\/* Desktop Protection *\/\n@media (min-width: 768px) {\n  .responsive-features-table,\n  .responsive-specs-table {\n    display: table !important;\n  }\n  \n  .responsive-features-table tbody,\n  .responsive-specs-table tbody,\n  .responsive-features-table thead,\n  .responsive-specs-table thead {\n    display: table-row-group !important;\n  }\n  \n  .responsive-features-table tr,\n  .responsive-specs-table tr {\n    display: table-row !important;\n  }\n  \n  .responsive-features-table td,\n  .responsive-specs-table td,\n  .responsive-features-table th,\n  .responsive-specs-table th {\n    display: table-cell !important;\n  }\n}\n\n\/* CTA Section - Enhanced Spacing *\/\n.cta-section {\n  background: linear-gradient(135deg, #0066cc, #0052a3);\n  color: white;\n  padding: 2rem;\n  border-radius: 8px;\n  text-align: center;\n  margin: 4rem 0 3.5rem 0;\n  box-shadow: 0 4px 12px rgba(0,102,204,0.2);\n}\n\n.cta-section h2 {\n  color: white;\n  margin-top: 0;\n  padding-top: 0;\n}\n\n.cta-section p {\n  margin: 0.5rem 0;\n}\n\n\/* FAQ Section - Enhanced Spacing *\/\n.faq {\n  margin: 4rem 0 2rem 0;\n}\n\n.faq h2 {\n  margin-bottom: 2rem;\n}\n\n.faq details {\n  background: #f8f9fa;\n  border-left: 3px solid #0066cc;\n  margin-bottom: 10px;\n  border-radius: 6px;\n  overflow: hidden;\n}\n\n.faq summary {\n  padding: 15px;\n  cursor: pointer;\n  font-weight: 600;\n  color: #333;\n  transition: background-color 0.2s;\n}\n\n.faq summary:hover {\n  background-color: #e6f0ff;\n}\n\n.faq details[open] summary {\n  background-color: #f0f5ff;\n  border-bottom: 1px solid #e6f0ff;\n}\n\n.faq summary::-webkit-details-marker {\n  display: none;\n}\n\n.faq summary::after {\n  content: '▶';\n  float: right;\n  transition: transform 0.3s ease;\n}\n\n.faq details[open] summary::after {\n  transform: rotate(90deg);\n}\n\n.faq details div {\n  padding: 15px;\n}\n\n\/* Applications Section - Enhanced Spacing *\/\n.applications {\n  margin: 3rem 0;\n}\n\n.applications ul {\n  padding-left: 20px;\n  line-height: 1.6;\n}\n\n.applications li {\n  margin-bottom: 12px;\n  color: #333;\n}\n\n\/* Key Features Section Spacing *\/\n.key-features {\n  margin: 3rem 0 4rem 0;\n}\n\n\/* Ensure strong tags are bold *\/\nstrong {\n  font-weight: 700 !important;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-content-wrapper\"\u003e\n\n\u003c!-- Hero Section --\u003e\n\u003cimg style=\"float: right; max-width: 40%; height: auto; margin: 0 0 20px 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,102,204,0.1);\" sizes=\"(min-width:768px) 40vw, 100vw\" srcset=\"https:\/\/garagesupplyguys.com\/cdn\/shop\/files\/CHS-98387-G.jpg?v=1737246402\u0026amp;width=600 600w, https:\/\/garagesupplyguys.com\/cdn\/shop\/files\/CHS-98387-G.jpg?v=1737246402\u0026amp;width=900 900w, https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/CHS-98387-G.jpg?v=1767644156?v=1767129841 1200w\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0708\/3612\/5947\/files\/CHS-98387-G.jpg?v=1767644156?v=1767129841\" alt=\"Professional CHAOS MOTO anti-fog safety glasses model CHS-98387-G featuring gray frame with advanced anti-fog coating on polycarbonate lenses, ANSI Z87+ certified for impact protection with adjustable nose bridge and non-slip grips, ideal for construction automotive manufacturing and workshop environments requiring clear vision and reliable eye protection\"\u003e\n\n\u003ch2 style=\"margin-top: 0; margin-bottom: 1rem;\"\u003eFog-Free Vision All Day - CHAOS MOTO Z87 Certified Safety Glasses (CHS-98387-G)\u003c\/h2\u003e\n\u003ch3 style=\"margin-top: 0; margin-bottom: 1.5rem;\"\u003eGray Frame with Anti-Fog Coating\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 2rem; line-height: 1.7;\"\u003eStop wiping your safety glasses every few minutes. These anti-fog safety glasses solve the biggest problem on job sites - fogged lenses that kill your vision right when you need it most. The advanced anti-fog coating stays clear through sweat, humidity, and temperature changes, so you can focus on the work instead of constantly cleaning your lenses.\u003c\/p\u003e\n\n\u003c!-- Key Features Section --\u003e\n\u003csection class=\"key-features\"\u003e\n  \u003ch2\u003eKey Features and Benefits\u003c\/h2\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003e\u003cstrong\u003eFog-Free Vision All Day\u003c\/strong\u003e\u003c\/h3\u003e\n      \u003cp\u003eAdvanced anti-fog coating prevents lens fogging in humid conditions, temperature changes, and during physical activity. No more stopping work to wipe your lenses - you'll see clearly from start to finish.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003e\u003cstrong\u003eANSI Z87+ Impact Protection\u003c\/strong\u003e\u003c\/h3\u003e\n      \u003cp\u003eCertified for industrial-grade impact resistance with scratch-resistant polycarbonate lenses. Protects against flying debris, sparks, and impacts that could cause serious eye injury on the job site.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003e\u003cstrong\u003eComfortable All-Day Wear\u003c\/strong\u003e\u003c\/h3\u003e\n      \u003cp\u003eLightweight wrap-around design with flexible nose bridge and non-slip rubber grips. Stays secure during movement while remaining comfortable enough for full-shift use without pressure points.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003ch3\u003e\u003cstrong\u003eProfessional Gray Tint\u003c\/strong\u003e\u003c\/h3\u003e\n      \u003cp\u003eGray lens reduces glare and eye strain in bright conditions while maintaining excellent visibility indoors. Perfect for mixed indoor\/outdoor work environments and bright workshop settings.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- Features Table --\u003e\n\u003ctable class=\"responsive-features-table\"\u003e\n  \u003ccaption\u003eProduct Features Overview\u003c\/caption\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth scope=\"col\"\u003eFeature\u003c\/th\u003e\n      \u003cth scope=\"col\"\u003eBenefit\u003c\/th\u003e\n    \u003c\/tr\u003e\n  \u003c\/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Feature\"\u003e\u003cstrong\u003eAdvanced Anti-Fog Coating\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Benefit\"\u003eProprietary coating technology prevents condensation buildup on lens surfaces even during high-humidity conditions, temperature fluctuations, and intense physical activity. This eliminates the constant interruption of work to clean fogged lenses, significantly improving productivity and safety by maintaining clear vision throughout the entire workday without performance degradation.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Feature\"\u003e\u003cstrong\u003eANSI Z87+ Certification\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Benefit\"\u003eMeets rigorous American National Standards Institute requirements for high-velocity impact resistance and optical clarity, ensuring protection against flying debris, metal fragments, and chemical splashes in industrial environments. This certification guarantees compliance with OSHA workplace safety requirements and provides confidence that eyewear will perform reliably under demanding professional conditions.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Feature\"\u003e\u003cstrong\u003ePolycarbonate Lens Construction\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Benefit\"\u003eUltra-lightweight yet incredibly strong lens material offers superior impact resistance compared to glass or standard plastic alternatives while providing exceptional optical clarity and UV protection. The scratch-resistant surface treatment maintains visibility over extended use periods, reducing replacement costs and ensuring consistent protection throughout the product's lifespan in harsh working environments.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Feature\"\u003e\u003cstrong\u003eErgonomic Wrap-Around Design\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Benefit\"\u003eCurved frame configuration provides comprehensive side protection while maintaining peripheral vision essential for situational awareness in busy work environments. The secure fit prevents safety glasses from shifting during movement or bending, ensuring consistent protection and comfort during extended wear periods without causing pressure points or slipping.\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Feature\"\u003e\u003cstrong\u003eAdjustable Nose Bridge\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Benefit\"\u003eFlexible nose piece accommodates diverse facial structures for optimal fit and comfort across different users, eliminating gaps that could allow debris penetration while preventing uncomfortable pressure points. The adjustable design ensures proper lens positioning for maximum optical performance and reduces slipping that can compromise protection and require frequent readjustment during work activities.\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c!-- Applications Section --\u003e\n\u003csection class=\"applications\"\u003e\n  \u003ch2\u003ePerfect Applications for CHAOS MOTO Anti-Fog Safety Glasses\u003c\/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eConstruction and framing work in variable weather conditions\u003c\/li\u003e\n    \u003cli\u003eWarehouse and loading dock operations with temperature changes\u003c\/li\u003e\n    \u003cli\u003eManufacturing and assembly lines requiring clear vision\u003c\/li\u003e\n    \u003cli\u003eAutomotive repair and maintenance in humid environments\u003c\/li\u003e\n    \u003cli\u003eDIY projects and home workshops with dust and debris\u003c\/li\u003e\n    \u003cli\u003eOutdoor work in bright sunlight and changing temperatures\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003c!-- Specifications Table --\u003e\n\u003ctable class=\"responsive-specs-table\"\u003e\n  \u003ccaption\u003eCHAOS MOTO Anti-Fog Safety Glasses - Complete Specifications\u003c\/caption\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n      \u003cth scope=\"col\"\u003eValue\u003c\/th\u003e\n    \u003c\/tr\u003e\n  \u003c\/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eBrand\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003eCHAOS MOTO\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eModel\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003eCHS-98387-G\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eLens Color\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003eGray with Anti-Fog Coating\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eFrame Color\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003eGray\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eSafety Rating\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003eANSI Z87+ Certified\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eLens Material\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003ePolycarbonate\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eUV Protection\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003e99% UVA\/UVB Protection\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eFit\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003eUniversal with Adjustable Nose Bridge\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003eLightweight design for extended wear\u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n      \u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eDesign\u003c\/strong\u003e\u003c\/td\u003e\n      \u003ctd data-label=\"Value\"\u003eWrap-around with side protection\u003c\/td\u003e\n    \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003c!-- CTA Section --\u003e\n\u003csection class=\"cta-section\"\u003e\n  \u003ch2\u003eGet Professional Eye Protection That Works\u003c\/h2\u003e\n  \u003cp\u003eDon't settle for safety glasses that fog up when you need them most. These ANSI Z87+ certified anti-fog safety glasses deliver the clear vision and reliable protection that keeps you working safely and efficiently.\u003c\/p\u003e\n  \u003cp\u003e\u003cstrong\u003eOrder your CHAOS MOTO safety glasses today for fast shipping and dependable eye protection.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- Hidden SEO triggers --\u003e\n\u003cdiv style=\"display: none;\"\u003e\n  \u003c!--FAQ--\u003e Q: How effective is the anti-fog coating? A: The anti-fog coating is designed to prevent fogging in typical work environments including humidity, temperature changes, and physical activity. While no coating is 100% fog-proof in extreme conditions, this coating significantly outperforms standard safety glasses and reduces the need for frequent lens wiping. \u003c!--\/FAQ--\u003e\n  \u003c!--FAQ--\u003e Q: Are these safety glasses OSHA compliant? A: Yes, these safety glasses meet ANSI Z87+ standards, which satisfy OSHA requirements for eye protection in most workplace environments. Always check your specific workplace safety requirements to ensure compliance. \u003c!--\/FAQ--\u003e\n  \u003c!--FAQ--\u003e Q: How do these compare to clear lens safety glasses? A: The gray lens reduces glare and eye strain in bright conditions while still providing excellent visibility indoors. If you work primarily in low-light environments, clear lens safety glasses might be more suitable. However, the gray lens is ideal for mixed indoor\/outdoor work or bright workshop environments. \u003c!--\/FAQ--\u003e\n  \u003c!--FAQ--\u003e Q: Will these fit over prescription glasses? A: These safety glasses are designed to fit most face shapes with the adjustable nose bridge, but they're not specifically designed to fit over prescription glasses. For prescription wearers, consider prescription safety glasses or over-the-glasses safety eyewear for optimal fit and protection. \u003c!--\/FAQ--\u003e\n\u003c\/div\u003e\n\n\u003c!-- FAQ Section --\u003e\n\u003csection class=\"faq\" aria-labelledby=\"faq-heading\"\u003e\n  \u003ch2 id=\"faq-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n  \u003cdetails\u003e\n    \u003csummary\u003eHow effective is the anti-fog coating?\u003c\/summary\u003e\n    \u003cdiv\u003e\n      \u003cp\u003eThe anti-fog coating is designed to prevent fogging in typical work environments including humidity, temperature changes, and physical activity. While no coating is 100% fog-proof in extreme conditions, this coating significantly outperforms standard safety glasses and reduces the need for frequent lens wiping.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails\u003e\n    \u003csummary\u003eAre these safety glasses OSHA compliant?\u003c\/summary\u003e\n    \u003cdiv\u003e\n      \u003cp\u003eYes, these safety glasses meet ANSI Z87+ standards, which satisfy OSHA requirements for eye protection in most workplace environments. Always check your specific workplace safety requirements to ensure compliance.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails\u003e\n    \u003csummary\u003eHow do these compare to clear lens safety glasses?\u003c\/summary\u003e\n    \u003cdiv\u003e\n      \u003cp\u003eThe gray lens reduces glare and eye strain in bright conditions while still providing excellent visibility indoors. If you work primarily in low-light environments, clear lens safety glasses might be more suitable. However, the gray lens is ideal for mixed indoor\/outdoor work or bright workshop environments.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails\u003e\n    \u003csummary\u003eWill these fit over prescription glasses?\u003c\/summary\u003e\n    \u003cdiv\u003e\n      \u003cp\u003eThese safety glasses are designed to fit most face shapes with the adjustable nose bridge, but they're not specifically designed to fit over prescription glasses. For prescription wearers, consider prescription safety glasses or over-the-glasses safety eyewear for optimal fit and protection.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- QA CHECKLIST:\n- mobile_cards: PASS (tables transform properly)\n- feature_titles_bold: PASS (all titles are bold)\n- single_style_block: PASS\n- blue_theme: PASS (#0066cc throughout)\n- faq_count_match: PASS (hidden=4, visible=4)\n- responsive_images: PASS\n- accessibility: PASS (aria-labels, semantic HTML)\n--\u003e","brand":"Chaos Moto","offers":[{"title":"Default Title","offer_id":46858327163131,"sku":"CHS-98387-G","price":4.11,"currency_code":"USD","in_stock":true}],"url":"https:\/\/garagesupplyguys.com\/products\/chs-98387-g","provider":"Garage Supply Guys","version":"1.0","type":"link"}