{"product_id":"kickaroo-kids-soccer-cleats-no-tie-velcro-design-durable-tpu-ag-tf-styles","title":"Kickaroo™ Kids Soccer Cleats - No-Tie Velcro Design - Durable TPU (AG\/TF Styles)","description":"\u003cstyle\u003e\n    :root {\n        --brand-black: #000000;\n        --brand-white: #ffffff;\n        --accent-volt: #d2fe07; \/* Kickaroo Identity Color *\/\n        --dark-gray: #111111;\n        --light-gray: #f5f5f5;\n        --text-muted: #666666;\n    }\n\n    .brand-pdp-container {\n        font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n        color: var(--brand-black);\n        background: var(--brand-white);\n        margin: 0;\n        overflow-x: hidden;\n    }\n\n    \/* 1. FIXED HERO SECTION - Replaced img tag with CSS background-image for best results *\/\n    .hero-section {\n        position: relative;\n        min-height: 80vh;\n        background-color: var(--brand-black); \/* Fallback color *\/\n        \n        \/* Implementation of the Hero image using CSS background for better control *\/\n        background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), \n                          url('https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/5651\/9701\/files\/Kickaroo_Kids_Soccer_Cleats.jpg?v=1776690240');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        \/* Ensure that even if image fails, the section remains clean black and text doesn't move *\/\n        background-blend-mode: darken;\n\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        color: var(--brand-white);\n        padding: 60px 20px;\n        z-index: 1;\n    }\n\n    \/* Removed old .hero-bg since img tag is gone *\/\n\n    .hero-content {\n        position: relative;\n        z-index: 2;\n        max-width: 900px;\n        margin: 0 auto;\n        \/* Prevent overlapping by adding content spacing *\/\n        padding-top: 20px; \n    }\n\n    .hero-content span {\n        font-size: 14px;\n        letter-spacing: 4px;\n        text-transform: uppercase;\n        color: var(--accent-volt);\n        font-weight: 700;\n        display: block;\n        margin-bottom: 10px;\n        \/* Text shadow for better visibility against potential busy backgrounds *\/\n        text-shadow: 1px 1px 2px rgba(0,0,0,0.7);\n    }\n\n    .hero-content h1 {\n        font-size: clamp(32px, 8vw, 72px); \n        font-weight: 900;\n        \/* --- FIXED: Line-height increased to prevent text overlap --- *\/\n        line-height: 1.3; \n        margin: 10px 0 25px 0;\n        text-transform: uppercase;\n        font-style: italic;\n        \/* Text shadow for maximum legibility *\/\n        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);\n    }\n\n    .hero-content p {\n        font-size: clamp(16px, 2vw, 20px);\n        max-width: 650px;\n        margin: 0 auto;\n        opacity: 0.9;\n        \/* Text shadow for legibility *\/\n        text-shadow: 1px 1px 2px rgba(0,0,0,0.7);\n    }\n\n    \/* 2. PRODUCT DETAIL FOCUS *\/\n    .detail-row {\n        display: flex;\n        flex-wrap: wrap;\n        align-items: center;\n        padding: 80px 5%;\n        gap: 40px;\n    }\n\n    .detail-row.reverse { flex-direction: row-reverse; background: var(--light-gray); }\n\n    .detail-image { flex: 1; min-width: 320px; }\n    .detail-image img { width: 100%; display: block; filter: drop-shadow(0 15px 25px rgba(0,0,0,0.1)); }\n\n    .detail-text { flex: 1; min-width: 300px; }\n    .detail-text h2 { font-size: 36px; font-weight: 900; text-transform: uppercase; margin-bottom: 20px; line-height: 1.1; }\n    .detail-text p { font-size: 18px; color: var(--text-muted); line-height: 1.6; margin-bottom: 30px; }\n\n    \/* 3. SURFACE SELECTION *\/\n    .surface-selector {\n        padding: 80px 5%;\n        text-align: center;\n        background: var(--brand-black);\n        color: var(--brand-white);\n    }\n\n    .surface-selector h2 { font-size: 38px; font-weight: 900; text-transform: uppercase; margin-bottom: 50px; }\n\n    .surface-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n\n    .surface-card {\n        position: relative;\n        height: 500px;\n        overflow: hidden;\n        display: flex;\n        align-items: flex-end;\n        padding: 30px;\n        text-align: left;\n    }\n\n    .surface-card img {\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 100%;\n        object-fit: cover;\n        transition: transform 0.8s ease;\n    }\n\n    .surface-card:hover img { transform: scale(1.05); }\n\n    .surface-card::after {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 100%;\n        background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, transparent 60%);\n    }\n\n    .surface-info { position: relative; z-index: 2; }\n    .surface-info h3 { font-size: 24px; font-weight: 800; color: var(--accent-volt); margin-bottom: 10px; }\n\n    \/* 4. SPECS STRIP *\/\n    .specs-strip {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        background: var(--brand-white);\n        border-bottom: 1px solid #eee;\n    }\n\n    .spec-item { padding: 40px 15px; text-align: center; border-right: 1px solid #eee; }\n    .spec-item:last-child { border-right: none; }\n    .spec-item h4 { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }\n    .spec-item p { font-size: 15px; font-weight: 700; }\n\n    \/* 5. COMPARISON SECTION *\/\n    .comparison-section { padding: 80px 5%; text-align: center; }\n    .comparison-section h2 { font-size: 36px; font-weight: 900; text-transform: uppercase; margin-bottom: 40px; }\n    \n    table.brand-table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: left;\n        max-width: 900px;\n        margin: 0 auto;\n    }\n    \n    .brand-table th, .brand-table td { padding: 20px; border-bottom: 1px solid #eee; font-size: 16px; }\n    .brand-table th { text-transform: uppercase; font-size: 13px; letter-spacing: 1px; color: var(--text-muted); }\n    .brand-table td.highlight { font-weight: 800; color: var(--brand-black); background: #fcfcfc; }\n    .brand-table td.highlight::before { content: '✓ '; color: var(--accent-volt); }\n\n    \/* MOBILE ADJUSTMENTS *\/\n    @media (max-width: 768px) {\n        .detail-row { padding: 50px 20px; gap: 30px; }\n        .surface-grid { grid-template-columns: 1fr; }\n        .surface-card { height: 400px; }\n        .specs-strip { grid-template-columns: 1fr 1fr; }\n        .spec-item:nth-child(2) { border-right: none; }\n        .hero-section { min-height: 60vh; padding: 40px 15px; }\n        .hero-content h1 { font-size: 42px; line-height: 1.25; } \/* Mobile specific tweak to h1 line-height *\/\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"brand-pdp-container\"\u003e\n    \u003csection class=\"hero-section\"\u003e\n        \u003cdiv class=\"hero-content\"\u003e\n            \u003cspan\u003eKICKAROO™ ELITE SERIES\u003c\/span\u003e\n            \u003ch1\u003eUNSTOPPABLE SPEED.\u003cbr\u003eZERO LACES.\u003c\/h1\u003e\n            \u003cp\u003eEmpowering the next generation of football stars with Kickaroo™ engineering. Built for traction, designed for pure confidence.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"detail-row\"\u003e\n        \u003cdiv class=\"detail-image\" style=\"text-align: start;\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/5651\/9701\/files\/Kickaroo_Kids_Soccer_Cleats_-_No-Tie_Velcro_Design_-_High-Performance_TPU_AGTF_Styles_Kickaroo_Secure_Velcro_System.jpg?v=1776686287\" alt=\"Kickaroo™ Kids Soccer Cleats\" style=\"margin-bottom: 16px; float: none;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"detail-text\"\u003e\n            \u003ch2\u003eKICKAROO™ QUICK-LOCK\u003c\/h2\u003e\n            \u003cp\u003eWhy waste time on laces? Our industrial-strength Velcro system provides a built for growing youth players locked-in feel in under 5 seconds. Kickaroo™ fosters independence for young athletes, ensuring the game never stops for a loose knot.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"detail-row reverse\"\u003e\n        \u003cdiv class=\"detail-text\"\u003e\n            \u003ch2\u003ePRO-FLEX TPU TRACTION\u003c\/h2\u003e\n            \u003cp\u003eUtilizing lightweight Kickaroo™ TPU tech (30% lighter than standard rubber), our outsole offers explosive energy return. Precision-molded studs give your child the grip they need for lethal pivots and peak acceleration.\u003c\/p\u003e\n            \u003cdiv style=\"height: 4px; width: 50px; background: var(--accent-volt);\"\u003e\u003cbr\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"surface-selector\"\u003e\n        \u003ch2\u003eDOMINATE EVERY PITCH\u003c\/h2\u003e\n        \u003cdiv class=\"surface-grid\"\u003e\n            \u003cdiv class=\"surface-card\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/5651\/9701\/files\/Kickaroo_kids_soccer_cleats_with_wide_fit_design_AG.jpg?v=1776688262\" alt=\"Kickaroo kids soccer cleats with wide fit design, AG outsole\"\u003e\n                \u003cdiv class=\"surface-info\"\u003e\n                    \u003ch3\u003eAG \/ FIRM GROUND\u003c\/h3\u003e\n                    \u003cp\u003eOptimized by Kickaroo™ for natural grass and deep turf.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"surface-card\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/5651\/9701\/files\/Kickaroo_kids_soccer_cleats_with_wide_fit_design_TF.jpg?v=1776687846\" alt=\"Kickaroo kids soccer cleats with wide fit design, TF turf outsole\"\u003e\n                \u003cdiv class=\"surface-info\"\u003e\n                    \u003ch3\u003eTF \/ TURF \u0026amp; INDOOR\u003c\/h3\u003e\n                    \u003cp\u003eMulti-stud traction for artificial surfaces and training.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"specs-strip\"\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003ch4\u003eBrand\u003c\/h4\u003e\n            \u003cp\u003eKickaroo™\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003ch4\u003eTechnology\u003c\/h4\u003e\n            \u003cp\u003ePro-Flex Ease\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003ch4\u003eSole\u003c\/h4\u003e\n            \u003cp\u003eKickaroo™ TPU\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-item\"\u003e\n            \u003ch4\u003eClosure\u003c\/h4\u003e\n            \u003cp\u003eVelcro Lock-In\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"comparison-section\"\u003e\n        \u003ch2\u003eTHE KICKAROO™ ADVANTAGE\u003c\/h2\u003e\n        \u003ctable class=\"brand-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eFeature\u003c\/th\u003e\n                    \u003cth style=\"color: var(--brand-black);\"\u003eKickaroo™\u003c\/th\u003e\n                    \u003cth\u003eStandard Cleats\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eSole Material\u003c\/td\u003e\n                    \u003ctd class=\"highlight\"\u003ePro-Light TPU\u003c\/td\u003e\n                    \u003ctd\u003eHeavy Rubber\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eEntry System\u003c\/td\u003e\n                    \u003ctd class=\"highlight\"\u003e5-Sec Quick-Lock\u003c\/td\u003e\n                    \u003ctd\u003eFrustrating Laces\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eBreak-in Time\u003c\/td\u003e\n                    \u003ctd class=\"highlight\"\u003eInstant Comfort\u003c\/td\u003e\n                    \u003ctd\u003e1-2 Weeks\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eIndependence\u003c\/td\u003e\n                    \u003ctd class=\"highlight\"\u003eHigh (Kid-Friendly)\u003c\/td\u003e\n                    \u003ctd\u003eLow (Need Help)\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"comparison-section\" style=\"padding-top: 20px; border-top: 1px solid #eee;\"\u003e\n    \u003ch2\u003eSIZE GUIDE\u003c\/h2\u003e\n    \u003cp style=\"color: var(--text-muted); margin-bottom: 30px; font-size: 16px;\"\u003eKickaroo™ Elite Series (Little Kids \u0026amp; Youth)\u003c\/p\u003e\n    \n    \u003cdiv style=\"overflow-x: auto; max-width: 900px; margin: 0 auto; box-shadow: 0 4px 15px rgba(0,0,0,0.05);\"\u003e\n        \u003ctable class=\"brand-table\" style=\"min-width: 600px; text-align: center;\"\u003e\n            \u003cthead style=\"background: var(--brand-black);\"\u003e\n                \u003ctr\u003e\n                    \u003cth style=\"text-align: center; color: var(--accent-volt); font-size: 14px; padding: 18px 10px;\"\u003eEU SIZE\u003c\/th\u003e\n                    \u003cth style=\"text-align: center; color: var(--brand-white); font-size: 14px; padding: 18px 10px;\"\u003eUS SIZE\u003c\/th\u003e\n                    \u003cth style=\"text-align: center; color: var(--brand-white); font-size: 14px; padding: 18px 10px;\"\u003eUK SIZE\u003c\/th\u003e\n                    \u003cth style=\"text-align: center; color: var(--brand-white); font-size: 14px; padding: 18px 10px;\"\u003eCM\u003c\/th\u003e\n                    \u003cth style=\"text-align: center; color: var(--brand-white); font-size: 14px; padding: 18px 10px;\"\u003eINCHES\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e28\u003c\/td\u003e\n                    \u003ctd\u003e10.5 C\u003c\/td\u003e\n                    \u003ctd\u003e10\u003c\/td\u003e\n                    \u003ctd\u003e17.0\u003c\/td\u003e\n                    \u003ctd\u003e6.7\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e29\u003c\/td\u003e\n                    \u003ctd\u003e11 C\u003c\/td\u003e\n                    \u003ctd\u003e10.5\u003c\/td\u003e\n                    \u003ctd\u003e17.5\u003c\/td\u003e\n                    \u003ctd\u003e6.9\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e30\u003c\/td\u003e\n                    \u003ctd\u003e12 C\u003c\/td\u003e\n                    \u003ctd\u003e11.5\u003c\/td\u003e\n                    \u003ctd\u003e18.5\u003c\/td\u003e\n                    \u003ctd\u003e7.3\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e31\u003c\/td\u003e\n                    \u003ctd\u003e13 C\u003c\/td\u003e\n                    \u003ctd\u003e12.5\u003c\/td\u003e\n                    \u003ctd\u003e19.0\u003c\/td\u003e\n                    \u003ctd\u003e7.5\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e32\u003c\/td\u003e\n                    \u003ctd\u003e1 Y\u003c\/td\u003e\n                    \u003ctd\u003e13.5\u003c\/td\u003e\n                    \u003ctd\u003e20.0\u003c\/td\u003e\n                    \u003ctd\u003e7.9\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e33\u003c\/td\u003e\n                    \u003ctd\u003e1.5 Y\u003c\/td\u003e\n                    \u003ctd\u003e1\u003c\/td\u003e\n                    \u003ctd\u003e20.5\u003c\/td\u003e\n                    \u003ctd\u003e8.1\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e34\u003c\/td\u003e\n                    \u003ctd\u003e2.5 Y\u003c\/td\u003e\n                    \u003ctd\u003e2\u003c\/td\u003e\n                    \u003ctd\u003e21.5\u003c\/td\u003e\n                    \u003ctd\u003e8.5\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e35\u003c\/td\u003e\n                    \u003ctd\u003e3 Y\u003c\/td\u003e\n                    \u003ctd\u003e2.5\u003c\/td\u003e\n                    \u003ctd\u003e22.0\u003c\/td\u003e\n                    \u003ctd\u003e8.7\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e36\u003c\/td\u003e\n                    \u003ctd\u003e4 Y\u003c\/td\u003e\n                    \u003ctd\u003e3.5\u003c\/td\u003e\n                    \u003ctd\u003e23.0\u003c\/td\u003e\n                    \u003ctd\u003e9.1\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e37\u003c\/td\u003e\n                    \u003ctd\u003e5 Y\u003c\/td\u003e\n                    \u003ctd\u003e4.5\u003c\/td\u003e\n                    \u003ctd\u003e23.5\u003c\/td\u003e\n                    \u003ctd\u003e9.3\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e38\u003c\/td\u003e\n                    \u003ctd\u003e5.5 Y\u003c\/td\u003e\n                    \u003ctd\u003e5\u003c\/td\u003e\n                    \u003ctd\u003e24.0\u003c\/td\u003e\n                    \u003ctd\u003e9.4\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd style=\"font-weight: 800; color: var(--brand-black); background: #fcfcfc;\"\u003e39\u003c\/td\u003e\n                    \u003ctd\u003e6.5 Y\u003c\/td\u003e\n                    \u003ctd\u003e6\u003c\/td\u003e\n                    \u003ctd\u003e25.0\u003c\/td\u003e\n                    \u003ctd\u003e9.8\"\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"max-width: 900px; margin: 30px auto 0; text-align: left; font-size: 14px; color: var(--text-muted); padding: 20px; background: var(--light-gray); border-left: 5px solid var(--accent-volt); line-height: 1.6;\"\u003e\n        \u003cstrong style=\"color: var(--brand-black); font-weight: 800;\"\u003eKICKAROO™ PRO TIP:\u003c\/strong\u003e For growing athletes, we recommend measuring the foot at the end of the day. If your child is between sizes or wears thick soccer socks, \u003cstrong\u003esize up for the best comfort and performance\u003c\/strong\u003e. (\"C\" = Little Kids, \"Y\" = Youth\/Big Kids).\n    \u003c\/div\u003e\n\u003c\/section\u003e\n  \u003cdiv style=\"background: var(--brand-black); color: var(--brand-white); padding: 80px 20px; text-align: center;\"\u003e\n        \u003ch2 style=\"font-size: clamp(28px, 5vw, 42px); font-weight: 900; margin-bottom: 20px; text-transform: uppercase;\"\u003eREADY FOR KICKOFF?\u003c\/h2\u003e\n        \u003cp style=\"color: var(--accent-volt); letter-spacing: 2px; font-weight: bold;\"\u003eKICKAROO™: BUILT FOR THE NEXT GENERATION.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Kickaroo","offers":[{"title":"EU 28 \/ US 10.5C \/ Black","offer_id":49910596043029,"sku":"KR-CL-NTC-EU28US105-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 28 \/ US 10.5C \/ White","offer_id":49910596075797,"sku":"KR-CL-NTC-EU28US105-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 28 \/ US 10.5C \/ Mint Green","offer_id":49910596108565,"sku":"KR-CL-NTC-EU28US105-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 28 \/ US 10.5C \/ Pink","offer_id":49910596141333,"sku":"KR-CL-NTC-EU28US105-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 29 \/ US 11C \/ Black","offer_id":49910596174101,"sku":"KR-CL-NTC-EU29US11C-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 29 \/ US 11C \/ White","offer_id":49910596206869,"sku":"KR-CL-NTC-EU29US11C-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 29 \/ US 11C \/ Mint Green","offer_id":49910596239637,"sku":"KR-CL-NTC-EU29US11C-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 29 \/ US 11C \/ Pink","offer_id":49910596272405,"sku":"KR-CL-NTC-EU29US11C-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 30 \/ US 12C \/ Black","offer_id":49910596305173,"sku":"KR-CL-NTC-EU30US12C-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 30 \/ US 12C \/ White","offer_id":49910596337941,"sku":"KR-CL-NTC-EU30US12C-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 30 \/ US 12C \/ Mint Green","offer_id":49910596370709,"sku":"KR-CL-NTC-EU30US12C-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 30 \/ US 12C \/ Pink","offer_id":49910596403477,"sku":"KR-CL-NTC-EU30US12C-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 31 \/ US 13C \/ Black","offer_id":49910596436245,"sku":"KR-CL-NTC-EU31US13C-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 31 \/ US 13C \/ White","offer_id":49910596469013,"sku":"KR-CL-NTC-EU31US13C-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 31 \/ US 13C \/ Mint Green","offer_id":49910596501781,"sku":"KR-CL-NTC-EU31US13C-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 31 \/ US 13C \/ Pink","offer_id":49910596534549,"sku":"KR-CL-NTC-EU31US13C-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 32 \/ US 1Y \/ Black","offer_id":49910596567317,"sku":"KR-CL-NTC-EU32US1Y-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 32 \/ US 1Y \/ White","offer_id":49910596600085,"sku":"KR-CL-NTC-EU32US1Y-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 32 \/ US 1Y \/ Mint Green","offer_id":49910596632853,"sku":"KR-CL-NTC-EU32US1Y-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 32 \/ US 1Y \/ Pink","offer_id":49910596665621,"sku":"KR-CL-NTC-EU32US1Y-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 33 \/ US 1.5Y \/ Black","offer_id":49910596698389,"sku":"KR-CL-NTC-EU33US15Y-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 33 \/ US 1.5Y \/ White","offer_id":49910596731157,"sku":"KR-CL-NTC-EU33US15Y-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 33 \/ US 1.5Y \/ Mint Green","offer_id":49910596763925,"sku":"KR-CL-NTC-EU33US15Y-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 33 \/ US 1.5Y \/ Pink","offer_id":49910596796693,"sku":"KR-CL-NTC-EU33US15Y-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 34 \/ US 2.5Y \/ Black","offer_id":49910596829461,"sku":"KR-CL-NTC-EU34US25Y-BLK","price":50.0,"currency_code":"USD","in_stock":false},{"title":"EU 34 \/ US 2.5Y \/ White","offer_id":49910596862229,"sku":"KR-CL-NTC-EU34US25Y-WHT","price":50.0,"currency_code":"USD","in_stock":false},{"title":"EU 34 \/ US 2.5Y \/ Mint Green","offer_id":49910596894997,"sku":"KR-CL-NTC-EU34US25Y-MINGRE","price":50.0,"currency_code":"USD","in_stock":false},{"title":"EU 34 \/ US 2.5Y \/ Pink","offer_id":49910596927765,"sku":"KR-CL-NTC-EU34US25Y-PNK","price":50.0,"currency_code":"USD","in_stock":false},{"title":"EU 35 \/ US 3Y \/ Black","offer_id":49910596960533,"sku":"KR-CL-NTC-EU35US3Y-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 35 \/ US 3Y \/ White","offer_id":49910596993301,"sku":"KR-CL-NTC-EU35US3Y-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 35 \/ US 3Y \/ Mint Green","offer_id":49910597026069,"sku":"KR-CL-NTC-EU35US3Y-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 35 \/ US 3Y \/ Pink","offer_id":49910597058837,"sku":"KR-CL-NTC-EU35US3Y-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 36 \/ US 4Y \/ Black","offer_id":49910597091605,"sku":"KR-CL-NTC-EU36US4Y-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 36 \/ US 4Y \/ White","offer_id":49910597124373,"sku":"KR-CL-NTC-EU36US4Y-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 36 \/ US 4Y \/ Mint Green","offer_id":49910597157141,"sku":"KR-CL-NTC-EU36US4Y-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 36 \/ US 4Y \/ Pink","offer_id":49910597189909,"sku":"KR-CL-NTC-EU36US4Y-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 37 \/ US 5Y \/ Black","offer_id":49910597222677,"sku":"KR-CL-NTC-EU37US5Y-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 37 \/ US 5Y \/ White","offer_id":49910597255445,"sku":"KR-CL-NTC-EU37US5Y-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 37 \/ US 5Y \/ Mint Green","offer_id":49910597288213,"sku":"KR-CL-NTC-EU37US5Y-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 37 \/ US 5Y \/ Pink","offer_id":49910597320981,"sku":"KR-CL-NTC-EU37US5Y-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 38 \/ US 5.5Y \/ Black","offer_id":49910597353749,"sku":"KR-CL-NTC-EU38US55Y-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 38 \/ US 5.5Y \/ White","offer_id":49910597386517,"sku":"KR-CL-NTC-EU38US55Y-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 38 \/ US 5.5Y \/ Mint Green","offer_id":49910597419285,"sku":"KR-CL-NTC-EU38US55Y-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 38 \/ US 5.5Y \/ Pink","offer_id":49910597452053,"sku":"KR-CL-NTC-EU38US55Y-PNK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 39 \/ US 6.5Y \/ Black","offer_id":49910597484821,"sku":"KR-CL-NTC-EU39US65Y-BLK","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 39 \/ US 6.5Y \/ White","offer_id":49910597517589,"sku":"KR-CL-NTC-EU39US65Y-WHT","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 39 \/ US 6.5Y \/ Mint Green","offer_id":49910597550357,"sku":"KR-CL-NTC-EU39US65Y-MINGRE","price":50.0,"currency_code":"USD","in_stock":true},{"title":"EU 39 \/ US 6.5Y \/ Pink","offer_id":49910597583125,"sku":"KR-CL-NTC-EU39US65Y-PNK","price":50.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/5651\/9701\/files\/kickaroo-kids-soccer-cleats-no-tie-velcro-design-high-performance-tpu-agtf-styles-6494697.jpg?v=1778105770","url":"https:\/\/www.soccergearforkids.com\/products\/kickaroo-kids-soccer-cleats-no-tie-velcro-design-durable-tpu-ag-tf-styles","provider":"soccergearforkids","version":"1.0","type":"link"}