Partager sur ...
S'inscrire
Se connecter

Mot de passe oublié

Light Versatile Pillow

Light Versatile Pillow

Ostrichpillow 45USD

100 Day Returns

100 Day Returns
We are so confident that you will love your new Ostrichpillow along with tens of thousands of your fellow design focused people around the world, that we are the only brand in our sector offering a 100 day free return period.
NOTE: Please be aware that for hygiene and safety there are no returns or refunds for our Bamboo Compression Socks. Also Candles cannot be returned if used. 
Please view our return policy for the full breakdown. 

2 Years Warranty

Warranty Cover
All our products are lovingly hand made with care and attention to detail which is why we are proud to offer a 2 year warranty on any item purchased directly from our website. For full terms, please visit our T&C's.

Free shipping*

Shipping

We delivery to most of the countries in the world, if you want to check if we can delivery to your place, timmings and costs, you can search or check below.

*Free shipping - we are happy to able to provide free standard shipping in most countries on orders over $49 (€44.49) outside of promotions, however in others we may still have to charge for standard shipping for any order value. 
Search:

Country

ArgentinaAustraliaAustriaBelgiumBrazilCanadaChileChinaCzech RepublicDenmarkEstoniaFinlandFranceGermanyHong KongHungaryIcelandIndiaIndonesiaIrelandIsraelItalyJapanLatviaLithuaniaLuxembourgMacauMalaysiaNetherlandsNew ZealandNorwayPhilippinesPolandPortugalRomaniaRussiaSaudi ArabiaSingaporeSlovakiaSloveniaSouth AfricaSouth KoreaSpainSwedenSwitzerlandTaiwanThailandTurkeyUAEUnited KingdomUnited StatesVietnamShowing 1 to 52 of 52 entries
 

Note 1: Please keep in mind that some promotional actions may mean that shipping is applied. Contact our customer services on cs@ostrichpillow.com for more information.  
Note 2: If you see your country of shipping in this list, but not during checkout, it is most likely due to global logistics constraints. Please contact our customer services on cs@ostrichpillow.com if you have any questions.

function format ( d ) {
// `d` is the original data object for the row

var shippingMethods = '';

if (d.title1 != null){
shippingMethods +=
''+
''+ d.title1 +''+
''+ d.price1 +''+
''+ d.days1 +' days'+
'';
}

if (d.title2 != null){
shippingMethods +=
''+
''+ d.title2 +''+
''+ d.price2 +''+
''+ d.days2 +' days'+
'';
}

shippingMethods += '';

return shippingMethods;
}

$(document).ready(function() {

var table = $('#datatable').DataTable( {
"ajax": "
"columns": [

{
"className": 'details-control',
"orderable": false,
"data": "country",
"defaultContent": ''
},
{ "data": "search" }
],
"columnDefs": [
{
"targets": [ 1 ],
"visible": false,
"searchable": true
}
],
"paging": false,
"order": [[0, 'asc']]
} );

// Add event listener for opening and closing details
$('#datatable tbody').on('click', 'td.details-control', function () {
var tr = $(this).closest('tr');
var row = table.row( tr );

if ( row.child.isShown() ) {
// This row is already open - close it
row.child.hide();
tr.removeClass('shown');
}
else {
// Open this row
row.child( format(row.data()) ).show();
tr.addClass('shown');
}
} );

$('#datatableSearch').on('change', function(){
search(this.value);
});

$('#datatableSearch').on('paste', function(){
search(this.value);
});

$('#datatableSearch').keyup(function(e) {
search(this.value);
});

function search(value){
table.search( value ).draw();
}
} );

Carbon Neutral

You Buy, We Pay
We make sure that we offset the carbon cost of anything you buy from our store. This means that every item you purchase direct from our store goes directly into funding projects to protect our environment, and we want to sincerely thank you for helping us to be able to contribute to the betterment of our planet. Visit our sustainability page for full picture of our carbon offsetting program. 

Description

A pillow for any occasion, whether it's for the home office or travelling. Light can be worn around your neck or as an eye cover, making it easy to rest your head no matter where life takes you.

Multi-purpose

Thanks to its versatility and light weight that allows you to take a break here, there and everywhere. Use it as a travel pillow, day pillow, reading pillow, commuting pillow, lounging pillow...

Custom feel fit

Its unique design lends itself to be portable, comfortable, and totally adaptable to your comfort with the integrated fit adjuster. Together with the next generation coated microbead filling create a perfect partnership, helping you drift calmly into relaxation mode.

Reversible

Being fully reversible, Light gives you a choice of 2 colors depending on your mood, outfit, or occasion.

var productToogles = document.getElementsByClassName("product-main-features");
var i;

for (i = 0; i < productToogles.length; i++) {
productToogles[i].addEventListener("click", function() {
this.classList.toggle("product-main-features-active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}

var descriptionToogle = productToogles[0];
descriptionToogle.classList.toggle("product-main-features-active");
var panel = descriptionToogle.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}