{"product_id":"power-bag","title":"Power Bag™ Baseball Hitting Trainer","description":"\u003c!-- =========================================================\nBEGIN: HOOPSKING BASEBALL POWER BAG COMPLETE PRODUCT PAGE HTML\nPaste into Shopify product description \/ GemPages custom HTML block\n========================================================= --\u003e\n\n\u003cstyle\u003e\n  .hk-powerbag-page {\n    --hk-orange: #f47a20;\n    --hk-orange-dark: #d96108;\n    --hk-black: #111111;\n    --hk-dark: #1b1b1f;\n    --hk-gray: #f5f5f6;\n    --hk-gray-2: #eeeeef;\n    --hk-text: #24242a;\n    --hk-muted: #5c5c64;\n    --hk-border: #e2e2e5;\n    --hk-white: #ffffff;\n    font-family: inherit;\n    color: var(--hk-text);\n    line-height: 1.55;\n    background: var(--hk-white);\n    scroll-behavior: smooth;\n  }\n\n  .hk-powerbag-page * {\n    box-sizing: border-box;\n  }\n\n  .hk-powerbag-wrap {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 18px;\n  }\n\n  .hk-pb-hero {\n    margin: 24px auto 34px;\n    border-radius: 26px;\n    overflow: hidden;\n    color: #fff;\n    background:\n      radial-gradient(circle at 85% 15%, rgba(244,122,32,0.34), transparent 34%),\n      linear-gradient(135deg, #101014 0%, #222229 52%, #111111 100%);\n    box-shadow: 0 18px 46px rgba(0,0,0,0.2);\n  }\n\n  .hk-pb-hero-inner {\n    display: grid;\n    grid-template-columns: 1.02fr 0.98fr;\n    gap: 30px;\n    align-items: center;\n    padding: 44px;\n  }\n\n  .hk-pb-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(244,122,32,0.15);\n    border: 1px solid rgba(244,122,32,0.42);\n    color: #fff;\n    padding: 8px 13px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-bottom: 16px;\n  }\n\n  .hk-pb-hero h1 {\n    margin: 0 0 16px;\n    font-size: clamp(34px, 5.2vw, 62px);\n    line-height: 0.96;\n    letter-spacing: -0.055em;\n    font-weight: 950;\n  }\n\n  .hk-pb-hero h1 span {\n    color: var(--hk-orange);\n  }\n\n  .hk-pb-hero-sub {\n    margin: 0 0 22px;\n    max-width: 650px;\n    font-size: clamp(17px, 2vw, 21px);\n    color: rgba(255,255,255,0.86);\n  }\n\n  .hk-pb-mini-copy {\n    color: rgba(255,255,255,0.76);\n    font-size: 15px;\n    margin: 0 0 24px;\n  }\n\n  .hk-pb-hero-points {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 22px 0 0;\n  }\n\n  .hk-pb-hero-point {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.13);\n    padding: 12px 14px;\n    border-radius: 15px;\n    font-size: 14px;\n    font-weight: 850;\n    color: rgba(255,255,255,0.92);\n  }\n\n  .hk-pb-cta-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    align-items: center;\n    margin-top: 24px;\n  }\n\n  .hk-pb-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 13px 20px;\n    border-radius: 999px;\n    font-weight: 950;\n    text-decoration: none;\n    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;\n  }\n\n  .hk-pb-btn-primary {\n    color: #fff;\n    background: var(--hk-orange);\n    box-shadow: 0 10px 24px rgba(244,122,32,0.34);\n  }\n\n  .hk-pb-btn-primary:hover {\n    background: var(--hk-orange-dark);\n    transform: translateY(-1px);\n  }\n\n  .hk-pb-btn-secondary {\n    color: #fff;\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.22);\n  }\n\n  .hk-pb-btn-secondary:hover {\n    background: rgba(255,255,255,0.16);\n    transform: translateY(-1px);\n  }\n\n  .hk-pb-hero-media {\n    display: grid;\n    gap: 14px;\n  }\n\n  .hk-pb-image-main {\n    position: relative;\n    aspect-ratio: 16 \/ 11;\n    min-height: unset;\n    border-radius: 22px;\n    overflow: hidden;\n    background:\n      linear-gradient(135deg, rgba(244,122,32,0.26), rgba(255,255,255,0.07)),\n      #24242a;\n    border: 1px solid rgba(255,255,255,0.14);\n  }\n\n  .hk-pb-image-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n\n  .hk-pb-image-small {\n    position: relative;\n    aspect-ratio: 16 \/ 10;\n    min-height: unset;\n    border-radius: 18px;\n    overflow: hidden;\n    background:\n      linear-gradient(135deg, rgba(244,122,32,0.18), rgba(255,255,255,0.06)),\n      #24242a;\n    border: 1px solid rgba(255,255,255,0.14);\n  }\n\n  .hk-pb-image-main img,\n  .hk-pb-image-small img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .hk-pb-image-main img {\n    object-position: center center;\n  }\n\n  .hk-pb-image-small:nth-child(1) img {\n    object-position: center center;\n  }\n\n  .hk-pb-image-small:nth-child(2) img {\n    object-position: center center;\n  }\n\n  .hk-pb-image-main img[src=\"\"],\n  .hk-pb-image-small img[src=\"\"] {\n    display: none;\n  }\n\n  .hk-pb-quick-strip {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 0 auto 34px;\n  }\n\n  .hk-pb-quick-card {\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    border-radius: 18px;\n    padding: 18px;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.05);\n  }\n\n  .hk-pb-quick-card strong {\n    display: block;\n    color: var(--hk-orange);\n    font-size: 24px;\n    line-height: 1;\n    font-weight: 950;\n    margin-bottom: 8px;\n  }\n\n  .hk-pb-quick-card span {\n    color: #303036;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .hk-pb-section {\n    padding: 56px 0;\n    scroll-margin-top: 90px;\n  }\n\n  .hk-pb-section-light {\n    background: var(--hk-gray);\n    border-top: 1px solid var(--hk-border);\n    border-bottom: 1px solid var(--hk-border);\n  }\n\n  .hk-pb-section-head {\n    max-width: 850px;\n    margin: 0 auto 32px;\n    text-align: center;\n  }\n\n  .hk-pb-kicker {\n    color: var(--hk-orange);\n    font-size: 13px;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    font-weight: 950;\n    margin-bottom: 8px;\n  }\n\n  .hk-pb-section h2 {\n    margin: 0 0 14px;\n    color: var(--hk-black);\n    font-size: clamp(28px, 4vw, 46px);\n    line-height: 1.02;\n    letter-spacing: -0.04em;\n    font-weight: 950;\n  }\n\n  .hk-pb-section-head p {\n    margin: 0;\n    color: var(--hk-muted);\n    font-size: 18px;\n  }\n\n  #powerbag-guide.hk-pb-guide-section {\n    background:\n      radial-gradient(circle at top right, rgba(244,122,32,0.18), transparent 28%),\n      linear-gradient(135deg, #1a1a1f 0%, #24242b 55%, #16161a 100%);\n    border-top: 1px solid rgba(255,255,255,0.08);\n    border-bottom: 1px solid rgba(255,255,255,0.08);\n    padding: 64px 0;\n    position: relative;\n    overflow: hidden;\n  }\n\n  #powerbag-guide.hk-pb-guide-section:before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));\n    pointer-events: none;\n  }\n\n  #powerbag-guide .hk-pb-section-head {\n    max-width: 900px;\n    margin: 0 auto 34px;\n    text-align: center;\n    position: relative;\n    z-index: 2;\n  }\n\n  #powerbag-guide .hk-pb-kicker {\n    color: var(--hk-orange);\n    font-size: 13px;\n    font-weight: 950;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  #powerbag-guide h2 {\n    color: #ffffff;\n    margin: 0 0 14px;\n    font-size: clamp(30px, 4.4vw, 52px);\n    line-height: 1.02;\n    letter-spacing: -0.045em;\n    font-weight: 950;\n  }\n\n  #powerbag-guide .hk-pb-section-head p {\n    color: rgba(255,255,255,0.78);\n    font-size: 18px;\n    max-width: 820px;\n    margin: 0 auto;\n  }\n\n  #powerbag-guide .hk-pb-guide-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 14px;\n    position: relative;\n    z-index: 2;\n  }\n\n  #powerbag-guide .hk-pb-guide-grid a {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 62px;\n    padding: 14px 14px;\n    text-align: center;\n    text-decoration: none;\n    border-radius: 16px;\n    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,246,247,0.98));\n    color: #15151a;\n    font-weight: 900;\n    font-size: 16px;\n    line-height: 1.2;\n    border: 1px solid rgba(255,255,255,0.28);\n    box-shadow:\n      0 10px 26px rgba(0,0,0,0.18),\n      inset 0 1px 0 rgba(255,255,255,0.7);\n    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  #powerbag-guide .hk-pb-guide-grid a:before {\n    content: \"\";\n    position: absolute;\n    inset: 0 auto 0 0;\n    width: 5px;\n    background: linear-gradient(180deg, #f47a20, #ff9d4d);\n  }\n\n  #powerbag-guide .hk-pb-guide-grid a:hover {\n    transform: translateY(-2px);\n    color: #111111;\n    border-color: rgba(244,122,32,0.75);\n    background: linear-gradient(180deg, #ffffff, #f9f1eb);\n    box-shadow:\n      0 16px 32px rgba(0,0,0,0.24),\n      0 0 0 1px rgba(244,122,32,0.14);\n  }\n\n  .hk-pb-back-link {\n    margin-top: 26px;\n    text-align: center;\n  }\n\n  .hk-pb-back-link a {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 40px;\n    padding: 9px 16px;\n    border-radius: 999px;\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    color: var(--hk-orange);\n    font-size: 14px;\n    font-weight: 900;\n    text-decoration: none;\n    box-shadow: 0 6px 18px rgba(0,0,0,0.045);\n  }\n\n  .hk-pb-back-link a:hover {\n    border-color: var(--hk-orange);\n  }\n\n  .hk-pb-two-col {\n    display: grid;\n    grid-template-columns: 0.92fr 1.08fr;\n    gap: 28px;\n    align-items: center;\n  }\n\n  .hk-pb-card {\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    border-radius: 24px;\n    padding: 28px;\n    box-shadow: 0 12px 32px rgba(0,0,0,0.06);\n  }\n\n  .hk-pb-card-dark {\n    background:\n      radial-gradient(circle at top right, rgba(244,122,32,0.22), transparent 36%),\n      linear-gradient(135deg, #151519 0%, #29292f 100%);\n    color: #fff;\n    border-color: rgba(255,255,255,0.12);\n  }\n\n  .hk-pb-card h3 {\n    margin: 0 0 12px;\n    font-size: 25px;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    font-weight: 950;\n    color: #18181d;\n  }\n\n  .hk-pb-card p {\n    margin: 0 0 15px;\n    color: var(--hk-muted);\n  }\n\n  .hk-pb-card-dark h3 {\n    color: #fff;\n  }\n\n  .hk-pb-card-dark p {\n    color: rgba(255,255,255,0.78);\n  }\n\n  .hk-pb-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  .hk-pb-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(7, 1fr);\n    gap: 12px;\n  }\n\n  .hk-pb-feature {\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    border-radius: 18px;\n    padding: 18px 14px;\n    box-shadow: 0 8px 22px rgba(0,0,0,0.045);\n  }\n\n  .hk-pb-feature-mark {\n    width: 34px;\n    height: 34px;\n    border-radius: 999px;\n    background: var(--hk-orange);\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 950;\n    margin-bottom: 11px;\n  }\n\n  .hk-pb-feature h3 {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.18;\n    font-weight: 950;\n    color: #18181d;\n  }\n\n  .hk-pb-feedback-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .hk-pb-feedback-item {\n    display: grid;\n    grid-template-columns: 34px 1fr;\n    gap: 12px;\n    align-items: start;\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    border-radius: 16px;\n    padding: 16px;\n  }\n\n  .hk-pb-check {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: var(--hk-orange);\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 950;\n  }\n\n  .hk-pb-feedback-item strong {\n    display: block;\n    font-weight: 950;\n    margin-bottom: 3px;\n    color: #18181d;\n  }\n\n  .hk-pb-feedback-item span {\n    display: block;\n    color: var(--hk-muted);\n    font-size: 15px;\n  }\n\n  .hk-pb-comparison {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .hk-pb-compare-card {\n    border-radius: 24px;\n    padding: 26px;\n    border: 1px solid var(--hk-border);\n    background: #fff;\n  }\n\n  .hk-pb-compare-card.bad {\n    background: #f7f7f8;\n  }\n\n  .hk-pb-compare-card.good {\n    background:\n      radial-gradient(circle at top right, rgba(244,122,32,0.18), transparent 35%),\n      #111;\n    color: #fff;\n    border-color: #111;\n  }\n\n  .hk-pb-compare-card h3 {\n    margin: 0 0 14px;\n    font-size: 25px;\n    font-weight: 950;\n  }\n\n  .hk-pb-compare-card ul,\n  .hk-pb-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    display: grid;\n    gap: 11px;\n  }\n\n  .hk-pb-compare-card li,\n  .hk-pb-list li {\n    position: relative;\n    padding-left: 28px;\n    color: var(--hk-muted);\n  }\n\n  .hk-pb-compare-card.good li {\n    color: rgba(255,255,255,0.82);\n  }\n\n  .hk-pb-compare-card li:before,\n  .hk-pb-list li:before {\n    position: absolute;\n    left: 0;\n    top: 0;\n    font-weight: 950;\n  }\n\n  .hk-pb-compare-card.bad li:before {\n    content: \"×\";\n    color: #999;\n  }\n\n  .hk-pb-compare-card.good li:before,\n  .hk-pb-list li:before {\n    content: \"✓\";\n    color: var(--hk-orange);\n  }\n\n  .hk-pb-steps {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n  }\n\n  .hk-pb-step {\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    border-radius: 22px;\n    padding: 22px;\n  }\n\n  .hk-pb-step-number {\n    width: 38px;\n    height: 38px;\n    border-radius: 999px;\n    background: #111;\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 950;\n    margin-bottom: 14px;\n  }\n\n  .hk-pb-step h3 {\n    margin: 0 0 8px;\n    font-size: 19px;\n    font-weight: 950;\n    line-height: 1.12;\n    color: #18181d;\n  }\n\n  .hk-pb-step p {\n    margin: 0;\n    color: var(--hk-muted);\n    font-size: 15px;\n  }\n\n  .hk-pb-size-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .hk-pb-size-card {\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    border-radius: 24px;\n    padding: 26px;\n    box-shadow: 0 10px 28px rgba(0,0,0,0.05);\n  }\n\n  .hk-pb-size-card.featured {\n    border: 2px solid var(--hk-orange);\n    box-shadow: 0 16px 34px rgba(244,122,32,0.14);\n  }\n\n  .hk-pb-size-tag {\n    display: inline-flex;\n    background: rgba(244,122,32,0.12);\n    color: var(--hk-orange);\n    border-radius: 999px;\n    padding: 6px 10px;\n    font-size: 12px;\n    font-weight: 950;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 12px;\n  }\n\n  .hk-pb-size-card h3 {\n    margin: 0 0 10px;\n    font-size: 24px;\n    font-weight: 950;\n    color: #18181d;\n  }\n\n  .hk-pb-size-meta {\n    margin: 0 0 16px;\n    color: #18181d;\n    font-weight: 900;\n  }\n\n  .hk-pb-size-card p {\n    margin: 0;\n    color: var(--hk-muted);\n  }\n\n  .hk-pb-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n\n  .hk-pb-spec-box {\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    border-radius: 22px;\n    padding: 24px;\n  }\n\n  .hk-pb-spec-box h3 {\n    margin: 0 0 14px;\n    font-size: 22px;\n    font-weight: 950;\n    color: #18181d;\n  }\n\n  .hk-pb-spec-row {\n    display: grid;\n    grid-template-columns: 0.95fr 1.05fr;\n    gap: 16px;\n    border-top: 1px solid var(--hk-border);\n    padding: 13px 0;\n  }\n\n  .hk-pb-spec-row:first-of-type {\n    border-top: 0;\n    padding-top: 0;\n  }\n\n  .hk-pb-spec-label {\n    color: var(--hk-muted);\n    font-weight: 800;\n  }\n\n  .hk-pb-spec-value {\n    font-weight: 900;\n    color: #16161a;\n  }\n\n  .hk-pb-audience {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n\n  .hk-pb-audience-card {\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    border-radius: 24px;\n    padding: 28px;\n  }\n\n  .hk-pb-audience-card h3 {\n    margin: 0 0 12px;\n    font-size: 24px;\n    font-weight: 950;\n    color: #18181d;\n  }\n\n  .hk-pb-audience-card p {\n    margin: 0;\n    color: var(--hk-muted);\n  }\n\n  .hk-pb-video-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n\n  .hk-pb-video-card {\n    background: #fff;\n    border: 1px solid var(--hk-border);\n    border-radius: 22px;\n    overflow: hidden;\n    box-shadow: 0 10px 28px rgba(0,0,0,0.05);\n  }\n\n  .hk-pb-video-frame {\n    position: relative;\n    width: 100%;\n    padding-top: 56.25%;\n    background: #111;\n  }\n\n  .hk-pb-video-frame iframe {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  .hk-pb-video-copy {\n    padding: 18px;\n  }\n\n  .hk-pb-video-copy h3 {\n    margin: 0 0 6px;\n    font-size: 18px;\n    font-weight: 950;\n    color: #18181d;\n  }\n\n  .hk-pb-video-copy p {\n    margin: 0;\n    font-size: 14px;\n    color: var(--hk-muted);\n  }\n\n  .hk-pb-final {\n    background:\n      radial-gradient(circle at top left, rgba(244,122,32,0.32), transparent 32%),\n      linear-gradient(135deg, #101014 0%, #24242a 100%);\n    color: #fff;\n    border-radius: 28px;\n    padding: 44px;\n    text-align: center;\n    box-shadow: 0 18px 42px rgba(0,0,0,0.18);\n  }\n\n  .hk-pb-final h2 {\n    color: #fff;\n    margin-bottom: 14px;\n  }\n\n  .hk-pb-final p {\n    color: rgba(255,255,255,0.82);\n    max-width: 820px;\n    margin: 0 auto 24px;\n    font-size: 18px;\n  }\n\n  .hk-pb-note {\n    margin-top: 16px;\n    color: rgba(255,255,255,0.64);\n    font-size: 13px;\n  }\n\n  @media (max-width: 1020px) {\n    .hk-pb-feature-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    #powerbag-guide .hk-pb-guide-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 920px) {\n    .hk-pb-hero-inner,\n    .hk-pb-two-col,\n    .hk-pb-specs {\n      grid-template-columns: 1fr;\n    }\n\n    .hk-pb-hero-media {\n      order: -1;\n    }\n\n    .hk-pb-quick-strip,\n    .hk-pb-steps,\n    .hk-pb-size-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .hk-pb-hero-inner {\n      padding: 32px 24px;\n    }\n\n    .hk-pb-image-main {\n      aspect-ratio: 16 \/ 10;\n    }\n\n    .hk-pb-image-small {\n      aspect-ratio: 16 \/ 10;\n    }\n  }\n\n  @media (max-width: 680px) {\n    .hk-powerbag-wrap {\n      padding: 0 14px;\n    }\n\n    .hk-pb-hero {\n      border-radius: 18px;\n      margin-top: 14px;\n    }\n\n    .hk-pb-hero-inner {\n      padding: 24px 18px;\n      gap: 22px;\n    }\n\n    .hk-pb-hero h1 {\n      font-size: 38px;\n    }\n\n    .hk-pb-hero-sub,\n    .hk-pb-section-head p,\n    .hk-pb-final p {\n      font-size: 16px;\n    }\n\n    .hk-pb-hero-points,\n    .hk-pb-quick-strip,\n    #powerbag-guide .hk-pb-guide-grid,\n    .hk-pb-feature-grid,\n    .hk-pb-comparison,\n    .hk-pb-steps,\n    .hk-pb-size-grid,\n    .hk-pb-specs,\n    .hk-pb-audience,\n    .hk-pb-video-grid,\n    .hk-pb-image-grid {\n      grid-template-columns: 1fr;\n    }\n\n    #powerbag-guide.hk-pb-guide-section {\n      padding: 46px 0;\n    }\n\n    #powerbag-guide .hk-pb-section-head p {\n      font-size: 16px;\n    }\n\n    #powerbag-guide .hk-pb-guide-grid a {\n      min-height: 56px;\n      font-size: 15px;\n    }\n\n    .hk-pb-image-main {\n      aspect-ratio: 4 \/ 3;\n      border-radius: 18px;\n    }\n\n    .hk-pb-image-small {\n      aspect-ratio: 16 \/ 9;\n      border-radius: 16px;\n    }\n\n    .hk-pb-card,\n    .hk-pb-compare-card,\n    .hk-pb-size-card,\n    .hk-pb-spec-box,\n    .hk-pb-audience-card,\n    .hk-pb-final {\n      padding: 22px;\n      border-radius: 18px;\n    }\n\n    .hk-pb-section {\n      padding: 42px 0;\n    }\n\n    .hk-pb-spec-row {\n      grid-template-columns: 1fr;\n      gap: 4px;\n    }\n\n    .hk-pb-btn {\n      width: 100%;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hk-powerbag-page\"\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 1 - HERO\n  ========================================================= --\u003e\n  \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n    \u003csection class=\"hk-pb-hero\" id=\"powerbag-top\"\u003e\n      \u003cdiv class=\"hk-pb-hero-inner\"\u003e\n\n        \u003cdiv class=\"hk-pb-hero-copy\"\u003e\n          \u003cdiv class=\"hk-pb-eyebrow\"\u003eBaseball Power Hitting Trainer\u003c\/div\u003e\n\n          \u003ch1\u003eFinally, a Training Aid That Lets Hitters \u003cspan\u003eSee Their Power\u003c\/span\u003e\n\u003c\/h1\u003e\n\n          \u003cp class=\"hk-pb-hero-sub\"\u003e\n            The Power Bag™ develops power hitter skills and power hitter strength while giving players instant visual feedback on every swing.\n          \u003c\/p\u003e\n\n          \u003cp class=\"hk-pb-mini-copy\"\u003e\n            Instead of guessing whether a hitter is using the lower body, staying strong at contact, and finishing through the ball, the Power Bag gives a simple result: better mechanics move the bag farther.\n          \u003c\/p\u003e\n\n          \u003cdiv class=\"hk-pb-hero-points\"\u003e\n            \u003cdiv class=\"hk-pb-hero-point\"\u003eProduces explosive hitting mechanics\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-hero-point\"\u003eEncourages lower-body torque\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-hero-point\"\u003eBuilds wrist and forearm strength\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-hero-point\"\u003eGives instant visual feedback\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-cta-row\"\u003e\n            \u003ca class=\"hk-pb-btn hk-pb-btn-primary\" href=\"#MainProduct\"\u003eCheck Price \u0026amp; Add to Cart\u003c\/a\u003e\n            \u003ca class=\"hk-pb-btn hk-pb-btn-secondary\" href=\"#powerbag-videos\"\u003eWatch Training Videos\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-hero-media\"\u003e\n          \u003cdiv class=\"hk-pb-image-main\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5249\/8730\/files\/Power-Bag-Baseball-Softball-Muhl-Tech.jpg?v=1777646015\" alt=\"Baseball player using Power Bag hitting trainer to build swing power and contact strength\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-image-grid\"\u003e\n            \u003cdiv class=\"hk-pb-image-small\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5249\/8730\/files\/Power-Bag-Baseball-Softball-Muhl-Tech-2.jpg?v=1777646033\" alt=\"Power Bag baseball hitting trainer with red bag black support stand and home plate\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-image-small\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5249\/8730\/files\/Power-Bag-Baseball-Softball-Muhl-Tech-3.jpg?v=1777646377\" alt=\"Fastpitch softball player training with Power Bag hitting trainer\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"hk-pb-quick-strip\"\u003e\n      \u003cdiv class=\"hk-pb-quick-card\"\u003e\n        \u003cstrong\u003e3\u003c\/strong\u003e\n        \u003cspan\u003eAvailable sizes for different player levels\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-pb-quick-card\"\u003e\n        \u003cstrong\u003e360°\u003c\/strong\u003e\n        \u003cspan\u003eGoal is to drive the bag higher or around\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-pb-quick-card\"\u003e\n        \u003cstrong\u003eFast\u003c\/strong\u003e\n        \u003cspan\u003eFeedback after every swing\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hk-pb-quick-card\"\u003e\n        \u003cstrong\u003ePlus\u003c\/strong\u003e\n        \u003cspan\u003eOptional industrial stand available\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- =========================================================\n  END: SECTION 1 - HERO\n  ========================================================= --\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 2 - POWER BAG BUYING GUIDE \/ TABLE OF CONTENTS\n  ========================================================= --\u003e\n  \u003csection class=\"hk-pb-section hk-pb-guide-section\" id=\"powerbag-guide\"\u003e\n    \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n      \u003cdiv class=\"hk-pb-section-head\"\u003e\n        \u003cdiv class=\"hk-pb-kicker\"\u003ePower Bag Buying Guide\u003c\/div\u003e\n        \u003ch2\u003eJump to What You Need\u003c\/h2\u003e\n        \u003cp\u003e\n          Learn how the Power Bag builds hitting strength, how to train with it, which size to choose, what comes in the box, and how coaches use it with players.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-guide-grid\"\u003e\n        \u003ca href=\"#why-it-works\"\u003eWhy It Works\u003c\/a\u003e\n        \u003ca href=\"#wrist-forearm-strength\"\u003eWrist \u0026amp; Forearm Strength\u003c\/a\u003e\n        \u003ca href=\"#instant-feedback\"\u003eInstant Feedback\u003c\/a\u003e\n        \u003ca href=\"#better-than-a-tire\"\u003eBetter Than a Tire\u003c\/a\u003e\n        \u003ca href=\"#how-to-train\"\u003eHow to Train With It\u003c\/a\u003e\n        \u003ca href=\"#power-bag-drills\"\u003ePower Bag Drills\u003c\/a\u003e\n        \u003ca href=\"#choose-size\"\u003eChoose the Right Size\u003c\/a\u003e\n        \u003ca href=\"#parents-coaches\"\u003eParents \u0026amp; Coaches\u003c\/a\u003e\n        \u003ca href=\"#whats-included\"\u003eWhat’s Included\u003c\/a\u003e\n        \u003ca href=\"#powerbag-videos\"\u003eTraining Videos\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 2 - POWER BAG BUYING GUIDE \/ TABLE OF CONTENTS\n  ========================================================= --\u003e\n\n  \u003c!-- =========================================================\nBEGIN: SECTION 3 - WHY IT WORKS\n========================================================= --\u003e\n\u003cstyle\u003e\n  #why-it-works .hk-pb-why-layout {\n    display: grid;\n    grid-template-columns: 0.95fr 1.05fr;\n    gap: 30px;\n    align-items: center;\n  }\n\n  #why-it-works .hk-pb-why-image {\n    border-radius: 26px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--hk-border);\n    box-shadow: 0 14px 34px rgba(0,0,0,0.08);\n  }\n\n  #why-it-works .hk-pb-why-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  #why-it-works .hk-pb-why-copy {\n    display: grid;\n    gap: 18px;\n  }\n\n  #why-it-works .hk-pb-why-intro-card {\n    background:\n      radial-gradient(circle at top right, rgba(244,122,32,0.16), transparent 34%),\n      #ffffff;\n    border: 1px solid var(--hk-border);\n    border-radius: 22px;\n    padding: 24px;\n    box-shadow: 0 10px 28px rgba(0,0,0,0.05);\n  }\n\n  #why-it-works .hk-pb-why-intro-card h3 {\n    margin: 0 0 10px;\n    color: #18181d;\n    font-size: 24px;\n    line-height: 1.12;\n    font-weight: 950;\n    letter-spacing: -0.02em;\n  }\n\n  #why-it-works .hk-pb-why-intro-card p {\n    margin: 0;\n    color: var(--hk-muted);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  #why-it-works .hk-pb-feature-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  @media (max-width: 920px) {\n    #why-it-works .hk-pb-why-layout {\n      grid-template-columns: 1fr;\n    }\n\n    #why-it-works .hk-pb-why-image {\n      max-width: 620px;\n      margin: 0 auto;\n    }\n  }\n\n  @media (max-width: 680px) {\n    #why-it-works .hk-pb-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    #why-it-works .hk-pb-why-intro-card {\n      padding: 22px;\n      border-radius: 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"hk-pb-section\" id=\"why-it-works\"\u003e\n  \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n    \u003cdiv class=\"hk-pb-section-head\"\u003e\n      \u003cdiv class=\"hk-pb-kicker\"\u003eWhy It Works\u003c\/div\u003e\n      \u003ch2\u003eTrain More Than Bat Speed\u003c\/h2\u003e\n      \u003cp\u003e\n        Bat speed matters, but power at contact also comes from strength, stability, wrist firmness,\n        compact mechanics, and the ability to drive through the ball.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-why-layout\"\u003e\n      \u003cdiv class=\"hk-pb-why-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5249\/8730\/files\/Power_Bag_1.png?v=1777646301\" alt=\"Baseball player training with the Power Bag hitting trainer to build power and swing strength\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-why-copy\"\u003e\n        \u003cdiv class=\"hk-pb-why-intro-card\"\u003e\n          \u003ch3\u003eThe Power Bag Gives Hitters a Result They Can See\u003c\/h3\u003e\n          \u003cp\u003e\n            When the hitter uses stronger mechanics, the bag moves farther. When the swing leaks power,\n            the bag exposes it. That makes the Power Bag a simple, goal-oriented way to teach better contact.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-feature-grid\"\u003e\n          \u003cdiv class=\"hk-pb-feature\"\u003e\n            \u003cdiv class=\"hk-pb-feature-mark\"\u003e✓\u003c\/div\u003e\n            \u003ch3\u003eProduces explosive hitting mechanics\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-feature\"\u003e\n            \u003cdiv class=\"hk-pb-feature-mark\"\u003e✓\u003c\/div\u003e\n            \u003ch3\u003eEncourages lower-body torque and stability\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-feature\"\u003e\n            \u003cdiv class=\"hk-pb-feature-mark\"\u003e✓\u003c\/div\u003e\n            \u003ch3\u003eGoal-oriented teaching tool\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-feature\"\u003e\n            \u003cdiv class=\"hk-pb-feature-mark\"\u003e✓\u003c\/div\u003e\n            \u003ch3\u003eInstant visual feedback every swing\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-feature\"\u003e\n            \u003cdiv class=\"hk-pb-feature-mark\"\u003e✓\u003c\/div\u003e\n            \u003ch3\u003eDesigned to develop higher exit speed potential\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-feature\"\u003e\n            \u003cdiv class=\"hk-pb-feature-mark\"\u003e✓\u003c\/div\u003e\n            \u003ch3\u003eTeaches compact hitting mechanics\u003c\/h3\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-feature\"\u003e\n            \u003cdiv class=\"hk-pb-feature-mark\"\u003e✓\u003c\/div\u003e\n            \u003ch3\u003eAvailable in 3 sizes with optional stand\u003c\/h3\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-back-link\"\u003e\n      \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\nEND: SECTION 3 - WHY IT WORKS\n========================================================= --\u003e\n \u003c!-- =========================================================\nBEGIN: SECTION 4 - WRIST \u0026 FOREARM STRENGTH\n========================================================= --\u003e\n\u003cstyle\u003e\n  #wrist-forearm-strength .hk-pb-strength-hero {\n    margin: 0 auto 30px;\n    border-radius: 26px;\n    overflow: hidden;\n    background: #111111;\n    border: 1px solid var(--hk-border);\n    box-shadow: 0 16px 38px rgba(0,0,0,0.10);\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-hero img {\n    display: block;\n    width: 100%;\n    height: auto;\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-layout {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 22px;\n    align-items: stretch;\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-card {\n    background: #ffffff;\n    border: 1px solid var(--hk-border);\n    border-radius: 24px;\n    padding: 28px;\n    box-shadow: 0 12px 32px rgba(0,0,0,0.06);\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-card-dark {\n    background:\n      radial-gradient(circle at top right, rgba(244,122,32,0.24), transparent 36%),\n      linear-gradient(135deg, #151519 0%, #29292f 100%);\n    color: #ffffff;\n    border-color: rgba(255,255,255,0.12);\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-card h3 {\n    margin: 0 0 12px;\n    color: #18181d;\n    font-size: 25px;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    font-weight: 950;\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-card-dark h3 {\n    color: #ffffff;\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-card p {\n    margin: 0 0 15px;\n    color: var(--hk-muted);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-card-dark p {\n    color: rgba(255,255,255,0.78);\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-card p:last-child {\n    margin-bottom: 0;\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-points {\n    display: grid;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-point {\n    display: grid;\n    grid-template-columns: 34px 1fr;\n    gap: 12px;\n    align-items: start;\n    padding: 14px;\n    border-radius: 16px;\n    background: #ffffff;\n    border: 1px solid var(--hk-border);\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-point span {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: var(--hk-orange);\n    color: #ffffff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 950;\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-point strong {\n    display: block;\n    color: #18181d;\n    font-weight: 950;\n    margin-bottom: 2px;\n  }\n\n  #wrist-forearm-strength .hk-pb-strength-point small {\n    display: block;\n    color: var(--hk-muted);\n    font-size: 14px;\n    line-height: 1.45;\n  }\n\n  @media (max-width: 920px) {\n    #wrist-forearm-strength .hk-pb-strength-layout {\n      grid-template-columns: 1fr;\n    }\n\n    #wrist-forearm-strength .hk-pb-strength-hero {\n      border-radius: 22px;\n    }\n  }\n\n  @media (max-width: 680px) {\n    #wrist-forearm-strength .hk-pb-strength-card {\n      padding: 22px;\n      border-radius: 18px;\n    }\n\n    #wrist-forearm-strength .hk-pb-strength-hero {\n      border-radius: 18px;\n      margin-bottom: 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"hk-pb-section hk-pb-section-light\" id=\"wrist-forearm-strength\"\u003e\n  \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n    \u003cdiv class=\"hk-pb-section-head\"\u003e\n      \u003cdiv class=\"hk-pb-kicker\"\u003ePower Hitter Strength\u003c\/div\u003e\n      \u003ch2\u003eBuild Strength Where Hitters Need It at Contact\u003c\/h2\u003e\n      \u003cp\u003e\n        The Power Bag™ develops power hitting strength in the wrists and forearms while helping players feel what strong contact should feel like.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-strength-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5249\/8730\/files\/muhl-tech-power-bag-stand.png?v=1777669994\" alt=\"Power Bag baseball hitting trainer with stand for developing wrist forearm and contact strength\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-strength-layout\"\u003e\n      \u003cdiv class=\"hk-pb-strength-card hk-pb-strength-card-dark\"\u003e\n        \u003ch3\u003eStrong Hands. Strong Wrists. Stronger Contact.\u003c\/h3\u003e\n        \u003cp\u003e\n          Hitting the ball with authority requires power and strength at contact. Bat speed is crucial for driving the ball, but if the wrists give at contact, much of that bat speed is lost.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          By strengthening the hands, wrists, forearms, core, and lower body with the Power Bag™, hitters can reduce bat recoil and learn to make the ball jump off the bat with more authority.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-strength-card\"\u003e\n        \u003ch3\u003eA Power Tool with a Proven Baseball Idea\u003c\/h3\u003e\n        \u003cp\u003e\n          Houston Astro Lance Berkman credited a similar device his father made with helping develop much of the power in his wrists and forearms.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The Power Bag™ takes that same idea and turns it into a practical training tool for baseball parents, coaches, teams, and players who want a more powerful swing.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hk-pb-strength-points\"\u003e\n          \u003cdiv class=\"hk-pb-strength-point\"\u003e\n            \u003cspan\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eDevelops contact strength\u003c\/strong\u003e\n              \u003csmall\u003eTrain hitters to stay firm through the hitting zone instead of losing power at impact.\u003c\/small\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-strength-point\"\u003e\n            \u003cspan\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eBuilds wrists and forearms\u003c\/strong\u003e\n              \u003csmall\u003eStrengthen the areas that help reduce bat recoil and create a stronger finish.\u003c\/small\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-strength-point\"\u003e\n            \u003cspan\u003e✓\u003c\/span\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eConnects power to mechanics\u003c\/strong\u003e\n              \u003csmall\u003eHelp players feel how hips, core, hands, and lower body work together at contact.\u003c\/small\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-back-link\"\u003e\n      \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\nEND: SECTION 4 - WRIST \u0026 FOREARM STRENGTH\n========================================================= --\u003e\n\n  \u003c!-- =========================================================\nBEGIN: SECTION 5 - INSTANT FEEDBACK\n========================================================= --\u003e\n\u003cstyle\u003e\n  #instant-feedback .hk-pb-feedback-layout {\n    display: grid;\n    grid-template-columns: 1.02fr 0.98fr;\n    gap: 30px;\n    align-items: center;\n  }\n\n  #instant-feedback .hk-pb-feedback-image {\n    border-radius: 26px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid var(--hk-border);\n    box-shadow: 0 14px 34px rgba(0,0,0,0.08);\n  }\n\n  #instant-feedback .hk-pb-feedback-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  #instant-feedback .hk-pb-feedback-copy {\n    display: grid;\n    gap: 18px;\n  }\n\n  #instant-feedback .hk-pb-feedback-card-dark {\n    background:\n      radial-gradient(circle at top right, rgba(244,122,32,0.22), transparent 36%),\n      linear-gradient(135deg, #151519 0%, #29292f 100%);\n    color: #fff;\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 24px;\n    padding: 28px;\n    box-shadow: 0 14px 34px rgba(0,0,0,0.12);\n  }\n\n  #instant-feedback .hk-pb-feedback-card-dark h3 {\n    margin: 0 0 12px;\n    color: #fff;\n    font-size: 25px;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    font-weight: 950;\n  }\n\n  #instant-feedback .hk-pb-feedback-card-dark p {\n    margin: 0 0 15px;\n    color: rgba(255,255,255,0.78);\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  #instant-feedback .hk-pb-feedback-card-dark p:last-child {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 920px) {\n    #instant-feedback .hk-pb-feedback-layout {\n      grid-template-columns: 1fr;\n    }\n\n    #instant-feedback .hk-pb-feedback-image {\n      max-width: 620px;\n      margin: 0 auto;\n      order: -1;\n    }\n  }\n\n  @media (max-width: 680px) {\n    #instant-feedback .hk-pb-feedback-card-dark {\n      padding: 22px;\n      border-radius: 18px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"hk-pb-section\" id=\"instant-feedback\"\u003e\n  \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n    \u003cdiv class=\"hk-pb-section-head\"\u003e\n      \u003cdiv class=\"hk-pb-kicker\"\u003eInstant Feedback\u003c\/div\u003e\n      \u003ch2\u003eThe Bag Tells the Truth\u003c\/h2\u003e\n      \u003cp\u003e\n        Players can hear hitting cues all day, but the Power Bag gives them something better:\n        a result they can see immediately.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-feedback-layout\"\u003e\n      \u003cdiv class=\"hk-pb-feedback-copy\"\u003e\n        \u003cdiv class=\"hk-pb-feedback-list\"\u003e\n          \u003cdiv class=\"hk-pb-feedback-item\"\u003e\n            \u003cdiv class=\"hk-pb-check\"\u003e✓\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003ePoor hip rotation shows up fast\u003c\/strong\u003e\n              \u003cspan\u003eIf the lower body is not involved, the bag will not move much.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-feedback-item\"\u003e\n            \u003cdiv class=\"hk-pb-check\"\u003e✓\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eCasting or swinging around the ball gets exposed\u003c\/strong\u003e\n              \u003cspan\u003eThe bag rewards compact, strong, direct contact mechanics.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-feedback-item\"\u003e\n            \u003cdiv class=\"hk-pb-check\"\u003e✓\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eWeak hand position gets corrected\u003c\/strong\u003e\n              \u003cspan\u003eRolling the wrists, barring the lead arm, or lunging at the target produces a weaker hit.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-feedback-item\"\u003e\n            \u003cdiv class=\"hk-pb-check\"\u003e✓\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003eGood mechanics get rewarded\u003c\/strong\u003e\n              \u003cspan\u003eWhen the hitter uses strong point-of-contact mechanics, the bag goes higher or all the way around.\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-feedback-card-dark\"\u003e\n          \u003ch3\u003eGoal-Oriented Training Players Understand\u003c\/h3\u003e\n          \u003cp\u003e\n            The hitter has a clear goal: drive through the bag with the same swing mechanics\n            they want to use in a game.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            As the player gets stronger and more efficient, the bag moves farther. That visual\n            and physical reward helps hitters connect good fundamentals with harder-hit balls.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-feedback-image\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5249\/8730\/files\/Power-Bag-Baseball-Softball-Muhl-Tech-3.jpg?v=1777646377\" alt=\"Baseball player using the Power Bag hitting trainer for instant swing feedback\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-back-link\"\u003e\n      \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\nEND: SECTION 5 - INSTANT FEEDBACK\n========================================================= --\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 6 - BETTER THAN A TIRE\n  ========================================================= --\u003e\n  \u003csection class=\"hk-pb-section hk-pb-section-light\" id=\"better-than-a-tire\"\u003e\n    \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n      \u003cdiv class=\"hk-pb-section-head\"\u003e\n        \u003cdiv class=\"hk-pb-kicker\"\u003ePower Bag vs. Tire\u003c\/div\u003e\n        \u003ch2\u003eIs It Better Than Hitting a Tire?\u003c\/h2\u003e\n        \u003cp\u003e\n          You bet it is. The Power Bag™ was specifically designed to allow the hitter to swing through the bag and build better hitting habits.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-comparison\"\u003e\n        \u003cdiv class=\"hk-pb-compare-card bad\"\u003e\n          \u003ch3\u003eOld Tire Training\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eNot specifically designed for baseball swing mechanics\u003c\/li\u003e\n            \u003cli\u003eCan encourage players to stop at contact instead of finishing\u003c\/li\u003e\n            \u003cli\u003eLimited visual feedback for progress\u003c\/li\u003e\n            \u003cli\u003eHarder to use as a clean, organized practice station\u003c\/li\u003e\n            \u003cli\u003eDoes not reward driving completely through the swing path the same way\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-compare-card good\"\u003e\n          \u003ch3\u003ePower Bag Training\u003c\/h3\u003e\n          \u003cul\u003e\n            \u003cli\u003eDesigned so hitters can swing completely through the bag\u003c\/li\u003e\n            \u003cli\u003eHelps teach hitters to finish strong through contact\u003c\/li\u003e\n            \u003cli\u003eGives instant visual feedback on swing quality\u003c\/li\u003e\n            \u003cli\u003eHelps build sound muscle memory mechanics\u003c\/li\u003e\n            \u003cli\u003eRewards stronger hips, hands, wrists, and lower-body stability\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-card\" style=\"margin-top:18px;\"\u003e\n        \u003ch3\u003eWhy Swinging Through Matters\u003c\/h3\u003e\n        \u003cp\u003e\n          A baseball is only in contact with a bat for a tiny fraction of a second, but coaches and parents know how often players give up on a swing. By teaching players to finish strong and completely through the ball, the Power Bag helps develop better habits that can translate into harder-hit balls and more confident swings.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-back-link\"\u003e\n        \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 6 - BETTER THAN A TIRE\n  ========================================================= --\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 7 - HOW TO TRAIN WITH IT\n  ========================================================= --\u003e\n  \u003csection class=\"hk-pb-section\" id=\"how-to-train\"\u003e\n    \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n      \u003cdiv class=\"hk-pb-section-head\"\u003e\n        \u003cdiv class=\"hk-pb-kicker\"\u003eHow to Train With It\u003c\/div\u003e\n        \u003ch2\u003eThis Is a Resistance Tool — Not a Swing Stopper\u003c\/h2\u003e\n        \u003cp\u003e\n          Players are supposed to push past the bag and finish their swing. Their swing should not stop at contact.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-two-col\"\u003e\n        \u003cdiv class=\"hk-pb-card\"\u003e\n          \u003ch3\u003eUse the Same Swing Every Time\u003c\/h3\u003e\n          \u003cp\u003e\n            At first, the swing may slow down at contact because the bag is heavier than what the player is used to. With time and practice, players should be able to swing through the Power Bag more seamlessly, with less slowing down through contact.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            Players should not change or manipulate their swing just to knock the bag over. Keep the same swing path, stay strong through contact, and let the training build strength over time.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-card\"\u003e\n          \u003ch3\u003eStay Stable Through the Lower Body\u003c\/h3\u003e\n          \u003cp\u003e\n            The lower body and core should remain steady and strong. Do not fall over or lose balance just to move the bag farther.\n          \u003c\/p\u003e\n          \u003cp\u003e\n            The goal is to keep the core and lower body stable, repeat the same strong mechanics, and let the results show as the hitter gets stronger.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-back-link\"\u003e\n        \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 7 - HOW TO TRAIN WITH IT\n  ========================================================= --\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 8 - POWER BAG DRILLS\n  ========================================================= --\u003e\n  \u003csection class=\"hk-pb-section hk-pb-section-light\" id=\"power-bag-drills\"\u003e\n    \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n      \u003cdiv class=\"hk-pb-section-head\"\u003e\n        \u003cdiv class=\"hk-pb-kicker\"\u003eTraining Drills\u003c\/div\u003e\n        \u003ch2\u003eSimple Drills to Start Building Power\u003c\/h2\u003e\n        \u003cp\u003e\n          Use the Power Bag to teach contact strength, timing, balance, and explosive movement through the hitting zone.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-steps\"\u003e\n        \u003cdiv class=\"hk-pb-step\"\u003e\n          \u003cdiv class=\"hk-pb-step-number\"\u003e1\u003c\/div\u003e\n          \u003ch3\u003eContact Push Drill\u003c\/h3\u003e\n          \u003cp\u003e\n            Get into the contact position and practice pushing the bag with the bat while staying balanced. Repeat 10–15 times to feel strong contact.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-step\"\u003e\n          \u003cdiv class=\"hk-pb-step-number\"\u003e2\u003c\/div\u003e\n          \u003ch3\u003eExplode Into the Bag\u003c\/h3\u003e\n          \u003cp\u003e\n            Load the weight back, pick a spot on the bag, and explode through it with strong lower-body drive and firm hands.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-step\"\u003e\n          \u003cdiv class=\"hk-pb-step-number\"\u003e3\u003c\/div\u003e\n          \u003ch3\u003eSet and Pop Drill\u003c\/h3\u003e\n          \u003cp\u003e\n            Let the bag swing back, get set, load, time the movement, and pop the bag with about a 60% swing to work on timing and control.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-step\"\u003e\n          \u003cdiv class=\"hk-pb-step-number\"\u003e4\u003c\/div\u003e\n          \u003ch3\u003eStop the Bag\u003c\/h3\u003e\n          \u003cp\u003e\n            Time the bag coming back into the zone and pop it to stop the movement. Reset, explode again, and repeat with control.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-back-link\"\u003e\n        \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 8 - POWER BAG DRILLS\n  ========================================================= --\u003e\n\n \u003c!-- =========================================================\nBEGIN: SECTION - CHOOSE THE RIGHT SIZE\n========================================================= --\u003e\n\u003cstyle\u003e\n  .hk-pb-size-section {\n    background: #f7f7f8;\n    padding: 64px 20px;\n  }\n\n  .hk-pb-size-wrap {\n    max-width: 1240px;\n    margin: 0 auto;\n  }\n\n  .hk-pb-size-head {\n    text-align: center;\n    max-width: 920px;\n    margin: 0 auto 34px;\n  }\n\n  .hk-pb-size-kicker {\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #f47a20;\n    margin-bottom: 14px;\n  }\n\n  .hk-pb-size-head h2 {\n    margin: 0 0 14px;\n    color: #111111;\n    font-size: clamp(34px, 5vw, 60px);\n    line-height: 1.05;\n    font-weight: 800;\n    letter-spacing: -0.03em;\n  }\n\n  .hk-pb-size-head p {\n    margin: 0 auto;\n    max-width: 820px;\n    font-size: 21px;\n    line-height: 1.7;\n    color: #43454b;\n  }\n\n  .hk-pb-size-hero {\n    margin: 0 auto 34px;\n    max-width: 1100px;\n    border-radius: 24px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #e4e5e7;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n  }\n\n  .hk-pb-size-hero img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .hk-pb-size-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 20px;\n    margin-top: 8px;\n  }\n\n  .hk-pb-size-card {\n    background: #ffffff;\n    border: 1px solid #dedfe3;\n    border-radius: 24px;\n    padding: 28px 26px;\n    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);\n    height: 100%;\n  }\n\n  .hk-pb-size-card.featured {\n    border: 2px solid #f47a20;\n    box-shadow: 0 10px 24px rgba(244, 122, 32, 0.10);\n  }\n\n  .hk-pb-size-badge {\n    display: inline-block;\n    margin-bottom: 18px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: #fde8db;\n    color: #f47a20;\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n  }\n\n  .hk-pb-size-card h3 {\n    margin: 0 0 16px;\n    color: #111111;\n    font-size: 28px;\n    line-height: 1.15;\n    font-weight: 800;\n  }\n\n  .hk-pb-size-spec {\n    margin: 0 0 18px;\n    color: #111111;\n    font-size: 22px;\n    line-height: 1.4;\n    font-weight: 700;\n  }\n\n  .hk-pb-size-card p {\n    margin: 0;\n    color: #43454b;\n    font-size: 20px;\n    line-height: 1.75;\n  }\n\n  .hk-pb-size-progress {\n    margin-top: 20px;\n    background: #ffffff;\n    border: 1px solid #dedfe3;\n    border-radius: 24px;\n    padding: 30px 28px;\n    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);\n  }\n\n  .hk-pb-size-progress h3 {\n    margin: 0 0 14px;\n    color: #111111;\n    font-size: 26px;\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .hk-pb-size-progress p {\n    margin: 0 0 16px;\n    color: #43454b;\n    font-size: 20px;\n    line-height: 1.75;\n  }\n\n  .hk-pb-size-progress p:last-child {\n    margin-bottom: 0;\n  }\n\n  .hk-pb-back-wrap {\n    text-align: center;\n    margin-top: 28px;\n  }\n\n  .hk-pb-back-link {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 14px 22px;\n    border-radius: 999px;\n    border: 1px solid #d9d9dd;\n    background: #ffffff;\n    color: #f47a20;\n    font-size: 17px;\n    font-weight: 700;\n    text-decoration: none;\n    transition: all 0.2s ease;\n  }\n\n  .hk-pb-back-link:hover {\n    background: #f47a20;\n    border-color: #f47a20;\n    color: #ffffff;\n  }\n\n  @media (max-width: 1024px) {\n    .hk-pb-size-section {\n      padding: 54px 18px;\n    }\n\n    .hk-pb-size-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hk-pb-size-card h3 {\n      font-size: 26px;\n    }\n\n    .hk-pb-size-spec {\n      font-size: 21px;\n    }\n  }\n\n  @media (max-width: 640px) {\n    .hk-pb-size-section {\n      padding: 46px 14px;\n    }\n\n    .hk-pb-size-head p,\n    .hk-pb-size-card p,\n    .hk-pb-size-progress p {\n      font-size: 18px;\n      line-height: 1.65;\n    }\n\n    .hk-pb-size-card,\n    .hk-pb-size-progress {\n      padding: 22px 18px;\n      border-radius: 20px;\n    }\n\n    .hk-pb-size-card h3 {\n      font-size: 24px;\n    }\n\n    .hk-pb-size-spec {\n      font-size: 19px;\n    }\n\n    .hk-pb-size-progress h3 {\n      font-size: 24px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection id=\"choose-size\" class=\"hk-pb-size-section\"\u003e\n  \u003cdiv class=\"hk-pb-size-wrap\"\u003e\n\n    \u003cdiv class=\"hk-pb-size-head\"\u003e\n      \u003cdiv class=\"hk-pb-size-kicker\"\u003eChoose the Right Size\u003c\/div\u003e\n      \u003ch2\u003eAvailable in 3 Sizes\u003c\/h2\u003e\n      \u003cp\u003e\n        Start with the right resistance level, then graduate as strength, stability,\n        and swing-through power improve.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-size-hero\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5249\/8730\/files\/power-bag-muhl-tech-sizes.jpg?v=1777668402\" alt=\"Power Bag size comparison showing Junior, Medium, and Large Power Bag options\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-size-grid\"\u003e\n      \u003cdiv class=\"hk-pb-size-card\"\u003e\n        \u003cdiv class=\"hk-pb-size-badge\"\u003eYouth \/ Junior\u003c\/div\u003e\n        \u003ch3\u003eJunior Power Bag\u003c\/h3\u003e\n        \u003cdiv class=\"hk-pb-size-spec\"\u003e3.5 lbs • 7\" diameter x 12\" long\u003c\/div\u003e\n        \u003cp\u003e\n          Best for most players 13 and under, especially players around 110 lbs and below.\n          This bag is ideal for teaching younger hitters how good mechanics lead to more power.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-size-card featured\"\u003e\n        \u003cdiv class=\"hk-pb-size-badge\"\u003eMost Versatile\u003c\/div\u003e\n        \u003ch3\u003eMedium Power Bag\u003c\/h3\u003e\n        \u003cdiv class=\"hk-pb-size-spec\"\u003e5.5 lbs • 7\" diameter x 24\" long\u003c\/div\u003e\n        \u003cp\u003e\n          Recommended for players around 100–180 lbs and many high school and college fastpitch\n          players. A great middle step for building swing strength and learning to drive through contact.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-size-card\"\u003e\n        \u003cdiv class=\"hk-pb-size-badge\"\u003eAdvanced \/ Stronger Players\u003c\/div\u003e\n        \u003ch3\u003eLarge Power Bag\u003c\/h3\u003e\n        \u003cdiv class=\"hk-pb-size-spec\"\u003e7.5 lbs • 10\" diameter x 24\" long\u003c\/div\u003e\n        \u003cp\u003e\n          Recommended for players over 170 lbs, including many high school and college baseball\n          players who are ready for more resistance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-size-progress\"\u003e\n      \u003ch3\u003eProgression Recommendation\u003c\/h3\u003e\n      \u003cp\u003e\n        Once players can swing through their current Power Bag smoothly with stable mechanics and no major\n        slowdown, they can progress from Junior to Medium, and from Medium to Large.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        Some high school fastpitch coaches have reported that several players were eventually able to hit\n        the Medium bag all the way around after consistent use, even when they could not do it at the beginning\n        of the year.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hk-pb-back-wrap\"\u003e\n      \u003ca class=\"hk-pb-back-link\" href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================================\nEND: SECTION - CHOOSE THE RIGHT SIZE\n========================================================= --\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 10 - PARENTS \u0026 COACHES\n  ========================================================= --\u003e\n  \u003csection class=\"hk-pb-section hk-pb-section-light\" id=\"parents-coaches\"\u003e\n    \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n      \u003cdiv class=\"hk-pb-section-head\"\u003e\n        \u003cdiv class=\"hk-pb-kicker\"\u003eFor Parents \u0026amp; Coaches\u003c\/div\u003e\n        \u003ch2\u003eA Teaching Tool That Makes Power Easy to Understand\u003c\/h2\u003e\n        \u003cp\u003e\n          The Power Bag turns hitting cues into something players can feel, see, and repeat.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-audience\"\u003e\n        \u003cdiv class=\"hk-pb-audience-card\"\u003e\n          \u003ch3\u003eFor Baseball Parents\u003c\/h3\u003e\n          \u003cp\u003e\n            Perfect for home training when your hitter needs something more productive than endless tee swings. The Power Bag helps players build strength, learn to finish through contact, and see progress as their mechanics improve.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-audience-card\"\u003e\n          \u003ch3\u003eFor Baseball \u0026amp; Fastpitch Coaches\u003c\/h3\u003e\n          \u003cp\u003e\n            Use it as a hitting station to reinforce compact mechanics, lower-body torque, strong contact position, balance, wrist strength, and a complete finish through the ball.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-back-link\"\u003e\n        \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 10 - PARENTS \u0026 COACHES\n  ========================================================= --\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 11 - WHAT’S INCLUDED\n  ========================================================= --\u003e\n  \u003csection class=\"hk-pb-section\" id=\"whats-included\"\u003e\n    \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n      \u003cdiv class=\"hk-pb-section-head\"\u003e\n        \u003cdiv class=\"hk-pb-kicker\"\u003eWhat’s Included\u003c\/div\u003e\n        \u003ch2\u003eMade for Repeated Bat Impact\u003c\/h2\u003e\n        \u003cp\u003e\n          The Power Bag™ is built to absorb bat contact while giving hitters a clear training response.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-specs\"\u003e\n        \u003cdiv class=\"hk-pb-spec-box\"\u003e\n          \u003ch3\u003eProduct Construction\u003c\/h3\u003e\n\n          \u003cdiv class=\"hk-pb-spec-row\"\u003e\n            \u003cdiv class=\"hk-pb-spec-label\"\u003eCenter\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-spec-value\"\u003eLight foam center\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-spec-row\"\u003e\n            \u003cdiv class=\"hk-pb-spec-label\"\u003eOuter Coating\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-spec-value\"\u003eFlexible, tear-resistant durable polyurethane coating\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-spec-row\"\u003e\n            \u003cdiv class=\"hk-pb-spec-label\"\u003eImpact Feel\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-spec-value\"\u003eSoft enough to absorb bat impact\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-spec-row\"\u003e\n            \u003cdiv class=\"hk-pb-spec-label\"\u003eBat Use\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-spec-value\"\u003eCan be used with most bats\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-spec-box\"\u003e\n          \u003ch3\u003eMounting \u0026amp; Box Contents\u003c\/h3\u003e\n\n          \u003cdiv class=\"hk-pb-spec-row\"\u003e\n            \u003cdiv class=\"hk-pb-spec-label\"\u003eIncluded\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-spec-value\"\u003ePower Bag, top arm, U-bolts, back plate, drop rod, cable, washer, and ring pin\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-spec-row\"\u003e\n            \u003cdiv class=\"hk-pb-spec-label\"\u003ePole Mount\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-spec-value\"\u003eMounts to a pole 3½\" diameter or smaller\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-spec-row\"\u003e\n            \u003cdiv class=\"hk-pb-spec-label\"\u003eWood Mount\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-spec-value\"\u003eTop arm can be mounted to wood using wood screws or bolts\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hk-pb-spec-row\"\u003e\n            \u003cdiv class=\"hk-pb-spec-label\"\u003eOptional Add-On\u003c\/div\u003e\n            \u003cdiv class=\"hk-pb-spec-value\"\u003eIndustrial stand available as an option\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-card\" style=\"margin-top:18px;\"\u003e\n        \u003ch3\u003eAssembly \u0026amp; Storage Notes\u003c\/h3\u003e\n        \u003cp\u003e\n          Each bag includes hardware designed so it can be mounted to your own pole. For U-bolt installation, tighten the hardware securely, use the bag a few times, then re-tighten as needed because the hardware may loosen slightly after initial use.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          The bag can be removed from the top arm for storage by removing the ring pin. We recommend removing the bag from outdoor elements when it will not be used for an extended period of time.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-back-link\"\u003e\n        \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 11 - WHAT’S INCLUDED\n  ========================================================= --\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 12 - TRAINING VIDEOS\n  ========================================================= --\u003e\n  \u003csection class=\"hk-pb-section hk-pb-section-light\" id=\"powerbag-videos\"\u003e\n    \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n      \u003cdiv class=\"hk-pb-section-head\"\u003e\n        \u003cdiv class=\"hk-pb-kicker\"\u003eWatch the Power Bag in Action\u003c\/div\u003e\n        \u003ch2\u003eTraining, Setup \u0026amp; Drill Videos\u003c\/h2\u003e\n        \u003cp\u003e\n          Use these videos to better understand setup, drills, resistance training, contact strength, and how hitters should work through the Power Bag.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-video-grid\"\u003e\n        \u003cdiv class=\"hk-pb-video-card\"\u003e\n          \u003cdiv class=\"hk-pb-video-frame\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/7lYzGUB96Vc\" title=\"Power Bag Training Video 1\" allowfullscreen\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hk-pb-video-copy\"\u003e\n            \u003ch3\u003ePower Bag Training Overview\u003c\/h3\u003e\n            \u003cp\u003eSee how the Power Bag helps hitters work on strength, contact position, and swing-through mechanics.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-video-card\"\u003e\n          \u003cdiv class=\"hk-pb-video-frame\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/DcqMhxe6jY8\" title=\"Power Bag Training Video 2\" allowfullscreen\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hk-pb-video-copy\"\u003e\n            \u003ch3\u003ePower Bag Mechanics\u003c\/h3\u003e\n            \u003cp\u003eLearn how the bag gives hitters immediate feedback and rewards better swing mechanics.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-video-card\"\u003e\n          \u003cdiv class=\"hk-pb-video-frame\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/Cqip5JwbuQ0\" title=\"Power Bag Training Video 3\" allowfullscreen\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hk-pb-video-copy\"\u003e\n            \u003ch3\u003ePower Bag Drill Work\u003c\/h3\u003e\n            \u003cp\u003eUse the bag for contact work, resistance training, timing drills, and strong finish habits.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-video-card\"\u003e\n          \u003cdiv class=\"hk-pb-video-frame\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/0oGrBUP8AI0\" title=\"Power Bag Training Video 4\" allowfullscreen\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hk-pb-video-copy\"\u003e\n            \u003ch3\u003eAdditional Power Bag Training\u003c\/h3\u003e\n            \u003cp\u003eMore examples of how hitters can train with the Power Bag and progress over time.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-video-card\"\u003e\n          \u003cdiv class=\"hk-pb-video-frame\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/FSz81T86p1I\" title=\"Power Bag Training Video 5\" allowfullscreen\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hk-pb-video-copy\"\u003e\n            \u003ch3\u003ePower Bag Training Demonstration\u003c\/h3\u003e\n            \u003cp\u003eAnother look at how players can use the Power Bag to build stronger contact, better balance, and a more powerful finish.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hk-pb-back-link\"\u003e\n        \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 12 - TRAINING VIDEOS\n  ========================================================= --\u003e\n\n  \u003c!-- =========================================================\n  BEGIN: SECTION 13 - FINAL CTA\n  ========================================================= --\u003e\n  \u003csection class=\"hk-pb-section\"\u003e\n    \u003cdiv class=\"hk-powerbag-wrap\"\u003e\n      \u003cdiv class=\"hk-pb-final\"\u003e\n        \u003cdiv class=\"hk-pb-kicker\"\u003eBuild Power You Can See\u003c\/div\u003e\n        \u003ch2\u003eHelp Hitters Drive Through Contact With Strength, Stability, and Confidence\u003c\/h2\u003e\n        \u003cp\u003e\n          The Power Bag™ gives baseball and fastpitch hitters a simple, goal-oriented way to train stronger wrists, stronger forearms, better lower-body torque, better core stability, and a more powerful finish through the ball.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hk-pb-cta-row\" style=\"justify-content:center;\"\u003e\n          \u003ca class=\"hk-pb-btn hk-pb-btn-primary\" href=\"#MainProduct\"\u003eCheck Price \u0026amp; Add to Cart\u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-note\"\u003e\n          Choose the right size, add the optional stand if needed, and start turning stronger mechanics into harder contact.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hk-pb-back-link\"\u003e\n          \u003ca href=\"#powerbag-guide\"\u003eBack to Power Bag Guide ↑\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- =========================================================\n  END: SECTION 13 - FINAL CTA\n  ========================================================= --\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- =========================================================\nEND: HOOPSKING BASEBALL POWER BAG COMPLETE PRODUCT PAGE HTML\n========================================================= --\u003e","brand":"Muhl Tech Baseball","offers":[{"title":"Junior \/ No","offer_id":51486521655594,"sku":"MT-POWER-BAG-JUNIOR","price":249.99,"currency_code":"USD","in_stock":true},{"title":"Junior \/ Yes","offer_id":51529575072042,"sku":"MT-POWER-BAG-JUNIOR-WITH-STAND","price":574.99,"currency_code":"USD","in_stock":true},{"title":"Medium \/ No","offer_id":51486521688362,"sku":"MT-POWER-BAG-MEDIUM","price":329.0,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Yes","offer_id":51529575104810,"sku":"MT-POWER-BAG-MEDIUM-WITH-STAND","price":674.99,"currency_code":"USD","in_stock":true},{"title":"Large \/ No","offer_id":51486521721130,"sku":"MT-POWER-BAG-LARGE","price":349.0,"currency_code":"USD","in_stock":true},{"title":"Large \/ Yes","offer_id":51529575137578,"sku":"MT-POWER-BAG-LARGE-WITH-STAND","price":699.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0752\/5249\/8730\/files\/power-bag-baseball-hitting-trainer-main-image_jpg.png?v=1777663677","url":"https:\/\/hoopsking.com\/es\/products\/power-bag","provider":"HoopsKing","version":"1.0","type":"link"}