{"product_id":"shiftzero-knee-pads","title":"ShiftZero™","description":"\u003c!-- Replace this image with your ShiftZero hero GIF or product image. --\u003e\n\u003cstyle\u003e\n  #shiftzero-switch-benefits,\n  #shiftzero-switch-benefits * {\n    box-sizing: border-box;\n  }\n\n  #shiftzero-switch-benefits {\n    width: 100vw;\n    margin: 36px 0 0 calc(50% - 50vw);\n    padding: 56px 24px 62px;\n    overflow: hidden;\n    background: radial-gradient(circle at 50% 52%, #141617 0%, #0d0f10 38%, #090a0b 76%);\n    color: #ffffff;\n    font-family: inherit;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__inner {\n    width: min(1080px, 100%);\n    margin: 0 auto;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__heading {\n    margin: 0 auto 46px !important;\n    padding: 0 !important;\n    color: #ffffff !important;\n    text-align: center;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__product {\n    display: block;\n    margin-bottom: 7px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #ffffff !important;\n    font-size: clamp(34px, 3.4vw, 48px);\n    font-weight: 700;\n    line-height: 1.08;\n    letter-spacing: -0.025em;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__title {\n    display: block;\n    color: #ffffff !important;\n    font-size: clamp(28px, 2.7vw, 40px);\n    font-weight: 500;\n    line-height: 1.18;\n    letter-spacing: -0.03em;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) minmax(360px, 434px) minmax(0, 1fr);\n    grid-template-rows: repeat(2, minmax(198px, auto));\n    grid-template-areas:\n      \"benefit-one media benefit-three\"\n      \"benefit-two media benefit-four\";\n    gap: 34px 36px;\n    align-items: center;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__media {\n    grid-area: media;\n    align-self: stretch;\n    display: flex;\n    position: relative;\n    align-items: center;\n    justify-content: center;\n    min-width: 0;\n    overflow: hidden;\n    background: #0a0b0c;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__media::after {\n    content: \"\";\n    position: absolute;\n    z-index: 1;\n    inset: -1px;\n    pointer-events: none;\n    background:\n      linear-gradient(90deg, #0a0b0c 0%, rgba(10, 11, 12, 0.82) 5%, transparent 18%, transparent 82%, rgba(10, 11, 12, 0.82) 95%, #0a0b0c 100%),\n      linear-gradient(180deg, #0a0b0c 0%, transparent 11%, transparent 89%, #0a0b0c 100%);\n  }\n\n  #shiftzero-switch-benefits .sz-switch__media img {\n    display: block;\n    width: 100%;\n    max-width: 434px;\n    height: 100%;\n    min-height: 418px;\n    max-height: 500px;\n    object-fit: cover;\n    border-radius: 0;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__benefit {\n    min-width: 0;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__benefit--one { grid-area: benefit-one; }\n  #shiftzero-switch-benefits .sz-switch__benefit--two { grid-area: benefit-two; }\n  #shiftzero-switch-benefits .sz-switch__benefit--three { grid-area: benefit-three; }\n  #shiftzero-switch-benefits .sz-switch__benefit--four { grid-area: benefit-four; }\n\n  #shiftzero-switch-benefits .sz-switch__icon {\n    display: inline-flex;\n    width: 66px;\n    height: 66px;\n    margin-bottom: 20px;\n    align-items: center;\n    justify-content: flex-start;\n    border: 0;\n    border-radius: 0;\n    background: transparent;\n    color: #ffffff;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__icon svg {\n    width: 58px;\n    height: 58px;\n    stroke-width: 1.45;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__benefit h3 {\n    margin: 0 0 10px !important;\n    color: #ffffff !important;\n    font-family: inherit;\n    font-size: max(20px, 1.25rem);\n    font-weight: 700;\n    line-height: 1.3;\n    letter-spacing: -0.01em;\n    text-transform: none;\n  }\n\n  #shiftzero-switch-benefits .sz-switch__benefit p {\n    margin: 0 !important;\n    color: #ffffff !important;\n    font-size: max(16px, 1rem);\n    font-weight: 400;\n    line-height: 1.55;\n  }\n\n  @media (max-width: 1024px) {\n    #shiftzero-switch-benefits {\n      padding: 52px 28px 58px;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__heading {\n      margin-bottom: 34px;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      grid-template-rows: auto;\n      grid-template-areas:\n        \"media media\"\n        \"benefit-one benefit-three\"\n        \"benefit-two benefit-four\";\n      gap: 34px 38px;\n      max-width: 820px;\n      margin: 0 auto;\n      align-items: start;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__media {\n      align-self: auto;\n      width: min(100%, 500px);\n      margin-right: auto;\n      margin-left: auto;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__media img {\n      width: 100%;\n      height: auto;\n      min-height: 0;\n      aspect-ratio: 1 \/ 1;\n    }\n  }\n\n  @media (max-width: 640px) {\n    #shiftzero-switch-benefits {\n      margin-top: 28px;\n      margin-bottom: 0;\n      padding: 42px 20px 46px;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__heading {\n      margin-bottom: 28px;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__product {\n      font-size: clamp(31px, 9vw, 40px);\n    }\n\n    #shiftzero-switch-benefits .sz-switch__title {\n      font-size: clamp(24px, 6.4vw, 30px);\n    }\n\n    #shiftzero-switch-benefits .sz-switch__grid {\n      grid-template-columns: minmax(0, 1fr);\n      grid-template-areas:\n        \"media\"\n        \"benefit-one\"\n        \"benefit-two\"\n        \"benefit-three\"\n        \"benefit-four\";\n      gap: 0;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__media {\n      margin-right: auto;\n      margin-bottom: 34px;\n      margin-left: auto;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__media img {\n      width: 100%;\n      max-width: 440px;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__benefit {\n      padding: 24px 0;\n      border-top: 1px solid rgba(255, 255, 255, 0.14);\n    }\n\n    #shiftzero-switch-benefits .sz-switch__benefit:last-child {\n      padding-bottom: 0;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__icon {\n      width: 58px;\n      height: 58px;\n      margin-bottom: 14px;\n    }\n\n    #shiftzero-switch-benefits .sz-switch__icon svg {\n      width: 50px;\n      height: 50px;\n    }\n  }\n\n  #shiftzero-fit-guide,\n  #shiftzero-fit-guide * {\n    box-sizing: border-box;\n  }\n\n  #shiftzero-fit-guide {\n    width: 100vw;\n    margin: 0 0 36px calc(50% - 50vw);\n    padding: 34px 28px 26px;\n    overflow: hidden;\n    background: transparent;\n    color: #111111;\n    font-family: inherit;\n  }\n\n  #shiftzero-fit-guide .sz-fit__inner {\n    width: min(1180px, 100%);\n    margin: 0 auto;\n  }\n\n  #shiftzero-fit-guide .sz-fit__topline {\n    display: block;\n    margin-bottom: 28px;\n  }\n\n  #shiftzero-fit-guide .sz-fit__intro {\n    min-width: 0;\n    text-align: center;\n  }\n\n  #shiftzero-fit-guide .sz-fit__title {\n    margin: 0 0 16px !important;\n    padding: 0 !important;\n    color: #111111 !important;\n    font-family: inherit;\n    font-size: clamp(36px, 3.5vw, 48px);\n    font-weight: 650;\n    line-height: 1.15;\n    letter-spacing: -0.035em;\n    text-align: center;\n  }\n\n  #shiftzero-fit-guide .sz-fit__title span {\n    color: #95a91f;\n  }\n\n  #shiftzero-fit-guide .sz-fit__subtitle {\n    max-width: 760px;\n    margin: 0 auto 18px !important;\n    color: #262a2e !important;\n    font-size: max(18px, 1.125rem);\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  #shiftzero-fit-guide .sz-fit__legend {\n    display: flex;\n    flex: 0 0 auto;\n    gap: 18px;\n    align-items: center;\n    justify-content: center;\n    color: #555b61;\n    font-size: max(14px, 0.875rem);\n    line-height: 1.4;\n    white-space: nowrap;\n  }\n\n  #shiftzero-fit-guide .sz-fit__legend-item {\n    display: inline-flex;\n    gap: 7px;\n    align-items: center;\n  }\n\n  #shiftzero-fit-guide .sz-fit__dot {\n    width: 11px;\n    height: 11px;\n    border-radius: 50%;\n    background: #52b96a;\n  }\n\n  #shiftzero-fit-guide .sz-fit__line {\n    width: 2px;\n    height: 16px;\n    background: #111111;\n  }\n\n  #shiftzero-fit-guide .sz-fit__grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 26px;\n  }\n\n  #shiftzero-fit-guide .sz-fit__card {\n    min-width: 0;\n    margin: 0;\n    text-align: center;\n  }\n\n  #shiftzero-fit-guide .sz-fit__photo {\n    position: relative;\n    width: min(100%, 205px);\n    height: 230px;\n    margin: 0 auto 14px;\n    overflow: hidden;\n    background: transparent;\n  }\n\n  #shiftzero-fit-guide .sz-fit__photo::after {\n    content: \"\";\n    position: absolute;\n    top: 21%;\n    left: 31%;\n    width: 38%;\n    height: 5px;\n    border-radius: 50%;\n    background: #52b96a;\n    box-shadow: 0 0 0 1px rgba(82, 185, 106, 0.08);\n    transform: rotate(-1deg);\n  }\n\n  #shiftzero-fit-guide .sz-fit__photo img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    object-position: center;\n  }\n\n  #shiftzero-fit-guide .sz-fit__length-marker {\n    position: absolute;\n    top: 24%;\n    right: 7px;\n    width: 1px;\n    height: 58%;\n    background: #111111;\n  }\n\n  #shiftzero-fit-guide .sz-fit__length-marker::before,\n  #shiftzero-fit-guide .sz-fit__length-marker::after {\n    content: \"\";\n    position: absolute;\n    left: -5px;\n    width: 11px;\n    height: 1px;\n    background: #111111;\n  }\n\n  #shiftzero-fit-guide .sz-fit__length-marker::before { top: 0; }\n  #shiftzero-fit-guide .sz-fit__length-marker::after { bottom: 0; }\n\n  #shiftzero-fit-guide .sz-fit__length-value {\n    position: absolute;\n    top: 50%;\n    left: 8px;\n    color: #33383d;\n    font-size: max(12px, 0.75rem);\n    line-height: 1;\n    white-space: nowrap;\n    transform: translateY(-50%);\n    writing-mode: vertical-rl;\n  }\n\n  #shiftzero-fit-guide .sz-fit__size {\n    display: block;\n    margin-bottom: 4px;\n    color: #111111;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: max(21px, 1.3125rem);\n    font-weight: 700;\n    line-height: 1.25;\n  }\n\n  #shiftzero-fit-guide .sz-fit__range {\n    display: block;\n    color: #111111;\n    font-size: max(16px, 1rem);\n    font-weight: 700;\n    line-height: 1.45;\n  }\n\n  #shiftzero-fit-guide .sz-fit__measurement,\n  #shiftzero-fit-guide .sz-fit__weight {\n    display: block;\n    color: #5a6168;\n    font-size: max(14px, 0.875rem);\n    line-height: 1.45;\n  }\n\n  #shiftzero-fit-guide .sz-fit__weight {\n    margin-top: 7px;\n  }\n\n  #shiftzero-fit-guide .sz-fit__key {\n    margin: 24px 0 0 !important;\n    padding-top: 14px;\n    border-top: 1px solid #d9dcdf;\n    color: #555b61 !important;\n    font-size: max(14px, 0.875rem);\n    line-height: 1.5;\n  }\n\n  #shiftzero-fit-guide .sz-fit__key strong {\n    color: #111111;\n  }\n\n  @media (max-width: 900px) {\n    #shiftzero-fit-guide .sz-fit__topline {\n      display: block;\n    }\n\n    #shiftzero-fit-guide .sz-fit__legend {\n      margin-top: 12px;\n    }\n\n    #shiftzero-fit-guide .sz-fit__grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 34px 22px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    #shiftzero-fit-guide {\n      margin-bottom: 28px;\n      padding: 30px 18px 24px;\n    }\n\n    #shiftzero-fit-guide .sz-fit__legend {\n      align-items: flex-start;\n      flex-direction: column;\n      gap: 6px;\n      white-space: normal;\n    }\n\n    #shiftzero-fit-guide .sz-fit__title {\n      font-size: clamp(30px, 9vw, 38px);\n    }\n\n    #shiftzero-fit-guide .sz-fit__subtitle {\n      margin-bottom: 16px !important;\n      font-size: max(16px, 1rem);\n    }\n\n    #shiftzero-fit-guide .sz-fit__grid {\n      gap: 30px 12px;\n    }\n\n    #shiftzero-fit-guide .sz-fit__photo {\n      height: 190px;\n    }\n\n    #shiftzero-fit-guide .sz-fit__range {\n      font-size: max(15px, 0.9375rem);\n    }\n\n    #shiftzero-fit-guide .sz-fit__measurement,\n    #shiftzero-fit-guide .sz-fit__weight {\n      font-size: max(13px, 0.8125rem);\n    }\n  }\n\n  #shiftzero-how-it-works,\n  #shiftzero-how-it-works * {\n    box-sizing: border-box;\n  }\n\n  #shiftzero-how-it-works {\n    width: 100vw;\n    margin: 0 0 36px calc(50% - 50vw);\n    padding: 48px 28px 64px;\n    overflow: hidden;\n    background: transparent;\n    color: #111111;\n    font-family: inherit;\n  }\n\n  #shiftzero-how-it-works .sz-how__inner {\n    width: min(1100px, 100%);\n    margin: 0 auto;\n  }\n\n  #shiftzero-how-it-works .sz-how__title {\n    margin: 0 0 14px !important;\n    padding: 0 !important;\n    color: #111111 !important;\n    font-family: inherit;\n    font-size: clamp(36px, 3.4vw, 48px);\n    font-weight: 500;\n    line-height: 1.15;\n    letter-spacing: -0.035em;\n    text-align: center;\n  }\n\n  #shiftzero-how-it-works .sz-how__accent {\n    display: block;\n    width: 54px;\n    height: 4px;\n    margin: 0 auto 28px;\n    border-radius: 999px;\n    background: #c4d63b;\n  }\n\n  #shiftzero-how-it-works .sz-how__layout {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    gap: 20px;\n    align-items: stretch;\n  }\n\n  #shiftzero-how-it-works .sz-how__hero {\n    min-width: 0;\n    min-height: 0;\n  }\n\n  #shiftzero-how-it-works .sz-how__hero img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    min-height: 424px;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  #shiftzero-how-it-works .sz-how__cards {\n    display: grid;\n    grid-template-rows: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    min-width: 0;\n  }\n\n  #shiftzero-how-it-works .sz-how__card {\n    display: grid;\n    grid-template-columns: 122px minmax(0, 1fr);\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid #171717;\n    background: #ffffff;\n  }\n\n  #shiftzero-how-it-works .sz-how__card-image {\n    min-width: 0;\n    min-height: 0;\n    overflow: hidden;\n    background: #f1f1ef;\n  }\n\n  #shiftzero-how-it-works .sz-how__card-image img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  #shiftzero-how-it-works .sz-how__copy {\n    display: flex;\n    min-width: 0;\n    padding: 18px 28px;\n    justify-content: center;\n    flex-direction: column;\n  }\n\n  #shiftzero-how-it-works .sz-how__copy h3 {\n    margin: 0 0 8px !important;\n    color: #111111 !important;\n    font-family: inherit;\n    font-size: max(20px, 1.25rem);\n    font-weight: 750;\n    line-height: 1.25;\n  }\n\n  #shiftzero-how-it-works .sz-how__copy p {\n    margin: 0 !important;\n    color: #555b61 !important;\n    font-size: max(16px, 1rem);\n    line-height: 1.5;\n  }\n\n  @media (max-width: 900px) {\n    #shiftzero-how-it-works .sz-how__layout {\n      grid-template-columns: minmax(0, 1fr);\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    #shiftzero-how-it-works .sz-how__hero {\n      max-width: 560px;\n      margin: 0 auto 6px;\n    }\n\n    #shiftzero-how-it-works .sz-how__hero img {\n      height: auto;\n      min-height: 0;\n      aspect-ratio: 1 \/ 1;\n    }\n\n    #shiftzero-how-it-works .sz-how__cards {\n      grid-template-rows: none;\n    }\n\n    #shiftzero-how-it-works .sz-how__card {\n      min-height: 132px;\n    }\n  }\n\n  @media (max-width: 560px) {\n    #shiftzero-how-it-works {\n      margin-bottom: 28px;\n      padding: 38px 18px 46px;\n    }\n\n    #shiftzero-how-it-works .sz-how__title {\n      font-size: clamp(30px, 9vw, 38px);\n    }\n\n    #shiftzero-how-it-works .sz-how__accent {\n      margin-bottom: 22px;\n    }\n\n    #shiftzero-how-it-works .sz-how__card {\n      grid-template-columns: 96px minmax(0, 1fr);\n      min-height: 126px;\n    }\n\n    #shiftzero-how-it-works .sz-how__copy {\n      padding: 14px 16px;\n    }\n\n    #shiftzero-how-it-works .sz-how__copy h3 {\n      font-size: max(18px, 1.125rem);\n    }\n\n    #shiftzero-how-it-works .sz-how__copy p {\n      font-size: max(14px, 0.875rem);\n      line-height: 1.45;\n    }\n  }\n\n  #shiftzero-anywhere,\n  #shiftzero-anywhere * {\n    box-sizing: border-box;\n  }\n\n  #shiftzero-anywhere {\n    width: 100vw;\n    margin: 0 0 36px calc(50% - 50vw);\n    padding: 48px 28px 64px;\n    overflow: hidden;\n    background: transparent;\n    color: #111111;\n    font-family: inherit;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__inner {\n    width: min(1180px, 100%);\n    margin: 0 auto;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__title {\n    margin: 0 0 16px !important;\n    padding: 0 !important;\n    color: #111111 !important;\n    font-family: inherit;\n    font-size: clamp(36px, 3.5vw, 48px);\n    font-weight: 650;\n    line-height: 1.15;\n    letter-spacing: -0.035em;\n    text-align: center;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__title span {\n    color: #95a91f;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__subtitle {\n    max-width: 760px;\n    margin: 0 auto 44px !important;\n    color: #262a2e !important;\n    font-size: max(18px, 1.125rem);\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n    width: 100%;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__card {\n    display: flex;\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid #d9dcdf;\n    border-radius: 12px;\n    background: #ffffff;\n    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);\n    flex-direction: column;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__image {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    overflow: hidden;\n    background: #ecece9;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__image img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n    transition: transform 300ms ease;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__card:hover .sz-anywhere__image img {\n    transform: scale(1.025);\n  }\n\n  #shiftzero-anywhere .sz-anywhere__copy {\n    padding: 20px 20px 24px;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__copy h3 {\n    margin: 0 0 10px !important;\n    color: #111111 !important;\n    font-family: inherit;\n    font-size: max(20px, 1.25rem);\n    font-weight: 750;\n    line-height: 1.25;\n  }\n\n  #shiftzero-anywhere .sz-anywhere__copy p {\n    margin: 0 !important;\n    color: #22272b !important;\n    font-size: max(16px, 1rem);\n    line-height: 1.55;\n  }\n\n  @media (max-width: 900px) {\n    #shiftzero-anywhere .sz-anywhere__grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 22px;\n      max-width: 720px;\n      margin: 0 auto;\n    }\n  }\n\n  @media (max-width: 520px) {\n    #shiftzero-anywhere {\n      margin-bottom: 28px;\n      padding: 38px 18px 46px;\n    }\n\n    #shiftzero-anywhere .sz-anywhere__title {\n      font-size: clamp(30px, 9vw, 38px);\n    }\n\n    #shiftzero-anywhere .sz-anywhere__subtitle {\n      margin-bottom: 28px !important;\n      font-size: max(16px, 1rem);\n    }\n\n    #shiftzero-anywhere .sz-anywhere__grid {\n      grid-template-columns: minmax(0, 1fr);\n      gap: 20px;\n      max-width: 420px;\n    }\n\n    #shiftzero-anywhere .sz-anywhere__copy {\n      padding: 18px 18px 22px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    #shiftzero-anywhere .sz-anywhere__image img {\n      transition: none;\n    }\n  }\n\n  #shiftzero-comparison,\n  #shiftzero-comparison * {\n    box-sizing: border-box;\n  }\n\n  #shiftzero-comparison {\n    width: 100vw;\n    margin: 0 0 36px calc(50% - 50vw);\n    padding: 56px 28px 66px;\n    overflow: hidden;\n    background: #0b0c0d;\n    color: #ffffff;\n    font-family: inherit;\n  }\n\n  #shiftzero-comparison .sz-compare__inner {\n    width: min(1120px, 100%);\n    margin: 0 auto;\n  }\n\n  #shiftzero-comparison .sz-compare__title {\n    margin: 0 0 12px !important;\n    padding: 0 !important;\n    color: #ffffff !important;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: clamp(36px, 3.5vw, 50px);\n    font-weight: 700;\n    line-height: 1.1;\n    letter-spacing: -0.03em;\n    text-align: center;\n  }\n\n  #shiftzero-comparison .sz-compare__subtitle {\n    margin: 0 auto 38px !important;\n    color: #d8dbdd !important;\n    font-size: max(18px, 1.125rem);\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  #shiftzero-comparison .sz-compare__layout {\n    display: grid;\n    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);\n    gap: 32px;\n    align-items: center;\n  }\n\n  #shiftzero-comparison .sz-compare__hero {\n    min-width: 0;\n    overflow: hidden;\n    border-radius: 5px;\n    background: #161819;\n  }\n\n  #shiftzero-comparison .sz-compare__hero img {\n    display: block;\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  #shiftzero-comparison .sz-compare__table-wrap {\n    min-width: 0;\n    overflow: hidden;\n  }\n\n  #shiftzero-comparison .sz-compare__table {\n    width: 100%;\n    table-layout: fixed;\n    border: 0;\n    border-collapse: separate;\n    border-spacing: 0;\n    color: #ffffff;\n  }\n\n  #shiftzero-comparison .sz-compare__table th,\n  #shiftzero-comparison .sz-compare__table td {\n    border: 0;\n    vertical-align: middle;\n  }\n\n  #shiftzero-comparison .sz-compare__table thead th {\n    padding: 0 7px 14px;\n    color: #ffffff;\n    font-size: max(14px, 0.875rem);\n    font-weight: 700;\n    line-height: 1.25;\n    text-align: center;\n  }\n\n  #shiftzero-comparison .sz-compare__table thead th:first-child {\n    padding: 0;\n  }\n\n  #shiftzero-comparison .sz-compare__product {\n    display: flex;\n    min-height: 168px;\n    padding: 8px 8px 12px;\n    border-radius: 12px 12px 0 0;\n    align-items: stretch;\n    flex-direction: column;\n  }\n\n  #shiftzero-comparison .sz-compare__product--ours {\n    background: #c4d63b;\n    color: #0b0c0d;\n  }\n\n  #shiftzero-comparison .sz-compare__product--other {\n    background: #f6f6f4;\n    color: #0b0c0d;\n  }\n\n  #shiftzero-comparison .sz-compare__product img {\n    display: block;\n    width: 100%;\n    height: 124px;\n    margin-bottom: 10px;\n    border-radius: 8px;\n    background: #ffffff;\n    object-fit: cover;\n    object-position: center;\n  }\n\n  #shiftzero-comparison .sz-compare__product-name {\n    display: flex;\n    min-height: 36px;\n    align-items: center;\n    justify-content: center;\n    color: inherit;\n  }\n\n  #shiftzero-comparison .sz-compare__table tbody th,\n  #shiftzero-comparison .sz-compare__table tbody td {\n    height: 60px;\n    padding: 12px 10px;\n    border-top: 1px solid rgba(255, 255, 255, 0.74);\n    font-size: max(15px, 0.9375rem);\n    line-height: 1.35;\n  }\n\n  #shiftzero-comparison .sz-compare__table tbody th {\n    color: #ffffff;\n    font-weight: 500;\n    text-align: left;\n  }\n\n  #shiftzero-comparison .sz-compare__table tbody td {\n    text-align: center;\n  }\n\n  #shiftzero-comparison .sz-compare__table tbody td:nth-child(2) {\n    border-top-color: rgba(11, 12, 13, 0.22);\n    background: #c4d63b;\n    color: #0b0c0d;\n    font-weight: 800;\n  }\n\n  #shiftzero-comparison .sz-compare__table tbody tr:last-child td:nth-child(2) {\n    border-radius: 0 0 12px 12px;\n  }\n\n  #shiftzero-comparison .sz-compare__check,\n  #shiftzero-comparison .sz-compare__cross {\n    display: inline-flex;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n  #shiftzero-comparison .sz-compare__check {\n    background: #0b0c0d;\n    color: #c4d63b;\n  }\n\n  #shiftzero-comparison .sz-compare__cross {\n    color: #f27a36;\n  }\n\n  #shiftzero-comparison .sz-compare__sr-only {\n    position: absolute;\n    width: 1px;\n    height: 1px;\n    padding: 0;\n    overflow: hidden;\n    clip: rect(0, 0, 0, 0);\n    white-space: nowrap;\n    border: 0;\n  }\n\n  @media (max-width: 900px) {\n    #shiftzero-comparison .sz-compare__layout {\n      grid-template-columns: minmax(0, 1fr);\n      max-width: 720px;\n      margin: 0 auto;\n      gap: 30px;\n    }\n\n    #shiftzero-comparison .sz-compare__hero {\n      width: min(100%, 540px);\n      margin: 0 auto;\n    }\n  }\n\n  @media (max-width: 520px) {\n    #shiftzero-comparison {\n      margin-bottom: 28px;\n      padding: 42px 14px 50px;\n    }\n\n    #shiftzero-comparison .sz-compare__title {\n      font-size: clamp(30px, 9vw, 38px);\n    }\n\n    #shiftzero-comparison .sz-compare__subtitle {\n      margin-bottom: 28px !important;\n      font-size: max(16px, 1rem);\n    }\n\n    #shiftzero-comparison .sz-compare__layout {\n      gap: 24px;\n    }\n\n    #shiftzero-comparison .sz-compare__table col:first-child { width: 40% !important; }\n    #shiftzero-comparison .sz-compare__table col:nth-child(2),\n    #shiftzero-comparison .sz-compare__table col:nth-child(3) { width: 30% !important; }\n\n    #shiftzero-comparison .sz-compare__table thead th {\n      padding-right: 4px;\n      padding-left: 4px;\n      font-size: max(12px, 0.75rem);\n    }\n\n    #shiftzero-comparison .sz-compare__product {\n      min-height: 132px;\n      padding: 5px 5px 8px;\n    }\n\n    #shiftzero-comparison .sz-compare__product img {\n      height: 88px;\n      margin-bottom: 7px;\n      border-radius: 6px;\n    }\n\n    #shiftzero-comparison .sz-compare__product-name {\n      min-height: 32px;\n    }\n\n    #shiftzero-comparison .sz-compare__table tbody th,\n    #shiftzero-comparison .sz-compare__table tbody td {\n      height: 64px;\n      padding: 10px 6px;\n      font-size: max(12px, 0.75rem);\n    }\n\n    #shiftzero-comparison .sz-compare__check,\n    #shiftzero-comparison .sz-compare__cross {\n      width: 25px;\n      height: 25px;\n      font-size: 16px;\n    }\n  }\n\n  \/* Updated headings and visual distinction between the three benefits. *\/\n  #shiftzero-how-it-works .sz-how__title {\n    font-family: Arial, Helvetica, sans-serif !important;\n    font-weight: 700;\n    letter-spacing: -0.025em;\n    text-transform: none;\n  }\n  #shiftzero-how-it-works .sz-how__hero img {\n    height: auto;\n    min-height: 0;\n    aspect-ratio: 1 \/ 1;\n    object-fit: contain;\n  }\n  #shiftzero-how-it-works .sz-how__card-image--straps {\n    position: relative;\n    display: grid;\n    place-items: center;\n    background: #fff;\n  }\n  #shiftzero-how-it-works .sz-how__card-image--straps img {\n    object-fit: contain;\n    padding: 10px;\n  }\n  #shiftzero-how-it-works .sz-how__cross {\n    position: absolute;\n    width: 80%;\n    height: 80%;\n    pointer-events: none;\n  }\n  @media (min-width: 601px) and (max-width: 900px) {\n    #shiftzero-anywhere .sz-anywhere__grid {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 14px;\n    }\n    #shiftzero-anywhere .sz-anywhere__copy { padding: 16px; }\n  }\n  @media (max-width: 600px) {\n    #shiftzero-anywhere .sz-anywhere__grid { grid-template-columns: minmax(0, 1fr); }\n  }\n\n\u003c\/style\u003e\n\u003csection id=\"shiftzero-switch-benefits\"\u003e\n\u003cdiv class=\"sz-switch__inner\"\u003e\n\u003ch2 class=\"sz-switch__heading\" id=\"shiftzero-switch-title\"\u003e\n\u003cspan class=\"sz-switch__product\"\u003eShiftZero™ Knee Protection\u003c\/span\u003e \u003cspan class=\"sz-switch__title\"\u003eWhy Airsoft Players Are Making the Switch\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"sz-switch__grid\"\u003e\n\u003cdiv class=\"sz-switch__media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/A001_09091509_C055_1.gif?v=1789235486\" alt=\"ShiftZero™ knee protection in use\"\u003e\u003c\/div\u003e\n\u003carticle class=\"sz-switch__benefit sz-switch__benefit--one\"\u003e\u003cspan class=\"sz-switch__icon\"\u003e \u003csvg viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M10 5v8c0 2.2 1.8 4 4 4h4c2.2 0 4 1.8 4 4v6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M6 9l4-4 4 4M18 23l4 4 4-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eLocked In, Not Sliding\u003c\/h3\u003e\n\u003cp\u003eThe compression sleeve keeps the protector centered through sprints, crouches, and rapid position changes.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sz-switch__benefit sz-switch__benefit--two\"\u003e\u003cspan class=\"sz-switch__icon\"\u003e \u003csvg viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M7 25h18M9 21h14l-2-10H11L9 21Z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M13 11V7h6v4M12 16h8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eBuilt for Hard Kneels\u003c\/h3\u003e\n\u003cp\u003eProtective padding helps soften contact with gravel, wooden cover, and other unforgiving surfaces.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sz-switch__benefit sz-switch__benefit--three\"\u003e\u003cspan class=\"sz-switch__icon\"\u003e \u003csvg viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M9 5h14l2 22h-7l-2-13-2 13H7L9 5Z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 9h14M16 5v5M10 9l-1 5M22 9l1 5\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eFits Under Your Pants\u003c\/h3\u003e\n\u003cp\u003eThe low-profile design fits comfortably under most relaxed or standard-fit G3, BDU, and cargo pants.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sz-switch__benefit sz-switch__benefit--four\"\u003e\u003cspan class=\"sz-switch__icon\"\u003e \u003csvg viewbox=\"0 0 32 32\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpath d=\"M16 27c6-4 10-9 10-15-6 0-10 2-10 7 0-5-4-7-10-7 0 6 4 11 10 15Z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M16 27V15\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eLightweight All-Game Comfort\u003c\/h3\u003e\n\u003cp\u003eBreathable stretch fabric moves naturally with your leg—without bulky external straps.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"shiftzero-how-it-works\"\u003e\n\u003cdiv class=\"sz-how__inner\"\u003e\n\u003ch2 class=\"sz-how__title\" id=\"shiftzero-how-title\"\u003eHow ShiftZero™ Knee Protection Works\u003c\/h2\u003e\n\u003cspan class=\"sz-how__accent\"\u003e\u003c\/span\u003e\n\u003cdiv class=\"sz-how__layout\"\u003e\n\u003cdiv class=\"sz-how__hero\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/shiftzero-before-after.png?v=1789226515\" alt=\"Before-and-after comparison showing ShiftZero knee protection staying securely in place\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sz-how__cards\"\u003e\n\u003carticle class=\"sz-how__card\"\u003e\n\u003cdiv class=\"sz-how__card-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/ChatGPT_Image_3._sep._2026_20_02_47_copy.png?v=1788463352\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sz-how__copy\"\u003e\n\u003ch3\u003eStops Slipping and Rotation\u003c\/h3\u003e\n\u003cp\u003eThe full-length compression fit hugs your leg and keeps the protective pad centered while you run, crouch, kneel, and crawl.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sz-how__card\"\u003e\n\u003cdiv class=\"sz-how__card-image sz-how__card-image--straps\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/ChatGPT_Image_3._sep._2026_20_54_48.png?v=1788461695\" alt=\"Traditional knee pad with fastening straps\"\u003e\u003csvg class=\"sz-how__cross\" viewbox=\"0 0 100 100\"\u003e\u003cpath d=\"M18 18L82 82M82 18L18 82\" fill=\"none\" stroke=\"#df332e\" stroke-width=\"7\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sz-how__copy\"\u003e\n\u003ch3\u003eStrap-Free Comfort\u003c\/h3\u003e\n\u003cp\u003eNo bulky buckles or tight straps digging into the back of your knee during long matches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sz-how__card\"\u003e\n\u003cdiv class=\"sz-how__card-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/ChatGPT_Image_3._sep._2026_20_02_52_copy.png?v=1788463357\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sz-how__copy\"\u003e\n\u003ch3\u003eProtective Comfort Padding\u003c\/h3\u003e\n\u003cp\u003eFlexible front padding helps cushion your knee when dropping into position, kneeling on hard ground, or moving through rough terrain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"shiftzero-fit-guide\"\u003e\n\u003cdiv class=\"sz-fit__inner\"\u003e\n\u003cdiv class=\"sz-fit__topline\"\u003e\n\u003cdiv class=\"sz-fit__intro\"\u003e\n\u003ch2 class=\"sz-fit__title\" id=\"shiftzero-fit-title\"\u003eFind \u003cspan\u003eYour Fit\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"sz-fit__subtitle\"\u003eMeasure around your upper thigh first. The protector length is shown for each size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sz-fit__legend\"\u003e\n\u003cspan class=\"sz-fit__legend-item\"\u003e\u003cspan class=\"sz-fit__dot\"\u003e\u003c\/span\u003eUpper-leg circumference\u003c\/span\u003e \u003cspan class=\"sz-fit__legend-item\"\u003e\u003cspan class=\"sz-fit__line\"\u003e\u003c\/span\u003eProtector length\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sz-fit__grid\"\u003e\n\u003cfigure class=\"sz-fit__card\"\u003e\n\u003cdiv class=\"sz-fit__photo\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/s.png?v=1788462890\" alt=\"ShiftZero knee protector in size M\" loading=\"lazy\" decoding=\"async\"\u003e \u003cspan class=\"sz-fit__length-marker\"\u003e\u003cspan class=\"sz-fit__length-value\"\u003e15.9 in\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cfigcaption\u003e\u003cspan class=\"sz-fit__size\"\u003eM\u003c\/span\u003e \u003cspan class=\"sz-fit__range\"\u003e13.4–17.3 in\u003c\/span\u003e \u003cspan class=\"sz-fit__measurement\"\u003eUpper-leg circumference\u003c\/span\u003e \u003cspan class=\"sz-fit__weight\"\u003e99–121 lb\u003c\/span\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"sz-fit__card\"\u003e\n\u003cdiv class=\"sz-fit__photo\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/m.png?v=1788462413\" alt=\"ShiftZero knee protector in size L\" loading=\"lazy\" decoding=\"async\"\u003e \u003cspan class=\"sz-fit__length-marker\"\u003e\u003cspan class=\"sz-fit__length-value\"\u003e15.9 in\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cfigcaption\u003e\u003cspan class=\"sz-fit__size\"\u003eL\u003c\/span\u003e \u003cspan class=\"sz-fit__range\"\u003e14.6–18.5 in\u003c\/span\u003e \u003cspan class=\"sz-fit__measurement\"\u003eUpper-leg circumference\u003c\/span\u003e \u003cspan class=\"sz-fit__weight\"\u003e121–149 lb\u003c\/span\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"sz-fit__card\"\u003e\n\u003cdiv class=\"sz-fit__photo\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/l.png?v=1788462907\" alt=\"ShiftZero knee protector in size XL\" loading=\"lazy\" decoding=\"async\"\u003e \u003cspan class=\"sz-fit__length-marker\"\u003e\u003cspan class=\"sz-fit__length-value\"\u003e17.1 in\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cfigcaption\u003e\u003cspan class=\"sz-fit__size\"\u003eXL\u003c\/span\u003e \u003cspan class=\"sz-fit__range\"\u003e15.7–19.7 in\u003c\/span\u003e \u003cspan class=\"sz-fit__measurement\"\u003eUpper-leg circumference\u003c\/span\u003e \u003cspan class=\"sz-fit__weight\"\u003e149–182 lb\u003c\/span\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003cfigure class=\"sz-fit__card\"\u003e\n\u003cdiv class=\"sz-fit__photo\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/xl.png?v=1788462900\" alt=\"ShiftZero knee protector in size XXL\" loading=\"lazy\" decoding=\"async\"\u003e \u003cspan class=\"sz-fit__length-marker\"\u003e\u003cspan class=\"sz-fit__length-value\"\u003e17.9 in\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cfigcaption\u003e\u003cspan class=\"sz-fit__size\"\u003eXXL\u003c\/span\u003e \u003cspan class=\"sz-fit__range\"\u003e16.5–20.5 in\u003c\/span\u003e \u003cspan class=\"sz-fit__measurement\"\u003eUpper-leg circumference\u003c\/span\u003e \u003cspan class=\"sz-fit__weight\"\u003e182–209 lb\u003c\/span\u003e\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cp class=\"sz-fit__key\"\u003e\u003cstrong\u003eKey:\u003c\/strong\u003e Use your upper-leg circumference as the primary measurement, because it determines the actual fit. Use body weight only as a secondary guide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"shiftzero-anywhere\"\u003e\n\u003cdiv class=\"sz-anywhere__inner\"\u003e\n\u003ch2 class=\"sz-anywhere__title\" id=\"shiftzero-anywhere-title\"\u003eBuilt to Protect. \u003cspan\u003eWherever You Move.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"sz-anywhere__subtitle\"\u003eHard floors. Rough ground. Outdoor terrain. One guard built to move with you.\u003c\/p\u003e\n\u003cdiv class=\"sz-anywhere__grid\"\u003e\n\u003carticle class=\"sz-anywhere__card\"\u003e\n\u003cdiv class=\"sz-anywhere__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/magnific_create-a-photorealistic-s_dtEGb62XSL.png?v=1788460996\" alt=\"ShiftZero knee protection used on concrete and hard flooring\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sz-anywhere__copy\"\u003e\n\u003ch3\u003eConcrete \u0026amp; Hard Floors\u003c\/h3\u003e\n\u003cp\u003eCushions your knees when kneeling, crouching, or working on concrete, tile, wood, and other hard surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sz-anywhere__card\"\u003e\n\u003cdiv class=\"sz-anywhere__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/magnific_create-a-photorealistic-s_Sy3qz5tUb8.png?v=1788460997\" alt=\"ShiftZero knee protection used on gravel and rough terrain\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sz-anywhere__copy\"\u003e\n\u003ch3\u003eGravel \u0026amp; Rough Terrain\u003c\/h3\u003e\n\u003cp\u003eFlexible protective padding helps protect your knees when moving, kneeling, or crawling across uneven ground.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"sz-anywhere__card\"\u003e\n\u003cdiv class=\"sz-anywhere__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/magnific_create-a-photorealistic-s_nVBPhAiYQD.png?v=1788460996\" alt=\"ShiftZero knee protection used outdoors on grass and dirt\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sz-anywhere__copy\"\u003e\n\u003ch3\u003eGrass, Dirt \u0026amp; Outdoors\u003c\/h3\u003e\n\u003cp\u003eBuilt for outdoor movement on grass, dirt, trails, and changing terrain without bulky external straps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"shiftzero-comparison\"\u003e\n\u003cdiv class=\"sz-compare__inner\"\u003e\n\u003ch2 class=\"sz-compare__title\" id=\"shiftzero-comparison-title\"\u003eOur Knee Guard vs. Traditional Knee Pads\u003c\/h2\u003e\n\u003cp class=\"sz-compare__subtitle\"\u003eLess bulk. No straps. Protection that moves with you.\u003c\/p\u003e\n\u003cdiv class=\"sz-compare__layout\"\u003e\n\u003cdiv class=\"sz-compare__hero\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/magnific_create-a-premium-photorea_8aHW45rIrU.png?v=1788461567\" alt=\"ShiftZero knee guard shown in a premium product setting\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"sz-compare__table-wrap\"\u003e\n\u003ctable class=\"sz-compare__table\"\u003e\n\u003ccaption class=\"sz-compare__sr-only\"\u003eComparison between the ShiftZero knee guard and traditional strap-on knee pads\u003c\/caption\u003e\n\u003ccolgroup\u003e \u003ccol style=\"width: 46%;\"\u003e \u003ccol style=\"width: 27%;\"\u003e \u003ccol style=\"width: 27%;\"\u003e \u003c\/colgroup\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003e\u003cspan class=\"sz-compare__sr-only\"\u003eFeature\u003c\/span\u003e\u003c\/th\u003e\n\u003cth scope=\"col\"\u003e\u003cspan class=\"sz-compare__product sz-compare__product--ours\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/magnific_create-a-premium-ecommerc_N2cXMtk6D9_1_copy.png?v=1788374717\" alt=\"Our ShiftZero knee guard\" loading=\"lazy\" decoding=\"async\"\u003e \u003cspan class=\"sz-compare__product-name\"\u003eOur Knee Guard\u003c\/span\u003e \u003c\/span\u003e\u003c\/th\u003e\n\u003cth scope=\"col\"\u003e\u003cspan class=\"sz-compare__product sz-compare__product--other\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/ChatGPT_Image_3._sep._2026_20_54_48.png?v=1788461695\" alt=\"Traditional strap-on knee pads\" loading=\"lazy\" decoding=\"async\"\u003e \u003cspan class=\"sz-compare__product-name\"\u003eTraditional Strap-On Pads\u003c\/span\u003e \u003c\/span\u003e\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCompression Fit\u003c\/th\u003e\n\u003ctd\u003e\u003cspan class=\"sz-compare__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"sz-compare__cross\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHelps Stay Centered During Movement\u003c\/th\u003e\n\u003ctd\u003e\u003cspan class=\"sz-compare__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eOften Shifts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eNo Buckles Behind the Knee\u003c\/th\u003e\n\u003ctd\u003e\u003cspan class=\"sz-compare__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"sz-compare__cross\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFlexible Protective Padding\u003c\/th\u003e\n\u003ctd\u003e\u003cspan class=\"sz-compare__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eOften Rigid\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBreathable Material\u003c\/th\u003e\n\u003ctd\u003e\u003cspan class=\"sz-compare__check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eVaries by Model\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n  .shiftzero-guarantee {\n    padding: 32px 16px;\n    color: #191c1a;\n    font-family: inherit;\n    text-align: center;\n  }\n\n  .shiftzero-guarantee__heading {\n    max-width: 1000px;\n    margin: 0 auto 24px;\n    color: inherit;\n    font-family: inherit;\n    font-size: clamp(22px, 2.4vw, 30px);\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: normal;\n    text-transform: none;\n  }\n\n  .shiftzero-guarantee__highlight {\n    color: #91ad19;\n    white-space: nowrap;\n  }\n\n  .shiftzero-guarantee__badge {\n    display: block;\n    width: clamp(170px, 24vw, 220px);\n    max-width: 100%;\n    height: auto;\n    margin: 0 auto 24px;\n    border: 0;\n    border-radius: 0;\n    box-shadow: none;\n  }\n\n  .shiftzero-guarantee__description {\n    max-width: 640px;\n    margin: 0 auto;\n    color: #4c5148;\n    font-family: inherit;\n    font-size: clamp(16px, 1.4vw, 18px);\n    font-weight: 400;\n    line-height: 1.65;\n  }\n\u003c\/style\u003e\n\u003csection class=\"shiftzero-guarantee\"\u003e\n\u003ch2 class=\"shiftzero-guarantee__heading\"\u003eClick \u003cspan class=\"shiftzero-guarantee__highlight\"\u003e“Add To Cart”\u003c\/span\u003e and upgrade to low-profile, strap-free knee protection.\u003c\/h2\u003e\n\u003cimg class=\"shiftzero-guarantee__badge\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/ChatGPT_Image_21._jan._2026_10_31_13.png?v=1768987912\" alt=\"30-day money-back guarantee\" width=\"288\" height=\"288\" loading=\"lazy\"\u003e\n\u003cp class=\"shiftzero-guarantee__description\"\u003eNot satisfied with your order? We offer a 30-day money-back guarantee. Contact us within 30 days of receiving your product to request a refund in accordance with our refund policy.\u003c\/p\u003e\n\u003c\/section\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":58306261713228,"sku":null,"price":30.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1009\/4379\/0412\/files\/magnific_create-a-premium-ecommerc_N2cXMtk6D9_1_copy.png?v=1788374717","url":"https:\/\/www.shiftzerogear.com\/products\/shiftzero-knee-pads","provider":"FogSnap","version":"1.0","type":"link"}