Uniquely woven for softness, everyday comfort, and lasting durability. Crafted from fine long-staple thread, this densely woven 500-thread-count sateen duvet set offers a sleek, smooth experience that will make your room a cozy, welcoming space.
Welcome Offer! – 10% Off Your First Order - Use Code WELCOME10
Regular price
$98.99
Regular price
$98.99
Sale price
$98.99
Unit price/ per
Sale
Sold out
Free shipping on US orders over $150* — 1-Year Money-Back Guarantee
Settle into a refreshing, luxurious sanctuary night after night. This buttery weave is as beautiful as it is durable, and the smooth-facing texture offers a soft, inviting look and feel.
Consistent Comfort You Can Trust
True thread integrity highlights every Whisper Organics textile. The use of long-staple, single-ply thread takes rest and relaxation to new heights—cloud-nine comfort and feel that lasts longer without pilling or tearing.
Enduring Appeal—500 Thread Count
Enrich your home with a premium, inviting feel and rest easy on fabulous softness. This 500-thread-count fabric is more than just cozy; it’s made to last, looks crisp, and feels supple.
Whisper-Soft Textiles for Routine Luxury
Enhance the feel and appeal of your home with 100% organic cotton that does more than offer cozy softness. Our cotton textiles are skillfully crafted for durability and quality with long-staple fibers to make your bed a plush oasis. Premium thread quality delivers a lustrous look and texture you’ll love settling into night after night.
GOTS Certified:The "Global Organic Textile Standard" is recognized as the world's leading processing standard for textiles made from organic fibers, including ecological and social criteria.
Fairtrade Certified Cotton: These Duvet Covers were made from cotton grown and picked in Fairtrade certified fields in India.
Made in Fairtrade Certified Mills: Our mills abide to the prestigious Fairtrade organization criteria. Changing the way trade works through better prices, and fair working conditions for farmers and workers in developing countries.
A Bit More...
~ 500 thread count fabric, woven in a sateen weave.
~ Single-ply yarn for extra softness.
~ Long staple yarn for extra durability.
~ Hidden button closure with buttons made from coconut shells.
~ 4 Corner ties to hold the duvet insert in place.
~ Shams include 2" decorative flange on all four sides. 1" hem with button flap.
Care Instructions
Machine washable: warm or cool.
Like colors and gentle cycle recommended.
Don't leave damp. Tumble dry with low heat in the dryer, (Remove promptly) or line dry.
Shipping
Free shipping on US orders over $150 (excludes US territories and freely associated states).
Warranty & Returns
We offer a full 1 year warranty, if you're unhappy just let us know and we’ll arrange a replacement or full refund. In addition we are always available well after that to assist with any issues. We will happily assist with any returns and offer free return shipping.
Choosing a selection results in a full page refresh.
Opens in a new window.
// If this visitor is PPC (now or previously), do nothing, let the theme show the bar
if (isPPC || hasPpcCookie()) {
return;
}
// For everyone else we hide the WHISPERCOZY10 bar as soon as it exists
function hidePpcBarIfPresent() {
var link = document.querySelector('a[href*="WHISPERCOZY10"]');
if (!link) return false;
var el = link;
while (el && !el.classList.contains('announcement-bar')) {
el = el.parentElement;
}
if (!el) return false;
el.style.display = 'none';
return true;
}
// Try immediately (footer runs after most of the DOM is parsed)
if (hidePpcBarIfPresent()) {
return;
}
// If the theme injects the bar later, watch for it and hide when it appears
var observer = new MutationObserver(function(mutations, obs) {
if (hidePpcBarIfPresent()) {
obs.disconnect();
}
});
observer.observe(document.documentElement, { childList: true, subtree: true });
})();