Good2Go Microwave Heat Pack - Medium (Model 491)
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500;600;700&display=swap'); /* ─── Design tokens ─── */ :root { --espresso: #2c1a0e; /* headers, bars — on white: 15.4:1 ✓ */ --brown-mid: #6b4226; /* dealer banner bg */ --rust: #b84a28; /* accent — on white: 5.2:1 ✓ */ --rust-dark: #8c3318; /* hover — on white: 7.4:1 ✓ */ --rust-light: #fdf5f2; /* tinted rows */ --rust-xlight: #fef9f7; /* callout bg */ --text: #1a1a1a; /* body — on white: 16.9:1 ✓ */ --text-mid: #3d3d3d; /* secondary — on white: 10.4:1 ✓ */ --text-muted: #595959; /* captions — on white: 7.0:1 ✓ */ --border: #d9c9bc; --surface: #faf7f4; --white: #ffffff; --radius-sm: 6px; --radius: 12px; --radius-lg: 18px; --font-serif: 'DM Serif Display', Georgia, serif; --font-sans: 'DM Sans', Helvetica, Arial, sans-serif; } /* ─── Reset & base ─── */ .g2g-pdp *, .g2g-pdp *::before, .g2g-pdp *::after { box-sizing: border-box; margin: 0; padding: 0; } .g2g-pdp { font-family: var(--font-sans); font-size: 16px; line-height: 1.65; color: var(--text); max-width: 1100px; margin: 0 auto; padding: 0 16px 40px; } .g2g-pdp a { color: var(--rust); text-decoration: underline; text-underline-offset: 2px; } .g2g-pdp a:hover { color: var(--rust-dark); } .g2g-pdp a:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; border-radius: 2px; } @media (prefers-reduced-motion: reduce) { .g2g-pdp *, .g2g-pdp *::before, .g2g-pdp *::after { transition: none !important; animation: none !important; } } /* ─── Skip nav ─── */ .g2g-pdp .skip-nav { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; } .g2g-pdp .skip-nav:focus { position: static; width: auto; height: auto; padding: 10px 18px; background: var(--rust); color: var(--white); font-weight: 700; border-radius: var(--radius-sm); display: inline-block; margin-bottom: 12px; } /* ─── Utility ─── */ .g2g-pdp .sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } /* ─── Brand bar ─── */ .g2g-brand-bar { background: var(--espresso); border-radius: var(--radius) var(--radius) 0 0; padding: 14px 24px; text-align: center; } .g2g-brand-bar__title { font-family: var(--font-serif); font-size: clamp(1rem, 2.5vw, 1.2rem); color: var(--white); letter-spacing: .12em; text-transform: uppercase; font-weight: 400; } /* ─── Dealer banner ─── */ .g2g-dealer-banner { background: var(--brown-mid); padding: 12px 24px; text-align: center; } .g2g-dealer-banner__primary { font-family: var(--font-serif); font-size: 1rem; color: #f5e6d0; /* on #6b4226: 5.3:1 ✓ */ letter-spacing: .1em; text-transform: uppercase; font-weight: 400; } .g2g-dealer-banner__secondary { font-family: var(--font-sans); font-size: .875rem; color: #e8c99a; /* on #6b4226: 4.6:1 ✓ */ margin-top: 2px; } /* ─── Main card ─── */ .g2g-main { background: var(--white); border: 2px solid var(--border); border-top: none; border-radius: 0 0 var(--radius-lg) var(--radius-lg); padding: 28px 24px 32px; } @media (max-width: 600px) { .g2g-main { padding: 20px 16px 24px; } } /* ─── Hero ─── */ .g2g-hero__title { font-family: var(--font-serif); font-size: clamp(1.4rem, 3.5vw, 2rem); line-height: 1.18; color: var(--espresso); margin-bottom: 10px; font-weight: 400; } .g2g-hero__subtitle { font-size: 1.0625rem; color: var(--text-mid); line-height: 1.6; margin-bottom: 18px; max-width: 72ch; } /* ─── Badges ─── */ .g2g-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; } .g2g-badge { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 5px 13px; border-radius: 999px; line-height: 1; } .g2g-badge--warm { background: var(--rust-light); color: #6b2010; /* on #fdf5f2: 7.4:1 ✓ */ border: 1.5px solid #c87050; } .g2g-badge--neutral { background: var(--surface); color: var(--text-mid); border: 1.5px solid var(--border); } /* ─── Callout ─── */ .g2g-callout { background: var(--rust-light); border: 2px solid #c87050; border-radius: var(--radius); padding: 16px 20px; margin-bottom: 28px; } .g2g-callout__heading { font-family: var(--font-serif); font-size: 1.0625rem; color: var(--espresso); font-weight: 400; margin-bottom: 8px; } .g2g-callout__body { font-size: .9375rem; color: var(--text); line-height: 1.6; } /* ─── Two-column grid ─── */ .g2g-grid { display: grid; grid-template-columns: 1fr 340px; gap: 24px; align-items: start; margin-bottom: 32px; } @media (max-width: 860px) { .g2g-grid { grid-template-columns: 1fr; } } /* ─── Cards ─── */ .g2g-card { background: var(--white); border: 2px solid var(--border); border-radius: var(--radius); overflow: hidden; margin-bottom: 20px; } .g2g-card:last-child { margin-bottom: 0; } .g2g-card__header { background: var(--espresso); padding: 10px 16px; } .g2g-card__header-text { font-family: var(--font-serif); font-size: 1rem; color: var(--white); font-weight: 400; } .g2g-card__body { padding: 18px 16px; } /* ─── Full-width section title ─── */ .g2g-section-title { font-family: var(--font-serif); font-size: clamp(1.05rem, 2vw, 1.2rem); color: var(--white); font-weight: 400; background: var(--espresso); padding: 11px 18px; border-radius: var(--radius) var(--radius) 0 0; margin: 32px 0 0; } .g2g-section-body { border: 2px solid var(--border); border-top: none; border-radius: 0 0 var(--radius) var(--radius); padding: 20px; background: var(--white); } /* ─── About text ─── */ .g2g-about p { font-size: 1rem; color: var(--text); line-height: 1.7; margin-bottom: 14px; } .g2g-about p:last-child { margin-bottom: 0; } /* ─── Feature grid ─── */ .g2g-feature-grid { display: grid; grid-template-columns: 24px 1fr 24px 1fr; gap: 8px 16px; align-items: start; } @media (max-width: 640px) { .g2g-feature-grid { grid-template-columns: 24px 1fr; } } .g2g-feature-grid__tick { color: var(--rust); font-size: 1rem; font-weight: 700; line-height: 1.5; padding-top: 2px; } .g2g-feature-grid__text { font-size: .9375rem; color: var(--text); line-height: 1.5; } .g2g-feature-grid__text strong { color: var(--espresso); } /* ─── How moist heat works — numbered steps ─── */ .g2g-steps { display: flex; flex-direction: column; gap: 14px; } .g2g-step { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: start; } .g2g-step__num { font-family: var(--font-serif); font-size: 1.375rem; color: var(--rust); font-weight: 400; line-height: 1.3; } .g2g-step__text { font-size: .9375rem; color: var(--text); line-height: 1.6; padding-top: 2px; } /* ─── How to use split ─── */ .g2g-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; } @media (max-width: 560px) { .g2g-split { grid-template-columns: 1fr; } } .g2g-split__pane { padding: 16px; } .g2g-split__pane--left { border-right: 1px solid var(--border); } @media (max-width: 560px) { .g2g-split__pane--left { border-right: none; border-bottom: 1px solid var(--border); } } .g2g-split__heading { font-family: var(--font-serif); font-size: 1rem; font-weight: 400; margin-bottom: 12px; color: var(--rust); } .g2g-split__steps { display: flex; flex-direction: column; gap: 8px; } .g2g-split__step { display: grid; grid-template-columns: 24px 1fr; gap: 8px; align-items: start; } .g2g-split__num { font-family: var(--font-serif); font-size: 1.125rem; font-weight: 400; color: var(--rust); line-height: 1.4; } .g2g-split__text { font-size: .9rem; color: var(--text); line-height: 1.5; } /* ─── vs table ─── */ .g2g-compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; } .g2g-compare-table { width: 100%; min-width: 460px; border-collapse: collapse; font-size: .875rem; } .g2g-compare-table thead th { background: var(--espresso); color: var(--white); font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 10px 12px; text-align: left; vertical-align: top; } .g2g-compare-table thead th.g2g-hl { background: var(--rust); } .g2g-compare-table tbody tr:nth-child(even) { background: var(--surface); } .g2g-compare-table tbody tr:nth-child(odd) { background: var(--white); } .g2g-compare-table tbody td { padding: 9px 12px; border-top: 1px solid var(--border); vertical-align: top; color: var(--text); line-height: 1.45; } .g2g-compare-table tbody td:first-child { font-weight: 700; color: var(--espresso); } .g2g-compare-table tbody td.g2g-hl { background: var(--rust-light); color: var(--espresso); font-weight: 700; } .g2g-compare-table tfoot td { padding: 8px 12px; font-size: .8125rem; color: var(--text-muted); border-top: 1px solid var(--border); font-style: italic; } /* ─── Specs table ─── */ .g2g-specs-table { width: 100%; border-collapse: collapse; font-size: .9375rem; } .g2g-specs-table tr:nth-child(even) { background: var(--surface); } .g2g-specs-table tr:nth-child(odd) { background: var(--white); } .g2g-specs-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); vertical-align: top; color: var(--text); line-height: 1.5; } .g2g-specs-table td:first-child { font-weight: 700; color: var(--espresso); width: 40%; } .g2g-specs-table tr:last-child td { border-bottom: none; } /* ─── Accordion ─── */ .g2g-acc { border: 2px solid var(--border); border-radius: var(--radius); background: var(--surface); overflow: hidden; margin-bottom: 10px; } .g2g-acc:last-child { margin-bottom: 0; } .g2g-acc summary { cursor: pointer; font-weight: 700; font-size: .9375rem; color: var(--espresso); background: #f0e8e0; /* on #f0e8e0: espresso 12.4:1 ✓ */ padding: 12px 16px; list-style: none; display: flex; align-items: center; gap: 8px; transition: background .15s; } .g2g-acc summary::-webkit-details-marker { display: none; } .g2g-acc summary::before { content: '▸'; color: var(--rust); flex-shrink: 0; transition: transform .2s; } .g2g-acc[open] summary::before { transform: rotate(90deg); } .g2g-acc summary:hover { background: #e8dcd2; } .g2g-acc summary:focus-visible { outline: 3px solid var(--rust); outline-offset: -3px; } .g2g-acc__body { padding: 14px 16px; } .g2g-acc__body ul { padding-left: 20px; margin: 0; } .g2g-acc__body li { font-size: .9375rem; color: var(--text); line-height: 1.55; margin-bottom: 6px; } .g2g-acc__body li:last-child { margin-bottom: 0; } .g2g-acc__body p { font-size: .9375rem; color: var(--text); line-height: 1.6; } /* ─── Safety ─── */ .g2g-safety { background: var(--rust-light); border: 2px solid #c87050; border-radius: var(--radius); padding: 16px 20px; margin-bottom: 28px; } .g2g-safety__heading { font-weight: 700; color: var(--espresso); font-size: 1rem; margin-bottom: 10px; } .g2g-safety__list { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 6px; } .g2g-safety__item { display: grid; grid-template-columns: 22px 1fr; gap: 6px; align-items: start; font-size: .9375rem; color: var(--text); line-height: 1.5; } .g2g-safety__icon { color: var(--rust); font-weight: 700; padding-top: 1px; } /* ─── FAQ ─── */ .g2g-faq__q { font-weight: 700; font-size: 1rem; color: var(--espresso); margin-bottom: 6px; } .g2g-faq__a { font-size: .9375rem; color: var(--text); line-height: 1.65; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); } .g2g-faq__a:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } /* ─── Footer note ─── */ .g2g-footer-note { font-size: .875rem; color: var(--text-muted); line-height: 1.6; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--border); } .g2g-footer-note a { color: var(--rust); } /* ─── Divider ─── */ .g2g-divider { height: 1px; background: var(--border); margin: 28px 0; } /* ─── Bottom bar ─── */ .g2g-bottom-bar { background: var(--espresso); border-radius: 0 0 var(--radius-lg) var(--radius-lg); padding: 14px 24px; text-align: center; } .g2g-bottom-bar__text { font-family: var(--font-serif); font-size: 1rem; color: #f5e6d0; /* on #2c1a0e: 11.8:1 ✓ */ font-weight: 400; letter-spacing: .06em; } Skip to main content Good2Go Microwave Heat Pack — Medium 9" × 12" — Model 491 — Cordless Moist Heat ★ Authorized Battle Creek Equipment Dealer ★ Genuine Good2Go product by Battle Creek Equipment Company — sold by HRM USA Inc, Warminster PA Good2Go Microwave Heat Pack — Medium 9" × 12" — Knee & Targeted Areas (Model 491) Cordless moist heat therapy sized for the knee and other targeted areas. No cords, no outlets, no water needed. The patented crystal fill absorbs atmospheric moisture and releases it as therapeutic steam when microwaved. Cloud-soft fleece cover with wide elastic Velcro strap holds the pack snug so you can continue regular activities. 20–30 minutes of soothing moist heat per session. By Battle Creek Equipment Company — makers of Thermophore since 1931. Cordless — Microwaveable Moist Heat — No Water Needed Medium 9" × 12" Knee & Targeted Areas Velcro Strap — Hands-Free Patented Crystal Fill ☀ Cordless Moist Heat — No Cords, No Water, No Outlets The Good2Go 491 is the mid-size portable moist heat pack — smaller than the large 490 for precise positioning on the knee, elbow, or other targeted areas. The patented crystal fill absorbs humidity from the air between uses, then releases it as therapeutic steam when microwaved. No water to add. No cords to manage. Heat it, strap it on, and go. About the Good2Go Medium Model 491 The Model 491 is the medium Good2Go — 9" × 12", sized between the compact Neck 492 and the large 490. It is designed specifically for the knee, but its size makes it equally effective on the elbow, hip, lower back, or any mid-size area where the larger 490 would be too bulky to position precisely. The patented crystal fill is what separates Good2Go from grain-filled or gel alternatives. The crystals absorb atmospheric moisture between uses — up to 40% of their weight — and release that moisture as therapeutic steam when heated. No water needs to be added. Unlike rice or flaxseed fills, the crystal fill will not decay, develop unpleasant odors, or support the growth of mold and bacteria. It is non-allergenic and non-toxic. The cloud-soft fleece cover holds the pack comfortably against the body. The wide elastic Velcro strap secures everything hands-free so you can continue regular activities during therapy. Reusable for years — far more economical than disposable single-use heat packs. Key Features ✓ Medium 9" × 12" — right size for knee, elbow, hip, targeted areas ✓ Cordless — microwave only; no cords or outlets; use anywhere ✓ Moist heat without water — crystal fill absorbs atmospheric moisture automatically ✓ Patented crystal fill — non-allergenic; no decay, odors, mold, or bacteria ✓ Cloud-soft fleece cover — comfortable on sensitive skin ✓ Wide elastic Velcro strap — holds snug hands-free during activity ✓ 20–30 minutes per session — reheat in microwave for additional sessions ✓ Reusable for years — more economical than disposable heat packs Perfect For ✓ Knee pain, stiffness, and arthritis ✓ Elbow and hip targeted therapy ✓ Muscle spasms and joint stiffness ✓ Post-workout soreness on mid-size areas ✓ Office use — no outlet needed at your desk ✓ Travel — heat at the hotel; use on the go Product Details What’s in the Box 1 Good2Go heat pack — 9" × 12"; patented crystal fill Cloud-soft fleece cover — comfortable; holds heat snugly Wide elastic Velcro strap — hands-free during therapy How the Crystal Fill Works Between uses: Crystals absorb humidity from the air (up to 40% of weight) When microwaved: Stored moisture activates as therapeutic steam No water needed: Automatic — no spray bottles or damp towels Hygienic: Will not decay, develop odors, or support mold/bacteria Safe: Non-allergenic, non-toxic, patented formula How Moist Heat Helps Blocks pain signals to the brain Relaxes muscle tissue — relieves cramps and spasms Increases circulation — enhances the body's natural healing Moist heat penetrates deeper than dry heat Relieves joint and muscle pain for hours Good2Go vs. Thermophore Electric Good2Go: Cordless, portable — microwave and use anywhere; 20–30 min per session Thermophore: Corded, higher heat (up to 165–170°F), continuous with 25-min auto shutoff Choose Good2Go for portability and freedom of movement Choose Thermophore for maximum intensity stationary heat therapy Safety & Care Heat in 30-second microwave cycles — check between each Test on inner wrist before applying to body Do not overheat — excessive heat can cause fill expansion Allow to cool completely before reheating Support & Contact Sales: 1-800-403-8285 Warranty: 1-800-253-0854 View all Good2Go products → How the Crystal Fill Produces Moist Heat 1 Between uses, the patented crystal fill absorbs humidity from the surrounding air — trapping up to 40% of its weight in atmospheric moisture. No water is added. 2 When microwaved, that stored moisture is activated as therapeutic steam inside the pack. 3 The fleece cover holds the steam close to the body, directing moist heat to the targeted area. 4 Moist heat penetrates deeper than dry heat — blocking pain signals, relaxing muscle tissue, and increasing circulation to enhance the body's natural healing. How To Use ☀ Heating 1 Microwave in 30-second cycles only — check temperature between each cycle 2 Test temperature on inner wrist before applying to body — do not overheat 3 Allow to cool completely before reheating for another session ☀ Applying 1 Place the heated pack in the fleece cover and position over the target area 2 Secure the wide elastic Velcro strap for hands-free, snug therapy 3 Apply for 20–30 minutes; continue regular activities during therapy Model 491 — Full Specifications Good2Go Medium Model 491 full specifications Model 491 (Medium) Line Good2Go Microwave Heat Pack Size 9" × 12" (21 × 30 cm) Best For Knee, elbow, hip, targeted mid-size areas Power Microwave — cordless, no outlets Fill Patented non-allergenic crystal — traps 40% weight in atmospheric moisture Moist Heat Automatic — crystal absorbs humidity; no water needed Cover Cloud-soft fleece pile Strap Wide elastic Velcro — hands-free Heat Duration ~20–30 minutes per session Reusable Yes — reheat in microwave for each session Brand Battle Creek Equipment Company (est. 1931) Good2Go Line — Which Size Is Right? Comparison of Good2Go Microwave Heat Pack models Feature Large 490 Medium 491 ★ Neck 492 Knee/Shoulder 493 Size 12" × 16" 9" × 12" 5" × 16" Contoured Best for Back, hip, abdomen, knee Knee, elbow, hip, targeted areas Neck, cervical area Knee, shoulder joints Strap Wide elastic Velcro Wide elastic Velcro — Wide elastic Velcro Shop Shop Large 490 → ★ This Product Shop Neck 492 → Shop 493 → All Good2Go packs: microwaveable, cordless, patented crystal fill, moist heat without water, reusable. ☀ Heat Therapy Safety ⚠ Heat in 30-second microwave cycles only — check temperature between each cycle ⚠ Test on inner wrist before applying to body — do not overheat ⚠ Allow to cool completely before reheating — excessive heating can cause fill expansion Frequently Asked Questions How does the Good2Go produce moist heat without water? The patented crystal fill absorbs up to 40% of its weight in atmospheric moisture between uses. When microwaved, that stored moisture activates as therapeutic steam. No water, spray bottles, or damp towels needed. What makes the crystal fill better than rice or gel? Unlike grain fills (rice, flaxseed, wheat), the crystal fill will not decay, develop unpleasant odors, or support the growth of mold and bacteria over time. Unlike gel fills, it produces genuine moist heat from atmospheric moisture rather than dry radiant heat. It is non-allergenic, non-toxic, and designed for years of reliable use. How is the Model 491 different from the Large 490? The Model 491 is 9" × 12" — smaller than the Large 490 (12" × 16"). The 491 is designed for the knee and other targeted mid-size areas where more precise placement matters. The 490 is better for the full lower back, hip, and abdomen. Both share the same patented crystal fill, fleece cover, and elastic Velcro strap. How long does the heat last? The Good2Go delivers soothing moist heat for approximately 20–30 minutes per session, depending on microwave heating time and ambient conditions. For longer therapy, allow the pack to cool completely then reheat. How is the Good2Go different from a Thermophore heating pad? The Good2Go is cordless and portable — heat in the microwave and use anywhere with no outlet. Thermophore electric pads plug into a wall outlet and deliver higher sustained temperatures (up to 165–170°F) with a 25-minute auto shutoff. Choose Good2Go for portability and freedom of movement. Choose Thermophore for maximum heat intensity and sustained stationary moist heat therapy. HRM USA Inc is an authorized dealer for Battle Creek Equipment Company products, based in Warminster, PA (49 Richard Rd, Warminster PA 18974). Battle Creek Equipment Company (est. 1931) makes Thermophore moist heating pads, the Ice It! cold therapy line, and the Good2Go portable heat pack line. Sales: 1-800-403-8285 · Warranty: 1-800-253-0854 Doctor Recommended Since 1931
More you might like
Related
Good2Go Microwave Heat Pack, Medium, 9" x 12"
Related
Good2Go Microwave Heat Pack, Cervical, 5" x 16"
Related
Good2Go Microwave Heat Pack, Medium, 9" x 12"
Related