Mrsdry Travel Bottles for Toiletries, Tsa Approved 3oz Travel Size Containers BPA Free Leak Proof Refillable Liquid Silicone Squeezable Travel Accessories for Shampoo Conditioner Lotion (4 Pack)

Categories ,

Description

Rate this product


Price: $13.99
(as of May 02, 2024 23:24:09 UTC – Details)


Product Description

1

1

2

FOR TRAVEL ON THE GO

The new bottle keeps the features people love: it’s still made from soft, rugged silicone that’s easy to squeeze and gets every last drop out; the large sizes are still for air travel

3

FOOD GRADE BPA FREE

Food grade silicone bottles,They are food grade they can also be used for your lunchbox for salad dressing

4

LEAK PROOF

3-layer leak-proof design prevents liquid leakage or spillage, offers protection to your luggage

5

WIDE MOUTH

wide opening makes it easy to fill with thicker fluids and easily fits a brush to clean the inside

6

NO-DRIP VALVE

The bottle cap features a no-drip valve that prevents leaks

7

TSA APPROVAL

It is with a zipper transparent wash bag, which saves space

1 Leak Proof Travel Bottles 2 Wide Mouth 3 No-drip valve 4 TSA Carry On Approval

8

8

Package Dimensions:

6.18 x 5.12 x 2.54 inches

Material:

Food grade silicone

Capacity:

3oz TSA Airline Carry on Approved

How Many Piese?

4 Pack with a zipper bag

Product Care Instructions

‎Hand Wash Only

You may also like this:

Add to Cart

Add to Cart

Add to Cart

Add to Cart

Customer Reviews

4.5 out of 5 stars

2,579

4.6 out of 5 stars

4,309

4.4 out of 5 stars

164

4.8 out of 5 stars

43

4.4 out of 5 stars

368

4.6 out of 5 stars

63

Price

$7.99$7.99
$9.99$9.99
$9.99$9.99

$13.99$13.99

Material

Silicone
Silicone
Silicone
Silicone
Silicone+Plastic
Silicone

Capacity

3oz
3oz
3oz
3oz
3oz; 1.69oz; 1oz
3oz

Quantity

4pcs with 1pcs bag
4pcs with 1pcs bag
4pcs with 1pcs bag
4pcs with 1pcs bag
16pcs
4pcs with 1pcs bag

Product Care Instructions

Hand Wash Only
Hand Wash Only
Hand Wash Only
Hand Wash Only
Hand Wash Only
Hand Wash Only

Special Feature

Leak Proof, Wide Mouth
Leak Proof, Wide Mouth
Leak Proof, Wide Mouth
Leak Proof, Wide Mouth
Leak Proof, Wide Mouth
Leak Proof, Wide Mouth

3oz TSA Airline Carry on Approved: Set of small bottles, perfect for shampoo, conditioner, body wash, lotion and more.
High Quality Designed: high-grade silicone bottles are safe to use, they are sturdy, durable also very flexible, eco-friendly travel bottles set is good to our enviroment; It provides you a better user experience.
Wide opening for filling and cleaning: Unlike most travel bottles, this one is wide opening makes it easy to fill with thicker fluids, and it easily fits a brush to clean the inside of the tube
No-drip valve: The bottle cap features a no-drip valve that prevents leaks and makes sure you always dispense just the right amount

Technical Details

Additional Information

Warranty & Support

Amazon.com Return PolicyAmazon.com Voluntary 30-Day Return Guarantee: You can return many items you have purchased within 30 days following delivery of the item to you. Our Voluntary 30-Day Return Guarantee does not affect your legal right of withdrawal in any way. You can find out more about the exceptions and conditions here.

:

Product Warranty: For warranty information about this product, please click here

Feedback

Mrsdry

Mrsdry Travel Bottles for Toiletries, Tsa Approved 3oz Travel Size Containers BPA Free Leak Proof Refillable Liquid Silicone Squeezable Travel Accessories for Shampoo Conditioner Lotion (4 Pack)


Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.

Where did you see a lower price?

/

/

/

/

Please sign in to provide feedback.

\n’ +


);
}

function getThankYouDiv(thankMsg) {
return (

‘ +

‘ +
thankMsg +

\n’ +



);
}

function getLoadingGifDiv() {
return ‘‘;
}

function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}

function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}

function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}

function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}

function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}

function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}

function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);

var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);

var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);

var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);

if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;

stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();

setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}

});