cozyearth.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://cozyearth.com/products/bamboo-sheet-set?variant=40252110438580%20irclickid=UStUfbWWBxyKWDLWAAQl4xe4UkCTcHxvUXR...
Effective URL: https://cozyearth.com/products/bamboo-sheet-set?variant=40252110438580%20irclickid=UStUfbWWBxyKWDLWAAQl4xe4UkCTcHxvUXR...
Submission: On December 05 via manual from US — Scanned from CA

Form analysis 10 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="/products/bamboo-sheet-set?variant=40252110438580"><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="/products/bamboo-sheet-set?variant=40252110438580"><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>

GET /search

<form action="/search" method="get" class="relative w-full h-fit">
  <input type="text" name="q" placeholder="Search Cozy Earth" title="Search Cozy Earth products" aria-label="Type to search top results. Press enter to see all results." class="
                bg-ce-white-200 rounded-full min-w-full pl-10 py-2 font-work-sans text-sm
                placeholder:text-ce-gray- 700 shadow-sm
              ">
  <button type="submit" aria-label="submit search" class="w-5 p-0.5 absolute left-3 top-1/2 -translate-y-1/2 2xl:left-3 2xl:w-5">
    <svg class="text-ce-gray-700 w-full h-auto overflow-visible" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path
        d="M18.1801 19.1241L12.5533 13.4973C11.8867 14.0653 11.12 14.5049 10.2533 14.816C9.38667 15.1271 8.51556 15.2827 7.64 15.2827C5.50489 15.2827 3.69778 14.5436 2.21867 13.0653C0.739556 11.5862 0 9.77956 0 7.64533C0 5.51111 0.738666 3.70356 2.216 2.22267C3.69422 0.740889 5.50045 0 7.63467 0C9.76978 0 11.5778 0.739556 13.0587 2.21867C14.5396 3.69778 15.28 5.50533 15.28 7.64133C15.28 8.56756 15.116 9.464 14.788 10.3307C14.4591 11.1973 14.028 11.9387 13.4947 12.5547L19.1214 18.1801L18.1801 19.1241ZM7.64 13.948C9.40889 13.948 10.9027 13.3391 12.1213 12.1213C13.3391 10.9036 13.948 9.40978 13.948 7.64C13.948 5.87111 13.3391 4.37778 12.1213 3.16C10.9036 1.94222 9.41022 1.33333 7.64133 1.33333C5.87244 1.33333 4.37867 1.94222 3.16 3.16C1.94222 4.37778 1.33333 5.87111 1.33333 7.64C1.33333 9.40889 1.94222 10.9022 3.16 12.12C4.37778 13.3378 5.87111 13.948 7.64 13.948Z"
        fill="currentColor"></path>
    </svg>
  </button>
</form>

GET /search

<form action="/search" method="get" x-data="{ search: '', openOutput: false, searching: true }" x-init="
          $watch('search', value => {
            openOutput = !!search;
            if (search) {
              $ajax(`/search/suggest?q=${encodeURIComponent(search)}&amp;resources[type]=product&amp;resources[limit]=5&amp;resources[options][fields]=title,tag,product_type,variants.sku,variants.title&amp;section_id=meta-header-search-results`, {
                target: 'nav-desktop-search-output',
                events: true
              });
            }
          })
        " @ajax:before="searching = true" @ajax:after="searching = false" @keyup.escape.window="search = ''" @click.outside="search = ''" x-trap.noreturn="openOutput" class="w-40 flex h-8 bg-ce-white-200 rounded xl:w-56 2xl:w-64">
  <input type="text" id="nav-desktop-search-input" name="q" x-model.debounce="search" placeholder="Search Cozy Earth" aria-label="Type to search top results. Press enter to see all results." title="Search Cozy Earth products"
    class="w-full bg-transparent text-xs pb-1 pt-1.5 pl-3 placeholder:text-ce-gray-700 font-work-sans 2xl:text-sm">
  <input type="hidden" name="type" value="product">
  <button type="submit" aria-label="submit search" class="w-4 p-0.5 mr-1 mt-px 2xl:w-5">
    <svg class="text-ce-gray-700 w-full h-auto overflow-visible" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path
        d="M18.1801 19.1241L12.5533 13.4973C11.8867 14.0653 11.12 14.5049 10.2533 14.816C9.38667 15.1271 8.51556 15.2827 7.64 15.2827C5.50489 15.2827 3.69778 14.5436 2.21867 13.0653C0.739556 11.5862 0 9.77956 0 7.64533C0 5.51111 0.738666 3.70356 2.216 2.22267C3.69422 0.740889 5.50045 0 7.63467 0C9.76978 0 11.5778 0.739556 13.0587 2.21867C14.5396 3.69778 15.28 5.50533 15.28 7.64133C15.28 8.56756 15.116 9.464 14.788 10.3307C14.4591 11.1973 14.028 11.9387 13.4947 12.5547L19.1214 18.1801L18.1801 19.1241ZM7.64 13.948C9.40889 13.948 10.9027 13.3391 12.1213 12.1213C13.3391 10.9036 13.948 9.40978 13.948 7.64C13.948 5.87111 13.3391 4.37778 12.1213 3.16C10.9036 1.94222 9.41022 1.33333 7.64133 1.33333C5.87244 1.33333 4.37867 1.94222 3.16 3.16C1.94222 4.37778 1.33333 5.87111 1.33333 7.64C1.33333 9.40889 1.94222 10.9022 3.16 12.12C4.37778 13.3378 5.87111 13.948 7.64 13.948Z"
        fill="currentColor"></path>
    </svg>
  </button>
  <output for="nav-desktop-search-input" class="hidden absolute top-full left-0 w-full bg-white shadow py-3 px-5 xl:px-12 2xl:py-5 2xl:px-14" :class="{ 'hidden': !openOutput }">
    <div class="flex justify-between">
      <h2 class="text-xl xl:text-2xl">Products</h2>
      <button type="button" @click="search = ''" aria-label="Close search results">
        <svg class="text-ce-gray-700 size-4" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path fill-rule="evenodd" clip-rule="evenodd" d="M1.65775 27.6578L0.34375 26.3418L26.3438 0.341797L27.6577 1.6578L1.65775 27.6578Z" fill="currentColor"></path>
          <path fill-rule="evenodd" clip-rule="evenodd" d="M26.3438 27.6578L0.34375 1.6578L1.65775 0.341797L27.6577 26.3418L26.3438 27.6578Z" fill="currentColor"></path>
        </svg>
      </button>
    </div>
    <div x-show="!searching" style="display: none;">
      <ul id="nav-desktop-search-output"></ul>
    </div>
    <ul x-show="searching" class="mt-1 grid grid-cols-5 w-full gap-2 xl:mt-2 2xl:gap-5">
      <li>
        <style>
          @media (hover: hover) and (pointer: fine) {
            #progress-bar {
              display: none;
            }
          }
        </style>
        <div class="flex w-full animate-pulse flex-col @container">
          <div class="aspect-7/9 w-full bg-ce-cool"></div>
          <div class="mt-2 @2xs:mt-3">
            <div class="mb-px h-3 w-24 rounded bg-ce-cool @2xs:w-32 @xs:mb-0 @xs:w-36"></div>
            <div class="pb-0.5"></div>
            <div class="my-1 h-4 w-36 rounded bg-ce-cool @2xs:h-5 @2xs:w-48 @xs:w-56"></div>
          </div>
          <div class="mb-1 mt-0.5 h-4 w-28 rounded bg-ce-cool @2xs:mb-1.5 @2xs:mt-1 @2xs:w-36 @xs:h-5 @xs:w-48"></div>
          <div class="mt-1 flex items-center @2xs:mt-0.5 @xs:mt-1">
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="mb-1 ml-1 mt-1 h-2.5 w-12 rounded bg-ce-cool"></div>
          </div>
          <div class="mb-px mt-2 h-2 w-32 rounded bg-ce-cool"></div>
          <div class="pb-0.5"></div>
        </div>
      </li>
      <li>
        <style>
          @media (hover: hover) and (pointer: fine) {
            #progress-bar {
              display: none;
            }
          }
        </style>
        <div class="flex w-full animate-pulse flex-col @container">
          <div class="aspect-7/9 w-full bg-ce-cool"></div>
          <div class="mt-2 @2xs:mt-3">
            <div class="mb-px h-3 w-24 rounded bg-ce-cool @2xs:w-32 @xs:mb-0 @xs:w-36"></div>
            <div class="pb-0.5"></div>
            <div class="my-1 h-4 w-36 rounded bg-ce-cool @2xs:h-5 @2xs:w-48 @xs:w-56"></div>
          </div>
          <div class="mb-1 mt-0.5 h-4 w-28 rounded bg-ce-cool @2xs:mb-1.5 @2xs:mt-1 @2xs:w-36 @xs:h-5 @xs:w-48"></div>
          <div class="mt-1 flex items-center @2xs:mt-0.5 @xs:mt-1">
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="mb-1 ml-1 mt-1 h-2.5 w-12 rounded bg-ce-cool"></div>
          </div>
          <div class="mb-px mt-2 h-2 w-32 rounded bg-ce-cool"></div>
          <div class="pb-0.5"></div>
        </div>
      </li>
      <li>
        <style>
          @media (hover: hover) and (pointer: fine) {
            #progress-bar {
              display: none;
            }
          }
        </style>
        <div class="flex w-full animate-pulse flex-col @container">
          <div class="aspect-7/9 w-full bg-ce-cool"></div>
          <div class="mt-2 @2xs:mt-3">
            <div class="mb-px h-3 w-24 rounded bg-ce-cool @2xs:w-32 @xs:mb-0 @xs:w-36"></div>
            <div class="pb-0.5"></div>
            <div class="my-1 h-4 w-36 rounded bg-ce-cool @2xs:h-5 @2xs:w-48 @xs:w-56"></div>
          </div>
          <div class="mb-1 mt-0.5 h-4 w-28 rounded bg-ce-cool @2xs:mb-1.5 @2xs:mt-1 @2xs:w-36 @xs:h-5 @xs:w-48"></div>
          <div class="mt-1 flex items-center @2xs:mt-0.5 @xs:mt-1">
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="mb-1 ml-1 mt-1 h-2.5 w-12 rounded bg-ce-cool"></div>
          </div>
          <div class="mb-px mt-2 h-2 w-32 rounded bg-ce-cool"></div>
          <div class="pb-0.5"></div>
        </div>
      </li>
      <li>
        <style>
          @media (hover: hover) and (pointer: fine) {
            #progress-bar {
              display: none;
            }
          }
        </style>
        <div class="flex w-full animate-pulse flex-col @container">
          <div class="aspect-7/9 w-full bg-ce-cool"></div>
          <div class="mt-2 @2xs:mt-3">
            <div class="mb-px h-3 w-24 rounded bg-ce-cool @2xs:w-32 @xs:mb-0 @xs:w-36"></div>
            <div class="pb-0.5"></div>
            <div class="my-1 h-4 w-36 rounded bg-ce-cool @2xs:h-5 @2xs:w-48 @xs:w-56"></div>
          </div>
          <div class="mb-1 mt-0.5 h-4 w-28 rounded bg-ce-cool @2xs:mb-1.5 @2xs:mt-1 @2xs:w-36 @xs:h-5 @xs:w-48"></div>
          <div class="mt-1 flex items-center @2xs:mt-0.5 @xs:mt-1">
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="mb-1 ml-1 mt-1 h-2.5 w-12 rounded bg-ce-cool"></div>
          </div>
          <div class="mb-px mt-2 h-2 w-32 rounded bg-ce-cool"></div>
          <div class="pb-0.5"></div>
        </div>
      </li>
      <li>
        <style>
          @media (hover: hover) and (pointer: fine) {
            #progress-bar {
              display: none;
            }
          }
        </style>
        <div class="flex w-full animate-pulse flex-col @container">
          <div class="aspect-7/9 w-full bg-ce-cool"></div>
          <div class="mt-2 @2xs:mt-3">
            <div class="mb-px h-3 w-24 rounded bg-ce-cool @2xs:w-32 @xs:mb-0 @xs:w-36"></div>
            <div class="pb-0.5"></div>
            <div class="my-1 h-4 w-36 rounded bg-ce-cool @2xs:h-5 @2xs:w-48 @xs:w-56"></div>
          </div>
          <div class="mb-1 mt-0.5 h-4 w-28 rounded bg-ce-cool @2xs:mb-1.5 @2xs:mt-1 @2xs:w-36 @xs:h-5 @xs:w-48"></div>
          <div class="mt-1 flex items-center @2xs:mt-0.5 @xs:mt-1">
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="m-0.5 size-3 rounded-full bg-ce-cool @2xs:m-1 @2xs:size-4"></div>
            <div class="mb-1 ml-1 mt-1 h-2.5 w-12 rounded bg-ce-cool"></div>
          </div>
          <div class="mb-px mt-2 h-2 w-32 rounded bg-ce-cool"></div>
          <div class="pb-0.5"></div>
        </div>
      </li>
    </ul>
  </output>
</form>

DIALOG

<form method="dialog" class="absolute z-10 top-1 right-1 2xl:top-2 2xl:right-2">
  <button aria-label="Close dialog"><svg class="p-1.5 size-8" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M1.65775 27.6578L0.34375 26.3418L26.3438 0.341797L27.6577 1.6578L1.65775 27.6578Z" fill="currentColor"></path>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M26.3438 27.6578L0.34375 1.6578L1.65775 0.341797L27.6577 26.3418L26.3438 27.6578Z" fill="currentColor"></path>
    </svg>
  </button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_11961511507" accept-charset="UTF-8" class="flex gap-3 mt-3 lg:mt-5" enctype="multipart/form-data" x-target="dialog-cart-ajax" x-headers="{'Accept': 'text/html'}"><input type="hidden"
    name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div x-data="{ quantity: 1 }" class="w-24 flex items-center justify-between border-2 border-ce-gray-200 lg:w-32">
    <input type="hidden" name="id" value="40252110438580">
    <button aria-controls="quantity-selector-value" aria-label="Remove one quantity" class="px-1 pt-0.5 lg:px-2 lg:text-xl" type="button" @click="quantity = quantity <= 2 ? 1: quantity - 1"> - </button>
    <input id="quantity-selector-value" type="number" name="quantity" aria-label="Item quantity 1" :aria-label="`Item quantity ${quantity}`" aria-live="polite" class="w-full pt-1 text-center lg:text-lg" value="1" readonly="" :value="quantity">
    <button aria-controls="quantity-selector-value" aria-label="Add one quantity" class="px-1 pt-1 lg:px-2 lg:text-xl" type="button" @click="quantity++"> + </button>
  </div>
  <button class="
                  w-full bg-ce-gray-700 text-white font-chroma-st font-medium h-9
                  aria-disabled:opacity-70 transition-opacity duration-300 2xl:h-10
                " aria-label="Add to cart and open the cart">ADD TO CART</button>
  <input type="hidden" name="product-id" value="11961511507"><input type="hidden" name="section-id" value="sections--16797448863924__quick-add-modal">
</form>

DIALOG

<form method="dialog" class="z-10" @click.outside="$refs.dialogWmtm.close();">
  <button tabindex="0" aria-label="Close final sale" class="absolute top-1 right-1 2xl:top-2 2xl:right-2">
    <svg class="p-1.5 size-8" width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M1.65775 27.6578L0.34375 26.3418L26.3438 0.341797L27.6577 1.6578L1.65775 27.6578Z" fill="currentColor"></path>
      <path fill-rule="evenodd" clip-rule="evenodd" d="M26.3438 27.6578L0.34375 1.6578L1.65775 0.341797L27.6577 26.3418L26.3438 27.6578Z" fill="currentColor"></path>
    </svg>
  </button>
  <div class="transition-opacity duration-300 p-5 lg:p-10 2xl:p-12">
    <div x-ref="firstFocusable" tabindex="0" class="flex flex-col gap-0.5 w-full relative max-w-md text-center">
      <p class="text-ce-red font-chroma-st text-sm uppercase tracking-xl">Please note:</p>
      <p class="text-ce-red font-chroma-st md:text-lg uppercase font-medium tracking-xl">This Item is final sale.</p>
      <p class="text-ce-gray-800 font-work-sans text-sm md:text-base"> Exchanges, returns, &amp; warranties not allowed. Valid while supplies last. All sales final. </p>
    </div>
  </div>
</form>

POST

<form @submit.prevent="handleSubmit" method="POST" class="px-4 md:px-12">
  <p class="my-6 text-center text-4xl font-light tracking-wide">Write A Review</p>
  <p x-show="formError" class="mb-3 text-center font-bold text-ce-red" style="display: none;"> There was an error submitting your review. Please Try again later </p>
  <p x-show="formSubmitting" class="text-bold mb-3 text-center" style="display: none;"> Submitting... </p>
  <p x-show="formSubmitted" class="mb-3 text-center" style="color: var(--reviews-color-green); font-weight: bold; display: none;"> Submitted Successfully </p>
  <p x-show="!formSubmitting &amp;&amp; !formSubmitted" class="mb-3 text-center">* Indicates a required field</p>
  <input type="hidden" name="productId" :value="product.id" value="11961511507">
  <div class="mb-2 flex w-full flex-col md:flex-row">
    <div class="mb-2 flex w-full md:w-1/2 flex-col md:mb-0 md:mr-2">
      <label class="pb-1" for="full-name">* Full Name:</label>
      <input id="full-name" placeholder="John Doe" class="border border-ce-gray-200 py-2 px-3" name="author" type="text" value="" required="">
    </div>
    <div class="flex w-full md:w-1/2 flex-col">
      <label class="pb-1" for="email">* Email:</label>
      <input id="email" placeholder="hello@email.com" class="border border-ce-gray-200 py-2 px-3" name="email" type="email" value="" required="">
    </div>
  </div>
  <div class="flex justify-between">
    <div class="flex w-1/2 flex-col">
      <p class="mr-1 pb-2">* Product Rating:</p>
      <div class="product-rating relative inline-block h-12 w-max">
        <label class="absolute left-0 top-0 mr-1 h-full cursor-pointer text-transparent last:text-neutral-600 hover:text-ce-warm-300">
          <input class="peer absolute left-0 top-0 opacity-0" type="radio" name="stars" value="1">
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
        </label>
        <label class="absolute left-0 top-0 mr-1 h-full cursor-pointer text-transparent last:text-neutral-600 hover:text-ce-warm-300">
          <input class="peer absolute left-0 top-0 opacity-0" type="radio" name="stars" value="2">
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
        </label>
        <label class="absolute left-0 top-0 mr-1 h-full cursor-pointer text-transparent last:text-neutral-600 hover:text-ce-warm-300">
          <input class="peer absolute left-0 top-0 opacity-0" type="radio" name="stars" value="3">
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
        </label>
        <label class="absolute left-0 top-0 mr-1 h-full cursor-pointer text-transparent last:text-neutral-600 hover:text-ce-warm-300">
          <input class="peer absolute left-0 top-0 opacity-0" type="radio" name="stars" value="4">
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
        </label>
        <label class="absolute left-0 top-0 mr-1 h-full cursor-pointer text-transparent last:text-neutral-600 hover:text-ce-warm-300">
          <input class="peer absolute left-0 top-0 opacity-0" type="radio" name="stars" value="5">
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
          <span class="float-left group-hover:!text-inherit peer-checked:text-ce-warm-300"><svg class="text-inherit w-5 h-5" width="10" height="10" viewBox="0 0 10 10" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <path d="M8.01133 9.77602L4.95071 7.53167L1.83098 9.69312L3.01971 6.08876L0 3.78964L3.7953 3.80637L5.04873 0.223999L6.20563 3.83871L10 3.92378L6.91971 6.14107L8.01133 9.77602Z" fill="currentColor"></path>
            </svg>
          </span>
        </label>
      </div>
    </div>
  </div>
  <div class="flex flex-col pb-2">
    <label for="title" class="mr-1 mb-2">* Title:</label>
    <input id="title" placeholder="Title" class="border border-ce-gray-200 py-2 px-3" name="reviewTitle" type="text" value="" required="">
  </div>
  <div class="flex flex-col pt-4 pb-2">
    <label for="full-name" class="mr-1 mb-2">* Message:</label>
    <textarea id="message" placeholder="Message" class="max-h-64 min-h-32 py-2 px-3 border border-ce-gray-200" name="reviewMessage" type="text" value="" required=""></textarea>
  </div>
  <button class="btn disabled:opacity-50" type="text" :disabled="formSubmitting || formSubmitted"> Submit </button>
</form>

POST /localization

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

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="mt-3 w-full flex flex-col items-center" x-target="" data-persist-bound="true"><input type="hidden" name="form_type" value="customer"><input
    type="hidden" name="utf8" value="✓">
  <div class="w-full h-10 flex items-center justify-center border-ce-gray-700 border font-work-sans">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <input type="email" name="contact[email]" value="" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Email" required="" class="grow h-full pl-2">
    <button type="submit" value="Subscribe" class="h-full px-3 bg-ce-gray-700 text-white tracking-wider text-sm"> Subscribe </button>
  </div><small class="text-ce-red">
  </small>
</form>

Text Content

YOUR LOCATION IS SET TO CANADA

 * Shop in CAD $
 * Get shipping options for Canada

Continue
Change country/region



UPGRADE TO THE __TIER_NAME__

You’re attempting to view exclusive content only for members in the
__tier_name__.

Upgrade to __tier_name__ Go back to shopping

Already have an account? Sign in

Upgrade to the __tier_name__

You’re attempting to view exclusive content only for members in the
__tier_name__.

Current Plan
Upgrade to __tier_name__

← Go back to shopping

or compare all plans on landing page

Already have an account? Sign in


UPGRADE TO THE __TIER_NAME__

You’re attempting to view exclusive content only for members in the
__tier_name__.

Upgrade to __tier_name__ Go back to shopping

Already have an account? Sign in

Upgrade to the __tier_name__

You’re attempting to view exclusive content only for members in the
__tier_name__.

Current Plan
Upgrade to __tier_name__

← Go back to shopping

or compare all plans on landing page

Already have an account? Sign in

Skip to content

Cyber Monday extended: Up to 35% off + Free Shipping $50+

Free Gift with orders $249+


Black Friday Deals Bedding Bath Women Men Home Best Sellers Kids Skincare Sign
In Cozy Earth Membership Returns & Exchanges Contact Us About Us
back


BEDDING

All Bedding Bedding Bundles Sheet Sets NEW Comforters NEW Duvet Covers Blankets
& Throws Pillows & Inserts NEW Shams & Pillowcases Quilts & Coverlets Mattress
Pad


FEATURED

$100K Giveaway New Arrivals JUST IN! Best Sellers We Made Too Much-Up to 75% Off
Cozy Earth Membership Wedding Gifts Oprah's Favorite Things Live Shopping Build
Your Bed Cozy Earth Gift Card

Shop Best-Selling Sheets

back


BATH

All Bath Bath Bundles Bath Towels Bath Sheets Bath Mats Bath Robes Bath Wraps
NEW Hair Towels NEW


FEATURED

$100K Giveaway New Arrivals JUST IN! Best Sellers We Made Too Much-Up to 75% Off
Cozy Earth Membership Oprah's Favorite Things Wedding Gifts Live Shopping Cozy
Earth Gift Card

Shop the Softest Towel

back


WOMEN'S CLOTHING

All Women's Pajamas NEW Robes Tops Bottoms Lounge Sets Slippers Dresses & Skirts
Sweaters & Cardigans NEW Accessories NEW Socks NEW Maternity


FEATURED

$100K Giveaway New Arrivals JUST IN! Gifts For Her Best Sellers Cozy Earth
Membership We Made Too Much-Up to 75% Off Travel Clothes Wedding Oprah's
Favorite Things Live Shopping Kid's Clothing NEW Cozy Earth Gift Card

Shop the City Scape Collection

back


MEN'S CLOTHING

All Men's Joggers Bottoms NEW Tops Hoodies & Sweatshirts NEW Pajamas Lounge Sets
Robes Socks NEW Accessories NEW


FEATURED

$100K Giveaway New Arrivals JUST IN! Best Sellers We Made Too Much-Up to 75% Off
Travel Clothes Winter Clothes Oprah's Favorite Things Live Shopping Kid's
Clothing NEW Cozy Earth Membership Cozy Earth Gift Card

Shop the Everywhere Pant

back


HOME

All Home Furniture NEW Bedding Bath Candles NEW Blankets & Throws Bath Towels
Shams & Pillowcases Cozy Earth Gift Card


FEATURED

$100K Giveaway Cozy Earth Membership We Made Too Much-Up to 75% Off Live
Shopping

Shop Luxury Candles

Bedding
$100K Giveaway  New Arrivals  JUST IN! Best Sellers  Cozy Earth Membership 
Oprah's Favorite Things  Wedding Gifts  Live Shopping  Build Your Bed  Cozy
Earth Gift Card 
Bedding Bedding Bundles  Sheet Sets  NEW Comforters  NEW Duvet Covers  Blankets
& Throws  Pillows & Inserts  NEW Shams & Pillowcases  Quilts & Coverlets 
Mattress Pad 

Shop Best-Selling Sheets

Bath
$100K Giveaway  New Arrivals  JUST IN! Best Sellers  Cozy Earth Membership 
Oprah's Favorite Things  Wedding Gifts  Live Shopping  Cozy Earth Gift Card 
Bath Bath Bundles  Bath Towels  Bath Sheets  Bath Mats  Bath Robes  NEW Bath
Wraps  NEW Hair Towels  NEW

Shop the Softest Towel

Women
$100K Giveaway  New Arrivals  JUST IN! Gifts For Her  Best Sellers  Cozy Earth
Membership  We Made Too Much-Up to 75% Off  Travel Clothes  Wedding  Oprah's
Favorite Things  Live Shopping  Kid's Clothing  NEW Cozy Earth Gift Card 
Women's Clothing Pajamas  NEW Robes  Tops  Bottoms  Lounge Sets  Slippers 
Sweaters & Cardigans  NEW Hoodies & Sweatshirts  Dresses & Skirts  Accessories 
NEW Socks  NEW Maternity 

Shop the City Scape Collection

Men
$100K Giveaway  New Arrivals  JUST IN! Gifts For Him  Best Sellers  Cozy Earth
Membership  We Made Too Much-Up to 75% Off  Travel Clothes  Winter Clothes 
Oprah's Favorite Things  Live Shopping  Kid's Clothing  NEW Cozy Earth Gift
Card 
Men's Clothing Bottoms  NEW Joggers  Tops  Hoodies & Sweatshirts  NEW Pajamas 
Lounge Sets  Robes  Socks  NEW Accessories  NEW

Shop the Everywhere Pant

Home
$100K Giveaway  Cozy Earth Membership  We Made Too Much-Up to 75% Off  Live
Shopping  Cozy Earth Gift Card 
Home Furniture  NEW Bedding  Bath  Candles  NEW Blankets & Throws  Shams &
Pillowcases 

Shop Luxury Candles

Kids Skincare Best Sellers Black Friday Deals


PRODUCTS


 * 
 * 
 * 
 * 
 * 



0




SHOPPING CART

Purchase 3+ items to Save 35%



Your Shopping Bag
Is Currently Empty

SHOP ALL BEDDINGBATH COLLECTIONWOMEN'S APPARELMEN'S APPAREL

Need Help Visualizing
Your Dream Bed?

Build Your Perfect Bed

Bamboo Sheet Set

$272.30

$389

Color: White

Select White color Select Light Grey color Select Oat color Select Charcoal
color Select Walnut color Select Flax color Select Coffee color Select Skiers
color Select Woodland Creatures color Select Charcoal Pinstripe color Select
Jade Pinstripe color Select Driftwood Pinstripe color Select Pacific Blue color
Select Dove Grey color Select Creme color Select Sage color Select Harbor Mist
color Select Shore color Select Driftwood color

Size: Queen

Twin/Twin XL Full Queen King California King Split King
- +
ADD TO CART
View Product Page


Please note:

This Item is final sale.

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

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] }


YOU MAY ALSO LIKE

 * Product Feature:
   
   Best Seller
   
   30% off
   Quick Add
   
   Selling Fast!
   
   Bamboo Duvet Cover
   
   Price is 50% Off, was $319. Is currently $159.50.
   
   From $287
   
   $159.50
   
   Up to 50% off
   
    * View Driftwood color.
   
    * View White color.
   
    * View Light Grey color.
   
    * View Charcoal color.
   
    * View Oat color.
   
   + 16 more
   
   + 17 more colors
   
   + 17
   
   Made with Bamboo Viscose

 * Product Feature:
   
   New Arrivals
   
   30% off
   Quick Add
   Down Alternative Comforter
   
   Price is 30% Off, was $399. Is currently $279.30.
   
   From $399
   
   $279.30
   
   30% off

 * Product Feature:
   
   Best Seller
   
   30% off
   Quick Add
   Bamboo Pillowcases
   
   Price is 30% Off, was $70. Is currently $49.
   
   From $70
   
   $49
   
   30% off
   
    * View Charcoal color.
   
    * View White color.
   
    * View Light Grey color.
   
    * View Oat color.
   
    * View Creme color.
   
   + 8 more
   
   + 9 more colors
   
   + 9
   
   Made with Bamboo Viscose

 * Product Feature:
   
   New Colors
   
   30% off
   Quick Add
   
   Selling Fast!
   
   Bamboo Bedding Deluxe Bundle
   
   Price is 30% Off, was $1,019. Is currently $713.30.
   
   From $1,019
   
   $713.30
   
   30% off
   
    * View White color.
   
    * View Driftwood color.
   
    * View Oat color.
   
    * View Charcoal color.
   
    * View Light Grey color.
   
   + 6 more
   
   + 7 more colors
   
   + 7
   
   Made with Bamboo Viscose

 * Product Feature:
   
   New Colors
   
   30% off
   Quick Add
   
   Selling Fast!
   
   Bamboo Bedding Core Bundle
   
   Price is 30% Off, was $719. Is currently $503.30.
   
   From $719
   
   $503.30
   
   30% off
   
    * View White color.
   
    * View Oat color.
   
    * View Charcoal color.
   
    * View Light Grey color.
   
    * View Driftwood color.
   
   + 5 more
   
   + 6 more colors
   
   + 6
   
   Made with Bamboo Viscose

 * Product Feature:
   
   New Colors
   
   30% off
   Quick Add
   Bamboo Blanket
   
   Price is 35% Off, was $118. Is currently $76.70.
   
   From $118
   
   $76.70
   
   Up to 35% off
   
    * View Sage/Olive color.
   
    * View Pacific Blue/Navy color.
   
    * View Oat/Driftwood color.
   
    * View Dove Grey/Charcoal color.
   
    * View White color.
   
   + 1 more colors
   
   + 1
   
   Made with Bamboo Viscose

 * Product Feature:
   
   New Colors
   
   30% off
   Quick Add
   Bamboo Tassel Throw
   
   Price is 30% Off, was $239. Is currently $167.30.
   
   $239
   
   $167.30
   
   30% off
   
    * View White color.
   
    * View Pacific Blue color.
   
    * View Walnut color.
   
    * View Dove Grey color.
   
    * View Sage color.
   
   + 1 more colors
   
   + 1
   
   Made with Bamboo Viscose

 * Product Feature:
   
   New Colors
   
   30% off
   Quick Add
   Bamboo Fitted Sheet
   
   Price is 30% Off, was $110. Is currently $77.
   
   From $110
   
   $77
   
   30% off
   
    * View Driftwood color.
   
    * View White color.
   
    * View Light Grey color.
   
    * View Walnut color.
   
    * View Oat color.
   
   + 15 more
   
   + 16 more colors
   
   + 16
   
   Made with Bamboo Viscose

 * Product Feature:
   
   New Colors
   
   30% off
   Quick Add
   Bamboo Flat Sheet
   
   Price is 30% Off, was $149. Is currently $104.30.
   
   From $149
   
   $104.30
   
   30% off
   
    * View White color.
   
    * View Light Grey color.
   
    * View Charcoal color.
   
    * View Oat color.
   
    * View Driftwood color.
   
   + 19 more
   
   + 20 more colors
   
   + 20
   
   Made with Bamboo Viscose
 * 
   Quick Add
   Bamboo Sheet Swatch
   
   Price is $0
   
   $0
   
    * View Driftwood color.
   
    * View White color.
   
    * View Light Grey color.
   
    * View Charcoal color.
   
    * View Oat color.
   
   + 5 more
   
   + 6 more colors
   
   + 6
   
   Made with Bamboo Viscose
 * 30% off
   Quick Add
   Bamboo Travel Pillowcase
   
   Price is 30% Off, was $50. Is currently $35.
   
   $50
   
   $35
   
   30% off
   
    * View Light Grey color.
   
    * View Charcoal color.
   
   Made with Bamboo Viscose

 * Product Feature:
   
   Last Chance
   
   30% off
   Quick Add
   Bamboo Stretch Pillowcases
   
   Price is 30% Off, was $89. Is currently $62.30.
   
   $89
   
   $62.30
   
   30% off
   
    * View Birch color.
   
    * View Light Grey color.
   
   Made with Bamboo Viscose



> "I've genuinely never felt something as soft as their fabrics. They're so
> amazing."




CUSTOMER RATINGS & REVIEWS

%
Would Recommend

%
Would Recommend



Star Ratings

/5
Comfort Level




- Cozy Earth Team
View Replies Hide Replies

There are no reviews for this product. Be the first to write a review!





Write Review


CUSTOMER RATINGS & REVIEWS

%
Would Recommend

93%
Would Recommend

%
Would Recommend

4.9



8,309 Star Ratings

5/5
Comfort Level






- Cozy Earth Team
View Replies Hide Replies

- Cozy Earth Team
View Replies Hide Replies
Josh


undefined, undefined

Incredible product


- Cozy Earth Team
View Replies Hide Replies
Nikki


undefined, undefined

Amazing products!


- Cozy Earth Team
View Replies Hide Replies
Sarah


undefined, undefined

We are obsessed with these sheets. After we tried them we ended up signing up
for the Cozy Earth Membership and now we are trying to buy all the other
products!


- Cozy Earth Team
View Replies Hide Replies
Lauren


undefined, undefined

i didn’t know if i was going to like them when i first felt them but after a
wash they’re perfect! so soft and delicate :’) glad i got them on sale, they’re
worth it for the sale price but i probably wouldn’t repurchase unless they were
on sale again. i know me and my husband are going to hate switching back to our
old ones to wash these!


- Cozy Earth Team
View Replies Hide Replies
Kendra


undefined, undefined

The softest sheets I’ve ever slept on! I was hesitant to purchase because of the
price but they definitely live up to the hype!!


- Cozy Earth Team
View Replies Hide Replies

There are no reviews for this product. Be the first to write a review!




12345

Write Review

Write A Review

There was an error submitting your review. Please Try again later

Submitting...

Submitted Successfully

* Indicates a required field

* Full Name:
* Email:

* Product Rating:


* Title:
* Message:
Submit
Select Country - US (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 $)

For assistance in better understanding the content of this page or any other
page within this website, please call the following telephone number (385)
225-9268 during normal business hours (Monday-Friday 9am - 8pm EST)


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

For assistance in better understanding the content of this page or any other
page within this website, please call the following telephone number (385)
225-9268 during normal business hours (Monday-Friday 9am - 8pm EST)

COPYRIGHT COZY EARTH 2024

Privacy Policy Terms and Conditions Accessibility Statement California Privacy
Notice Do Not Sell or Share My Personal Information