Our Products

Your Greatest Stride To Freedom

Our urinary management products designed to provide safe, effective alternatives to conventional catheters and related supplies.

Available devices support patients with urinary incontinence by prioritizing skin integrity, infection reduction, and ease of application.

Each product is engineered for consistent performance and patient comfort, making them suitable for both clinical use and long-term management at home.

Urological_Product_group_w_kindKlamp-2025

Men’s Liberty Benefits

  • Keeps men dry and comfortable 24/7

  • The average wear time is up to 24 hours

  • Fits most male anatomy

  • Replaces diapers, condom catheters and medically unnecessary Foley catheters

  • Covered by Medicare, most private insurance, Workers Compensation and VA/TriCare. Standard deductibles and co-pays apply

UROLOGICAL PRODUCTS AND ACCESSORIES 

FreeDerm Adhesive Removal Spray -3 oz

FreeDerm® Adhesive Remover

  • Safe and gentle for all patients.
  • No-sting
  • Instantly removes hydrocolloid
  • No harsh chemicals
  • Oil and lotion free
  • Allows immediate re-application of an adhesive device without washing.

BioPlus Wipe

BioPlus+™ Barrier Film Wipe

  • No-sting
  • Forms transparent, protective barrier film
  • Dries faster than major competitors in lab tests
  • Increases skin adhesion more than major competitors in lab tests.

KindKlamp™ (Penis Clamp)

KindKlamp™ Penile Clamp for Men

  • Designed to temporarily stop the flow of urine through the urethra when applying Men’s Liberty.
  • Easy use clasp can be closed and released with one hand.
  • Curved upper arm for improved comfort.
  • Designed to fit most males

Hydrocolloid Faceplate Seal

20002 - faceplate seal

  • Secures Faceplate in place

  • Made in the USA and are skin-friendly

  •  Can be worn for up to 24 hours

  • Easily removed with FreeDerm or soap and water

Bravida Medical – Urology Products

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, sans-serif;
line-height: 1.6;
color: #333333;
background: #ffffff;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Products Section */
.products {
padding: 6rem 0;
background: #ffffff;
}
.section-header {
text-align: center;
margin-bottom: 4rem;
}
.section-title {
font-size: 2.5rem;
font-weight: 300;
color: #1a1a1a;
margin-bottom: 1rem;
letter-spacing: -0.01em;
}
.section-subtitle {
font-size: 1.1rem;
color: #666666;
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}
.products-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 3rem;
}
.product-card {
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 8px;
overflow: hidden;
transition: all 0.3s ease;
position: relative;
height: fit-content;
}
.product-card:hover {
transform: translateY(-4px);
box-shadow: 0 20px 40px rgba(0,0,0,0.08);
border-color: #007bff;
}
.product-image {
width: 100%;
height: 240px;
background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
display: flex;
align-items: center;
justify-content: center;
border-bottom: 1px solid #e5e7eb;
position: relative;
}
.product-image::after {
content: ”;
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #007bff, #0056b3);
}
.product-image p {
color: #888;
font-style: italic;
text-align: center;
font-size: 0.95rem;
font-weight: 500;
}
.product-content {
padding: 2rem;
}
.product-code {
background: #f1f3f4;
color: #333;
padding: 6px 12px;
border-radius: 16px;
font-size: 0.85rem;
font-weight: 600;
display: inline-block;
margin-bottom: 1rem;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.product-title {
font-size: 1.4rem;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 1rem;
line-height: 1.3;
}
.product-description {
color: #666666;
margin-bottom: 1.5rem;
line-height: 1.6;
font-size: 0.95rem;
}
.product-features {
list-style: none;
margin-bottom: 1.5rem;
}
.product-features li {
color: #333333;
padding: 6px 0;
position: relative;
padding-left: 24px;
font-size: 0.9rem;
line-height: 1.5;
}
.product-features li::before {
content: ‘•’;
position: absolute;
left: 8px;
color: #007bff;
font-weight: bold;
font-size: 1.2rem;
}
.order-button {
background: transparent;
color: #007bff;
border: 2px solid #007bff;
padding: 12px 24px;
border-radius: 4px;
font-size: 0.9rem;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.order-button:hover {
background: #007bff;
color: white;
}
.contact-cta {
background: #f8f9fa;
border-radius: 8px;
padding: 2.5rem;
text-align: center;
margin-top: 4rem;
border: 1px solid #e5e7eb;
}
.contact-cta h3 {
font-size: 1.5rem;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 1rem;
}
.contact-cta p {
color: #666666;
margin-bottom: 1.5rem;
font-size: 1rem;
}
.contact-info {
display: flex;
justify-content: center;
gap: 2rem;
flex-wrap: wrap;
align-items: center;
}
.contact-item {
display: flex;
align-items: center;
gap: 0.5rem;
}
.email-link {
color: #007bff;
text-decoration: none;
font-weight: 600;
}
.email-link:hover {
text-decoration: underline;
}
/* Responsive Design */
@media (max-width: 768px) {
.products {
padding: 4rem 0;
}
.section-title {
font-size: 2rem;
}
.products-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.product-content {
padding: 1.5rem;
}
.contact-info {
flex-direction: column;
gap: 1rem;
}
}
@media (max-width: 480px) {
.container {
padding: 0 15px;
}
.section-header {
margin-bottom: 2rem;
}
.contact-cta {
padding: 2rem;
margin-top: 3rem;
}
}
/* Animation */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.product-card {
opacity: 0;
animation: fadeInUp 0.6s ease forwards;
}
.product-card:nth-child(1) { animation-delay: 0.1s; }
.product-card:nth-child(2) { animation-delay: 0.2s; }
.product-card:nth-child(3) { animation-delay: 0.3s; }
.product-card:nth-child(4) { animation-delay: 0.4s; }
.product-card:nth-child(5) { animation-delay: 0.5s; }

Urology Product Portfolio

Comprehensive solutions for external catheter management, securement, and skin care designed for healthcare professionals and patient comfort.

Men’s Liberty™
External Catheter

43046

Men’s Liberty™ Male External Catheter

Revolutionary external catheter that replaces diapers, condom catheters and when medically unnecessary, Foley catheters. Completely external design that fits most male anatomy.

  • Keeps men dry and comfortable for up to 24 hours
  • 8 oz collection pouch, easily emptied throughout the day
  • Connects directly to leg or bed bag
  • Covered by most insurance policies in the US

Order Men’s Liberty™

KindKlamp™
Penile Clamp

20003

KindKlamp™ Penile Clamp for Men

Metal-free penile clamp designed to temporarily stop urine flow through the urethra when applying Men’s Liberty. Safe and gentle for all patients.

  • Easy use clasp – closed and released with one hand
  • Curved upper arm for improved comfort
  • Long lasting hinge for multiple cycles
  • Designed to fit most males
  • Metal-free hydrocolloid faceplate seal



52200 / 52202

FreeDerm® Adhesive Remover

<instantly removes="" hydrocolloid="" and="" other="" adhesives.="" quick-drying="" formula="" requires="" no="" washing="" has="" harsh="" smell="" or="" lasting="" odor.=""

  • Instantly removes hydrocolloid
  • Quick-drying, no washing necessary
  • No harsh smell or lasting odor
  • Not made with natural rubber latex
  • Available in 1 OZ and 3 OZ spray bottles
  • Order FreeDerm®

    CathGrip®
    Universal Securement

    Multiple Sizes

    CathGrip® Universal Catheter Securement

    Universal securement system for tubing 6-42 Fr (3-24 Fr for Extra Small). Made from proprietary hydrocolloid that moves like a second skin.

    • Secures catheters, drains, and tubes safely
    • Available in Large, Medium, Small, and Extra Small
    • Single and double strap options available
    • Wear time up to 7 days
    • Skin-friendly, latex-free hydrocolloid

    Order CathGrip®

    BioPlus+™
    Barrier Film Wipe

    52300

    BioPlus+™ Barrier Film Wipe

    Advanced skin protectant barrier that forms a transparent, protective film for enhanced adhesion. Dries faster than major competitors in lab tests.

    • No-sting application
    • Forms transparent, protective barrier film
    • Dries faster than major competitors
    • Increases skin adhesion more than competitors
    • 6 ML wipe for easy application

    Ready to Order?

    Contact us for pricing information, ordering instructions, or to connect with your local representative.

    Email:
    ckennedy@bravidamedical.com
    Website:
    MensLiberty.com

Showing 1–16 of 19 results

  • Men’s Liberty Starter Bundle

    $138.11
    Add to cart
  • Beside Drain Bag

    Bedside Drain Bag, 2000 ml

    $13.84
    Add to cart
  • BioPlus Wipe

    BioPlus Barrier Prep Wipe, 25 per Box

    $24.23
    Add to cart
  • CathGrip Securement Device, Double Strap, Large, Non-Sterile

    $12.99
    Add to cart
  • CathGrip Securement Device, Double Strap, Medium, Non-Sterile

    $11.99
    Add to cart
  • CathGrip Securement Device, Single Strap, Small, Non-Sterile

    $10.99
    Add to cart
  • CathGrip Single Strap, Extra Small Non-Sterile, No Wipe

    $10.99
    Add to cart
  • BioDerm Faceplate Seal

    Faceplate Seal (10-Pack)

    $10.51
    Add to cart
  • FreeDerm Adhesive Removal Spray -1 oz

    FreeDerm Adhesive Remover- 1 oz pump spr

    $16.68
    Add to cart
  • FreeDerm Adhesive Removal Spray -3 oz

    FreeDerm Adhesive Remover- 3 oz pump spr

    $24.79
    Add to cart
  • KindKlamp™ (Penis Clamp)

    KindKlamp™ (Penis Clamp)

    $65.03
    Add to cart
  • LEG BAG

    Leg Bag, 900 ml, w/ loose extension tube

    $9.46
    Add to cart
  • Low Profile CathGrip, Double Strap, Sterile

    $13.99
    Add to cart
  • Placeholder

    Men’s Liberty

    $15.37
    Add to cart
  • Men's Liberty External Catheter

    Men’s Liberty

    $15.37
    Add to cart
  • Men's Liberty External Catheter

    Men’s Liberty™ (30 per box)

    $461.10
    Add to cart