{"product_id":"unbreakable-kids-uv-sunglasses","title":"Unbreakable Kids UV Sunglasses","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Kids' Foldable Sunglasses with UV Protection \u0026 Lanyard\nTarget Audience: Parents of toddlers and young children focusing on safety, durability, and comfort.\nVisual Style: Playful, safe, trustworthy, and vibrant.\nColor Strategy: Aqua Blue (--primary: #0ca4a5) for a fun, outdoorsy feel; Soft Sand (--bg-body: #f9f7f3) for a warm background; Dark Slate (--text-main: #2c3e50) for high-contrast readability.\nShape Strategy: Radius 20px (--radius-lg) to communicate child-safety, softness, and an approachable \"bump-free\" design.\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36px\/44px, Body: 18px). Prevent overflow with break-word.\nMobile Table Strategy: Card-based (No horizontal scroll). Native table visually converted to styled list on mobile.\nImage Mapping: Hero=image_1, Lenses=image_2, Flexible Frame=image_3, Lanyard=image_4, Lightweight=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* ==========================================================================\n       DESIGN SYSTEM \u0026 VARIABLES\n       ========================================================================== *\/\n    .product-detail-container {\n      --primary: #0ca4a5;\n      --primary-light: #e0f6f6;\n      --accent: #f4a261;\n      --bg-body: #f9f7f3;\n      --bg-card: #ffffff;\n      --text-main: #2c3e50;\n      --text-sub: #5c6e80;\n      --border-color: #e2e8f0;\n      \n      --radius-sm: 8px;\n      --radius-md: 16px;\n      --radius-lg: 24px;\n      \n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.08);\n      \n      --gap-sm: clamp(1.5rem, 4vw, 2.5rem);\n      --gap-lg: clamp(2.5rem, 6vw, 5rem);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* ==========================================================================\n       TYPOGRAPHY\n       ========================================================================== *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      color: var(--text-main);\n      margin-top: 0;\n      margin-bottom: 1rem;\n      font-weight: 700;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 34px);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(22px, 3vw, 26px);\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    \/* Non-interactive Badge *\/\n    .product-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 700;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1rem;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n\n    \/* ==========================================================================\n       MEDIA PROTOCOL (Strictly no distortion\/stretching)\n       ========================================================================== *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Image Placeholder (As requested) *\/\n    .media-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3; \/* To maintain a natural shape before real images load *\/\n      background-color: #f1f5f9;\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #64748b;\n      font-size: 18px;\n      font-weight: 600;\n    }\n\n    \/* ==========================================================================\n       HERO SECTION\n       ========================================================================== *\/\n    .pd-hero {\n      text-align: center;\n      padding: var(--gap-lg) 0;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n    }\n\n    .pd-hero-copy {\n      max-width: 800px;\n      margin-bottom: var(--gap-sm);\n    }\n\n    .pd-social-proof {\n      font-size: 16px;\n      color: var(--accent);\n      font-weight: 600;\n      margin-bottom: 2rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n    }\n\n    \/* ==========================================================================\n       Z-PATTERN FEATURES (Mobile Ordering Lock Enforced)\n       ========================================================================== *\/\n    .pd-features {\n      display: flex;\n      flex-direction: column;\n      gap: var(--gap-lg);\n      padding: var(--gap-lg) 0;\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE FIRST: Strictly Column *\/\n      gap: var(--gap-sm);\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Desktop Z-Pattern *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      \/* Prevent text from touching the image *\/\n      .feature-copy {\n        padding: 0 5%;\n      }\n    }\n\n    \/* ==========================================================================\n       SPECIFICATIONS TABLE (Mobile Card Lock)\n       ========================================================================== *\/\n    .pd-specs-section {\n      padding: var(--gap-lg) 0;\n    }\n\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-specs-table th, \n    .pd-specs-table td {\n      padding: 1.5rem;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-specs-table th {\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-weight: 700;\n      width: 35%;\n    }\n\n    .pd-specs-table tr:last-child th,\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* Mobile Table Card Layout *\/\n    @media (max-width: 767px) {\n      .pd-specs-table, \n      .pd-specs-table thead, \n      .pd-specs-table tbody, \n      .pd-specs-table tr, \n      .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table {\n        background: transparent;\n        box-shadow: none;\n      }\n      .pd-specs-table thead {\n        display: none; \/* Hide header completely *\/\n      }\n      .pd-specs-table tr {\n        background: var(--bg-card);\n        margin-bottom: 1rem;\n        border-radius: var(--radius-md);\n        box-shadow: var(--shadow-sm);\n        padding: 1rem;\n      }\n      .pd-specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.75rem 0;\n        border-bottom: 1px dashed var(--border-color);\n        font-size: 18px;\n      }\n      .pd-specs-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        margin-bottom: 0.25rem;\n        font-size: 16px;\n      }\n    }\n\n    \/* ==========================================================================\n       FAQ SECTION\n       ========================================================================== *\/\n    .pd-faq-section {\n      padding: var(--gap-lg) 0;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .pd-faq-section h2 {\n      text-align: center;\n      margin-bottom: var(--gap-sm);\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      margin-bottom: 1.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-item h3 {\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n    }\n\n    .faq-item h3::before {\n      content: \"Q:\";\n      font-weight: 900;\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"product-badge\"\u003e100% UV Protection\u003c\/div\u003e\n\n\u003ch1\u003eUltimate Sun Safety for Active Little Explorers\u003c\/h1\u003e\n\n\u003cp\u003eBendable, unbreakable frames meets crystal clear vision. Keep their sensitive eyes protected during every outdoor adventure, beach trip, and playground run.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e★★★★★ Trusted by 10,000+ Parents Nationwide\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323135401\/2a9026e4e13179d2c6c8f36a1fbe213a.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-features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323135401\/42b6699153b7cd718d79ac6c8683647c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"product-badge\"\u003eTotal Defense\u003c\/div\u003e\n\n\u003ch2\u003eFull UV Protection Lenses\u003c\/h2\u003e\n\n\u003cp\u003eExpertly designed to block harmful UVA and UVB rays. These shatterproof lenses protect sensitive developing eyes from sun damage, ensuring clear, comfortable vision even in the brightest beach and travel environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323135401\/c00964a7290d67f6dbdbc41641aef7f1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"product-badge\"\u003eKid-Proof Design\u003c\/div\u003e\n\n\u003ch2\u003eFlexible \u0026amp; Foldable Frame\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to snapped sunglasses! Our highly durable, bendable frame flexes under pressure to completely reduce breakage risks. It easily folds down for compact storage in tiny pockets or backpacks—perfect for school trips and rough play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323135401\/fe9a3df4a6ee769efe30703c801f758a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"product-badge\"\u003eNever Lose Them\u003c\/div\u003e\n\n\u003ch2\u003eAdjustable Safety Lanyard\u003c\/h2\u003e\n\n\u003cp\u003eIncludes a comfortable, adjustable neck strap that keeps the sunglasses securely fastened during high-energy playtime. When they take them off, the glasses hang safely around their neck, drastically reducing the chance of losing them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323135401\/1db849d69ec87179bf1608fa1300a45d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"product-badge\"\u003eAll-Day Wear\u003c\/div\u003e\n\n\u003ch2\u003eFeatherlight Comfort Fit\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for small faces and delicate skin. The ultra-lightweight design eliminates pinching or pressure on little noses and ears. Your child will forget they're even wearing them during long biking excursions or playground visits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"pd-specs-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: var(--gap-sm);\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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\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=\"Weight\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd\u003e25 g \/ 0.9 oz (Ultra-lightweight)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Frame Width\"\u003eFrame Width\u003c\/td\u003e\n\t\t\t\u003ctd\u003e12.5 cm \/ 4.9 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"UV Rating\"\u003eUV Rating\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUV400 (Blocks 100% UVA \u0026amp; UVB rays)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePremium Flexible TPEE (BPA-Free, Non-toxic)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included in Box\"\u003eIncluded in Box\u003c\/td\u003e\n\t\t\t\u003ctd\u003e1x Foldable Sunglasses, 1x Adjustable Lanyard\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre these frames easily breakable if my child sits on them?\u003c\/h3\u003e\n\n\u003cp\u003eNot at all! Our frames are specifically engineered from highly flexible, memory-shape material. They can withstand severe twisting, drops, and even accidental sit-downs without snapping, making them completely kid-proof.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the lanyard safe and easy to use for preschoolers?\u003c\/h3\u003e\n\n\u003cp\u003eYes. The lanyard is designed to securely hold the sunglasses during running and playing, preventing drops. It is easily adjustable for a perfect fit and can be effortlessly detached by a parent when not needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I clean sticky fingerprints off the lenses?\u003c\/h3\u003e\n\n\u003cp\u003eThe lenses are very easy to maintain. Simply wipe them down with a soft microfiber cloth. For tougher smudges from outdoor play, washing them gently with a drop of mild dish soap and warm water works perfectly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Pink Bear Case + Pink Glasses","offer_id":48760126374131,"sku":"0327-14569453","price":12.98,"currency_code":"USD","in_stock":true},{"title":"Brown Bear Case + Black Glasses","offer_id":48760126406899,"sku":"0327-14561581","price":12.98,"currency_code":"USD","in_stock":true},{"title":"White Bear Case + Blue Glasses","offer_id":48760126439667,"sku":"0327-14564046","price":12.98,"currency_code":"USD","in_stock":true},{"title":"Crocodile Case + Green Glasses","offer_id":48760126472435,"sku":"0327-14566011","price":12.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/1937\/2019\/files\/2a9026e4e13179d2c6c8f36a1fbe213a.jpg?v=1774594716","url":"https:\/\/ifurryhaven.com\/products\/unbreakable-kids-uv-sunglasses","provider":"IFurryhaven","version":"1.0","type":"link"}