{"product_id":"easy-on-kids-rain-covers","title":"Easy-On Kids Rain Covers","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Children's Waterproof Shoe Covers \/ Kids' Outdoor Rain Shoes\nTarget Audience: Parents looking for reliable rain protection and slip-preventing shoe gear for kids\nVisual Style: Playful, clean, modern, and highly structural\nColor Strategy: Vibrant kid-friendly yellow-gold accents coupled with highly legible slate text and soft gray\/pastel backgrounds\nModule Order: Hero -\u003e Feature 1 (Zipper \u0026 Drawstring) -\u003e Feature 2 (Anti-Slip Tread) -\u003e Feature 3 (Comfort \u0026 Fit) -\u003e Comparison (Upgraded vs Traditional) -\u003e Size Guide Table -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_4, Feature2=detail_3, Feature3=detail_2\nSpecification Data Source: Extracted strictly from the size chart (Image 6) and product color specifications. No spec image placeholders are rendered.\nCompare Section: Included. Highlights \"Upgraded Rubber Rain Shoes\" vs \"Traditional Rain Shoes\" based on Image 5 facts.\nInformation Boundary: Strictly relies on facts directly illustrated in Images 1-6 and the provided text inputs. No unverified performance ratings or unmentioned materials have been added.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #f59e0b;\n    --primary-hover: #d97706;\n    --text-main: #1e293b;\n    --text-sub: #475569;\n    --bg-body: #ffffff;\n    --bg-card: #f8fafc;\n    --bg-soft: #f1f5f9;\n    --bg-accent-soft: #fef3c7;\n    --border-color: #e2e8f0;\n    --radius-md: 12px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);\n    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 2rem 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Fixed Typography System *\/\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 .compare-title,\n  .product-detail-container .spec-title,\n  .product-detail-container .faq-question {\n    font-size: 20px;\n    line-height: 1.4;\n    font-weight: 600;\n    margin: 0 0 12px 0;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p,\n  .product-detail-container li,\n  .product-detail-container .hero-subtitle,\n  .product-detail-container .feature-description,\n  .product-detail-container .spec-value,\n  .product-detail-container .faq-answer,\n  .product-detail-container .badge,\n  .product-detail-container .tag,\n  .product-detail-container td,\n  .product-detail-container th {\n    font-size: 18px;\n    line-height: 1.6;\n    color: var(--text-sub);\n  }\n\n  \/* Spacing System *\/\n  .product-detail-container section {\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n  }\n\n  \/* Image Placeholders *\/\n  .image-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    background-color: var(--bg-soft);\n    border: 2px dashed #cbd5e1;\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 20px;\n    color: var(--text-sub);\n    font-weight: 500;\n  }\n\n  \/* Badges \u0026 Tags *\/\n  .badge {\n    display: inline-block;\n    background-color: var(--bg-accent-soft);\n    color: var(--primary-hover);\n    padding: 6px 16px;\n    border-radius: 50px;\n    font-weight: 600;\n    margin-bottom: 16px;\n  }\n\n  .tag-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 12px;\n  }\n\n  .tag {\n    background-color: var(--bg-soft);\n    color: var(--text-main);\n    padding: 4px 12px;\n    border-radius: 6px;\n    font-weight: 500;\n  }\n\n  \/* Intro \/ Hero Section *\/\n  .hero-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .hero-section {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .hero-copy {\n    padding-right: 0;\n  }\n\n  @media (min-width: 768px) {\n    .hero-copy {\n      padding-right: 24px;\n    }\n  }\n\n  \/* Feature Sections *\/\n  .features-container {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 4vw, 3rem);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: 24px;\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  \/* Comparison Section *\/\n  .compare-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 20px;\n    margin-top: 24px;\n  }\n\n  @media (min-width: 768px) {\n    .compare-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  .compare-card {\n    border-radius: var(--radius-lg);\n    padding: 24px;\n    border: 1px solid var(--border-color);\n  }\n\n  .compare-card.upgraded {\n    background-color: #fefce8;\n    border-color: #fef08a;\n  }\n\n  .compare-card.traditional {\n    background-color: #f8fafc;\n    border-color: var(--border-color);\n  }\n\n  .compare-row {\n    margin-bottom: 16px;\n    border-bottom: 1px solid rgba(0, 0, 0, 0.05);\n    padding-bottom: 12px;\n  }\n\n  .compare-row:last-child {\n    margin-bottom: 0;\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  .compare-label {\n    font-weight: 600;\n    margin-bottom: 4px;\n    color: var(--text-main);\n  }\n\n  \/* Specifications \u0026 Tables *\/\n  .table-container {\n    overflow-x: auto;\n    margin-top: 16px;\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n  }\n\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: left;\n  }\n\n  .spec-table th,\n  .spec-table td {\n    padding: 16px;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .spec-table th {\n    background-color: var(--bg-soft);\n    font-weight: 600;\n    color: var(--text-main);\n  }\n\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* Size Guide Tip Box *\/\n  .tip-box {\n    background-color: var(--bg-accent-soft);\n    border-left: 4px solid var(--primary);\n    border-radius: 4px;\n    padding: 16px;\n    margin-top: 16px;\n  }\n\n  \/* FAQ Section *\/\n  .faq-container {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .faq-item {\n    background-color: var(--bg-card);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    padding: 20px;\n  }\n\n  .faq-question {\n    font-weight: 600;\n    margin-bottom: 8px;\n    color: var(--text-main);\n  }\n\n  .faq-answer {\n    margin: 0;\n  }\n\n  \/* Mobile Specifications Adaptive Layout Rules *\/\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 thead {\n      display: none;\n    }\n\n    .spec-table td {\n      display: grid;\n      grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n      gap: 14px;\n      width: 100%;\n      box-sizing: border-box;\n      padding: 14px 16px;\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    }\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\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"badge\"\u003eOdor-Free \u0026amp; Easy to Store\u003c\/span\u003e\n\u003ch1\u003eWaterproof Kids' Outdoor Rain Shoe Covers\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKeep little feet dry, comfortable, and active in wet weather. These portable shoe covers defend your child's favorite sneakers against heavy rain, mud, and water splashes while ensuring steady steps.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img262\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917140251\/18b79311e29101d7065dbb1c12b3533f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img263\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917140252\/c27f118893007c3befca1ce9a24da120.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eHigh-Density Zipper \u0026amp; Drawstring Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEngineered with an easy-glide front zipper and a secure, auto-adjustable drawstring toggle. This dual-protection system ensures a customizable fit around your child's calves to lock out water while remaining breathable.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eWater Resistance\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAuto-Adjustable Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Anti-Slip Sole --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img264\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917140251\/59c33da6119c814f83cdbfd0ef6b35f9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSteady Steps with Less Slipping\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe heavy-traction outer tread features thick cartoon and textured anti-slip patterns. It delivers excellent surface grip, allowing your little ones to jump and walk with ultimate confidence on wet, muddy grass, or slick asphalt pavements.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eAnti-Slip Sole\u003c\/span\u003e \u003cspan class=\"tag\"\u003eThick Tread Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Cushioned Comfort --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img265\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917140252\/f4542cabe1c3ae4a8d3b3b67c7819caa.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eUltra-Soft \u0026amp; Flexible Fit\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eConstructed with a flexible structure that naturally bends with the foot. Designed specifically to cradle kids' feet, the integrated sole cushioning helps absorb shock and reduce foot fatigue during long rainy day walks.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eUltra-Soft Feel\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHealthy Walking Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Comparison Section --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Upgraded Rubber Shoe Covers?\u003c\/h2\u003e\n\n\u003cdiv class=\"compare-grid\"\u003e\n\u003c!-- Upgraded Product --\u003e\n\u003cdiv class=\"compare-card upgraded\"\u003e\n\u003ch3 class=\"compare-title\"\u003eOur Upgraded Design\u003c\/h3\u003e\n\n\u003cdiv class=\"compare-row\"\u003e\n\u003cdiv class=\"compare-label\"\u003eMaterial\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003ePremium Upgraded Compound: Breathable, comfortable, and stays fresher for longer periods.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-row\"\u003e\n\u003cdiv class=\"compare-label\"\u003eWeight \u0026amp; Comfort\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eLightweight Design: Fits easily, is easy to wear and remove, and stays comfy.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-row\"\u003e\n\u003cdiv class=\"compare-label\"\u003eSupport\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eBetter Foot Support: Cushions little feet comfortably, supporting easier and healthier walking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Traditional Product --\u003e\n\n\u003cdiv class=\"compare-card traditional\"\u003e\n\u003ch3 class=\"compare-title\"\u003eTraditional Rain Gear\u003c\/h3\u003e\n\n\u003cdiv class=\"compare-row\"\u003e\n\u003cdiv class=\"compare-label\"\u003eMaterial\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eLow-Grade PVC: Stuffy, highly prone to trapped moisture, and easily holds odor.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-row\"\u003e\n\u003cdiv class=\"compare-label\"\u003eWeight \u0026amp; Comfort\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eTraditional Design: Bulky, inconvenient to store, and less comfortable in wet weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"compare-row\"\u003e\n\u003cdiv class=\"compare-label\"\u003eSupport\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eStuffy \u0026amp; Weak: Bare fabric soles cause foot discomfort and exhaustion after short wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Size Guide Section --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eSize Guide\u003c\/h2\u003e\n\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img94\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917140249\/3b984af9b3c5fa1e896f6ddc52a2d116.jpg\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table (Text Only) --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e\u003cspan class=\"spec-value\"\u003eChildren's Waterproof Shoe Covers\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003eYellow, Light Green, Pink, Sky Blue, Light Purple\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size Selection\"\u003e\u003cspan class=\"spec-value\"\u003eS, M, L, XL, XXL (Fits regular kids' shoe sizes 26 to 38)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Waterproof System\"\u003e\u003cspan class=\"spec-value\"\u003eHigh-density zipper + Auto-adjustable toggle drawstring\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Sole Properties\"\u003e\u003cspan class=\"spec-value\"\u003eCushioned, textured anti-slip sole with flexible rubber support\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003e\u003cspan class=\"spec-value\"\u003eEasy to bend, odor-free material, lightweight and easy to store\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I choose the correct size for my child's shoes?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eWe recommend measuring your child's regular shoe sole first. Then, select the shoe cover size that is 1.5 cm to 2 cm larger than that measurement. For example, if the regular shoe measures 18 cm, choose a cover with a sole length of at least 20 cm (Size S).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eAre these easy for younger children to put on themselves?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes! The zipper is positioned right down the front center of the boot-shaped shoe covers, making them exceptionally easy for kids to slide on. The auto-adjustable drawstring at the top secures instantly with a basic squeeze-and-pull toggle.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWill these keep socks dry during puddle jumping?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. Thanks to the high-density zipper design and the high-top shape with adjustable drawstrings at the opening, your child's shoes and ankles remain securely enclosed from mud, splashing rain, and damp wet grass.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Yellow \/ S (Fits US Toddler 9.5-11)","offer_id":46217551806655,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Purple \/ S (Fits US Toddler 9.5-11)","offer_id":46217551839423,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S (Fits US Toddler 9.5-11)","offer_id":46217551872191,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ S (Fits US Toddler 9.5-11)","offer_id":46217551904959,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S (Fits US Toddler 9.5-11)","offer_id":46217551937727,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ M (Fits US Little Kid 11.5-12.5)","offer_id":46217551970495,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Purple \/ M (Fits US Little Kid 11.5-12.5)","offer_id":46217552003263,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M (Fits US Little Kid 11.5-12.5)","offer_id":46217552036031,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ M (Fits US Little Kid 11.5-12.5)","offer_id":46217552068799,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M (Fits US Little Kid 11.5-12.5)","offer_id":46217552101567,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ L (Fits US Little Kid 13-1)","offer_id":46217552134335,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Purple \/ L (Fits US Little Kid 13-1)","offer_id":46217552167103,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L (Fits US Little Kid 13-1)","offer_id":46217552199871,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ L (Fits US Little Kid 13-1)","offer_id":46217552232639,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L (Fits US Little Kid 13-1)","offer_id":46217552265407,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ XL (Fits US Little Kid 1.5-2.5)","offer_id":46217552298175,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XL (Fits US Little Kid 1.5-2.5)","offer_id":46217552330943,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL (Fits US Little Kid 1.5-2.5)","offer_id":46217552363711,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL (Fits US Little Kid 1.5-2.5)","offer_id":46217552396479,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XL (Fits US Little Kid 1.5-2.5)","offer_id":46217552429247,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ XXL (Fits US Big Kid 3-4)","offer_id":46217552462015,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Purple \/ XXL (Fits US Big Kid 3-4)","offer_id":46217552494783,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XXL (Fits US Big Kid 3-4)","offer_id":46217552527551,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Green \/ XXL (Fits US Big Kid 3-4)","offer_id":46217552560319,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Blue \/ XXL (Fits US Big Kid 3-4)","offer_id":46217552593087,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/18b79311e29101d7065dbb1c12b3533f.jpg?v=1789625143","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/easy-on-kids-rain-covers","provider":"Bak","version":"1.0","type":"link"}