calcPageSize())" />
Skil-Care - Authorized Distributor
Product Highlights
- Soft and comfortable sheepskin
- Reduces pressure and friction against the skin
- Sheepskin allows air flow
- Machine washable
- Fast delivery
- Easy returns
- AutoShip eligible
free shipping on $49+ -
Low Returns
High Returns
Item# | Description | Size | Price |
---|---|---|---|
501021 | 24 x 30 x 1 Inch | Each | List Price: $15.00 Price: $13.50 |
501050 | 30 x 40 x 1 Inch Fast 1-3 Day Delivery! | Each | List Price: $23.31 Price: $20.98 |
501090 | 30 x 60 x 1 Inch | Each | List Price: $22.41 Price: $20.17 |
'); // Update the button state to indicate that the modal is created for this button buttonStates[productId] = { modalCreated: true, modalId: modalId }; // Wait for the next event loop to ensure the DOM is updated setTimeout(resolve, 0); }); } // Function to interact with the autoship modal function interactWithModal(productId) { // Use the unique modal identifier var modalId = buttonStates[productId].modalId; // Find the optinSelect within the modal var optinSelect = document.querySelector('#' + modalId + ' og-offer og-select-frequency'); if (optinSelect && optinSelect.shadowRoot.querySelector('og-select')) { optinSelect.shadowRoot.querySelector('og-select').shadowRoot.querySelector('select').value = '1_3'; optinSelect.shadowRoot.querySelector('og-select').shadowRoot.querySelector('select').dispatchEvent(new Event('change')); var formSelector = '#' + modalId + ' form[data-role="toautoship-form_' + productId + '"]'; if (document.querySelector(formSelector + ' button')) { document.querySelector(formSelector + ' button').click(); } } }
Customers Also Bought
Description
Skil Care Synthetic Sheepskin Bed Mattress Cover for Presure Sores
Skil-Care Synthetic Sheepskin Pads are used over bed mattresses to reduce pressure and friction for skin sensitive patients. Medical sheepskin pads are soft and comfortable. A sheepskin mattress topper provides for air circulation under the patient. Manufactured by Skil-Care, the sheepskin mattress cover offers one inch of thick pressure sore treatment bedding.
Skil-Care manufactures many patient protective products, including Catheter Leg Straps, Heel Protector, and the Heel and Elbow Protector.
Medical Bed Sore Mattress Topper Product Features & Benefits
- Synthetic sheepskin mattress pad for bedridden patients.
- Sheepskin for pressure sores.
- Reduces pressure to skin.
- Reduces friction.
- Improves air circulation.
- Machine washable.
Product Specifications
- Product Numbers: 501020, 501050, 501090.
- Width Size: 30 Inch.
- Length Sizes: 24, 40 or 60 Inch.
- Thickness: 1 Inch.
- Color: Beige.
- Materials: Snythetic.
- Application: Snythetic Sheepskin Pad for Pressure Ulcer Treatment.
- Manufacturer: Skil-Care.
Manuals and Documents
-
Skil-Care Synthetic Sheepskin Pads Instructions contains information about use and care instructions.
Additional Information
Manufacturer | Skil-Care |
---|---|
Proposition 65 warning for Californians | WARNING: Cancer and Reproductive Harm - www.p65warnings.ca.gov |
FSA / HSA | No |
Customer Reviews
Questions & Answers
' + 'Save ' + discountAmount + ' with Auto-ship ' + intervalLabel + ' which comes to ' + perOrderPrice + ' per order and ' + totalOrderPrice + ' in total during whole subscription period.' + '
'; } if (htmlContent) { document.querySelector(".subscription-savings-calculator").style.display = 'block'; } document.getElementById("saving-calculator").innerHTML = htmlContent; }, /* Calculate the number of occurrences */ calculateOccurrences(frequencyIntervalData) { let startDateObj = new Date(document.getElementById("md_subscription_start").value); let endDateObj = new Date(document.getElementById("md_subscription_end").value); let frequency = frequencyField.value; let frequencyInterval = 0; if (document.getElementById("end_by_cycle").checked) { return parseInt(document.getElementById("md_subscription_cycle").value); } else if (document.getElementById("infinite").checked) { let currentYear = parseInt(startDateObj.getFullYear()); frequencyInterval = frequencyIntervalData[frequency].no_of_interval; frequency = frequencyIntervalData[frequency].interval_type; endDateObj = new Date(currentYear + 1, startDateObj.getMonth(), startDateObj.getDate()); } else if (document.getElementById("end_by_date").checked) { if (frequencyIntervalData.hasOwnProperty(frequency)) { frequencyInterval = frequencyIntervalData[frequency].no_of_interval; frequency = frequencyIntervalData[frequency].interval_type; } } let recurringDates = this.recurringDates(startDateObj, endDateObj, frequency, frequencyInterval); /* Return the number of occurrences */ return recurringDates.length; }, /* Calculate recurring dates based on start and end dates, interval type, and value */ recurringDates(startDate, endDate, intervalType, intervalValue) { const recurringDates = []; let currentDate = new Date(startDate); intervalValue = parseInt(intervalValue); while (currentDate <= endDate) { recurringDates.push(new Date(currentDate)); switch (intervalType) { case 'day': currentDate.setDate(parseInt(currentDate.getDate()) + intervalValue); break; case 'week': currentDate.setDate(parseInt(currentDate.getDate()) + (7 * intervalValue)); break; case 'month': currentDate.setMonth(parseInt(currentDate.getMonth()) + intervalValue); break; case 'year': currentDate.setFullYear(parseInt(currentDate.getFullYear()) + intervalValue); break; default: throw new Error('Invalid interval type'); } } /* Return array of recurring dates */ return recurringDates; }, /* Initialize savings calculator and update on relevant changes */ initSavingsCalculate() { let self = this; function updateSavings() { if (document.querySelectorAll(".plan-attribute.savings-calculator").length > 0) { let discountData = JSON.parse(hiddenInput.value); let discountType = discountData.discount_type; let discountAmount = discountData.discount; self.savingsCalculate(discountAmount, discountType); } } /* Event listener for relevant changes */ document.querySelectorAll("#end_by_cycle, #infinite, #end_by_date, #md_subscription_start, #md_subscription_cycle, #md_subscription_end").forEach(function(element) { element.addEventListener('change', updateSavings); }); } } }More Items to Explore