Skip to main content
Colorado Bathroom Remodeling

Frequently Asked Questions about Products & Materials

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

What is KOHLER LuxStone?

KOHLER LuxStone is a premium shower wall system made from crushed natural marble blended with durable resin.  Unlike acrylic or fiberglass:

Benefits:

  • High-end look and feel of natural stone
  • Non-porous surface resists mold and mildew
  • 3x more durable than acrylic
  • Warmer to the touch (doesn't feel plasticky)
  • Lifetime warranty against cracking, fading, or discoloring

Available in: 12+ colors/patterns, including marble, subway tile, and modern stone looks

HomePride is one of only two certified installers in Colorado authorized to install KOHLER LuxStone.

What's the Difference between LuxStone and Other Shower Materials? 

 

LuxStone Chart-1

 

Do you offer tile showers?

No.  We specialize in KOHLER LuxStone and Onyx solid surface systems because:

X-Icon

Tile can get very expensive in cost, without providing added value

X-Icon

Grout requires consistent cleaning & maintenance

X-Icon

Every seam between tiles and grout is an opportunity for mold and water damage, if not sealed 100% correctly

X-Icon

Tile typically involves several days of labor, cutting, measuring, and installation

Checkmark

While more expensive up front, LuxStone is backed by a lifetime warranty

Checkmark

LuxStone maintenance is easy; simply wipe down with a gentle cleanser and cloth as needed

Checkmark

LuxStone is a solid surface material that antimicrobial properties that prevent mold & mildew

Checkmark

LuxStone one-piece shower walls are customized to your bathroom's measurements and take 1-2 days to install

Other Common Questions

What brand(s) do you install?

Can I see and touch samples before I commit?

Are KOHLER products ADA-compliant?

What's the difference between a walk-in tub and a walk-in shower?

Can I get a quote without an in-home visit?

We offer ballpark estimates over the phone, but accurate quotes require an in-home measurement and design consultation.  This ensures:

  • Precise measurements for custom-fit products
  • Assessment of existing plumbing and structural conditions
  • Opportunity to see samples and discuss options in your actual space

Your free consultation is no-pressure and typically takes 60-90 minutes.  We provide your detailed quote before leaving.

{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "KOHLER LuxStone & Products FAQ Section", "type": "object", "properties": { "sectionId": { "type": "string", "const": "kohler-luxstone", "description": "Anchor/ID for the section (e.g., #kohler-luxstone)." }, "sectionTitle": { "type": "string", "description": "Display title of the section (e.g., 'KOHLER LuxStone & Products')." }, "faqs": { "type": "array", "description": "List of FAQs related to KOHLER LuxStone, brands, ADA options, and product types.", "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., 'what-is-kohler-luxstone')." }, "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, comparisons, brand lists, 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": "orderedList" }, "items": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/listItem" } } }, "required": ["type", "items"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "featureList" }, "title": { "type": "string", "description": "Heading for the feature list (e.g., 'Benefits')." }, "items": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/listItem" } } }, "required": ["type", "title", "items"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "comparisonTable" }, "title": { "type": "string", "description": "Title for the comparison (e.g., 'LuxStone vs. Acrylic')." }, "columns": { "type": "array", "description": "Column headers (e.g., Feature, KOHLER LuxStone, Standard Acrylic).", "minItems": 2, "items": { "type": "string" } }, "rows": { "type": "array", "description": "Row data for each feature comparison.", "minItems": 1, "items": { "$ref": "#/definitions/comparisonRow" } }, "bottomLine": { "type": "string", "description": "Summary conclusion for the comparison." } }, "required": ["type", "title", "columns", "rows"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "brandList" }, "title": { "type": "string", "description": "Title for the brand list (e.g., 'What brands do you install?')." }, "categories": { "type": "array", "description": "Product categories and associated brands.", "minItems": 1, "items": { "type": "object", "properties": { "categoryName": { "type": "string", "description": "Category name (e.g., 'Showers & Tubs')." }, "brands": { "type": "array", "minItems": 1, "items": { "type": "string", "description": "Brand or product line name." } }, "notes": { "type": "string", "description": "Optional notes (e.g., warranty info)." } }, "required": ["categoryName", "brands"], "additionalProperties": false } } }, "required": ["type", "title", "categories"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "sampleList" }, "title": { "type": "string", "description": "Title describing the samples (e.g., 'Samples we bring')." }, "items": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/listItem" } } }, "required": ["type", "title", "items"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "adaFeatures" }, "title": { "type": "string", "description": "Title for ADA-related features (e.g., 'ADA-compliant options')." }, "items": { "type": "array", "minItems": 1, "items": { "$ref": "#/definitions/listItem" } }, "note": { "type": "string", "description": "Additional guidance on designing for accessibility." } }, "required": ["type", "title", "items"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "productComparison" }, "title": { "type": "string", "description": "Title for product comparison (e.g., 'Walk-In Tub vs. Walk-In Shower')." }, "products": { "type": "array", "description": "Products being compared (e.g., Walk-In Tub, Walk-In Shower).", "minItems": 2, "items": { "type": "string" } }, "attributes": { "type": "array", "description": "Attribute-by-attribute comparison between products.", "minItems": 1, "items": { "$ref": "#/definitions/productAttributeComparison" } } }, "required": ["type", "title", "products", "attributes"], "additionalProperties": false }, { "type": "object", "properties": { "type": { "const": "note" }, "text": { "type": "string", "description": "Short emphasized note, disclaimer, or callout." } }, "required": ["type", "text"], "additionalProperties": false } ] }, "listItem": { "type": "object", "properties": { "text": { "type": "string", "description": "Main bullet text (e.g., 'High-end look and feel of natural stone')." }, "detail": { "type": "string", "description": "Optional supporting detail (e.g., '(chrome, brushed nickel, matte black)')." } }, "required": ["text"], "additionalProperties": false }, "comparisonRow": { "type": "object", "properties": { "feature": { "type": "string", "description": "Feature name (e.g., 'Material', 'Durability', 'Warranty')." }, "values": { "type": "array", "description": "Values for each column in order (e.g., ['Crushed marble + resin', 'Plastic polymer']).", "minItems": 2, "items": { "type": "string" } } }, "required": ["feature", "values"], "additionalProperties": false }, "productAttributeComparison": { "type": "object", "properties": { "attribute": { "type": "string", "description": "Attribute being compared (e.g., 'Threshold', 'Best for')." }, "values": { "type": "array", "description": "Values for each product in order (e.g., ['Low 3\" threshold', 'Low or zero-threshold entry']).", "minItems": 2, "items": { "type": "string" } } }, "required": ["attribute", "values"], "additionalProperties": false } } }