calcPageSize())" />
calcActive())">
Fabrication Enterprises - Authorized Distributor
PRODUCT HIGHLIGHTS
- Paraffin treatment bath and wax refills
- Use on elbows, wrists, hands, feet, and ankles
- Kits include bath unit, mitt and booty, plastic liners, and wax blocks
- Lightweight and portable
- Fast delivery
- Easy returns
-
Low Returns
High Returns
Item# | Description | Size | Price |
---|---|---|---|
11-1600 | Standard Unit: 100 Liners, 1 Mitt, 1 Bootie and 6 pounds of Unscented Paraffin | Kit | List Price: $175.27 Price: $159.50 |
11-1604 | Standard Unit: 65 Liners, 1 Mitt, 1 Bootie and 6 lb Lavender Paraffin | Kit | List Price: $149.89 Price: $136.40 |
11-1605 | Standard Unit : 100 Liners, 1 Mitt, 1 Bootie and 6 pounds of Citrus Paraffin | Kit | List Price: $175.27 Price: $159.50 |
11-1716-6 | WaxWel blocks - citrus fragrance refills (6 1-lb. pellet bags) | Kit | List Price: $39.44 Price: $35.89 |
'); // 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
Waxwel Paraffin Bath Unit Overview
Discover spa-grade therapy with the Waxwel Paraffin Bath Unit. Paraffin wax treatments help moisturize skin, soothe achy joints, and reduce swelling in the hands and feet. The soft wax has a low melting point, which means that it melts at a temperature low enough to immerse skin safely. The bath is large enough to accommodate a man's size 12.5 foot and can be used on hands, wrists, feet, ankles, and elbows.
The Waxwel Paraffin Unit comes with everything necessary to get started, whether it's for a nail salon, spa, or for use at home. Vitality Medical offers two kits. Both include 100 liners, one mitt, one bootie, and 6 pounds of paraffin wax. The Waxwel 11-1600 includes unscented wax and the 11-1605 comes with citrus-scented wax.
Features and Benefits
- Opens Up Pores
- Removes Dead Skin
- Excellent Moisturizer
- Increases Circulation
- Helps Reduce Pain
- Decreases Inflammation
Specifications
- Manufacturer: Fabrication Enterprises
- Product Numbers: 11-1600, 11-1604, 11-1605, 11-1750-6, 11-1716-6, 11-1720-6
- Length: 18 Inches
- Width: 12 Inches
- Height: 10 Inches
- Application: Paraffin Treatment
Vitality Medical carries a wide variety of Paraffin Therapy in stock. Find the perfect muscle pain relief product today!
Additional Information
Manufacturer | Fabrication Enterprises |
---|---|
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