www.thelittlemarket.com
Open in
urlscan Pro
23.227.38.74
Public Scan
Submitted URL: https://thelittlemarket.com/
Effective URL: https://www.thelittlemarket.com/
Submission: On March 01 via api from RO — Scanned from CA
Effective URL: https://www.thelittlemarket.com/
Submission: On March 01 via api from RO — Scanned from CA
Form analysis
7 forms found in the DOMGET /search
<form class="search" action="/search" method="get">
<img src="//cdn.shopify.com/s/files/1/0923/3400/t/343/assets/icon-search_black.svg?v=116029814739305503281676551495">
<input type="text" name="q" id="q" placeholder="SEARCH">
<input type="hidden" name="options[unavailable_products]" value="last">
</form>
POST /cart
<form action="/cart" method="post" id="drawer-cartform">
<div class="header">
<div class="container">
<div class="close"></div>
<div class="title">Your Bag</div>
<div class="item-count">0 items</div>
<div id="donation-cart-drawer-section">
<label for="donation-toggle-checkbox" id="donation-toggle">
<input id="donation-toggle-checkbox" type="checkbox" name="donation-toggle" value="1">
<div class="d-inline-block d-md-none">
<p><strong>DONATE</strong> TO HELP EMPOWER WOMEN</p>
</div>
<div class="d-none d-md-inline-block">
<p><strong>DONATE</strong> TO HELP EMPOWER WOMEN AROUND THE WORLD</p>
</div>
</label>
<div id="donation-toggle-trigger" class="d-none d-md-block" data-fancybox="" data-src="#donation-popup" title="Donation Tax Information"><img
src="//cdn.shopify.com/s/files/1/0923/3400/t/343/assets/icon-info_30x.png?v=43460200393527639621676551487" alt=""></div>
<div id="donation-popup" style="max-width:400px;display:none;">
<p style="margin-bottom:0;">The Little Market is a U.S. nonprofit 501(c)3 organization. Your donation is tax-deductible to the fullest extent of the law (Tax ID# 81-2328759).</p>
</div>
<div class="donations">
<div class="donation-options clearfix">
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="46672400579" id="drawer-donation-46672400579">
<label class="donation" for="drawer-donation-46672400579">$10</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="46672400515" id="drawer-donation-46672400515">
<label class="donation" for="drawer-donation-46672400515">$25</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="46672400451" id="drawer-donation-46672400451">
<label class="donation" for="drawer-donation-46672400451">$50</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="46672400387" id="drawer-donation-46672400387">
<label class="donation" for="drawer-donation-46672400387">$100</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="39597408682019" id="drawer-donation-39597408682019">
<label class="donation" for="drawer-donation-39597408682019">$500</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="39597414318115" id="drawer-donation-39597414318115">
<label class="donation" for="drawer-donation-39597414318115">$1,000</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="39597418577955" id="drawer-donation-39597418577955">
<label class="donation" for="drawer-donation-39597418577955">$5,000</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="39597421133859" id="drawer-donation-39597421133859">
<label class="donation" for="drawer-donation-39597421133859">$10,000</label>
</div>
<div class="cart-attributes">
<div class="cart-attribute__field">
<input type="hidden" name="attributes[donation-gift]" value="No">
<input id="donation-gift" type="checkbox" name="attributes[donation-gift]" value="Yes">
<label id="donation-gift-label" for="donation-gift">This Donation Is A Gift</label>
</div>
<div class="cart-attribute__field text" style="display:none;">
<input id="donation-name" type="text" name="attributes[donation-name]" placeholder="RECIPIENT’S NAME:" value="">
</div>
<div class="cart-attribute__field text" style="display:none;">
<input id="donation-email" type="text" name="attributes[donation-email]" placeholder="RECIPIENT’S EMAIL ADDRESS:" value="">
</div>
<div class="notice">a donation certificate will be emailed to the recipient</div>
</div>
</div>
</div>
<script>
jQuery(function($) {
var fixedAmountButtons = $('#crt:not(.mobile) [name="drawer-donation-fixed-amount"]'),
donationVariableAmount = $('#crt:not(.mobile) .donation-variable-amount__input'),
recipientName = $('#crt:not(.mobile) #donation-name'),
recipientEmail = $('#crt:not(.mobile) #donation-email'),
recipientNameMobile = $('#crt.mobile #donation-name'),
recipientEmailMobile = $('#crt.mobile #donation-email'),
cartCountSelector = 'body .cart, #cart-count a:first, #gocart p a, #cart .checkout em, .item-count',
cartFormButtons = $('form[action="/cart"]').find('[name="update"], [name="checkout"], [name="goto_pp"], [name="goto_gc"]'),
data = {
updates: {}
},
qty = 0,
variantId,
isFixedAmount = true,
updateDonation = function() {
isFixedAmount = false;
fixedAmountButtons.each(function() {
variantId = $(this).val();
if (variantId) {
if ($(this).is(':checked')) {
data['updates'][variantId] = 1;
isFixedAmount = true;
} else {
data['updates'][variantId] = 0;
}
}
});
if (isFixedAmount) {
donationVariableAmount.val('');
var variable_donation_index_in_product = Number(-1);
if (variable_donation_index_in_product != -1) {
data['updates'][39597421133859] = 0;
}
} else {
qty = parseInt(donationVariableAmount.val().replace(/[^0-9.,]/, ''), 10) || 0;
data['updates'][39597421133859] = qty;
}
/* If cart contains gift sets then we need to do a page reload before showing the cart in order to ensure correct visual layout */
var hasGiftSets = false;
var hasCustomizerProducts = false;
if ($('#crt .quick-cart-item.gift-set').length) {
hasGiftSets = true;
}
if ($('#crt .quick-cart-item.customizer-product').length) {
hasCustomizerProducts = true;
}
$.ajax({
type: 'POST',
url: '/cart/update.js',
data: data,
dataType: 'json',
success: function() {
if (hasGiftSets == true || hasCustomizerProducts == true) {
var url = window.location.href.substr(0, window.location.href.indexOf('#')).split('?')[0] + '?showDrawer=true';
window.location.href = url;
} else {
addToCartSuccess();
}
}
});
};
updateRecipient = function() {
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-name]=' + recipientName.val() + '&attributes[donation-email]=' + recipientEmail.val(),
dataType: 'json',
success: addToCartSuccess
});
};
updateRecipientMobile = function() {
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-name]=' + recipientNameMobile.val() + '&attributes[donation-email]=' + recipientEmailMobile.val(),
dataType: 'json',
success: addToCartSuccess
});
};
// Hide quantity box in cart form for variable donation amount.
// Update cart item count too, so that a variable amount counts as 1 item.
$('#crt .donations #donation-gift').change(function() {
if ($(this).is(":checked")) {
$('#crt .donations .cart-attribute__field.text').show();
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-gift]=' + $('.donations #donation-gift').val(),
dataType: 'json',
success: addToCartSuccess
});
} else {
$('#crt .donations .cart-attribute__field.text').hide();
$('#crt .donations .cart-attribute__field.text input').val('');
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-gift]=&attributes[donation-name]=&attributes[donation-email]=',
dataType: 'json',
success: addToCartSuccess
});
}
});
$(document).on('change', '.mobile #donation-gift', function(e) {
if ($(this).is(":checked")) {
$('.mobile .donations .cart-attribute__field.text').show();
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-gift]=' + $('.mobile #donation-gift').val(),
dataType: 'json',
success: addToCartSuccess
});
} else {
$('.mobile .donations .cart-attribute__field.text').hide();
$('.mobile .donations .cart-attribute__field.text input').val('');
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-gift]=&attributes[donation-name]=&attributes[donation-email]=',
dataType: 'json',
success: addToCartSuccess
});
}
});
$(document).on('click', '.mobile .donations #donation-gift-label', function(e) {
if ($('.mobile #donation-gift').prop('checked')) {
$('.mobile #donation-gift').prop('checked', false);
$('.donations .cart-attribute__field.text').hide();
} else {
$('.mobile #donation-gift').prop('checked', true);
$('.donations .cart-attribute__field.text').show();
}
e.preventDefault();
});
// Automatically add the donation when a button is clicked or variable amount changes.
fixedAmountButtons.bind('click', function(e) {
if ($(this).is('.active')) {
$(this).prop('checked', false);
$(this).removeClass('active');
if ($(this).val()) {
updateDonation();
} else {
donationVariableAmount.val('');
donationVariableAmount.prop('disabled', true).addClass('donation-variable-amount__input--disabled');
updateDonation();
}
} else {
fixedAmountButtons.removeClass('active');
$(this).addClass('active');
if ($(this).val()) {
updateDonation();
} else {
donationVariableAmount.prop('disabled', false).removeClass('donation-variable-amount__input--disabled').get(0).focus();
}
}
});
$(document).on('click', '#crt.mobile .donation-options label', function(e) {
$(this).prev().prop('checked', true);
$(this).siblings().removeClass('active');
$('.mobile-carousel').each(function(index, element) {
if ($(element).prev().is('.active')) {
$(element).prev().prop('checked', false);
$(element).prev().removeClass('active');
if ($(element).prev().val()) {
updateDonation();
} else {
donationVariableAmount.val('');
donationVariableAmount.prop('disabled', true).addClass('donation-variable-amount__input--disabled');
updateDonation();
}
} else {
fixedAmountButtons.removeClass('active');
$(element).prev().addClass('active');
if ($(element).prev().val()) {
updateDonation();
} else {
donationVariableAmount.prop('disabled', false).removeClass('donation-variable-amount__input--disabled').get(0).focus();
}
}
});
});
// If Enter key is pressed while input box has focus, update donation.
donationVariableAmount.bind('keypress', function(e) {
if (e.which === 13) {
updateDonation();
return false;
}
});
// If Donation amount has changed, update donation.
donationVariableAmount.bind('change, blur', function() {
cartFormButtons.prop('disabled', true);
updateDonation();
});
// When recipient name or email fields change update cart attributes
$(recipientName).keyup(function() {
updateRecipient();
});
$(recipientEmail).keyup(function() {
updateRecipient();
});
$(recipientNameMobile).keyup(function() {
updateRecipientMobile();
});
$(recipientEmailMobile).keyup(function() {
updateRecipientMobile();
});
$('#crt #giftreggie-checkout').click(function() {
if ($('#crt #donation-gift:checked').length > 0) {
if ($('#crt #donation-name').val() == '' || $('#crt #donation-email').val() == '') {
alert('Please enter gift recipient name and email.')
$('#crt #poLoader').hide();
return false;
}
}
});
});
</script>
<style>
.donations .hidden {
display: none !important;
}
.donation-note {
display: block;
padding-top: 10px;
}
.donation-note p {
font-size: 12px;
color: #999;
}
.donations {
margin-bottom: 16px;
padding: 37px 0 43px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.donations h3 {
margin-bottom: 11px;
}
.donations p a {
font-weight: 700;
color: #000000;
text-decoration: underline;
}
.donation {
min-width: 115px;
box-sizing: border-box;
position: relative;
/*float: left;*/
margin: 22px 32px 0 0;
/*border: 1px solid #f4e8e5;*/
background-color: #f4e8e5;
transition: background-color .5s;
color: #000000;
cursor: pointer;
}
.donation,
.donation-variable-amount__input {
box-sizing: border-box;
display: inline-block;
padding: 11px 12px !important;
font-family: Montserrat, sans-serif !important;
letter-spacing: 1px;
font-weight: 700;
font-size: 13px !important;
line-height: 22px !important;
text-align: center;
}
.donation-variable-amount {
display: inline-block;
box-sizing: border-box;
/*float: left;*/
margin: 22px 0 0 0;
padding: 0;
}
.donation-variable-amount .donation-variable-amount__input {
display: inline-block;
/*float: left;*/
margin-left: -4px;
border-left: none;
}
.donation-variable-amount__label {
min-width: 0;
display: inline-block;
box-sizing: border-box;
margin: 0;
}
.donation-variable-amount__input {
min-width: 0;
display: inline-block;
box-sizing: border-box;
width: 180px !important;
height: 44px !important;
margin: 0 0 0 -4px !important;
text-indent: 0 !important;
border: 2px solid #f4e8e5 !important;
border-radius: 0 !important;
}
input:checked~.donation-variable-amount__input,
input.active~.donation-variable-amount__input {
/*border: 1px solid #000000;*/
}
.donation-variable-amount__input--disabled {
opacity: 0.5;
}
input:checked+.donation,
input.active+.donation,
.donation:hover {
color: #ffffff;
background-color: #000000;
/*border: 1px solid #000000;*/
}
input:checked+.donation:after,
input.active+.donation:after {
content: "\00D7";
position: absolute;
font-size: 12px;
top: -2px;
right: 4px;
}
.donations ::-webkit-input-placeholder {
color: #f4e8e5;
font-weight: 700;
}
.donations :-moz-placeholder {
/* Firefox 18- */
color: #f4e8e5;
font-weight: 700;
}
.donations ::-moz-placeholder {
/* Firefox 19+ */
color: #f4e8e5;
font-weight: 700;
}
.donations :-ms-input-placeholder {
color: #f4e8e5;
font-weight: 700;
}
@media only screen and (max-width: 740px) {
.donation-options {
text-align: center;
}
.donation:not(.donation-variable-amount__label) {
margin: 37px 17px 0;
}
.donation-variable-amount {
margin: 37px 0 0;
}
.donation-variable-amount__input {
width: 234px !important;
}
.donations #donation-gift {
min-width: 0;
}
}
@media only screen and (max-width: 500px) {
.donations .cart-attribute__field {
margin-left: 0 !important;
}
.donations .cart-attribute__field:first-of-type {
margin-top: 37px;
}
.donations #donation-gift+label {
font-size: 11px;
}
.donations .cart-attributes em {
font-size: 12px;
}
.cart .cart-attributes {
margin: 0 34px;
padding-top: 0;
}
.cart .cart-attribute__field.text {
width: auto;
display: block;
}
}
</style>
</div>
</div>
<div class="content">
<div class="container">
<div class="placeholder">Your cart is empty</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="total">
<div class="value">$ 0.00</div>
<div class="title">Estimated total</div>
</div>
<div class="custom-eco-cart"></div>
<a id="checkout" href="/cart">View Cart</a>
</div>
</div>
</form>
GET
<form id="mobile-menu-search" ction="/search" method="get">
<img src="//cdn.shopify.com/s/files/1/0923/3400/t/343/assets/mobile-search-icon.png?v=93794666201961442521676551525">
<input type="text" name="q" id="q" placeholder="SEARCH THE LITTLE MARKET">
</form>
GET /search
<form action="/search" method="get">
<input type="text" name="q" id="q" placeholder="SEARCH">
<input type="hidden" name="options[unavailable_products]" value="last">
<button class="submit">Submit</button>
</form>
<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-LMBLk7" novalidate="" tabindex="-1"
style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px; flex: 1 1 0%;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_26186982" class="needsclick go43595418 kl-private-reset-css-Xuajs1" type="email"
autocomplete="email" name="email" tabindex="0" placeholder="EMAIL ADDRESS" aria-label="EMAIL ADDRESS" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; background-color: rgb(255, 255, 255); border: 1px solid rgba(180, 187, 195, 0);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 0 1 auto;"><button
class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgb(215, 171, 160); border-radius: 0px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 1px; line-height: 1; white-space: normal; padding: 11px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto;">SUBMIT</button>
</div>
</div>
</div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>
POST /cart
<form action="/cart" method="post" id="drawer-cartform">
<div class="header">
<div class="container">
<div class="close"></div>
<div class="title">Your Bag</div>
<div class="item-count">0 items</div>
<div id="donation-cart-drawer-section">
<label for="donation-toggle-checkbox" id="donation-toggle">
<input id="donation-toggle-checkbox" type="checkbox" name="donation-toggle" value="1">
<div class="d-inline-block d-md-none">
<p><strong>DONATE</strong> TO HELP EMPOWER WOMEN</p>
</div>
<div class="d-none d-md-inline-block">
<p><strong>DONATE</strong> TO HELP EMPOWER WOMEN AROUND THE WORLD</p>
</div>
</label>
<div id="donation-toggle-trigger" class="d-none d-md-block" data-fancybox="" data-src="#donation-popup" title="Donation Tax Information"><img
src="//cdn.shopify.com/s/files/1/0923/3400/t/343/assets/icon-info_30x.png?v=43460200393527639621676551487" alt=""></div>
<div id="donation-popup" style="max-width:400px;display:none;">
<p style="margin-bottom:0;">The Little Market is a U.S. nonprofit 501(c)3 organization. Your donation is tax-deductible to the fullest extent of the law (Tax ID# 81-2328759).</p>
</div>
<div class="donations">
<div class="donation-options clearfix">
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="46672400579" id="drawer-donation-46672400579">
<label class="donation" for="drawer-donation-46672400579">$10</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="46672400515" id="drawer-donation-46672400515">
<label class="donation" for="drawer-donation-46672400515">$25</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="46672400451" id="drawer-donation-46672400451">
<label class="donation" for="drawer-donation-46672400451">$50</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="46672400387" id="drawer-donation-46672400387">
<label class="donation" for="drawer-donation-46672400387">$100</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="39597408682019" id="drawer-donation-39597408682019">
<label class="donation" for="drawer-donation-39597408682019">$500</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="39597414318115" id="drawer-donation-39597414318115">
<label class="donation" for="drawer-donation-39597414318115">$1,000</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="39597418577955" id="drawer-donation-39597418577955">
<label class="donation" for="drawer-donation-39597418577955">$5,000</label>
<input class="hidden" type="radio" name="drawer-donation-fixed-amount" value="39597421133859" id="drawer-donation-39597421133859">
<label class="donation" for="drawer-donation-39597421133859">$10,000</label>
</div>
<div class="cart-attributes">
<div class="cart-attribute__field">
<input type="hidden" name="attributes[donation-gift]" value="No">
<input id="donation-gift" type="checkbox" name="attributes[donation-gift]" value="Yes">
<label id="donation-gift-label" for="donation-gift">This Donation Is A Gift</label>
</div>
<div class="cart-attribute__field text" style="display:none;">
<input id="donation-name" type="text" name="attributes[donation-name]" placeholder="RECIPIENT’S NAME:" value="">
</div>
<div class="cart-attribute__field text" style="display:none;">
<input id="donation-email" type="text" name="attributes[donation-email]" placeholder="RECIPIENT’S EMAIL ADDRESS:" value="">
</div>
<div class="notice">a donation certificate will be emailed to the recipient</div>
</div>
</div>
</div>
<script>
jQuery(function($) {
var fixedAmountButtons = $('#crt:not(.mobile) [name="drawer-donation-fixed-amount"]'),
donationVariableAmount = $('#crt:not(.mobile) .donation-variable-amount__input'),
recipientName = $('#crt:not(.mobile) #donation-name'),
recipientEmail = $('#crt:not(.mobile) #donation-email'),
recipientNameMobile = $('#crt.mobile #donation-name'),
recipientEmailMobile = $('#crt.mobile #donation-email'),
cartCountSelector = 'body .cart, #cart-count a:first, #gocart p a, #cart .checkout em, .item-count',
cartFormButtons = $('form[action="/cart"]').find('[name="update"], [name="checkout"], [name="goto_pp"], [name="goto_gc"]'),
data = {
updates: {}
},
qty = 0,
variantId,
isFixedAmount = true,
updateDonation = function() {
isFixedAmount = false;
fixedAmountButtons.each(function() {
variantId = $(this).val();
if (variantId) {
if ($(this).is(':checked')) {
data['updates'][variantId] = 1;
isFixedAmount = true;
} else {
data['updates'][variantId] = 0;
}
}
});
if (isFixedAmount) {
donationVariableAmount.val('');
var variable_donation_index_in_product = Number(-1);
if (variable_donation_index_in_product != -1) {
data['updates'][39597421133859] = 0;
}
} else {
qty = parseInt(donationVariableAmount.val().replace(/[^0-9.,]/, ''), 10) || 0;
data['updates'][39597421133859] = qty;
}
/* If cart contains gift sets then we need to do a page reload before showing the cart in order to ensure correct visual layout */
var hasGiftSets = false;
var hasCustomizerProducts = false;
if ($('#crt .quick-cart-item.gift-set').length) {
hasGiftSets = true;
}
if ($('#crt .quick-cart-item.customizer-product').length) {
hasCustomizerProducts = true;
}
$.ajax({
type: 'POST',
url: '/cart/update.js',
data: data,
dataType: 'json',
success: function() {
if (hasGiftSets == true || hasCustomizerProducts == true) {
var url = window.location.href.substr(0, window.location.href.indexOf('#')).split('?')[0] + '?showDrawer=true';
window.location.href = url;
} else {
addToCartSuccess();
}
}
});
};
updateRecipient = function() {
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-name]=' + recipientName.val() + '&attributes[donation-email]=' + recipientEmail.val(),
dataType: 'json',
success: addToCartSuccess
});
};
updateRecipientMobile = function() {
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-name]=' + recipientNameMobile.val() + '&attributes[donation-email]=' + recipientEmailMobile.val(),
dataType: 'json',
success: addToCartSuccess
});
};
// Hide quantity box in cart form for variable donation amount.
// Update cart item count too, so that a variable amount counts as 1 item.
$('#crt .donations #donation-gift').change(function() {
if ($(this).is(":checked")) {
$('#crt .donations .cart-attribute__field.text').show();
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-gift]=' + $('.donations #donation-gift').val(),
dataType: 'json',
success: addToCartSuccess
});
} else {
$('#crt .donations .cart-attribute__field.text').hide();
$('#crt .donations .cart-attribute__field.text input').val('');
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-gift]=&attributes[donation-name]=&attributes[donation-email]=',
dataType: 'json',
success: addToCartSuccess
});
}
});
$(document).on('change', '.mobile #donation-gift', function(e) {
if ($(this).is(":checked")) {
$('.mobile .donations .cart-attribute__field.text').show();
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-gift]=' + $('.mobile #donation-gift').val(),
dataType: 'json',
success: addToCartSuccess
});
} else {
$('.mobile .donations .cart-attribute__field.text').hide();
$('.mobile .donations .cart-attribute__field.text input').val('');
jQuery.ajax({
type: 'POST',
url: '/cart/update.js',
data: 'attributes[donation-gift]=&attributes[donation-name]=&attributes[donation-email]=',
dataType: 'json',
success: addToCartSuccess
});
}
});
$(document).on('click', '.mobile .donations #donation-gift-label', function(e) {
if ($('.mobile #donation-gift').prop('checked')) {
$('.mobile #donation-gift').prop('checked', false);
$('.donations .cart-attribute__field.text').hide();
} else {
$('.mobile #donation-gift').prop('checked', true);
$('.donations .cart-attribute__field.text').show();
}
e.preventDefault();
});
// Automatically add the donation when a button is clicked or variable amount changes.
fixedAmountButtons.bind('click', function(e) {
if ($(this).is('.active')) {
$(this).prop('checked', false);
$(this).removeClass('active');
if ($(this).val()) {
updateDonation();
} else {
donationVariableAmount.val('');
donationVariableAmount.prop('disabled', true).addClass('donation-variable-amount__input--disabled');
updateDonation();
}
} else {
fixedAmountButtons.removeClass('active');
$(this).addClass('active');
if ($(this).val()) {
updateDonation();
} else {
donationVariableAmount.prop('disabled', false).removeClass('donation-variable-amount__input--disabled').get(0).focus();
}
}
});
$(document).on('click', '#crt.mobile .donation-options label', function(e) {
$(this).prev().prop('checked', true);
$(this).siblings().removeClass('active');
$('.mobile-carousel').each(function(index, element) {
if ($(element).prev().is('.active')) {
$(element).prev().prop('checked', false);
$(element).prev().removeClass('active');
if ($(element).prev().val()) {
updateDonation();
} else {
donationVariableAmount.val('');
donationVariableAmount.prop('disabled', true).addClass('donation-variable-amount__input--disabled');
updateDonation();
}
} else {
fixedAmountButtons.removeClass('active');
$(element).prev().addClass('active');
if ($(element).prev().val()) {
updateDonation();
} else {
donationVariableAmount.prop('disabled', false).removeClass('donation-variable-amount__input--disabled').get(0).focus();
}
}
});
});
// If Enter key is pressed while input box has focus, update donation.
donationVariableAmount.bind('keypress', function(e) {
if (e.which === 13) {
updateDonation();
return false;
}
});
// If Donation amount has changed, update donation.
donationVariableAmount.bind('change, blur', function() {
cartFormButtons.prop('disabled', true);
updateDonation();
});
// When recipient name or email fields change update cart attributes
$(recipientName).keyup(function() {
updateRecipient();
});
$(recipientEmail).keyup(function() {
updateRecipient();
});
$(recipientNameMobile).keyup(function() {
updateRecipientMobile();
});
$(recipientEmailMobile).keyup(function() {
updateRecipientMobile();
});
$('#crt #giftreggie-checkout').click(function() {
if ($('#crt #donation-gift:checked').length > 0) {
if ($('#crt #donation-name').val() == '' || $('#crt #donation-email').val() == '') {
alert('Please enter gift recipient name and email.')
$('#crt #poLoader').hide();
return false;
}
}
});
});
</script>
<style>
.donations .hidden {
display: none !important;
}
.donation-note {
display: block;
padding-top: 10px;
}
.donation-note p {
font-size: 12px;
color: #999;
}
.donations {
margin-bottom: 16px;
padding: 37px 0 43px;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.donations h3 {
margin-bottom: 11px;
}
.donations p a {
font-weight: 700;
color: #000000;
text-decoration: underline;
}
.donation {
min-width: 115px;
box-sizing: border-box;
position: relative;
/*float: left;*/
margin: 22px 32px 0 0;
/*border: 1px solid #f4e8e5;*/
background-color: #f4e8e5;
transition: background-color .5s;
color: #000000;
cursor: pointer;
}
.donation,
.donation-variable-amount__input {
box-sizing: border-box;
display: inline-block;
padding: 11px 12px !important;
font-family: Montserrat, sans-serif !important;
letter-spacing: 1px;
font-weight: 700;
font-size: 13px !important;
line-height: 22px !important;
text-align: center;
}
.donation-variable-amount {
display: inline-block;
box-sizing: border-box;
/*float: left;*/
margin: 22px 0 0 0;
padding: 0;
}
.donation-variable-amount .donation-variable-amount__input {
display: inline-block;
/*float: left;*/
margin-left: -4px;
border-left: none;
}
.donation-variable-amount__label {
min-width: 0;
display: inline-block;
box-sizing: border-box;
margin: 0;
}
.donation-variable-amount__input {
min-width: 0;
display: inline-block;
box-sizing: border-box;
width: 180px !important;
height: 44px !important;
margin: 0 0 0 -4px !important;
text-indent: 0 !important;
border: 2px solid #f4e8e5 !important;
border-radius: 0 !important;
}
input:checked~.donation-variable-amount__input,
input.active~.donation-variable-amount__input {
/*border: 1px solid #000000;*/
}
.donation-variable-amount__input--disabled {
opacity: 0.5;
}
input:checked+.donation,
input.active+.donation,
.donation:hover {
color: #ffffff;
background-color: #000000;
/*border: 1px solid #000000;*/
}
input:checked+.donation:after,
input.active+.donation:after {
content: "\00D7";
position: absolute;
font-size: 12px;
top: -2px;
right: 4px;
}
.donations ::-webkit-input-placeholder {
color: #f4e8e5;
font-weight: 700;
}
.donations :-moz-placeholder {
/* Firefox 18- */
color: #f4e8e5;
font-weight: 700;
}
.donations ::-moz-placeholder {
/* Firefox 19+ */
color: #f4e8e5;
font-weight: 700;
}
.donations :-ms-input-placeholder {
color: #f4e8e5;
font-weight: 700;
}
@media only screen and (max-width: 740px) {
.donation-options {
text-align: center;
}
.donation:not(.donation-variable-amount__label) {
margin: 37px 17px 0;
}
.donation-variable-amount {
margin: 37px 0 0;
}
.donation-variable-amount__input {
width: 234px !important;
}
.donations #donation-gift {
min-width: 0;
}
}
@media only screen and (max-width: 500px) {
.donations .cart-attribute__field {
margin-left: 0 !important;
}
.donations .cart-attribute__field:first-of-type {
margin-top: 37px;
}
.donations #donation-gift+label {
font-size: 11px;
}
.donations .cart-attributes em {
font-size: 12px;
}
.cart .cart-attributes {
margin: 0 34px;
padding-top: 0;
}
.cart .cart-attribute__field.text {
width: auto;
display: block;
}
}
</style>
</div>
</div>
<div class="content">
<div class="container">
<div class="placeholder">Your cart is empty</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="total">
<div class="value">$ 0.00</div>
<div class="title">Estimated total</div>
</div>
<div class="custom-eco-cart"></div>
<a id="checkout" href="/cart">View Cart</a>
</div>
</div>
</form>
POST #
<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Unclear content? Search in dictionary..."
aria-label="Unclear content? Search in dictionary..."> <i class="acsbi-search"></i> <i class="acsbi-chevron_down"></i> </form>
Text Content
Use Website In a Screen-Reader Mode Skip to Content ↵ENTER Skip to Menu ↵ENTER Skip to Footer ↵ENTER 20% OFF $100+ • 25% OFF $250+ • 30% OFF $500+ * Our Impact * artisans + makers * about * our mission * fair trade * donate * artisan application * shop by cause * u.s - based initiatives * the environment * hiv / aids * young mothers * homelessness * reentry programs * refugees + idps * human trafficking * domestic violence * disability rights * children * traditional techniques * skill development * indigenous populations * Blog * corporate gifts * Custom orders * wholesale * Design Trade * registry 0 Your Bag 0 items DONATE TO HELP EMPOWER WOMEN DONATE TO HELP EMPOWER WOMEN AROUND THE WORLD The Little Market is a U.S. nonprofit 501(c)3 organization. Your donation is tax-deductible to the fullest extent of the law (Tax ID# 81-2328759). $10 $25 $50 $100 $500 $1,000 $5,000 $10,000 This Donation Is A Gift a donation certificate will be emailed to the recipient Your cart is empty $ 0.00 Estimated total View Cart * new NEW STORAGE ESSENTIALS DISPLAYED MEMORIES TABLETOP TASSELS JUST IN FROM INDONESIA MARBLE ADDITIONS TIDY UP FOR 2023 SHOP * newest arrivals * best-sellers * back in stock * organization HOME * storage baskets * floor baskets * décor baskets * boxes KITCHEN * bowls * trays * pantry BATH * jars + trays * bath bins * hampers OFFICE * in-drawer * desktop * paperweights * journals * labels AS SEEN ON THE HOME EDIT SHOP BY MATERIAL * woven * rattan * sisal * ceramic * glass * recycled paper shop all storage * décor BLANKETS + PILLOWS * kantha quilts * blankets + throws * pillow covers + inserts WALL DÉCOR * garlands * ornaments * wall hangings * woven baskets ROOM DÉCOR * frames * flowers + vases * jars + boxes * trays + baskets * rugs + doormats * candle holders + candles FRAGRANCE * citrus + fruity * coastal + fresh * floral * spice + woodsy * sweet * kitchen DINNERWARE * plates * bowls * mugs + cups SERVEWARE * trays + boards * bowls * baskets * utensils LINENS * hand towels * tablecloths + runners * napkins * placemats GLASSWARE * wine + champagne * cocktail * everyday * pitchers BARWARE * bottle openers + stoppers * ice bucket * coasters PANTRY * cookbooks * hot sauces + spreads * jams * tea + coffee * chocolate * organization SHOP BY MATERIAL * marble * ceramic * glass * wood shop all kitchen * bath HAND SANITIZERS SUGAR SCRUBS SOAKING SALTS SOAPS BUNDLE + SAVE WAFFLE WEAVE BATH ESSENTIALS SHOP DÉCOR * towels * hampers * bath bins * countertop storage shop all bath * candles FRAGRANCES * mini candles * bestsellers * seasonal * woodsy * coastal * floral * citrus + fruity OCCASIONS * wedding * birthday * thank you * housewarming * congratulations JUST BECAUSE * illustration * phrases PERSONALIZED * corporate orders * special events * mini candle set NOW IN REUSABLE VESSELS * totes SHOPPING TOTES GIFT TOTES WINE TOTES CANVAS TOTES CUSTOM ORDERS * accessories HANDBAGS MARKET BASKETS JEWELRY * necklaces * bracelets * earrings TRAVEL * hand sanitizers * cotton rounds * journals MOMMY + ME MATCHING BRACELETS * kids TOYS + RATTLES * stuffed animals * puppets * rattles * activities BLANKET + QUILTS ACCESSORIES * jewelry * kids totes * knits * moccasins DÉCOR * frames * baskets + hampers * little kantha quilts * new baby * garlands GIFTS FOR LITTLE ONES * gifts GIFT SETS * spa * home * dining * kids * bundles GIFT WRAPPING * canvas treat bags * boxes * fabric gift wrap * totes GIFT ACCESSORIES * gift tags * stationery * labels * journals DÉCOR * candles * garlands * ornaments CUSTOM GIFTS MADE EASY SHOP BY OCCASIONS * holiday * birthday * wedding + engagement * housewarming * baby shower + newborn * teacher appreciation shop all gift sets * sale * * PANEL 1 * new * new storage essentials * displayed memories * tabletop tassels * just in from indonesia * marble additions * tidy up for 2023 * shop * newest arrivals * best-sellers * back in stock * organization * Home * storage baskets * floor baskets * décor baskets * boxes * Kitchen * bowls * trays * pantry * Bath * jars + trays * bath bins * hampers * office * in-drawer * desktop * paperweights * journals * labels * * as seen on the home edit * shop by material * woven * rattan * sisal * ceramic * glass * recycled paper shop all storage * décor * Pillows * pillow covers * inserts * Blankets + Pillows * kantha quilts * blankets + throws * pillow covers + inserts * Wall Décor * garlands * ornaments * wall hangings * woven baskets * Room Décor * frames * flowers + vases * jars + boxes * trays + baskets * rugs + doormats * candle holders + candles * Fragrance * citrus + fruity * coastal + fresh * floral * spice + woodsy * sweet * new holiday décor * shop by color * natural * white * pink * blue * gray * black shop all home * kitchen * Dinnerware * plates * bowls * mugs + cups * serveware * trays + boards * bowls * baskets * utensils * linens * hand towels * tablecloths + runners * napkins * placemats * Glassware * wine + champagne * cocktail * everyday * pitchers * Barware * bottle openers + stoppers * ice bucket * coasters * Pantry * cookbooks * hot sauces + spreads * jams * tea + coffee * chocolate * organization * Shop By Material * marble * ceramic * glass * wood shop all kitchen * bath * Hand sanitizers * Sugar Scrubs * Soaking Salts * Soaps * Bundle + Save * waffle weave bath essentials * Shop Décor * towels * hampers * bath bins * countertop storage shop all bath * candles * fragrances * mini candles * bestsellers * seasonal * woodsy * coastal * floral * citrus + fruity * occasions * wedding * birthday * thank you * housewarming * congratulations * just because * illustration * phrases * personalized * corporate orders * special events * mini candle set * now in reusable vessels * Charity Collaborations * imagine LA * MILCK shop collaborations * * totes * Shopping totes * gift totes * wine totes * canvas totes * Custom Orders * halloween totes * charity collaborations * care campaign * imagine LA * MILCK shop to support * accessories * Handbags * Market Baskets * Jewelry * necklaces * bracelets * earrings * Travel * hand sanitizers * cotton rounds * journals * Shop By Material shop all accessories * mommy + me matching bracelets * Face Masks * kids * Toys + Rattles * stuffed animals * puppets * rattles * activities * Blanket + Quilts * Accessories * jewelry * kids totes * knits * moccasins * Décor * frames * baskets + hampers * little kantha quilts * new baby * garlands * gifts for little ones * trick-or-treat totes * * gifts * Gift Cards * e-gift * physical card * Gift Sets * spa * home * dining * kids * bundles * Gift Wrapping * canvas treat bags * boxes * fabric gift wrap * totes * gift accessories * gift tags * stationery * labels * journals * Décor * candles * garlands * ornaments * custom gifts made easy * shop by Occasions * holiday * birthday * wedding + engagement * housewarming * baby shower + newborn * teacher appreciation shop all gift sets * sale PANEL 2 * new * new storage essentials * displayed memories * tabletop tassels * just in from indonesia * marble additions * tidy up for 2023 * shop * newest arrivals * best-sellers * back in stock * organization * Home * storage baskets * floor baskets * décor baskets * boxes * Kitchen * bowls * trays * pantry * Bath * jars + trays * bath bins * hampers * office * in-drawer * desktop * paperweights * journals * labels * * as seen on the home edit * shop by material * woven * rattan * sisal * ceramic * glass * recycled paper shop all storage * décor * Pillows * pillow covers * inserts * Blankets + Pillows * kantha quilts * blankets + throws * pillow covers + inserts * Wall Décor * garlands * ornaments * wall hangings * woven baskets * Room Décor * frames * flowers + vases * jars + boxes * trays + baskets * rugs + doormats * candle holders + candles * Fragrance * citrus + fruity * coastal + fresh * floral * spice + woodsy * sweet * new holiday décor * shop by color * natural * white * pink * blue * gray * black shop all home * kitchen * Dinnerware * plates * bowls * mugs + cups * serveware * trays + boards * bowls * baskets * utensils * linens * hand towels * tablecloths + runners * napkins * placemats * Glassware * wine + champagne * cocktail * everyday * pitchers * Barware * bottle openers + stoppers * ice bucket * coasters * Pantry * cookbooks * hot sauces + spreads * jams * tea + coffee * chocolate * organization * Shop By Material * marble * ceramic * glass * wood shop all kitchen * bath * Hand sanitizers * Sugar Scrubs * Soaking Salts * Soaps * Bundle + Save * waffle weave bath essentials * Shop Décor * towels * hampers * bath bins * countertop storage shop all bath * candles * fragrances * mini candles * bestsellers * seasonal * woodsy * coastal * floral * citrus + fruity * occasions * wedding * birthday * thank you * housewarming * congratulations * just because * illustration * phrases * personalized * corporate orders * special events * mini candle set * now in reusable vessels * Charity Collaborations * imagine LA * MILCK shop collaborations * * totes * Shopping totes * gift totes * wine totes * canvas totes * Custom Orders * halloween totes * charity collaborations * care campaign * imagine LA * MILCK shop to support * accessories * Handbags * Market Baskets * Jewelry * necklaces * bracelets * earrings * Travel * hand sanitizers * cotton rounds * journals * Shop By Material shop all accessories * mommy + me matching bracelets * Face Masks * kids * Toys + Rattles * stuffed animals * puppets * rattles * activities * Blanket + Quilts * Accessories * jewelry * kids totes * knits * moccasins * Décor * frames * baskets + hampers * little kantha quilts * new baby * garlands * gifts for little ones * trick-or-treat totes * * gifts * Gift Cards * e-gift * physical card * Gift Sets * spa * home * dining * kids * bundles * Gift Wrapping * canvas treat bags * boxes * fabric gift wrap * totes * gift accessories * gift tags * stationery * labels * journals * Décor * candles * garlands * ornaments * custom gifts made easy * shop by Occasions * holiday * birthday * wedding + engagement * housewarming * baby shower + newborn * teacher appreciation shop all gift sets * sale PANEL 3 * new * new storage essentials * displayed memories * tabletop tassels * just in from indonesia * marble additions * tidy up for 2023 * shop * newest arrivals * best-sellers * back in stock * organization * Home * storage baskets * floor baskets * décor baskets * boxes * Kitchen * bowls * trays * pantry * Bath * jars + trays * bath bins * hampers * office * in-drawer * desktop * paperweights * journals * labels * * as seen on the home edit * shop by material * woven * rattan * sisal * ceramic * glass * recycled paper shop all storage * décor * Pillows * pillow covers * inserts * Blankets + Pillows * kantha quilts * blankets + throws * pillow covers + inserts * Wall Décor * garlands * ornaments * wall hangings * woven baskets * Room Décor * frames * flowers + vases * jars + boxes * trays + baskets * rugs + doormats * candle holders + candles * Fragrance * citrus + fruity * coastal + fresh * floral * spice + woodsy * sweet * new holiday décor * shop by color * natural * white * pink * blue * gray * black shop all home * kitchen * Dinnerware * plates * bowls * mugs + cups * serveware * trays + boards * bowls * baskets * utensils * linens * hand towels * tablecloths + runners * napkins * placemats * Glassware * wine + champagne * cocktail * everyday * pitchers * Barware * bottle openers + stoppers * ice bucket * coasters * Pantry * cookbooks * hot sauces + spreads * jams * tea + coffee * chocolate * organization * Shop By Material * marble * ceramic * glass * wood shop all kitchen * bath * Hand sanitizers * Sugar Scrubs * Soaking Salts * Soaps * Bundle + Save * waffle weave bath essentials * Shop Décor * towels * hampers * bath bins * countertop storage shop all bath * candles * fragrances * mini candles * bestsellers * seasonal * woodsy * coastal * floral * citrus + fruity * occasions * wedding * birthday * thank you * housewarming * congratulations * just because * illustration * phrases * personalized * corporate orders * special events * mini candle set * now in reusable vessels * Charity Collaborations * imagine LA * MILCK shop collaborations * * totes * Shopping totes * gift totes * wine totes * canvas totes * Custom Orders * halloween totes * charity collaborations * care campaign * imagine LA * MILCK shop to support * accessories * Handbags * Market Baskets * Jewelry * necklaces * bracelets * earrings * Travel * hand sanitizers * cotton rounds * journals * Shop By Material shop all accessories * mommy + me matching bracelets * Face Masks * kids * Toys + Rattles * stuffed animals * puppets * rattles * activities * Blanket + Quilts * Accessories * jewelry * kids totes * knits * moccasins * Décor * frames * baskets + hampers * little kantha quilts * new baby * garlands * gifts for little ones * trick-or-treat totes * * gifts * Gift Cards * e-gift * physical card * Gift Sets * spa * home * dining * kids * bundles * Gift Wrapping * canvas treat bags * boxes * fabric gift wrap * totes * gift accessories * gift tags * stationery * labels * journals * Décor * candles * garlands * ornaments * custom gifts made easy * shop by Occasions * holiday * birthday * wedding + engagement * housewarming * baby shower + newborn * teacher appreciation shop all gift sets * sale * Our Impact * shop by cause * Blog * corporate gifts * Custom orders * wholesale * Design Trade * registry * Registry * Impact * FAQ * Custom Orders * Artisans * Shipping & Returns * Wholesale * Donate * Contact Us * FAQ * shipping + returns * Donate Submit Invest in Meaningful Wellness Clean, small-batch spa essentials stock up on spa goods Invest in Meaningful Wellness Clean, small-batch spa essentials stock up on spa goods THE LITTLE MARKET IS A MISSION-DRIVEN NONPROFIT Through your support of our nonprofit, you empower women and other underserved communities locally, nationally, and globally. tackle clutter in every room shop organization set your space up for success shop office essentials start fresh with winter scents shop candles Meet the Marble Collection Carved by artisans in India shop the collection Meet the Marble Collection Carved by artisans in India shop the collection BEHIND NEW BASKETS MEET THE WEAVERS Based in the East Nusa Tenggara Province in Indonesia, social enterprise Du Anyam works with approximately 1,000 artisan women. Du Anyam supports the women’s skills of wicker weaving, a time-honored tradition passed down across generations. Women can work from home while tending to their family responsibilities or opt to weave and collaborate in the group weaving house. To create these pieces, artisans preserve a weaving technique with sustainably sourced palmyra leaves, which grows in abundance in this region. They earn fair wages, have access to personal and professional development programs, and help to support their local community. meet the makers take care with spa essentials Previous Waffle Weave Cotton Rounds - Nude (set of 10) Waffle Weave Hand Towel - Blush Waffle Weave Washcloths - Blush (set of 4) Waffle Weave Cotton Rounds - Blush (set of 10) Waffle Weave Washcloths - White (set of 4) Waffle Weave Cotton Rounds - White (set of 10) Waffle Weave Bath Towel - White Waffle Weave Bath Towel - Nude Waffle Weave Washcloths - Nude (set of 4) Waffle Weave Cotton Rounds - Nude (set of 10) Waffle Weave Hand Towel - Blush Waffle Weave Washcloths - Blush (set of 4) Waffle Weave Cotton Rounds - Blush (set of 10) Waffle Weave Washcloths - White (set of 4) Waffle Weave Cotton Rounds - White (set of 10) Waffle Weave Bath Towel - White Waffle Weave Bath Towel - Nude Waffle Weave Washcloths - Nude (set of 4) Waffle Weave Cotton Rounds - Nude (set of 10) Waffle Weave Hand Towel - Blush Waffle Weave Washcloths - Blush (set of 4) Waffle Weave Cotton Rounds - Blush (set of 10) Next shop the collection Founded by women to empower women, The Little Market is a 501(C)(3) nonprofit, charitable organization dedicated to poverty alleviation (TAX ID# 81-2328759). * * * * * IMPACT * Donate * shop by cause * affiliate program SHOP * Palisades Store * press * apply to become a wholesaler COMMUNITY * Blog * Sponsors * artisan application HELP * FAQ * Returns * Shipping + Tracking GET UPDATES SUBMIT * * * * * CONTACT US 1-800-404-3300 Founded by women to empower women, The Little Market is a 501(C)(3) nonprofit, charitable organization dedicated to poverty alleviation (TAX ID# 81-2328759). Copyright © 2023 The Little Market We accept the following payment methods * * * * More payment options Privacy Policy Terms + Conditions × Your Bag 0 items DONATE TO HELP EMPOWER WOMEN DONATE TO HELP EMPOWER WOMEN AROUND THE WORLD The Little Market is a U.S. nonprofit 501(c)3 organization. Your donation is tax-deductible to the fullest extent of the law (Tax ID# 81-2328759). $10 $25 $50 $100 $500 $1,000 $5,000 $10,000 This Donation Is A Gift a donation certificate will be emailed to the recipient Your cart is empty $ 0.00 Estimated total View Cart English Accessibility Adjustments Reset Settings Statement Hide Interface Choose the right accessibility profile for you OFF ON Seizure Safe Profile Clear flashes & reduces color This profile enables epileptic and seizure prone users to browse safely by eliminating the risk of seizures that result from flashing or blinking animations and risky color combinations. OFF ON Vision Impaired Profile Enhances website's visuals This profile adjusts the website, so that it is accessible to the majority of visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract, Glaucoma, and others. OFF ON ADHD Friendly Profile More focus & fewer distractions This profile significantly reduces distractions, to help people with ADHD and Neurodevelopmental disorders browse, read, and focus on the essential elements of the website more easily. OFF ON Cognitive Disability Profile Assists with reading & focusing This profile provides various assistive features to help users with cognitive disabilities such as Autism, Dyslexia, CVA, and others, to focus on the essential elements of the website more easily. OFF ON Keyboard Navigation (Motor) Use website with the keyboard This profile enables motor-impaired persons to operate the website using the keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to jump to specific elements. Note: This profile prompts automatically for keyboard users. OFF ON Blind Users (Screen Reader) Optimize website for screen-readers This profile adjusts the website to be compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is installed on the blind user’s computer and smartphone, and websites should ensure compatibility with it. Note: This profile prompts automatically to screen-readers. Content Adjustments Content Scaling Default Readable Font Highlight Titles Highlight Links Text Magnifier Adjust Font Sizing Default Align Center Adjust Line Height Default Align Left Adjust Letter Spacing Default Align Right Color Adjustments Dark Contrast Light Contrast High Contrast High Saturation Adjust Text Colors Cancel Monochrome Adjust Title Colors Cancel Low Saturation Adjust Background Colors Cancel Orientation Adjustments Mute Sounds Hide Images Read Mode Reading Guide Useful Links Select an option Home Header Footer Main Content Stop Animations Reading Mask Highlight Hover Highlight Focus Big Black Cursor Big White Cursor HIDDEN_ADJUSTMENTS Keyboard Navigation Accessible Mode Screen Reader Adjustments Read Mode Web Accessibility By Learn More Choose the Interface Language English Español Deutsch Português Français Italiano עברית 繁體中文 Pусский عربى عربى Nederlands 繁體中文 日本語 Polski Türk Accessibility StatementCompliance status We firmly believe that the internet should be available and accessible to anyone and are committed to providing a website that is accessible to the broadest possible audience, regardless of ability. To fulfill this, we aim to adhere as strictly as possible to the World Wide Web Consortium’s (W3C) Web Content Accessibility Guidelines 2.1 (WCAG 2.1) at the AA level. These guidelines explain how to make web content accessible to people with a wide array of disabilities. Complying with those guidelines helps us ensure that the website is accessible to blind people, people with motor impairments, visual impairment, cognitive disabilities, and more. This website utilizes various technologies that are meant to make it as accessible as possible at all times. We utilize an accessibility interface that allows persons with specific disabilities to adjust the website’s UI (user interface) and design it to their personal needs. Additionally, the website utilizes an AI-based application that runs in the background and optimizes its accessibility level constantly. This application remediates the website’s HTML, adapts its functionality and behavior for screen-readers used by blind users, and for keyboard functions used by individuals with motor impairments. If you wish to contact the website’s owner please use the website's form Screen-reader and keyboard navigation Our website implements the ARIA attributes (Accessible Rich Internet Applications) technique, alongside various behavioral changes, to ensure blind users visiting with screen-readers can read, comprehend, and enjoy the website’s functions. As soon as a user with a screen-reader enters your site, they immediately receive a prompt to enter the Screen-Reader Profile so they can browse and operate your site effectively. Here’s how our website covers some of the most important screen-reader requirements: 1. Screen-reader optimization: we run a process that learns the website’s components from top to bottom, to ensure ongoing compliance even when updating the website. In this process, we provide screen-readers with meaningful data using the ARIA set of attributes. For example, we provide accurate form labels; descriptions for actionable icons (social media icons, search icons, cart icons, etc.); validation guidance for form inputs; element roles such as buttons, menus, modal dialogues (popups), and others. Additionally, the background process scans all of the website’s images. It provides an accurate and meaningful image-object-recognition-based description as an ALT (alternate text) tag for images that are not described. It will also extract texts embedded within the image using an OCR (optical character recognition) technology. To turn on screen-reader adjustments at any time, users need only to press the Alt+1 keyboard combination. Screen-reader users also get automatic announcements to turn the Screen-reader mode on as soon as they enter the website. These adjustments are compatible with popular screen readers such as JAWS, NVDA, VoiceOver, and TalkBack. 2. Keyboard navigation optimization: The background process also adjusts the website’s HTML and adds various behaviors using JavaScript code to make the website operable by the keyboard. This includes the ability to navigate the website using the Tab and Shift+Tab keys, operate dropdowns with the arrow keys, close them with Esc, trigger buttons and links using the Enter key, navigate between radio and checkbox elements using the arrow keys, and fill them in with the Spacebar or Enter key. Additionally, keyboard users will find content-skip menus available at any time by clicking Alt+2, or as the first element of the site while navigating with the keyboard. The background process also handles triggered popups by moving the keyboard focus towards them as soon as they appear, not allowing the focus to drift outside. Users can also use shortcuts such as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to jump to specific elements. Disability profiles supported on our website * Epilepsy Safe Profile: this profile enables people with epilepsy to safely use the website by eliminating the risk of seizures resulting from flashing or blinking animations and risky color combinations. * Vision Impaired Profile: this profile adjusts the website so that it is accessible to the majority of visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract, Glaucoma, and others. * Cognitive Disability Profile: this profile provides various assistive features to help users with cognitive disabilities such as Autism, Dyslexia, CVA, and others, to focus on the essential elements more easily. * ADHD Friendly Profile: this profile significantly reduces distractions and noise to help people with ADHD, and Neurodevelopmental disorders browse, read, and focus on the essential elements more easily. * Blind Users Profile (Screen-readers): this profile adjusts the website to be compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is installed on the blind user’s computer, and this site is compatible with it. * Keyboard Navigation Profile (Motor-Impaired): this profile enables motor-impaired persons to operate the website using the keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to jump to specific elements. Additional UI, design, and readability adjustments 1. Font adjustments – users can increase and decrease its size, change its family (type), adjust the spacing, alignment, line height, and more. 2. Color adjustments – users can select various color contrast profiles such as light, dark, inverted, and monochrome. Additionally, users can swap color schemes of titles, texts, and backgrounds with over seven different coloring options. 3. Animations – epileptic users can stop all running animations with the click of a button. Animations controlled by the interface include videos, GIFs, and CSS flashing transitions. 4. Content highlighting – users can choose to emphasize essential elements such as links and titles. They can also choose to highlight focused or hovered elements only. 5. Audio muting – users with hearing devices may experience headaches or other issues due to automatic audio playing. This option lets users mute the entire website instantly. 6. Cognitive disorders – we utilize a search engine linked to Wikipedia and Wiktionary, allowing people with cognitive disorders to decipher meanings of phrases, initials, slang, and others. 7. Additional functions – we allow users to change cursor color and size, use a printing mode, enable a virtual keyboard, and many other functions. Assistive technology and browser compatibility We aim to support as many browsers and assistive technologies as possible, so our users can choose the best fitting tools for them, with as few limitations as possible. Therefore, we have worked very hard to be able to support all major systems that comprise over 95% of the user market share, including Google Chrome, Mozilla Firefox, Apple Safari, Opera and Microsoft Edge, JAWS, and NVDA (screen readers), both for Windows and MAC users. Notes, comments, and feedback Despite our very best efforts to allow anybody to adjust the website to their needs, there may still be pages or sections that are not fully accessible, are in the process of becoming accessible, or are lacking an adequate technological solution to make them accessible. Still, we are continually improving our accessibility, adding, updating, improving its options and features, and developing and adopting new technologies. All this is meant to reach the optimal level of accessibility following technological advancements. If you wish to contact the website’s owner, please use the website's form Hide Accessibility Interface? Please note: If you choose to hide the accessibility interface, you won't be able to see it anymore, unless you clear your browsing history and data. Are you sure that you wish to hide the interface? Accept Cancel Continue Processing the data, please give it a few seconds... Press Alt+1 for screen-reader mode