cozyearth.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://www.cozyearth.com//collections//linen/-collection
Effective URL: https://cozyearth.com/collections/linen/-collection
Submission: On September 17 via api from US — Scanned from CA

Form analysis 6 forms found in the DOM

POST /localization

<form action="/localization" method="POST"><input name="_method" type="hidden" value="PUT"><input name="source" type="hidden" value="geolocation_recommendation"><input name="return_to" type="hidden" value="/collections/linen/-collection"><input
    name="country_code" type="hidden" value="CA"><button class="recommendation-modal__close-button" type="submit"><svg aria-label="Dismiss" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" style="height: 1em; width: 1em;">
      <path d="M11.414 10l6.293-6.293a.999.999 0 1 0-1.414-1.414L10 8.586 3.707 2.293a.999.999 0 1 0-1.414 1.414L8.586 10l-6.293 6.293a.999.999 0 1 0 1.414 1.414L10 11.414l6.293 6.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L11.414 10z"
        fill="#333333"></path>
    </svg></button></form>

POST /localization

<form action="/localization" method="POST" class="recommendation-modal__form"><input name="_method" type="hidden" value="PUT"><input name="source" type="hidden" value="geolocation_recommendation"><input name="return_to" type="hidden"
    value="/collections/linen/-collection"><input name="country_code" type="hidden" value="CA"><button class="recommendation-modal__button" type="submit" style="background-color: rgb(25, 144, 198); color: rgb(255, 255, 255);">Continue</button></form>

POST /cart/add

<form class="mt-4" ref="cartSubmit" action="/cart/add" data-productid="" method="post" data-cart-submit="">
  <input v-if="wmtm_amount > 0 &amp;&amp; wmtm_enabled == true" type="hidden" name="properties[_we_made_too_much]" :value="wmtm_amount">
  <input v-if="excludeVariant == true" type="hidden" name="properties[_exclude_variant_from_sale]" :value="true">
  <input type="hidden" name="id" data-productid="" v-model="selectedVariant.id">
  <input v-if="bundle.active" type="hidden" name="properties[bundle]" value="25% Off Fall Sale">
  <div v-if="selectedProduct.variants.length > 1" id="product-selectors">
    <div v-for="option in selectedProduct.options" :class="{ 'order-first': option.name == 'Color' }">
      <div class="d-flex">
        <p class="input-description text-uppercase font-weight-500">{ option.name }</p>
        <p class="input-description" v-if="option.name.toLowerCase().includes('color')"> : { options[option.name] } </p>
      </div>
      <div class="d-flex flex-wrap">
        <color-swatch-radio v-if="option.name.toLowerCase().includes('color') &amp;&amp; option.values.length > 1" v-for="(value, index) in option.values" :name="`quick-add-modal-${option.name}`" :color="value"
          :checked="options[option.name] == value" :disabled="!isAvailable(option.name, value)" @change="options[option.name] = value"></color-swatch-radio>
        <option-radio v-else="" v-for="(value, index) in option.values" :name="`quick-add-modal-${option.name}`" :checked="options[option.name] == value" :disabled="!isAvailable(option.name, value)" :value="value"
          @change="options[option.name] = value"></option-radio>
      </div>
    </div>
  </div>
  <p v-if="wmtm_amount > 0 &amp;&amp; wmtm_enabled == true" class="text-cozy mt-2 text-center" style="display: flex; flex-direction: column;"> We Made Too Much! {wmtm_amount}% Off! <span style="font-size:12px;margin: 10px;color: #727764;"> *Offer
      cannot be combined with other discount codes </span>
  </p>
  <label class="input-description text-uppercase font-weight-500 d-block" for="ud-product-modal-qty"> Qty </label>
  <input :disabled="gift" class="mr-2" style="margin-bottom: 0.5rem;" type="number" id="ud-product-modal-qty" slot="quantity-input" min="1" name="quantity" v-model="quantity">
  <button v-if="totalProductsCount > 0 &amp;&amp; index < totalProductsCount - 1" class="btn btn-cozy" type="submit" @click="nextItem" :disabled="selectedVariant.inventory_quantity < 1"> Add to Bundle ({index + 1}/{totalProductsCount}) </button>
  <button v-else-if="corporate" class="btn btn-cozy rounded" @click="addToCorporate" type="submit" :disabled="selectedVariant.inventory_quantity < 1"> Add to Order </button>
  <button v-else-if="totalProductsCount > 0 &amp;&amp; index >= totalProductsCount - 1" class="btn btn-cozy" type="submit" @click="toggleCart" :disabled="selectedVariant.inventory_quantity < 1"> Complete Bundle ({index + 1}/{totalProductsCount})
  </button>
  <button v-else-if="bundle.active &amp;&amp; bundle.quantity >= 2" class="btn btn-cozy rounded" type="submit" @click="toggleCart" :disabled="selectedVariant.inventory_quantity < 1"> Add to Bundle </button>
  <button v-else-if="bundle.active" class="btn btn-cozy rounded" @click="closeModal" type="submit" :disabled="selectedVariant.inventory_quantity < 1"> Add to Bundle </button>
  <button v-else-if="bundle.active" class="btn btn-cozy rounded" @click="closeModal" type="submit" :disabled="selectedVariant.inventory_quantity < 1"> Add to Bundle </button>
  <button v-else-if="product.tags.includes('pre-order')" class="btn btn-cozy rounded" @click="toggleCart" type="submit" :disabled="selectedVariant.inventory_quantity < 1"> Pre-Order Now </button>
  <button v-else-if="gift" class="btn btn-cozy rounded" @click="addGiftToCart" :disabled="selectedVariant.inventory_quantity < 1"> Add to Cart </button>
  <button v-else="" class="btn btn-cozy rounded" @click="handleAddToCart" type="submit" :disabled="selectedVariant.inventory_quantity < 1 &amp;&amp; !isSet">
    <template v-if="isSet">Add to Cart</template>
    <template v-else-if="selectedVariant.inventory_quantity < 1">Sold Out</template>
    <template v-else="">Add to Cart</template>
  </button>
  <p v-if="product.tags.includes('exclude_from_sale')" class="order-benefits text-center m-3"> Sitewide discount not applicable for new products </p>
  <div v-show="invalid" class="invalid">{ invalid }</div>
</form>

POST /cart/add

<form class="mt-4" action="/cart/add" data-productid="" method="post" data-cart-submit="">
  <div class="bold-bundles-product"></div><!----><!----><input type="hidden" name="id" data-productid="" value="42626556395700"><!---->
  <div id="product-selectors">
    <div class="order-first">
      <div class="d-flex">
        <p class="input-description text-uppercase font-weight-500">Color</p>
        <p class="input-description"> : Creme</p>
      </div>
      <div class="d-flex flex-wrap"><color-swatch-radio name="quick-add-modal-Color" color="Creme" checked="true" disabled="false" value="Creme">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Creme" disabled="" id="color-swatch-radio-input-ikf05sla8sf">
            <label title="Creme" for="color-swatch-radio-input-ikf05sla8sf"><span data-color-option="Creme"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Driftwood" checked="false" disabled="false" value="Driftwood">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Driftwood" disabled="" id="color-swatch-radio-input-u8s2dyhkccg">
            <label title="Driftwood" for="color-swatch-radio-input-u8s2dyhkccg"><span data-color-option="Driftwood"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Light Grey" checked="false" disabled="false" value="Light Grey">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Light Grey" disabled="" id="color-swatch-radio-input-77byjqoap49">
            <label title="Light Grey" for="color-swatch-radio-input-77byjqoap49"><span data-color-option="Light Grey"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="White" checked="false" disabled="false" value="White">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="White" disabled="" id="color-swatch-radio-input-8yodfrazxy4">
            <label title="White" for="color-swatch-radio-input-8yodfrazxy4"><span data-color-option="White"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Oat" checked="false" disabled="false" value="Oat">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Oat" disabled="" id="color-swatch-radio-input-sltt32609ui">
            <label title="Oat" for="color-swatch-radio-input-sltt32609ui"><span data-color-option="Oat"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Charcoal" checked="false" disabled="false" value="Charcoal">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Charcoal" disabled="" id="color-swatch-radio-input-tiu6t67pbjh">
            <label title="Charcoal" for="color-swatch-radio-input-tiu6t67pbjh"><span data-color-option="Charcoal"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Walnut" checked="false" disabled="false" value="Walnut">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Walnut" disabled="" id="color-swatch-radio-input-nufm4xdmgv">
            <label title="Walnut" for="color-swatch-radio-input-nufm4xdmgv"><span data-color-option="Walnut"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Pacific Blue" checked="false" disabled="false" value="Pacific Blue">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Pacific Blue" disabled="" id="color-swatch-radio-input-rdxjb5py8">
            <label title="Pacific Blue" for="color-swatch-radio-input-rdxjb5py8"><span data-color-option="Pacific Blue"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Shore" checked="false" disabled="false" value="Shore">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Shore" disabled="" id="color-swatch-radio-input-v8kir9z7dt8">
            <label title="Shore" for="color-swatch-radio-input-v8kir9z7dt8"><span data-color-option="Shore"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Dove Grey" checked="false" disabled="false" value="Dove Grey">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Dove Grey" disabled="" id="color-swatch-radio-input-0zzw8muls4pe">
            <label title="Dove Grey" for="color-swatch-radio-input-0zzw8muls4pe"><span data-color-option="Dove Grey"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Peony" checked="false" disabled="false" value="Peony">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Peony" disabled="" id="color-swatch-radio-input-ucyl0u4ofg8">
            <label title="Peony" for="color-swatch-radio-input-ucyl0u4ofg8"><span data-color-option="Peony"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Lemonade" checked="false" disabled="false" value="Lemonade">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Lemonade" disabled="" id="color-swatch-radio-input-wjxyb0hwo1e">
            <label title="Lemonade" for="color-swatch-radio-input-wjxyb0hwo1e"><span data-color-option="Lemonade"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Fern" checked="false" disabled="false" value="Fern">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Fern" disabled="" id="color-swatch-radio-input-bh87pbh9vwq">
            <label title="Fern" for="color-swatch-radio-input-bh87pbh9vwq"><span data-color-option="Fern"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Terra" checked="false" disabled="false" value="Terra">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Terra" disabled="" id="color-swatch-radio-input-pvr6dtxrp8">
            <label title="Terra" for="color-swatch-radio-input-pvr6dtxrp8"><span data-color-option="Terra"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Flax" checked="false" disabled="false" value="Flax">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Flax" disabled="" id="color-swatch-radio-input-t1707zffg6q">
            <label title="Flax" for="color-swatch-radio-input-t1707zffg6q"><span data-color-option="Flax"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio><color-swatch-radio name="quick-add-modal-Color" color="Coffee" checked="false" disabled="false" value="Coffee">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/color-swatch-radio.css?v=160227878338940423511715372544" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" name="quick-add-modal-Color" value="Coffee" disabled="" id="color-swatch-radio-input-eb1sa0digma">
            <label title="Coffee" for="color-swatch-radio-input-eb1sa0digma"><span data-color-option="Coffee"></span></label>
          </span>
          <link rel="stylesheet" href="blob:https://cozyearth.com/00a2675a-1a38-4f00-9a75-848dbc581b92">
        </color-swatch-radio></div>
    </div>
    <div class="">
      <div class="d-flex">
        <p class="input-description text-uppercase font-weight-500">Size</p><!---->
      </div>
      <div class="d-flex flex-wrap"><option-radio name="quick-add-modal-Size" checked="true" disabled="false" value="Twin/Twin XL">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/option-radio.css?v=172242605522088244701712159556" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" id="option-radio-input-o5n9lze2q9" disabled="" name="quick-add-modal-Size" value="Twin/Twin XL">
            <label id="label-text" part="radio-label" for="option-radio-input-o5n9lze2q9" title="Twin/Twin XL">Twin/Twin XL</label>
          </span>
        </option-radio><option-radio name="quick-add-modal-Size" checked="false" disabled="false" value="Full">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/option-radio.css?v=172242605522088244701712159556" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" id="option-radio-input-ti7z03y7eyn" disabled="" name="quick-add-modal-Size" value="Full">
            <label id="label-text" part="radio-label" for="option-radio-input-ti7z03y7eyn" title="Full">Full</label>
          </span>
        </option-radio><option-radio name="quick-add-modal-Size" checked="false" disabled="false" value="Queen">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/option-radio.css?v=172242605522088244701712159556" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" id="option-radio-input-mp5pfo338n" disabled="" name="quick-add-modal-Size" value="Queen">
            <label id="label-text" part="radio-label" for="option-radio-input-mp5pfo338n" title="Queen">Queen</label>
          </span>
        </option-radio><option-radio name="quick-add-modal-Size" checked="false" disabled="false" value="King">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/option-radio.css?v=172242605522088244701712159556" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" id="option-radio-input-k0irt0c8zk" disabled="" name="quick-add-modal-Size" value="King">
            <label id="label-text" part="radio-label" for="option-radio-input-k0irt0c8zk" title="King">King</label>
          </span>
        </option-radio><option-radio name="quick-add-modal-Size" checked="false" disabled="false" value="California King">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/option-radio.css?v=172242605522088244701712159556" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" id="option-radio-input-75890taqpvy" disabled="" name="quick-add-modal-Size" value="California King">
            <label id="label-text" part="radio-label" for="option-radio-input-75890taqpvy" title="California King">California King</label>
          </span>
        </option-radio><option-radio name="quick-add-modal-Size" checked="false" disabled="true" value="Split King">
          <link href="//cozyearth.com/cdn/shop/t/775/assets/option-radio.css?v=172242605522088244701712159556" rel="stylesheet" type="text/css" media="all">
          <span>
            <input type="radio" id="option-radio-input-4y8m28hh1k8" disabled="" name="quick-add-modal-Size" value="Split King">
            <label id="label-text" part="radio-label" for="option-radio-input-4y8m28hh1k8" title="Split King">Split King</label>
          </span>
        </option-radio></div>
    </div>
  </div><!----><label class="input-description text-uppercase font-weight-500 d-block" for="ud-product-modal-qty"> Qty </label><input class="mr-2" type="number" id="ud-product-modal-qty" slot="quantity-input" min="1" name="quantity"
    style="margin-bottom: 0.5rem;"><button class="btn btn-cozy rounded" type="submit">Add to Cart</button><!---->
  <div class="invalid" style="display: none;"></div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/404">
  <div class="disclosure">
    <button type="button" class="disclosure__button" aria-expanded="false" aria-controls="CountryList"> United States (USD $) <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor">
        </path>
      </svg>
    </button>
    <ul id="CountryList" role="list" class="disclosure__list shadow-md" hidden="">
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AL">
                      Albania (ALL
                      L)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="DZ">
                      Algeria (DZD
                      د.ج)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AD">
                      Andorra (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AO">
                      Angola (AOA
                      Kz)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AI">
                      Anguilla (XCD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AG">
                      Antigua &amp; Barbuda (XCD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AR">
                      Argentina (ARS
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AM">
                      Armenia (AMD
                      դր.)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AW">
                      Aruba (AWG
                      ƒ)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AU">
                      Australia (AUD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AT">
                      Austria (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AZ">
                      Azerbaijan (AZN
                      ₼)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BS">
                      Bahamas (BSD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BH">
                      Bahrain (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BD">
                      Bangladesh (BDT
                      ৳)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BB">
                      Barbados (BBD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BE">
                      Belgium (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BZ">
                      Belize (BZD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BJ">
                      Benin (XOF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BM">
                      Bermuda (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BO">
                      Bolivia (BOB
                      Bs.)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BA">
                      Bosnia &amp; Herzegovina (BAM
                      КМ)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BW">
                      Botswana (BWP
                      P)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BR">
                      Brazil (BRL
                      R$)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="VG">
                      British Virgin Islands (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BN">
                      Brunei (BND
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BG">
                      Bulgaria (BGN
                      лв.)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BF">
                      Burkina Faso (XOF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BI">
                      Burundi (BIF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KH">
                      Cambodia (KHR
                      ៛)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CM">
                      Cameroon (XAF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CA">
                      Canada (CAD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CV">
                      Cape Verde (CVE
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KY">
                      Cayman Islands (KYD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TD">
                      Chad (XAF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CL">
                      Chile (CLP
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CN">
                      China (CNY
                      ¥)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CO">
                      Colombia (COP
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KM">
                      Comoros (KMF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CG">
                      Congo - Brazzaville (XAF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CK">
                      Cook Islands (NZD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CR">
                      Costa Rica (CRC
                      ₡)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CI">
                      Côte d’Ivoire (XOF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="HR">
                      Croatia (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CW">
                      Curaçao (ANG
                      ƒ)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CY">
                      Cyprus (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CZ">
                      Czechia (CZK
                      Kč)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="DK">
                      Denmark (DKK
                      kr.)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="DJ">
                      Djibouti (DJF
                      Fdj)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="DM">
                      Dominica (XCD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="DO">
                      Dominican Republic (DOP
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="EC">
                      Ecuador (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="EG">
                      Egypt (EGP
                      ج.م)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SV">
                      El Salvador (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GQ">
                      Equatorial Guinea (XAF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="EE">
                      Estonia (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SZ">
                      Eswatini (SZL
                      E)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="ET">
                      Ethiopia (ETB
                      Br)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="FK">
                      Falkland Islands (FKP
                      £)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="FO">
                      Faroe Islands (DKK
                      kr.)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="FJ">
                      Fiji (FJD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="FI">
                      Finland (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="FR">
                      France (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GF">
                      French Guiana (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="PF">
                      French Polynesia (XPF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GA">
                      Gabon (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GM">
                      Gambia (GMD
                      D)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GE">
                      Georgia (GEL
                      ლ)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="DE">
                      Germany (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GH">
                      Ghana (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GI">
                      Gibraltar (GBP
                      £)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GR">
                      Greece (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GL">
                      Greenland (DKK
                      kr.)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GD">
                      Grenada (XCD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GP">
                      Guadeloupe (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GT">
                      Guatemala (GTQ
                      Q)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GG">
                      Guernsey (GBP
                      £)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GN">
                      Guinea (GNF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GW">
                      Guinea-Bissau (XOF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GY">
                      Guyana (GYD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="HT">
                      Haiti (HTG
                      G)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="HN">
                      Honduras (HNL
                      L)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="HK">
                      Hong Kong SAR (HKD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="HU">
                      Hungary (HUF
                      Ft)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="IS">
                      Iceland (ISK
                      kr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="IN">
                      India (INR
                      ₹)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="ID">
                      Indonesia (IDR
                      Rp)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="IE">
                      Ireland (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="IM">
                      Isle of Man (GBP
                      £)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="IL">
                      Israel (ILS
                      ₪)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="IT">
                      Italy (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="JM">
                      Jamaica (JMD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="JP">
                      Japan (JPY
                      ¥)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="JE">
                      Jersey (GBP
                      £)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="JO">
                      Jordan (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KZ">
                      Kazakhstan (KZT
                      〒)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KE">
                      Kenya (KES
                      KSh)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KI">
                      Kiribati (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KW">
                      Kuwait (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KG">
                      Kyrgyzstan (KGS
                      som)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LA">
                      Laos (LAK
                      ₭)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LV">
                      Latvia (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LB">
                      Lebanon (LBP
                      ل.ل)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LS">
                      Lesotho (LSL
                      L)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LR">
                      Liberia (LRD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LI">
                      Liechtenstein (CHF
                      CHF)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LT">
                      Lithuania (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LU">
                      Luxembourg (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MO">
                      Macao SAR (MOP
                      P)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MG">
                      Madagascar (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MW">
                      Malawi (MWK
                      MK)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MY">
                      Malaysia (MYR
                      RM)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MV">
                      Maldives (MVR
                      MVR)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MT">
                      Malta (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MQ">
                      Martinique (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MR">
                      Mauritania (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MU">
                      Mauritius (MUR
                      ₨)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="YT">
                      Mayotte (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MX">
                      Mexico (MXN
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MD">
                      Moldova (MDL
                      L)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MC">
                      Monaco (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MN">
                      Mongolia (MNT
                      ₮)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="ME">
                      Montenegro (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MS">
                      Montserrat (XCD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MA">
                      Morocco (MAD
                      د.م.)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MZ">
                      Mozambique (MZN
                      MTn)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NA">
                      Namibia (NAD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NR">
                      Nauru (AUD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NP">
                      Nepal (NPR
                      ₨)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NL">
                      Netherlands (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NC">
                      New Caledonia (XPF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NZ">
                      New Zealand (NZD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NI">
                      Nicaragua (NIO
                      C$)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NG">
                      Nigeria (NGN
                      ₦)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NU">
                      Niue (NZD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MK">
                      North Macedonia (MKD
                      ден)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="NO">
                      Norway (NOK
                      kr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="OM">
                      Oman (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="PK">
                      Pakistan (PKR
                      ₨)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="PA">
                      Panama (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="PG">
                      Papua New Guinea (PGK
                      K)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="PY">
                      Paraguay (PYG
                      ₲)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="PE">
                      Peru (PEN
                      S/.)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="PH">
                      Philippines (PHP
                      ₱)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="PL">
                      Poland (PLN
                      zł)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="PT">
                      Portugal (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="QA">
                      Qatar (QAR
                      ر.ق)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="RE">
                      Réunion (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="RO">
                      Romania (RON
                      Lei)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="RW">
                      Rwanda (RWF
                      FRw)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="WS">
                      Samoa (WST
                      T)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SM">
                      San Marino (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="ST">
                      São Tomé &amp; Príncipe (STD
                      Db)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SA">
                      Saudi Arabia (SAR
                      ر.س)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SN">
                      Senegal (XOF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="RS">
                      Serbia (RSD
                      РСД)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SC">
                      Seychelles (SCR
                      ₨)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SL">
                      Sierra Leone (SLL
                      Le)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SG">
                      Singapore (SGD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SX">
                      Sint Maarten (ANG
                      ƒ)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SK">
                      Slovakia (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SI">
                      Slovenia (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SB">
                      Solomon Islands (SBD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="ZA">
                      South Africa (ZAR
                      R)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KR">
                      South Korea (KRW
                      ₩)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="ES">
                      Spain (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LK">
                      Sri Lanka (LKR
                      ₨)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="BL">
                      St. Barthélemy (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SH">
                      St. Helena (SHP
                      £)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="KN">
                      St. Kitts &amp; Nevis (XCD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="LC">
                      St. Lucia (XCD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="MF">
                      St. Martin (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="VC">
                      St. Vincent &amp; Grenadines (XCD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SR">
                      Suriname (SRD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="SE">
                      Sweden (SEK
                      kr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="CH">
                      Switzerland (CHF
                      CHF)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TW">
                      Taiwan (TWD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TZ">
                      Tanzania (TZS
                      Sh)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TH">
                      Thailand (THB
                      ฿)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TL">
                      Timor-Leste (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TG">
                      Togo (XOF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TO">
                      Tonga (TOP
                      T$)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TT">
                      Trinidad &amp; Tobago (TTD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TN">
                      Tunisia (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TM">
                      Turkmenistan (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TC">
                      Turks &amp; Caicos Islands (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="TV">
                      Tuvalu (AUD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="UG">
                      Uganda (UGX
                      USh)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="AE">
                      United Arab Emirates (AED
                      د.إ)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="GB">
                      United Kingdom (GBP
                      £)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" aria-current="true" data-value="US">
                      United States (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="UY">
                      Uruguay (UYU
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="UZ">
                      Uzbekistan (UZS
                      )
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="VU">
                      Vanuatu (VUV
                      Vt)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="VA">
                      Vatican City (EUR
                      €)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="VE">
                      Venezuela (USD
                      $)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="VN">
                      Vietnam (VND
                      ₫)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="WF">
                      Wallis &amp; Futuna (XPF
                      Fr)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="ZM">
                      Zambia (ZMW
                      ZK)
                    </a>
      </li>
      <li class="disclosure__item" tabindex="-1">
        <a href="#" data-value="ZW">
                      Zimbabwe (USD
                      $)
                    </a>
      </li>
    </ul>
    <input type="hidden" name="country_code" value="US">
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form" data-persist-bound="true"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="newsletter-form">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <input type="hidden" name="customer[accepts_marketing]" checked="checked" value="true" id="marketing">
    <div class="newsletter-form__wrapper">
      <div class="field">
        <input type="email" name="contact[email]" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Email" required="">
        <button class="submit-btn" type="submit" name="commit" aria-label="Translation missing: en.newsletter.button_label"> Subscribe </button>
      </div>
    </div>
  </div>
</form>

Text Content

YOUR LOCATION IS SET TO CANADA

 * Shop in CAD $
 * Get shipping options for Canada

Continue
Change country/region


< >
{ title }

View image { index + 1 }: { image.alt }

{ selectedProduct.title }


Made from viscose from bamboo

{ money(discountedPrice) } { money(selectedVariant.price) } Save { savings }%

{ money(discountedPrice) } { money(selectedVariant.price) } Save { savings }%

{ money(selectedVariant.price) }

{ money(selectedVariant.price) }

Free

{ option.name }

: { options[option.name] }



We Made Too Much! {wmtm_amount}% Off! *Offer cannot be combined with other
discount codes

Qty Add to Bundle ({index + 1}/{totalProductsCount}) Add to Order Complete
Bundle ({index + 1}/{totalProductsCount}) Add to Bundle Add to Bundle Add to
Bundle Pre-Order Now Add to Cart Add to Cart Sold Out Add to Cart

Sitewide discount not applicable for new products

{ invalid }
View Product Details ‹ Back to Gifts

View image 1: Creme sheet set folded with white background |Color:Creme View
image 2: Partially made bed with creme bedding |Color:Creme View image 3:
Driftwood sheet set folded with a white background |Color:Driftwood View image
4: Unmade bed with driftwood bedding |Color:Driftwood View image 5: Walnut sheet
set folded with a white background |Color:Walnut View image 6: Unmade bed with
walnut bedding and wooden nightstand to the side |Color:Walnut View image 7:
Light Grey sheet set folded with a white background |Color:Light Grey View image
8: Unmade bed with light grey bedding |Color:Light Grey View image 9: White
sheet set folded with a white background |Color:White View image 10: Navy sheet
set folded with a white background |Color:Navy View image 11: Olive sheet set
folded with a white background |Color:Olive View image 12: Harbor Mist sheet set
folded with a white background |Color:Harbor Mist View image 13: Charcoal sheet
set folded with a white background |Color:Charcoal View image 14: Sage sheet set
folded with a white background |Color:Sage View image 15: Oat sheet set folded
with a white background |Color:Oat View image 16: Partially made bed with oat
bedding |Color:Oat View image 17: Clay sheet set folded with a white background
|Color:Clay View image 18: Close up of walnut bedding |Color:Walnut View image
19: Side view of unmade bed with white bedding |Color:White View image 20: Close
up of person laying in bed with white bedding |Color:White View image 21: Man in
blue tee laying in bed with white bedding |Color:White View image 22: Close up
of hand touching white sheets |Color:White View image 23: Close up of white
sheet draped off of something |Color:White View image 24: Unmade bed with navy
bedding |Color:Navy View image 25: Close up of hand touching navy sheets
|Color:Navy View image 26: Close up of navy sheets |Color:Navy View image 27:
Unmade bed with olive bedding |Color:Olive View image 28: Woman in white pajamas
sitting in bed with navy bedding |Color:Navy View image 29: Close up of olive
bedding |Color:Olive View image 30: Woman in white pajamas sitting on bed with
olive bedding |Color:Olive View image 31: Close up of oat sheets |Color:Oat View
image 32: Close up of hands laying down oat top sheet on bed |Color:Oat View
image 33: Bed made with charcoal bedding with a plant on the nightstand next to
it |Color:Charcoal View image 34: Charcoal sheet hanging down |Color:Charcoal
View image 35: Two charcoal pillowcases with white background |Color:Charcoal
View image 36: Close up of driftwood sheets |Color:Driftwood View image 37:
Hands laying down driftwood top sheet on bed |Color:Driftwood View image 38:
Close up of light grey bedding |Color:Light Grey View image 39: Light Grey sheet
hanging down |Color:Light Grey View image 40: Close up of harbor mist bedding on
made bed |Color:Harbor Mist View image 41: Close up of sage bedding |Color:Sage
View image 42: Close up of harbor mist bedding |Color:Harbor Mist View image 43:
Bed made with harbor mist bedding in a white bedroom |Color:Harbor Mist View
image 44: Bed made with sage bedding with cloud knit blanket draped on top
|Color:Sage View image 45: Zoomed out image of bed made with sage bedding in
white bedroom |Color:Sage View image 46: Reusable packaging for White, Oat,
Light Grey, Driftwood, Charcoal, Harbor Mist, and Sage Bamboo Sheet Set View
image 47: Clay bedding on an unmade bed with a wooden nightstand next to it
|Color:Clay View image 48: Close up of clay bedding on bed |Color:Clay View
image 49: Clay bedding on bed with charcoal blanket draped over it |Color:Clay
View image 50: Woman in a bed with walnut bedding |Color:Walnut View image 51:
Pacific Blue sheet set folded with a white background |Color:Pacific Blue View
image 52: Unmade bed with pacific blue bedding |Color:Pacific Blue View image
53: Close up of pacific blue bedding on bed |Color:Pacific Blue View image 54:
Zoomed out image of bed with pacific blue bedding and a blanket draped over it
|Color:Pacific Blue View image 55: Stone sheet set folded with white background
|Color:Stone View image 56: Unmade bed with stone bedding |Color:Stone View
image 57: Close up of stone bedding on bed |Color:Stone View image 58: Zoomed
out image of bed made with stone bedding |Color:Stone View image 59: Fabric of
White, Oat, Light Grey, Driftwood, and Charcoal Bamboo Sheet Set View image 60:
Woman in black pajamas laying in bed with creme bedding |Color:Creme View image
61: Bed made with creme bedding |Color:Creme View image 62: Close up of creme
bedding on bed |Color:Creme View image 63: Shore sheet set folded with white
background |Color:Shore View image 64: Woman in grey pajamas laying in bed with
shore bedding |Color:Shore View image 65: Side view of shore bedding on
partially made bed |Color:Shore View image 66: Zoomed out image of bed made with
shore bedding |Color:Shore View image 67: Close up of shore bedding |Color:Shore
View image 68: Dove Grey sheet set folded up with white background |Color:Dove
Grey View image 69: Woman in black pajamas sitting in bed with dove grey sheets
|Color:Dove Grey View image 70: Bed made with dove grey sheets and a wooden
headboard |Color:Dove Grey View image 71: Side view of bed with dove grey sheets
and comforter pulled off the top |Color:Dove Grey View image 72: Close up of
dove grey bedding |Color:Dove Grey View image 73: Peony Sheet set folded with
grey background |Color:Peony View image 74: Women in pink blush pajamas getting
into bed with peony sheets |Color:Peony View image 75: Bed under windows with
peony bedding |Color:Peony View image 76: Bed with peony bedding and white throw
blanket on top |Color:Peony View image 77: Close up of peony sheet texture
|Color:Peony View image 78: Lemonade Sheet set folded with grey background
|Color:Lemonade View image 79: Women laying on bed with lemonade bedding
|Color:Lemonade View image 80: Bed with Lemonade duvet cover and sheet set
|Color:Lemonade View image 81: Side View of lemonade bedding |Color:Lemonade
View image 82: Women with boy smiling on bed with lemonade bedding
|Color:Lemonade View image 83: Close up of lemonade sheet |Color:Lemonade View
image 84: Fern Sheet set folded with grey background |Color:Fern View image 85:
Women sitting on bed with fern colored bedding |Color:Fern View image 86: Close
shot of fern colored bedding |Color:Fern View image 87: Bed with fern colored
duvet cover and sheet set |Color:Fern View image 88: Women sitting in bed
feeling the texture of the fern colored sheet |Color:Fern View image 89: Close
up texture shot of fern colored sheet set |Color:Fern View image 90: A neatly
folded, brown-colored Bamboo Sheet Set by Cozy Earth on a white background. The
set includes a flat sheet, fitted sheet, and pillowcases. The fabric appears
smooth and has a slight sheen. |Color:Coffee View image 91: A serene bedroom
features a bed adorned with Cozy Earth's Bamboo Sheet Set, flanked by a small
black side table with a matching black lamp. Sunlight filters in through a
window, casting shadows on a beige wall. A potted plant adds a touch of greenery
to the tranquil space. |Color:Coffee View image 92: A cozy bedroom scene
featuring a neatly made bed with Cozy Earth's Bamboo Sheet Set in brown, adorned
with matching pillows. Next to the bed stands a round, black side table holding
a modern, gray mushroom-shaped lamp, a small vase filled with dried flowers, and
a decorative stone. The backdrop is defined by a wooden wall. |Color:Coffee View
image 93: A woman with curly dark hair is lying in bed, resting her head on her
arm. She's wearing brown pajamas and gazing off to the side thoughtfully. The
bed is made with Cozy Earth's Bamboo Sheet Set, and there's a plant in the
background. |Color:Coffee View image 94: A close-up of a woman's hand resting on
smooth, dark brown fabric from the Cozy Earth Bamboo Sheet Set. She is wearing a
delicate gold bracelet and has neatly manicured nails with light pink nail
polish. The fabric has a soft sheen, creating subtle light and dark contrasts.
|Color:Coffee View image 95: Close-up image of gathered and draped Bamboo Sheet
Set by Cozy Earth in a rich brown color, creating soft, flowing folds with
highlights and shadow play. The texture appears smooth and slightly shiny,
suggesting a luxurious and elegant material. |Color:Coffee View image 96:
Close-up of various drapes from the Bamboo Sheet Set by Cozy Earth hanging side
by side. The fabrics display a gradient of brown hues, transitioning from dark
brown on the left, to medium brown in the center, and an off-white or beige
shade on the right. The texture is smooth and lightweight. |Color:Coffee View
image 97: A neatly folded set of Cozy Earth's cream-colored Bamboo Sheet Set,
featuring a fitted sheet, a flat sheet, and a pillowcase stacked on top of one
another against a plain white background. |Color:Flax View image 98: A cozy
bedroom featuring a neatly made bed with Bamboo Sheet Set from Cozy Earth is
adorned with a modern table lamp on a nightstand. The room includes large
windows partially covered by dark curtains, allowing natural light and a view of
lush greenery outside. A potted tree stands beside the bed. |Color:Flax View
image 99: A neatly made bed with Cozy Earth's Bamboo Sheet Set in creamy beige
is bathed in warm sunlight. The headboard is wooden, and a leafy green plant is
partially visible on the right side of the image, casting a soft shadow on the
wall. |Color:Flax View image 100: A woman with short brown hair is making a bed,
wearing a dark green shirt and smoothing out sheets from the Bamboo Sheet Set by
Cozy Earth. Behind her is a wooden headboard adorned with cream-colored pillows,
complemented by a potted plant on the wall. Sunlight filters into the room.
|Color:Flax View image 101: A close-up view of the smooth, shiny fabric of the
Bamboo Sheet Set - Wholesale by Cozy Earth, showcasing its beige color with
multiple folds. The fabric appears to be silky, reflecting light and displaying
variations in texture due to the draping. The folds create a soft, flowing
pattern across the image. |Color:Flax View image 102: Four swatches of the
Bamboo Sheet Set by Cozy Earth are displayed side by side, with colors ranging
smoothly from a deep brown on the left to a light beige on the right.
|Color:Flax View image 103: A neatly folded stack of Cozy Earth's Bamboo Sheet
Set - Wholesale, in a rich dark brown color, including a pillowcase, displayed
against a white background. The fabric appears smooth and soft, indicating its
high-quality material. |Color:Terra View image 104: A cozy bedroom features a
bed adorned with the Bamboo Sheet Set from Cozy Earth, complemented by matching
pillows. Beside the bed is a small wooden nightstand holding a lamp and some
books. The room radiates warmth with its stone-textured walls and polished stone
floor. |Color:Terra View image 105: A woman with a serene expression sits in a
dimly lit room, holding a pillow close to her chest. She is wearing a light blue
shirt and is surrounded by warm, brown-toned bedding from the Bamboo Sheet Set
by Cozy Earth. The background features a textured stone wall. |Color:Terra View
image 106: A close-up shot of smooth, rumpled brown satin fabric in soft
lighting. The material has gentle waves and folds, creating a luxurious and
elegant texture. Shadows and highlights add depth to the Bamboo Sheet Set by
Cozy Earth's rich surface. |Color:Terra View image 107: The Bamboo Sheet Set by
Cozy Earth features a range of hanging fabrics in various shades of brown and
beige. Uniformly draped in vertical folds, each fabric showcases the texture and
slight sheen of the material. The colors transition seamlessly from dark brown
on the left to a light beige on the right. |Color:Terra

Bamboo Sheet Set


Made from viscose from bamboo

$230.40 $288.00Save 20%

Color

: Creme



Size

Twin/Twin XL Full Queen King California King Split King
Qty Add to Cart

View Product Details
Skip to content
< >



404 PAGE NOT FOUND


WHOOPS! THIS ISN’T AS COZY AS WE WOULD LIKE. LETS GET YOU BACK ON TRACK.

RETURN TO THE HOME PAGE
United States (USD $)
 * Albania (ALL L)
 * Algeria (DZD د.ج)
 * Andorra (EUR €)
 * Angola (AOA Kz)
 * Anguilla (XCD $)
 * Antigua & Barbuda (XCD $)
 * Argentina (ARS $)
 * Armenia (AMD դր.)
 * Aruba (AWG ƒ)
 * Australia (AUD $)
 * Austria (EUR €)
 * Azerbaijan (AZN ₼)
 * Bahamas (BSD $)
 * Bahrain (USD $)
 * Bangladesh (BDT ৳)
 * Barbados (BBD $)
 * Belgium (EUR €)
 * Belize (BZD $)
 * Benin (XOF Fr)
 * Bermuda (USD $)
 * Bolivia (BOB Bs.)
 * Bosnia & Herzegovina (BAM КМ)
 * Botswana (BWP P)
 * Brazil (BRL R$)
 * British Virgin Islands (USD $)
 * Brunei (BND $)
 * Bulgaria (BGN лв.)
 * Burkina Faso (XOF Fr)
 * Burundi (BIF Fr)
 * Cambodia (KHR ៛)
 * Cameroon (XAF Fr)
 * Canada (CAD $)
 * Cape Verde (CVE $)
 * Cayman Islands (KYD $)
 * Chad (XAF Fr)
 * Chile (CLP $)
 * China (CNY ¥)
 * Colombia (COP $)
 * Comoros (KMF Fr)
 * Congo - Brazzaville (XAF Fr)
 * Cook Islands (NZD $)
 * Costa Rica (CRC ₡)
 * Côte d’Ivoire (XOF Fr)
 * Croatia (EUR €)
 * Curaçao (ANG ƒ)
 * Cyprus (EUR €)
 * Czechia (CZK Kč)
 * Denmark (DKK kr.)
 * Djibouti (DJF Fdj)
 * Dominica (XCD $)
 * Dominican Republic (DOP $)
 * Ecuador (USD $)
 * Egypt (EGP ج.م)
 * El Salvador (USD $)
 * Equatorial Guinea (XAF Fr)
 * Estonia (EUR €)
 * Eswatini (SZL E)
 * Ethiopia (ETB Br)
 * Falkland Islands (FKP £)
 * Faroe Islands (DKK kr.)
 * Fiji (FJD $)
 * Finland (EUR €)
 * France (EUR €)
 * French Guiana (EUR €)
 * French Polynesia (XPF Fr)
 * Gabon (USD $)
 * Gambia (GMD D)
 * Georgia (GEL ლ)
 * Germany (EUR €)
 * Ghana (USD $)
 * Gibraltar (GBP £)
 * Greece (EUR €)
 * Greenland (DKK kr.)
 * Grenada (XCD $)
 * Guadeloupe (EUR €)
 * Guatemala (GTQ Q)
 * Guernsey (GBP £)
 * Guinea (GNF Fr)
 * Guinea-Bissau (XOF Fr)
 * Guyana (GYD $)
 * Haiti (HTG G)
 * Honduras (HNL L)
 * Hong Kong SAR (HKD $)
 * Hungary (HUF Ft)
 * Iceland (ISK kr)
 * India (INR ₹)
 * Indonesia (IDR Rp)
 * Ireland (EUR €)
 * Isle of Man (GBP £)
 * Israel (ILS ₪)
 * Italy (EUR €)
 * Jamaica (JMD $)
 * Japan (JPY ¥)
 * Jersey (GBP £)
 * Jordan (USD $)
 * Kazakhstan (KZT 〒)
 * Kenya (KES KSh)
 * Kiribati (USD $)
 * Kuwait (USD $)
 * Kyrgyzstan (KGS som)
 * Laos (LAK ₭)
 * Latvia (EUR €)
 * Lebanon (LBP ل.ل)
 * Lesotho (LSL L)
 * Liberia (LRD $)
 * Liechtenstein (CHF CHF)
 * Lithuania (EUR €)
 * Luxembourg (EUR €)
 * Macao SAR (MOP P)
 * Madagascar (USD $)
 * Malawi (MWK MK)
 * Malaysia (MYR RM)
 * Maldives (MVR MVR)
 * Malta (EUR €)
 * Martinique (EUR €)
 * Mauritania (USD $)
 * Mauritius (MUR ₨)
 * Mayotte (EUR €)
 * Mexico (MXN $)
 * Moldova (MDL L)
 * Monaco (EUR €)
 * Mongolia (MNT ₮)
 * Montenegro (EUR €)
 * Montserrat (XCD $)
 * Morocco (MAD د.م.)
 * Mozambique (MZN MTn)
 * Namibia (NAD $)
 * Nauru (AUD $)
 * Nepal (NPR ₨)
 * Netherlands (EUR €)
 * New Caledonia (XPF Fr)
 * New Zealand (NZD $)
 * Nicaragua (NIO C$)
 * Nigeria (NGN ₦)
 * Niue (NZD $)
 * North Macedonia (MKD ден)
 * Norway (NOK kr)
 * Oman (USD $)
 * Pakistan (PKR ₨)
 * Panama (USD $)
 * Papua New Guinea (PGK K)
 * Paraguay (PYG ₲)
 * Peru (PEN S/.)
 * Philippines (PHP ₱)
 * Poland (PLN zł)
 * Portugal (EUR €)
 * Qatar (QAR ر.ق)
 * Réunion (EUR €)
 * Romania (RON Lei)
 * Rwanda (RWF FRw)
 * Samoa (WST T)
 * San Marino (EUR €)
 * São Tomé & Príncipe (STD Db)
 * Saudi Arabia (SAR ر.س)
 * Senegal (XOF Fr)
 * Serbia (RSD РСД)
 * Seychelles (SCR ₨)
 * Sierra Leone (SLL Le)
 * Singapore (SGD $)
 * Sint Maarten (ANG ƒ)
 * Slovakia (EUR €)
 * Slovenia (EUR €)
 * Solomon Islands (SBD $)
 * South Africa (ZAR R)
 * South Korea (KRW ₩)
 * Spain (EUR €)
 * Sri Lanka (LKR ₨)
 * St. Barthélemy (EUR €)
 * St. Helena (SHP £)
 * St. Kitts & Nevis (XCD $)
 * St. Lucia (XCD $)
 * St. Martin (EUR €)
 * St. Vincent & Grenadines (XCD $)
 * Suriname (SRD $)
 * Sweden (SEK kr)
 * Switzerland (CHF CHF)
 * Taiwan (TWD $)
 * Tanzania (TZS Sh)
 * Thailand (THB ฿)
 * Timor-Leste (USD $)
 * Togo (XOF Fr)
 * Tonga (TOP T$)
 * Trinidad & Tobago (TTD $)
 * Tunisia (USD $)
 * Turkmenistan (USD $)
 * Turks & Caicos Islands (USD $)
 * Tuvalu (AUD $)
 * Uganda (UGX USh)
 * United Arab Emirates (AED د.إ)
 * United Kingdom (GBP £)
 * United States (USD $)
 * Uruguay (UYU $)
 * Uzbekistan (UZS )
 * Vanuatu (VUV Vt)
 * Vatican City (EUR €)
 * Venezuela (USD $)
 * Vietnam (VND ₫)
 * Wallis & Futuna (XPF Fr)
 * Zambia (ZMW ZK)
 * Zimbabwe (USD $)

About
 * Our Story
 * Reviews
 * Blog
 * Live Shopping
 * Affiliates
 * Careers
 * Influencer Collabs
 * Ambassadors
 * Wholesale

Support
 * Contact
 * FAQ
 * Help Center
 * Shipping Information
 * Product Care
 * Warranty
 * Return & Exchange

About
Our Story
Reviews
Blog
Live Shopping
Affiliates
Careers
Influencer Collabs
Ambassadors
Wholesale
Support
Contact
FAQ
Help Center
Shipping Information
Product Care
Warranty
Return & Exchange
Cozy Up With Us
Stay connected with news and exclusive offers
Subscribe
Copyright Cozy Earth 2024
Privacy Policy Terms and Conditions Cookie Policy California Privacy Notice
bytesize:heart Favorite ph:magnifying-glass-plus Quick Add
{ product.title }

Made with Viscose from Bamboo

{ formatMoney(selectedVariant.price) }

{ formatMoney(sitewide_discount) }

{ formatMoney(selectedVariant.price) }

{ formatMoney(selectedVariant.price) }

{ options[option.name] }

Shopping Cart
Your Cart Looks a Little Empty!
BEST SELLERS: AS SEEN ON OPRAH'S FAVORITE THINGS
SHOP BY COLLECTION

Bedding

Bath

Loungewear

Shipping Protection

Shipping Protection

Easily secure your shipment with the click of a button

×

Step 1: Select & Purchase Shipping Protection During Checkout

Step 2: Get Instant Protection for Damaged, Lost or Stolen Packages

Step 3: Easily File a Claim if Anything Happens to Your Order

User Privacy Terms of Service

International orders shipping calculated upon checkout. Import, customs fees,
and returns are the responsibility of the customer.

Close

Item Added to Favorites!
Share this item
View Favorites
×

Please note:

This Item is final sale.

Exchanges, returns, & warranties not allowed. Valid
while supplies last. All sales final.