{"product_id":"kids-upf50-sun-hoodie","title":"Kids UPF50 Sun Hoodie","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Kids Outdoor Apparel (3-in-1 UV Guard Hoodie)\nTarget Audience: Parents prioritizing safety, sun protection, and comfort for their children\nVisual Style: Trustworthy, Clean, Playful yet Technical\nColor Strategy: Soft Protective Blue (--primary) with high-contrast text on bright backgrounds\nShape Strategy: Radius 20px (Friendly, soft for kids apparel)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 34px+, Body at 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll), with metric-to-imperial auto-conversion\nImage Mapping: Hero=image_1, Shield=image_2, Mesh=image_3, Motion=image_4, SizeChart=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color System *\/\n      --primary: #0ea5e9;\n      --primary-soft: #e0f2fe;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --border-color: #e2e8f0;\n      \n      \/* Shape \u0026 Shadow *\/\n      --radius-md: 12px;\n      --radius-lg: 20px;\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\n    \/* Global Resets \u0026 Typography *\/\n    .product-detail-container {\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      line-height: 1.7;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      margin: 0 0 1rem 0;\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h1 { font-size: clamp(34px, 5vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(28px, 4vw, 36px); }\n    .product-detail-container h3 { font-size: clamp(22px, 3vw, 28px); }\n    .product-detail-container p { font-size: clamp(18px, 2vw, 20px); color: var(--text-sub); margin-bottom: 1.5rem; }\n    \n    \/* Image Placeholder Protocol *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background-color: var(--bg-card);\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      overflow: hidden;\n      position: relative;\n    }\n    \n    \/* Scheme A: Natural Flow Image (for real usage if \u003cimg\u003e was present, setting rule as requested) *\/\n    .fluid-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Badges (Non-clickable) *\/\n    .badges-wrapper {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 24px;\n    }\n    .badge {\n      background: var(--primary-soft);\n      color: var(--primary);\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 700;\n      letter-spacing: 0.5px;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      text-align: center;\n    }\n    .social-proof {\n      display: inline-block;\n      font-size: 18px;\n      font-weight: 600;\n      color: #10b981;\n      background: #d1fae5;\n      padding: 8px 20px;\n      border-radius: 50px;\n      margin-bottom: 24px;\n    }\n\n    \/* Features Layout (Mobile Order Lock) *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 8vw, 6rem);\n      padding: clamp(2rem, 5vw, 4rem) 0;\n    }\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE FIRST: Stacked *\/\n      gap: 2rem;\n      align-items: center;\n    }\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n    .feature-copy h3 {\n      color: var(--primary);\n      margin-bottom: 12px;\n      font-size: clamp(24px, 3.5vw, 32px);\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* DESKTOP: Z-Pattern *\/\n        gap: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Specifications Table Layout *\/\n    .specs-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      margin: clamp(2rem, 5vw, 4rem) 0;\n      padding: clamp(1.5rem, 4vw, 3rem);\n    }\n    \n    table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    th, td {\n      text-align: left;\n      padding: 18px;\n      font-size: 18px;\n      color: var(--text-main);\n    }\n\n    th {\n      background-color: var(--primary);\n      color: white;\n      font-weight: 700;\n    }\n\n    tbody tr:nth-child(even) {\n      background-color: #f1f5f9;\n    }\n    \n    tbody tr {\n      background-color: var(--bg-body);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    \/* MOBILE TABLE OVERRIDE (CRITICAL: Card-based, No Horizontal Scroll) *\/\n    @media (max-width: 767px) {\n      table, thead, tbody, tr, th, td {\n        display: block;\n        width: 100%;\n      }\n      thead {\n        display: none; \/* Hide native headers *\/\n      }\n      tbody tr {\n        margin-bottom: 1.5rem;\n        border: 2px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n      td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 12px 8px;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 16px;\n      }\n      td:last-child {\n        border-bottom: none;\n      }\n      td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-sub);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n    }\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 800;\n      color: var(--text-main);\n      margin-bottom: 12px;\n    }\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"social-proof\"\u003e★ Trusted by 50,000+ Parents\u003c\/div\u003e\n\n\u003ch1\u003eKids 3-in-1 UV Guard Hoodie\u003c\/h1\u003e\n\n\u003ch2\u003eMaximum Sun Protection Meets All-Day Comfort\u003c\/h2\u003e\n\n\u003cdiv class=\"badges-wrapper\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"badge\"\u003eUPF 50+ Protection\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003eUltra-Breathable\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003eQuick-Dry Fabric\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\" style=\"width: 100%; max-width: 800px; margin: 0 auto; margin-top: 2rem;\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260413144139\/c01ad4a604e06cdbbc3a01d87da1d518.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260413144139\/6dd020d19ce95918450be10d920046a0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e1. All-Season Shield\u003c\/h3\u003e\n\n\u003cp\u003eNo more sunburns or bug bites. The extended visor, built-in face flap, and secure thumb-hole cuffs create seamless head-to-hip coverage.\u003c\/p\u003e\n\n\u003cp\u003eEngineered to block \u003cstrong\u003e98% of harmful UVA\/UVB rays\u003c\/strong\u003e, cut harsh wind chills, and keep insects off delicate skin during any outdoor adventure.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260413144138\/a84eb7978199cccdec39cd3db471210d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e2. Breathe-Easy Mesh Panel\u003c\/h3\u003e\n\n\u003cp\u003eComplete protection shouldn't mean feeling trapped. We've integrated a hidden air-mesh panel around the mouth and cheeks.\u003c\/p\u003e\n\n\u003cp\u003eThis allows your child to \u003cstrong\u003ebreathe freely and stay remarkably cool\u003c\/strong\u003e, completely eliminating that stuffy, clammy feeling even during intense summer 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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260413144138\/4adf84ad5627724dd99842c705f241b0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e3. Motion-Ready Design\u003c\/h3\u003e\n\n\u003cp\u003eBuilt for boundless energy. Crafted from an ultra-stretch, light-weave fabric that moves perfectly with your child.\u003c\/p\u003e\n\n\u003cp\u003eFeatures a smart \u003cstrong\u003epony-tail hood slit\u003c\/strong\u003e for zero restriction while running, biking, or playing beach games. Plus, the quick-dry fibres instantly whisk away sweat to keep them comfortable all day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eSizing \u0026amp; Specifications\u003c\/h2\u003e\n\n\u003cp\u003eFind the perfect fit for your little adventurer. Measurements are provided in both metric and imperial units for your convenience.\u003c\/p\u003e\n\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSize \u003c\/th\u003e\n\t\t\t\u003cth\u003eLength \u003c\/th\u003e\n\t\t\t\u003cth\u003eSleeve Length \u003c\/th\u003e\n\t\t\t\u003cth\u003eChest \u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\u003c!-- Metric to Imperial Conversion Rule Applied: cm \/ 2.54 --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size (尺码)\"\u003eSmall (S)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length (衣长)\"\u003e44 cm (17.3 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve Length (袖长)\"\u003e52 cm (20.5 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest (胸围)\"\u003e98 cm (38.6 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size (尺码)\"\u003eMedium (M)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length (衣长)\"\u003e46 cm (18.1 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve Length (袖长)\"\u003e57 cm (22.4 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest (胸围)\"\u003e102 cm (40.2 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size (尺码)\"\u003eLarge (L)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Length (衣长)\"\u003e48 cm (18.9 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Sleeve Length (袖长)\"\u003e62 cm (24.4 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest (胸围)\"\u003e112 cm (44.1 in)\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=\"faq-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the face flap restrict my child's vision or breathing?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNot at all! The hoodie features a specialized Breathe-Easy hidden air-mesh panel around the mouth and cheeks, ensuring smooth, cool airflow. The extended visor is designed to block sun glare without obstructing their line of sight during active play.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the sizing true to fit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, our UV Guard Hoodie runs true to size. Because it uses an ultra-stretch light-weave fabric, it naturally accommodates movement and growth. We recommend checking our sizing chart above to find the exact measurements for the best comfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I wash and care for this hoodie?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIt is incredibly easy to clean. The quick-dry fibres are machine washable on a gentle, cold cycle. Because of the moisture-wicking and quick-dry technology, simply hang it up and it will be completely dry and ready for the next adventure in no time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Funluluu","offers":[{"title":"Pastel Pink \/ S (Height 35\"-43\")","offer_id":48284361064697,"sku":"0414-11336889","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Light Grey \/ S (Height 35\"-43\")","offer_id":48284361097465,"sku":"0414-11339209","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ S (Height 35\"-43\")","offer_id":48284361130233,"sku":"0414-11330466","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ S (Height 35\"-43\")","offer_id":48284361163001,"sku":"0414-11334258","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Soft Yellow \/ S (Height 35\"-43\")","offer_id":48284361195769,"sku":"0414-11334423","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Pastel Pink \/ M (Height 47\"-55\")","offer_id":48284361228537,"sku":"0414-11336895","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Light Grey \/ M (Height 47\"-55\")","offer_id":48284361261305,"sku":"0414-11332162","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ M (Height 47\"-55\")","offer_id":48284361294073,"sku":"0414-11337133","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ M (Height 47\"-55\")","offer_id":48284361326841,"sku":"0414-11332227","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Soft Yellow \/ M (Height 47\"-55\")","offer_id":48284361359609,"sku":"0414-11337961","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Pastel Pink \/ L (Height 55\"-63\")","offer_id":48284361392377,"sku":"0414-11332351","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Light Grey \/ L (Height 55\"-63\")","offer_id":48284361425145,"sku":"0414-11337993","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Cream White \/ L (Height 55\"-63\")","offer_id":48284361457913,"sku":"0414-11337698","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Sky Blue \/ L (Height 55\"-63\")","offer_id":48284361490681,"sku":"0414-11337906","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Soft Yellow \/ L (Height 55\"-63\")","offer_id":48284361523449,"sku":"0414-11331942","price":16.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/6796\/0057\/files\/c01ad4a604e06cdbbc3a01d87da1d518.jpg?v=1776137694","url":"https:\/\/funluluu.com\/products\/kids-upf50-sun-hoodie","provider":"Funluluu","version":"1.0","type":"link"}