Skip to main content
Colorado Bathroom Remodeling

Frequently Asked Questions about Safety & Accessibility

This page is devoted to providing honest answers to help you make confident decisions about your bathroom renovation and/or kitchen cabinet restyling.

What safety features do you offer?

 

Standard Safety Features:

  • Slip-resistant flooring/bases (textured surface)
  • Rounded edges (no sharp corners)
  • Pressure-balanced valves (prevent scalding)

Optional Safety Upgrades:

  • Grab bars (multiple placement options)
  • Built-in seating (fold-down or fixed)
  • Handheld showerheads (adjustable height)
  • Zero-threshold entry (wheelchair accessible)
  • Wider doors (easier entry/exit)

Are walk-in tubs safe for seniors?

 

Yes!  KOHLER walk-in tubs are considered the industry standard and are specifically designed for senior safety.  KOHLER’s founder, John Michael Kohler, created the first bathtub more than 140 years ago in Wisconsin.  Since then, the company has continued to lead the plumbing technology industry, engineering and manufacturing various bathroom and kitchen essentials right here in the U.S.

Kohler prides itself on creating functional designs that match your personal style, a philosophy that carries over into their accessible baths. 

 

Kohler’s walk-in tubs are great for older adults who:

  • Want a safe, comfortable way to bathe independently
  • Need an extra-wide seat or door
  • Care about the tub’s appearance
  • Would benefit from hydrotherapy and aerotherapy
  • Have a flexible budget

Safety Advantages

  • Low 3" entry (vs. 14" traditional tub step-over)

  • Built-in seat (no standing required)

  • Grab bars included (tested to 250+ lbs)

  • Slip-resistant floor

  • Anti-scald technology (temp control)

Considerations

  • Must fill before use (3-5 min wait)

  • Must drain before exiting (3-5 min wait)

  • Door must seal properly (we test thoroughly)

What does "aging in place" mean, and how can you help?

 

Aging in place means modifying your home so you can safely live there as you age, avoiding moves to assisted living facilities.

HomePride bathroom modifications:

  • Walk-in tubs or zero-threshold showers
  • Grab bar installations (strategically placed)
  • Comfort-height toilets
  • Handheld showerheads
  • Built-in seating
  • Slip-resistant flooring

Our designers specialize in Universal Design, features that work for all ages and abilities while looking stylish (not institutional).

Learn how Mary's KOHLER walk-in bath improved her quality of life

Other Common Questions

Can you make my bathroom wheelchair accessible?

Do walk-in tubs qualify for medical deductions?

Are your products covered by Medicare or insurance?

{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Safety & Accessibility FAQ Section", "type": "object", "properties": { "sectionId": { "type": "string", "const": "safety-accessibility", "description": "Anchor/ID for the section (e.g., #safety-accessibility)." }, "sectionTitle": { "type": "string", "description": "Display title of the section (e.g., 'Safety & Accessibility')." }, "faqs": { "type": "array", "description": "List of FAQs related to safety features, aging in place, accessibility, and coverage.", "minItems": 1, "items": { "$ref": "#/definitions/faqItem" } } }, "required": ["sectionId", "sectionTitle", "faqs"], "additionalProperties": false, "definitions": { "faqItem": { "type": "object", "properties": { "id": { "type": "string", "description": "Optional stable ID/slug for this FAQ (e.g., 'safety-features-offered')." }, "question": { "type": "string", "description": "The FAQ question text." }, "answerBlocks": { "type": "array", "description": "Structured content blocks that make up the answer.", "minItems": 1, "items": { "$ref": "#/definitions/answerBlock" } } }, "required": ["question", "answerBlocks"], "additionalProperties": false }, "answerBlock": { "description": "One block of answer content (paragraph, lists, feature groups, accessibility sets, or notes).", "oneOf": [ { "type": "object", "properties": { "type": { "const": "paragraph" }, "text": { "type": "string", "description": "Plain text or markdown paragraph." } }, "required": ["type", "text"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "unorderedList" }, "items": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/listItem" } } }, "required": ["type", "items"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "featureGroups" }, "title": { "type": "string", "description": "Heading for the grouped safety features (e.g., 'Safety Features')." }, "groups": { "type": "array", "description": "Groups like 'Standard Safety Features' and 'Optional Safety Upgrades'.", "minItems": 1, "items": { "type": "object", "properties": { "groupTitle": { "type": "string", "description": "Group title (e.g., 'Standard Safety Features')." }, "items": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/listItem" } } }, "required": ["groupTitle", "items"], "additionalProperties": false } } }, "required": ["type", "title", "groups"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "accessibilityFeatures" }, "title": { "type": "string", "description": "Title for accessibility-related content (e.g., 'Aging in Place Support', 'Wheelchair Accessibility')." }, "items": { "type": "array", "description": "List of accessibility or aging-in-place modifications.", "minItems": 1, "items": { "$ref": "#/definitions/listItem" } }, "note": { "type": "string", "description": "Optional note about Universal Design, designers, or collaboration with therapists." } }, "required": ["type", "title", "items"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "note" }, "text": { "type": "string", "description": "Short emphasized note, disclaimer, or callout (e.g., about tax deductions, Medicare, or insurance coverage)." } }, "required": ["type", "text"], "additionalProperties": false } ] }, "listItem": { "type": "object", "properties": { "text": { "type": "string", "description": "Main bullet text (e.g., 'Slip-resistant flooring/bases')." }, "detail": { "type": "string", "description": "Optional supporting detail (e.g., 'tested to 250+ lbs', '3–5 min fill time')." } }, "required": ["text"], "additionalProperties": false } } }