{"product_id":"honeycomb-shin-guards","title":"Lightweight Honeycomb Soccer Shin Guards","description":"\u003cstyle\u003e\n  .sg-product,\n  .sg-product * {\n    box-sizing: border-box;\n  }\n\n  .sg-product {\n    --sg-green: #075a38;\n    --sg-dark: #063d29;\n    --sg-soft: #edf8f1;\n    --sg-light: #f7fbf8;\n    --sg-border: #dce9e1;\n    --sg-text: #17231c;\n    --sg-muted: #5f6e65;\n    --sg-white: #ffffff;\n    --sg-yellow: #fff6d7;\n    --sg-shadow: 0 9px 26px rgba(6, 68, 41, 0.09);\n\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    color: var(--sg-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .sg-product h2,\n  .sg-product h3,\n  .sg-product p {\n    margin-top: 0;\n  }\n\n  .sg-product h2 {\n    margin-bottom: 13px;\n    color: var(--sg-dark);\n    font-size: clamp(29px, 8vw, 46px);\n    line-height: 1.08;\n    letter-spacing: -1px;\n  }\n\n  .sg-product h3 {\n    margin-bottom: 11px;\n    color: var(--sg-dark);\n    font-size: clamp(22px, 6vw, 31px);\n    line-height: 1.2;\n  }\n\n  .sg-product p {\n    margin-bottom: 14px;\n  }\n\n  .sg-section {\n    margin: 16px 0;\n    padding: 22px 17px;\n    overflow: hidden;\n    border: 1px solid var(--sg-border);\n    border-radius: 20px;\n    background: var(--sg-white);\n    box-shadow: var(--sg-shadow);\n  }\n\n  .sg-center {\n    max-width: 720px;\n    margin-right: auto;\n    margin-left: auto;\n    text-align: center;\n  }\n\n  .sg-muted {\n    color: var(--sg-muted);\n  }\n\n  \/* IMAGE SETTINGS *\/\n  .sg-image {\n    display: block;\n    width: 100%;\n    max-width: 700px;\n    height: auto;\n    margin: 0 auto;\n    object-fit: contain;\n  }\n\n  .sg-square-image {\n    display: block;\n    width: 100%;\n    max-width: 700px;\n    height: auto;\n    aspect-ratio: 1 \/ 1;\n    margin: 0 auto;\n    object-fit: contain;\n    background: #ffffff;\n  }\n\n  .sg-image-card {\n    width: 100%;\n    max-width: 700px;\n    margin: 0 auto;\n    overflow: hidden;\n    border: 1px solid var(--sg-border);\n    border-radius: 18px;\n    background: #ffffff;\n  }\n\n  \/* HERO *\/\n  .sg-hero {\n    padding: 0;\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(51, 156, 102, 0.18),\n        transparent 42%\n      ),\n      linear-gradient(145deg, #f9fff9, #eaf8ef);\n  }\n\n  .sg-hero-copy {\n    padding: 28px 18px 23px;\n    text-align: center;\n  }\n\n  .sg-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 13px;\n    padding: 7px 13px;\n    border-radius: 999px;\n    background: var(--sg-green);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.6px;\n    text-transform: uppercase;\n  }\n\n  .sg-lead {\n    max-width: 690px;\n    margin: 0 auto 18px !important;\n    color: #3c4c42;\n    font-size: 17px;\n  }\n\n  .sg-trust {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 9px;\n    max-width: 710px;\n    margin: 18px auto 0;\n  }\n\n  .sg-trust div {\n    padding: 11px 9px;\n    border: 1px solid #c9dfd2;\n    border-radius: 12px;\n    background: rgba(255, 255, 255, 0.88);\n    color: var(--sg-dark);\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  .sg-hero-image {\n    padding: 8px;\n  }\n\n  .sg-hero-image img {\n    border-radius: 16px;\n  }\n\n  \/* CTA *\/\n  .sg-cta {\n    display: block;\n    width: 100%;\n    max-width: 430px;\n    margin: 19px auto 0;\n    padding: 15px 18px;\n    border-radius: 13px;\n    background: var(--sg-green);\n    box-shadow: 0 9px 20px rgba(7, 90, 56, 0.23);\n    color: #ffffff !important;\n    font-size: 16px;\n    font-weight: 850;\n    line-height: 1.25;\n    text-align: center;\n    text-decoration: none !important;\n  }\n\n  .sg-cta:hover {\n    background: var(--sg-dark);\n  }\n\n  .sg-subnote {\n    margin: 10px 0 0 !important;\n    color: var(--sg-muted);\n    font-size: 12px;\n    text-align: center;\n  }\n\n  \/* LAYOUT *\/\n  .sg-split {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 19px;\n    align-items: center;\n  }\n\n  .sg-benefit-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 13px;\n  }\n\n  \/* CHECKLIST *\/\n  .sg-checklist {\n    margin: 15px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .sg-checklist li {\n    position: relative;\n    margin-bottom: 11px;\n    padding-left: 31px;\n  }\n\n  .sg-checklist li::before {\n    position: absolute;\n    top: 2px;\n    left: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 21px;\n    height: 21px;\n    border-radius: 50%;\n    background: var(--sg-green);\n    color: #ffffff;\n    content: \"✓\";\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  \/* BENEFIT CARDS *\/\n  .sg-benefit-card {\n    padding: 17px;\n    border: 1px solid var(--sg-border);\n    border-radius: 16px;\n    background: var(--sg-light);\n  }\n\n  .sg-benefit-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    margin-bottom: 11px;\n    border-radius: 12px;\n    background: var(--sg-green);\n    color: #ffffff;\n    font-size: 21px;\n    font-weight: 900;\n  }\n\n  .sg-benefit-card strong {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--sg-dark);\n    font-size: 17px;\n    line-height: 1.35;\n  }\n\n  .sg-benefit-card p {\n    margin: 0;\n    color: var(--sg-muted);\n    font-size: 14px;\n  }\n\n  \/* DARK HIGHLIGHT *\/\n  .sg-highlight {\n    background:\n      radial-gradient(\n        circle at top right,\n        rgba(255, 255, 255, 0.12),\n        transparent 38%\n      ),\n      linear-gradient(145deg, var(--sg-dark), var(--sg-green));\n    color: #ffffff;\n  }\n\n  .sg-highlight h3 {\n    color: #ffffff;\n  }\n\n  .sg-highlight p {\n    color: #e2f2e8;\n  }\n\n  .sg-stats {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 9px;\n    margin-top: 17px;\n  }\n\n  .sg-stat {\n    padding: 13px 8px;\n    border: 1px solid rgba(255, 255, 255, 0.21);\n    border-radius: 13px;\n    background: rgba(255, 255, 255, 0.1);\n    text-align: center;\n  }\n\n  .sg-stat strong {\n    display: block;\n    color: #ffffff;\n    font-size: 16px;\n  }\n\n  .sg-stat span {\n    display: block;\n    margin-top: 3px;\n    color: #d6ebde;\n    font-size: 12px;\n  }\n\n  \/* FEATURE IMAGE *\/\n  .sg-feature-visual {\n    padding: 20px 16px;\n    background: linear-gradient(145deg, #f7fcf9, #edf8f1);\n  }\n\n  .sg-feature-note {\n    margin: 13px 0 0 !important;\n    padding: 11px 13px;\n    border-radius: 12px;\n    background: #ffffff;\n    color: var(--sg-muted);\n    font-size: 12px;\n    text-align: center;\n  }\n\n  \/* REAL PLAY *\/\n  .sg-play-section {\n    background: linear-gradient(145deg, #ffffff, #f3faf6);\n  }\n\n  .sg-play-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 11px;\n    border-radius: 999px;\n    background: var(--sg-soft);\n    color: var(--sg-green);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.3px;\n  }\n\n  \/* STEPS *\/\n  .sg-steps {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 11px;\n    counter-reset: sg-step;\n  }\n\n  .sg-step {\n    position: relative;\n    min-height: 76px;\n    padding: 15px 14px 15px 59px;\n    border: 1px solid var(--sg-border);\n    border-radius: 15px;\n    background: var(--sg-light);\n    counter-increment: sg-step;\n  }\n\n  .sg-step::before {\n    position: absolute;\n    top: 15px;\n    left: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 33px;\n    height: 33px;\n    border-radius: 50%;\n    background: var(--sg-green);\n    color: #ffffff;\n    content: counter(sg-step);\n    font-weight: 900;\n  }\n\n  .sg-step strong {\n    color: var(--sg-dark);\n  }\n\n  .sg-step p {\n    margin: 3px 0 0;\n    color: var(--sg-muted);\n    font-size: 14px;\n  }\n\n  \/* COLORS *\/\n  .sg-color-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .sg-color-card {\n    overflow: hidden;\n    border: 1px solid var(--sg-border);\n    border-radius: 16px;\n    background: #ffffff;\n    box-shadow: 0 5px 16px rgba(8, 58, 38, 0.06);\n  }\n\n  .sg-color-card img {\n    display: block;\n    width: 100%;\n    max-width: 700px;\n    height: auto;\n    aspect-ratio: 1 \/ 1;\n    object-fit: contain;\n  }\n\n  .sg-color-name {\n    padding: 11px;\n    color: var(--sg-dark);\n    font-size: 14px;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .sg-limited {\n    display: inline-block;\n    margin-left: 5px;\n    padding: 2px 7px;\n    border-radius: 999px;\n    background: #ffe769;\n    color: #514200;\n    font-size: 10px;\n    font-weight: 850;\n    vertical-align: middle;\n  }\n\n  \/* COMPARISON *\/\n  .sg-compare {\n    overflow: hidden;\n    border: 1px solid var(--sg-border);\n    border-radius: 16px;\n  }\n\n  .sg-compare-head,\n  .sg-compare-row {\n    display: grid;\n    grid-template-columns: 1.35fr 0.82fr 0.82fr;\n  }\n\n  .sg-compare-head {\n    background: var(--sg-green);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 800;\n    text-align: center;\n  }\n\n  .sg-compare-head div,\n  .sg-compare-row div {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 0;\n    padding: 11px 6px;\n    border-right: 1px solid var(--sg-border);\n  }\n\n  .sg-compare-head div:first-child,\n  .sg-compare-row div:first-child {\n    justify-content: flex-start;\n    text-align: left;\n  }\n\n  .sg-compare-head div:last-child,\n  .sg-compare-row div:last-child {\n    border-right: 0;\n  }\n\n  .sg-compare-row {\n    border-bottom: 1px solid var(--sg-border);\n    background: #ffffff;\n    font-size: 12px;\n    text-align: center;\n  }\n\n  .sg-compare-row:nth-child(odd) {\n    background: #f7faf8;\n  }\n\n  .sg-compare-row:last-child {\n    border-bottom: 0;\n  }\n\n  .sg-compare-row div:first-child {\n    color: var(--sg-dark);\n    font-weight: 700;\n  }\n\n  .sg-yes {\n    color: #087444;\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .sg-varies {\n    color: #756b61;\n    font-size: 11px;\n    font-weight: 650;\n  }\n\n  \/* SIZE CHART *\/\n  .sg-size-image {\n    padding: 7px;\n    border: 1px solid var(--sg-border);\n    border-radius: 17px;\n    background: #ffffff;\n  }\n\n  .sg-size-image img {\n    border-radius: 12px;\n  }\n\n  .sg-note {\n    margin: 13px 0 0 !important;\n    padding: 12px 13px;\n    border: 1px solid #f0df9d;\n    border-radius: 12px;\n    background: var(--sg-yellow);\n    color: #584819;\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  \/* PACKAGE *\/\n  .sg-package {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .sg-package div {\n    display: flex;\n    gap: 11px;\n    align-items: center;\n    padding: 13px;\n    border: 1px solid var(--sg-border);\n    border-radius: 13px;\n    background: var(--sg-light);\n  }\n\n  .sg-package b {\n    color: var(--sg-green);\n    font-size: 21px;\n  }\n\n  \/* FAQ *\/\n  .sg-faq details {\n    margin-bottom: 9px;\n    overflow: hidden;\n    border: 1px solid var(--sg-border);\n    border-radius: 13px;\n    background: #ffffff;\n  }\n\n  .sg-faq summary {\n    position: relative;\n    padding: 15px 44px 15px 15px;\n    cursor: pointer;\n    color: var(--sg-dark);\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .sg-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .sg-faq summary::after {\n    position: absolute;\n    top: 11px;\n    right: 15px;\n    content: \"+\";\n    color: var(--sg-green);\n    font-size: 25px;\n    line-height: 1;\n  }\n\n  .sg-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .sg-answer {\n    padding: 0 15px 15px;\n    color: var(--sg-muted);\n    font-size: 14px;\n  }\n\n  \/* FINAL CTA *\/\n  .sg-final {\n    padding: 27px 18px;\n    background:\n      radial-gradient(\n        circle at bottom left,\n        rgba(255, 255, 255, 0.1),\n        transparent 42%\n      ),\n      var(--sg-dark);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .sg-final h3 {\n    color: #ffffff;\n  }\n\n  .sg-final p {\n    color: #d9ece1;\n  }\n\n  .sg-final .sg-cta {\n    background: #ffffff;\n    box-shadow: none;\n    color: var(--sg-dark) !important;\n  }\n\n  .sg-disclaimer {\n    margin: 14px 0 0 !important;\n    color: #77827b;\n    font-size: 11px;\n    line-height: 1.45;\n    text-align: center;\n  }\n\n  @media (min-width: 560px) {\n    .sg-section {\n      padding: 28px;\n    }\n\n    .sg-hero {\n      padding: 0;\n    }\n\n    .sg-hero-copy {\n      padding: 35px 28px 28px;\n    }\n\n    .sg-trust {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .sg-benefit-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .sg-split {\n      grid-template-columns: 1fr 1fr;\n      gap: 29px;\n    }\n\n    .sg-split.sg-reverse .sg-image-card {\n      order: 2;\n    }\n\n    .sg-stats {\n      grid-template-columns: repeat(4, 1fr);\n    }\n\n    .sg-steps {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .sg-step {\n      padding: 57px 14px 16px;\n      text-align: center;\n    }\n\n    .sg-step::before {\n      top: 14px;\n      left: 50%;\n      transform: translateX(-50%);\n    }\n\n    .sg-color-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .sg-package {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .sg-compare-head,\n    .sg-compare-row {\n      grid-template-columns: 1.5fr 1fr 1fr;\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"sg-product\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"sg-section sg-hero\"\u003e\n\u003cdiv class=\"sg-hero-copy\"\u003e\n\u003cdiv class=\"sg-badge\"\u003e⚽ Flexible Game-Day Protection\u003c\/div\u003e\n\u003ch2\u003eProtection That Moves With Every Step\u003c\/h2\u003e\n\u003cp class=\"sg-lead\"\u003eLightweight slip-on soccer shin guards with flexible honeycomb cushioning—designed to stay close to the leg without bulky shells, loose inserts or uncomfortable external straps.\u003c\/p\u003e\n\u003cdiv class=\"sg-trust\"\u003e\n\u003cdiv\u003e✓ Flexible Padding\u003c\/div\u003e\n\u003cdiv\u003e✓ Easy Slip-On Fit\u003c\/div\u003e\n\u003cdiv\u003e✓ Kids \u0026amp; Adults\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"#sg-size-guide\" class=\"sg-cta\"\u003e FIND YOUR SIZE \u003c\/a\u003e\n\u003cp class=\"sg-subnote\"\u003eOne complete pair included • Multiple sizes and colors available\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-hero-image\"\u003e\u003cimg decoding=\"async\" loading=\"eager\" height=\"700\" width=\"700\" alt=\"White flexible slip-on soccer shin guards with honeycomb padding\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/b7.jpg?v=1785142950\" class=\"sg-square-image\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE OVERVIEW - UPDATED B6 --\u003e\n\u003csection class=\"sg-section sg-feature-visual\"\u003e\n\u003cdiv style=\"margin-bottom: 18px;\" class=\"sg-center\"\u003e\n\u003ch3\u003eDesigned for Comfortable, Confident Play\u003c\/h3\u003e\n\u003cp class=\"sg-muted\"\u003eA flexible all-in-one sleeve that combines cushioned support, streamlined protection and an easy slip-on fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-image-card\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" height=\"700\" width=\"700\" alt=\"Flexible soccer shin guard with cushioned support, slip-on fit and comfort features\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/b6.jpg?v=1785145390\" class=\"sg-square-image\"\u003e\u003c\/div\u003e\n\u003cp class=\"sg-feature-note\"\u003eFlexible sports protection designed to help reduce discomfort during everyday practices and matches. Protective equipment cannot prevent every injury.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- CONSTRUCTION --\u003e\n\u003csection class=\"sg-section\"\u003e\n\u003cdiv class=\"sg-split\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLeave Bulky, Distracting Guards Behind\u003c\/h3\u003e\n\u003cp class=\"sg-muted\"\u003eTraditional shin guards can feel rigid, shift during movement or require constant adjustment. This streamlined sleeve combines soft stretch fabric with a flexible padded panel for a closer, more natural fit.\u003c\/p\u003e\n\u003cul class=\"sg-checklist\"\u003e\n\u003cli\u003eClose-fitting sleeve helps reduce unwanted movement\u003c\/li\u003e\n\u003cli\u003eNo hard buckles or external adjustment straps\u003c\/li\u003e\n\u003cli\u003eFlexible panel follows the natural shape of the lower leg\u003c\/li\u003e\n\u003cli\u003eSmooth construction fits comfortably beneath soccer socks\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-image-card\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" height=\"700\" width=\"700\" alt=\"Close-up of honeycomb padding and anti-slip sleeve edge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/b3.jpg?v=1785142950\" class=\"sg-square-image\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"sg-section\"\u003e\n\u003cdiv style=\"margin-bottom: 20px;\" class=\"sg-center\"\u003e\n\u003ch3\u003eMade for Fast, Comfortable Play\u003c\/h3\u003e\n\u003cp class=\"sg-muted\"\u003eComfortable lower-leg coverage that lets players focus on the match instead of repeatedly adjusting their equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-benefit-grid\"\u003e\n\u003cdiv class=\"sg-benefit-card\"\u003e\n\u003cdiv class=\"sg-benefit-icon\"\u003e⬡\u003c\/div\u003e\n\u003cstrong\u003eFlexible Honeycomb Cushioning\u003c\/strong\u003e\n\u003cp\u003eThe raised padded panel helps cushion routine contact while bending naturally with the lower leg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-benefit-card\"\u003e\n\u003cdiv class=\"sg-benefit-icon\"\u003e↕\u003c\/div\u003e\n\u003cstrong\u003eSupportive Slip-On Fit\u003c\/strong\u003e\n\u003cp\u003eStretch fabric conforms around the calf to help keep the protective section properly positioned.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-benefit-card\"\u003e\n\u003cdiv class=\"sg-benefit-icon\"\u003e◌\u003c\/div\u003e\n\u003cstrong\u003eComfort Beneath Soccer Socks\u003c\/strong\u003e\n\u003cp\u003eThe streamlined sleeve avoids bulky exterior straps and fits neatly underneath standard soccer socks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-benefit-card\"\u003e\n\u003cdiv class=\"sg-benefit-icon\"\u003e✓\u003c\/div\u003e\n\u003cstrong\u003eMade for Regular Play\u003c\/strong\u003e\n\u003cp\u003eSuitable for practices, school sports, recreational games and competitive match play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HIGHLIGHT --\u003e\n\u003csection class=\"sg-section sg-highlight\"\u003e\n\u003cdiv class=\"sg-center\"\u003e\n\u003ch3\u003eLess Bulk. More Freedom to Move.\u003c\/h3\u003e\n\u003cp\u003eThe flexible sleeve and padded front panel work together to provide comfortable coverage during sprints, turns, tackles and kicks.\u003c\/p\u003e\n\u003cdiv class=\"sg-stats\"\u003e\n\u003cdiv class=\"sg-stat\"\u003e\n\u003cstrong\u003eSlip-On\u003c\/strong\u003e \u003cspan\u003eQuick setup\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-stat\"\u003e\n\u003cstrong\u003eNo Straps\u003c\/strong\u003e \u003cspan\u003eLess adjustment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-stat\"\u003e\n\u003cstrong\u003eXS–XXL\u003c\/strong\u003e \u003cspan\u003eKids to adults\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-stat\"\u003e\n\u003cstrong\u003eFlexible\u003c\/strong\u003e \u003cspan\u003eMoves naturally\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REAL PLAY - B11 --\u003e\n\u003csection class=\"sg-section sg-play-section\"\u003e\n\u003cdiv class=\"sg-split sg-reverse\"\u003e\n\u003cdiv class=\"sg-image-card\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" height=\"700\" width=\"700\" alt=\"Flexible padded soccer shin guards worn during active play\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/b11.jpg?v=1785143009\" class=\"sg-square-image\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"sg-play-label\"\u003eBUILT FOR REAL PLAY\u003c\/span\u003e\n\u003ch3\u003eStay Focused From Kickoff to the Final Whistle\u003c\/h3\u003e\n\u003cp class=\"sg-muted\"\u003eThe close-fitting sleeve is designed to move naturally with the leg, helping players run, turn and challenge for the ball without bulky exterior straps getting in the way.\u003c\/p\u003e\n\u003cul class=\"sg-checklist\"\u003e\n\u003cli\u003eSuitable for training and match-day use\u003c\/li\u003e\n\u003cli\u003eFits underneath standard soccer socks\u003c\/li\u003e\n\u003cli\u003eDesigned for indoor and outdoor play\u003c\/li\u003e\n\u003cli\u003eAvailable for children, teenagers and adults\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO WEAR --\u003e\n\u003csection class=\"sg-section\"\u003e\n\u003cdiv style=\"margin-bottom: 19px;\" class=\"sg-center\"\u003e\n\u003ch3\u003eReady to Play in Three Simple Steps\u003c\/h3\u003e\n\u003cp class=\"sg-muted\"\u003eNo complicated straps, buckles or separate plastic inserts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-steps\"\u003e\n\u003cdiv class=\"sg-step\"\u003e\n\u003cstrong\u003eSlide Them On\u003c\/strong\u003e\n\u003cp\u003ePull each sleeve over the foot and position it comfortably around the calf.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-step\"\u003e\n\u003cstrong\u003eCenter the Padding\u003c\/strong\u003e\n\u003cp\u003eAlign the honeycomb section over the front of the shin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-step\"\u003e\n\u003cstrong\u003eAdd Your Soccer Socks\u003c\/strong\u003e\n\u003cp\u003ePull your regular soccer socks over the sleeves and start playing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLORS --\u003e\n\u003csection class=\"sg-section\"\u003e\n\u003cdiv style=\"margin-bottom: 19px;\" class=\"sg-center\"\u003e\n\u003ch3\u003eChoose a Color That Matches Your Game\u003c\/h3\u003e\n\u003cp class=\"sg-muted\"\u003eSelect a versatile team color or a brighter option that stands out on the field. Availability may vary by size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-color-grid\"\u003e\n\u003cdiv class=\"sg-color-card\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"700\" width=\"700\" alt=\"Blue slip-on padded soccer shin guards\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/b8.jpg?v=1785142950\"\u003e\n\u003cdiv class=\"sg-color-name\"\u003eBlue\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-color-card\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"700\" width=\"700\" alt=\"Pink slip-on padded soccer shin guards\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/b9.jpg?v=1785142950\"\u003e\n\u003cdiv class=\"sg-color-name\"\u003ePink\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-color-card\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" height=\"700\" width=\"700\" alt=\"Yellow slip-on padded soccer shin guards\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/b10.jpg?v=1785142950\"\u003e\n\u003cdiv class=\"sg-color-name\"\u003eYellow \u003cspan class=\"sg-limited\"\u003eLIMITED COLOR\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON --\u003e\n\u003csection class=\"sg-section\"\u003e\n\u003cdiv style=\"margin-bottom: 18px;\" class=\"sg-center\"\u003e\n\u003ch3\u003eA More Comfortable Way to Gear Up\u003c\/h3\u003e\n\u003cp class=\"sg-muted\"\u003eFlexible protection designed to feel less restrictive during active play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-compare\"\u003e\n\u003cdiv class=\"sg-compare-head\"\u003e\n\u003cdiv\u003eFeature\u003c\/div\u003e\n\u003cdiv\u003eSlip-On Guards\u003c\/div\u003e\n\u003cdiv\u003eTypical Rigid Guards\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-compare-row\"\u003e\n\u003cdiv\u003eFlexible sleeve construction\u003c\/div\u003e\n\u003cdiv class=\"sg-yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"sg-varies\"\u003eOften rigid\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-compare-row\"\u003e\n\u003cdiv\u003eNo external straps or buckles\u003c\/div\u003e\n\u003cdiv class=\"sg-yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"sg-varies\"\u003eOften required\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-compare-row\"\u003e\n\u003cdiv\u003eContours around the calf\u003c\/div\u003e\n\u003cdiv class=\"sg-yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"sg-varies\"\u003eVaries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-compare-row\"\u003e\n\u003cdiv\u003eFast slip-on setup\u003c\/div\u003e\n\u003cdiv class=\"sg-yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"sg-varies\"\u003eMore adjustment\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-compare-row\"\u003e\n\u003cdiv\u003eFits beneath soccer socks\u003c\/div\u003e\n\u003cdiv class=\"sg-yes\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"sg-varies\"\u003eVaries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZE GUIDE --\u003e\n\u003csection id=\"sg-size-guide\" class=\"sg-section\"\u003e\n\u003cdiv style=\"margin-bottom: 18px;\" class=\"sg-center\"\u003e\n\u003ch3\u003eFind Your Best Fit\u003c\/h3\u003e\n\u003cp class=\"sg-muted\"\u003eMeasure the upper and lower calf while standing. Use measurements as the primary guide rather than age alone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sg-size-image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" height=\"700\" width=\"700\" alt=\"Soccer shin guard size chart in inches and centimeters\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/size_chart.jpg?v=1785142956\" class=\"sg-square-image\"\u003e\u003c\/div\u003e\n\u003cp class=\"sg-note\"\u003eBetween two sizes? Choose the larger size for a more comfortable fit.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"sg-cta\"\u003e CHOOSE YOUR SIZE ABOVE \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- CARE AND PACKAGE --\u003e\n\u003csection class=\"sg-section\"\u003e\n\u003cdiv class=\"sg-split\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSimple Everyday Care\u003c\/h3\u003e\n\u003cul class=\"sg-checklist\"\u003e\n\u003cli\u003eClean regularly after practices and matches\u003c\/li\u003e\n\u003cli\u003eUse mild soap and follow the garment care instructions\u003c\/li\u003e\n\u003cli\u003eAllow the sleeves to dry completely before storing\u003c\/li\u003e\n\u003cli\u003eReplace the guards if the padding or fabric becomes damaged\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWhat’s Included\u003c\/h3\u003e\n\u003cdiv class=\"sg-package\"\u003e\n\u003cdiv\u003e\n\u003cb\u003e✓\u003c\/b\u003e \u003cspan\u003eOne complete pair\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003e✓\u003c\/b\u003e \u003cspan\u003eLeft and right sleeves\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cb\u003e✓\u003c\/b\u003e \u003cspan\u003eYour selected size and color\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"sg-section sg-faq\"\u003e\n\u003cdiv style=\"margin-bottom: 17px;\" class=\"sg-center\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre these suitable for children?\u003c\/summary\u003e\n\u003cdiv class=\"sg-answer\"\u003eYes. Sizes range from young children through adult sizes. Measure the upper and lower calf and compare the results with the size chart before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo they go underneath soccer socks?\u003c\/summary\u003e\n\u003cdiv class=\"sg-answer\"\u003eYes. Center the padded panel over the shin, then pull a standard soccer sock over the entire sleeve.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill they stay in place during play?\u003c\/summary\u003e\n\u003cdiv class=\"sg-answer\"\u003eThe stretch sleeve provides a close fit that helps reduce unwanted movement. Choosing the correct size is important for the most secure result.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan they be used indoors and outdoors?\u003c\/summary\u003e\n\u003cdiv class=\"sg-answer\"\u003eYes. They can be worn during indoor training, outdoor matches, school sports and recreational soccer.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I choose between two sizes?\u003c\/summary\u003e\n\u003cdiv class=\"sg-answer\"\u003eCompare both calf measurements with the chart. When your measurements fall between sizes, select the larger option for additional comfort.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean them?\u003c\/summary\u003e\n\u003cdiv class=\"sg-answer\"\u003eClean with mild soap according to the garment care instructions and allow the sleeves to dry completely before wearing or storing them.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"sg-section sg-final\"\u003e\n\u003ch3\u003eStay Protected. Stay Focused. Keep Playing.\u003c\/h3\u003e\n\u003cp\u003eChoose the size and color that fits your player and enjoy flexible, comfortable coverage from warm-up to the final whistle.\u003c\/p\u003e\n\u003ca href=\"#sg-size-guide\" class=\"sg-cta\"\u003e CHOOSE YOUR SIZE \u0026amp; COLOR \u003c\/a\u003e\u003c\/section\u003e\n\u003cp class=\"sg-disclaimer\"\u003eProtective sports equipment may help reduce exposure to routine contact but cannot prevent every injury. Always select the correct size, position the padded section over the shin and replace damaged equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cstrong\u003e❗Notes❗\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eDue to manual measurements, please allow for slight deviations.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eThe actual color of the item may vary slightly from what you see on your screen due to different display settings and lighting effects.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003eThank you for visiting our store! \u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e Have a wonderful shopping day! \u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️❤️❤️ ❤️❤️\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e🌟 WHY US? 🌟\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e🌍 Global Reach: \u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003eWe collaborate directly with manufacturers worldwide to guarantee top-notch quality.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e✅ Quality Assurance: \u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003eOur dedicated Quality Control department ensures we keep our promises.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e💰 Competitive Pricing:\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003eWe always offer the best prices without compromising on quality.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e😊 Outstanding Customer Service:\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003eWe are here to help you with anything you need.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e🛍️ Exceptional Products: \u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003eDiscover amazing products crafted with high quality in mind.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e❤️ Customer Love:\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e\u003cspan\u003e \u003c\/span\u003eCheck out reviews from our happy customers!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0117\/2858\/4785\/files\/Untitled_design_480x480.png?v=1584882910\" width=\"700\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e✅ 30 DAY RISK-FREE GUARANTEE ✅\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eWe offer a risk-free 30-day guarantee that starts the moment you receive your item! 📦✨\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eIf you don't have a positive experience for any reason, we'll do whatever it takes to ensure you're 100% satisfied with your purchase. Your happiness is our priority! 😊\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e🚚 SHIPPING \u0026amp; DELIVERY 🚚\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eAll orders are carefully packaged, prepared, and shipped out as fast as possible. 📦✨\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eWe offer worldwide shipping! 🌍✈️ For more exact shipping times, please consult our Shipping Policy, as certain locations have much faster delivery times.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eOnce your order is shipped, you'll receive a tracking number to monitor your package every step of the way! 📍🔍\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/622fe533aa671e570c7430bc6f5ec7f014897fdc.webp\" alt=\"622fe533aa671e570c7430bc6f5ec7f014897fdc.webp\" width=\"700\"\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/4d51aae4e18566a202f9f3df0f18a21e425683e2.webp\" width=\"700\"\u003e\u003c\/p\u003e\n\u003ch3 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e💡 TIP: SAVE ON SHIPPING! 💡\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cem\u003e\u003cstrong\u003eBuying 2 or more products at the same time will save you quite a lot on shipping fees! 📦💰\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudly.com\/image\/474d96367a8f4505a845563bca5a206446466986.jpeg\" width=\"700\"\u003e\u003c\/p\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\n\u003cstrong\u003e🛒 Click On '\u003c\/strong\u003e\u003cspan\u003e\u003cstrong\u003eADD TO CART\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e' To Get Yours Now! 🛒\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cspan\u003e\u003cstrong\u003e💳 HOW TO PAY 💳\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003ePayments via PayPal®, Credit, and Debit Card. 💳\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"text-align: center;\"\u003e\u003cstrong\u003eIf you want to checkout with a credit or debit card, simply enter your Card Number, Expiration Date, and CVV. 🛒✨\u003c\/strong\u003e\u003c\/p\u003e","brand":"HD global","offers":[{"title":"White \/ XS (Age 3-6)","offer_id":53218587803957,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"White \/ S (Age 7-10)","offer_id":53221520834869,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"White \/ M (Age 11-13)","offer_id":53221520867637,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"White \/ L (Age 14+)","offer_id":53221520900405,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"White \/ XL (Adult)","offer_id":53221520933173,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"White \/ XXL (Adult)","offer_id":53221520965941,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Pink \/ XS (Age 3-6)","offer_id":53218587836725,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"Pink \/ S (Age 7-10)","offer_id":53221520998709,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Pink \/ M (Age 11-13)","offer_id":53221521031477,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Pink \/ L (Age 14+)","offer_id":53221521064245,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Pink \/ XL (Adult)","offer_id":53221521097013,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Pink \/ XXL (Adult)","offer_id":53221521129781,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Black \/ XS (Age 3-6)","offer_id":53218587869493,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"Black \/ S (Age 7-10)","offer_id":53221521162549,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Black \/ M (Age 11-13)","offer_id":53221521195317,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Black \/ L (Age 14+)","offer_id":53221521228085,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Black \/ XL (Adult)","offer_id":53221521260853,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Black \/ XXL (Adult)","offer_id":53221521293621,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Blue \/ XS (Age 3-6)","offer_id":53218587902261,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"Blue \/ S (Age 7-10)","offer_id":53221521326389,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Blue \/ M (Age 11-13)","offer_id":53221521359157,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Blue \/ L (Age 14+)","offer_id":53221521391925,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Blue \/ XL (Adult)","offer_id":53221521424693,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Blue \/ XXL (Adult)","offer_id":53221521457461,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Yellow \/ XS (Age 3-6)","offer_id":53218587935029,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"Limited Yellow \/ S (Age 7-10)","offer_id":53221521490229,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Yellow \/ M (Age 11-13)","offer_id":53221521522997,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Yellow \/ L (Age 14+)","offer_id":53221521555765,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Yellow \/ XL (Adult)","offer_id":53221521588533,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Yellow \/ XXL (Adult)","offer_id":53221521621301,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Red \/ XS (Age 3-6)","offer_id":53218587967797,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"Red \/ S (Age 7-10)","offer_id":53221521654069,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Red \/ M (Age 11-13)","offer_id":53221521686837,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Red \/ L (Age 14+)","offer_id":53221521719605,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Red \/ XL (Adult)","offer_id":53221521752373,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Red \/ XXL (Adult)","offer_id":53221521785141,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Camo \/ XS (Age 3-6)","offer_id":53218588000565,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":true},{"title":"Limited Camo \/ S (Age 7-10)","offer_id":53221521817909,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Camo \/ M (Age 11-13)","offer_id":53221521850677,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Camo \/ L (Age 14+)","offer_id":53221521883445,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Camo \/ XL (Adult)","offer_id":53221521916213,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false},{"title":"Limited Camo \/ XXL (Adult)","offer_id":53221521948981,"sku":null,"price":58.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/size_chart.jpg?v=1785142956","url":"https:\/\/walmart247.com\/products\/honeycomb-shin-guards","provider":"HD global","version":"1.0","type":"link"}