Book Fitter Appointment

Close

Book Fitter Appointment


    Compression Services

    Survivor Friendly provides expert compression arm sleeves, gauntlet, and glove products. This includes both off-the-shelf and compression. Compression products are designed to control and contain swelling in arms and hands due to lymphedema. Additionally, these items can be used as a preventative onset of lymphedema when flying, in high altitudes, or during repetitive activities. Gloves are available in limited colors, however, the sleeves and gauntlets are available in a wide array of colors including Trend colors, tie-dyes, and Juzo’s Signature Print Series.

    Please schedule an appointment for compression fittings. We only fit for Items dispense or its a $35-$50 charge for fitting services (to use measurement to order from another DME or Online).
    document.addEventListener("DOMContentLoaded", function () { const colors = [ "#F0C3C3", "#D88A8A", "#C76E6E", "#A54545", "#823434", "#FFD700", "#FF5733", "#28A745", "#007BFF", "#6F42C1"]; const colorContainer = document.querySelector(".colors"); const selectedColorText = document.getElementById("selected-color"); if (colorContainer && selectedColorText) { colors.forEach(function(color) { const swatch = document.createElement("div"); swatch.classList.add("color-swatch"); swatch.style.backgroundColor = color; swatch.dataset.color = color; swatch.addEventListener("click", function () {        selectedColorText.textContent = color; selectedColorText.style.color = color; }); colorContainer.appendChild(swatch); }); } });