Description
Price: $41.79
(as of Apr 29, 2024 10:12:25 UTC – Details)
An Amazon Brand
Imported
Our bestselling blanket strikes the perfect balance between softness and substance with its beautifully simplistic style. It is remarkably soft, made from 100% BCI cotton, and is bordered by tassels on two sides.
Ideal for every season Sophisticated Wave Design. Perfect for both home decor and outdoors. Generously sized so you can place it on your bed, throw it over your couch, or even bring it along on your next picnic.
Machine wash cold (86℉ / 30℃) ,gentle cycle. Wash separately. Do not dry clean. Do not use bleach and fabric softener. Tumble dry low. Do not iron.
Your blanket is made of BCI cotton, so it is normal if it shrinks slightly. By following these instructions, your blanket will become softer, stronger, and long-lasting!
4″ Tassels on Two 60″ Sides. Made with BCI cotton and certified as Made in Green by OEKO-TEX certified dyes ensure our items are free from any harmful toxins or chemicals, while still maintaining vibrant color.
Material | Cotton |
---|---|
Color | Natural/Black |
Brand | Amazon Aware |
Style | 60″ x 80″ |
Age Range (Description) | Adult |
Product Dimensions | 80″L x 60″W |
Theme | Plain |
Pattern | Chevron |
Recommended Uses For Product | Indoors |
Seasons | All |
Weave Type | Plain |
Product Care Instructions | Machine Wash |
Size | 60″ x 80″ |
Fabric Type | Cotton |
Unit Count | 1.0 Count |
Number of Items | 1 |
Item Weight | 0.93 Kilograms |
Included Components | blanket |
Sport | Camping |
Item Weight | 2.05 pounds |
Manufacturer | Amazon Aware |
ASIN | B0BF9PPRHJ |
Country of Origin | China |
Item model number | SCHK-2022083001 |
Customer Reviews | 4.8 out of 5 stars |
Best Sellers Rank | #11,842 in Our Brands (See Top 100 in Our Brands) #9,365 in Bed Throws |
Batteries required | No |
Import | Imported |
Warranty & Support
Feedback
Amazon Aware Woven Cotton Throw Chevron Block Blanket – 60 x 80-Inch, Natural/Black
Share:
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?
\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
);
}
});