casablui.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://runcasablui.co/
Effective URL: https://casablui.com/
Submission: On October 26 via api from BE — Scanned from US

Form analysis 6 forms found in the DOM

GET /search

<form class="" action="/search" method="get" role="search">
  <div class="relative">
    <input id="sidebar-search" type="search" name="q" value="" class="sidebar-search-input font-heading w-full py-2 pl-0 pr-9 placeholder-current shadow-none pt-5 pb-4 border-b border-b-scheme-text" x-ref="input" placeholder="Search">
    <label class="sr-only" for="sidebar-search">Search</label>
    <input type="hidden" name="options[prefix]" value="last"><button class="absolute bottom-0 left-auto right-0 top-0 flex h-full items-center justify-center" aria-label="Search">
      <span class="inline-block h-6 w-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M21.75 37.5C30.4485 37.5 37.5 30.4485 37.5 21.75C37.5 13.0515 30.4485 6 21.75 6C13.0515 6 6 13.0515 6 21.75C6 30.4485 13.0515 37.5 21.75 37.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M32.8875 32.8875L42 42" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </span>
    </button>
  </div>
</form>

GET /search

<form class="predictive-search-form flex flex-col" x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" @search-is-open.window="setTimeout(() => { $focus.first() }, 150)">
  <div class="px-2.5 lg:px-5">
    <div class="relative mt-section py-4">
      <input id="header-search" type="search" name="q" value="" class="header-search-input font-secondary text-center font-heading bg-transparent w-full border-none py-2 pl-9 shadow-none text-display uppercase" x-ref="input" placeholder="Search"
        :aria-expanded="results ? 'true' : 'false'" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false"
        x-model="rawQuery" @input.debounce.300="onChange" @focus="onFocus">
      <label class="sr-only" for="header-search">Search</label>
      <input type="hidden" name="options[prefix]" value="last"><!-- <button
            class="absolute bottom-0 left-0 right-auto top-0 flex h-full items-center justify-center pr-2"
            aria-label="Search"
          >
            <span class="inline-block h-6 w-6"><svg
  class="theme-icon"
  viewBox="0 0 48 48"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path d="M21.75 37.5C30.4485 37.5 37.5 30.4485 37.5 21.75C37.5 13.0515 30.4485 6 21.75 6C13.0515 6 6 13.0515 6 21.75C6 30.4485 13.0515 37.5 21.75 37.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M32.8875 32.8875L42 42" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
          </button>
          <button
            x-cloak
            
              @click="close(true,true)"
            
            class="absolute bottom-0 left-auto right-0 top-0 flex h-full items-center justify-center pl-2" type="button"
          >
            <span class="sr-only">Clear search</span>
            <span class="inline-block h-6 w-6"><svg
  class="theme-icon"
  viewBox="0 0 48 48"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path d="M37.5 10.5L10.5 37.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M37.5 37.5L10.5 10.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
          </button> -->
    </div>
  </div>
  <style>
    .resultsSlot {
      /* height: calc(100vh - 400px); */
      padding-left: 35px;
      padding-right: 35px;
    }
  </style>
  <div x-ref="resultsSlot" class="relative flex-grow scroll-py-2.5 resultsSlot" :class="
    {
      'overflow-y-auto': ! loading,
      'overflow-y-hidden': loading,
    }
  ">
    <div id="predictiveSearchResults" tabindex="-1">
      <div x-ref="results" hidden=""></div>
    </div>
    <span class="predictive-search-status sr-only" role="status" aria-hidden="true"></span>
    <template x-if="loading">
      <div class="sticky inset-0 z-10 flex h-full w-full bg-scheme-background">
        <div class="m-auto h-6 w-6 py-section">
          <div class="loading opacity-60"></div>
        </div>
      </div>
    </template>
  </div>
  <template x-if="showViewAll">
    <div x-ref="viewAll" class="mt-auto bg-scheme-background/50 px-1.5 py-3 pb-safe-bottom text-center lg:px-3" role="option" id="predictive-search-option-search-keywords">
      <button class="px-2 py-1"> View all results </button>
    </div>
  </template>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form" cr-attached="true" data-hs-cf-bound="true"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8"
    value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <label for="Email" class="sr-only"> Email Address </label>
  <div class="grid grid-cols-[minmax(0,_1fr)_auto] input-group">
    <input type="email" name="contact[email]" id="Email" class="text-theme-basic input-group-field" value="" placeholder="Email Address" autocorrect="off" autocapitalize="off">
    <button type="submit" class="ml-3 md:ml-5 input-group-button">
      <span class="text-theme-basic"> Subscribe </span>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data" cr-attached="true" data-hs-cf-bound="true"><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="/">
  <div class="-m-1 flex flex-row flex-wrap items-center justify-start lg:justify-end">
    <div class="m-1">
      <h2 class="sr-only" id="country-heading"> Country/region </h2>
      <div class="relative" x-data="{ expanded: false }" @keydown.escape.prevent.stop="expanded = false" @click.outside="expanded = false">
        <button type="button" class="flex items-center justify-between rounded-button border border-0 border-scheme-text p-3 text-sm" :aria-expanded="expanded" aria-controls="country-list" aria-describedby="country-heading"
          @click.prevent="expanded = ! expanded" aria-expanded="false">United States (USD $) <div class="ml-3 h-4 w-4" x-show="! expanded"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
              <path d="M39 18L24 33L9 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg>
          </div>
          <div class="ml-3 h-4 w-4" x-show="expanded" style="display: none;"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
              <path d="M9 30L24 15L39 30" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg>
          </div>
        </button>
        <ul id="country-list" class="absolute bottom-[calc(100%_+_0.5rem)] left-0 right-auto z-10 max-h-[60vh] snap-y snap-mandatory overflow-y-auto border border-scheme-text bg-scheme-background p-3 md:left-auto md:right-0" x-show="expanded"
          :aria-hidden="! expanded" aria-hidden="true" style="display: none;">
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AF'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Afghanistan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AX'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Åland Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AL'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Albania (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'DZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Algeria (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AD'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Andorra (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Angola (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AI'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Anguilla (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Antigua &amp; Barbuda (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Argentina (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Armenia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AW'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Aruba (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AC'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Ascension Island (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AU'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Australia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Austria (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Azerbaijan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BS'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Bahamas (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BH'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Bahrain (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BD'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Bangladesh (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BB'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Barbados (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BY'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Belarus (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Belgium (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Belize (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BJ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Benin (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Bermuda (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Bhutan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Bolivia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Bosnia &amp; Herzegovina (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BW'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Botswana (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Brazil (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'IO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">British Indian Ocean Territory (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'VG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">British Virgin Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Brunei (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Bulgaria (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BF'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Burkina Faso (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BI'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Burundi (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KH'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Cambodia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Cameroon (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Canada (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CV'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Cape Verde (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BQ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Caribbean Netherlands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KY'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Cayman Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CF'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Central African Republic (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TD'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Chad (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CL'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Chile (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">China (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CX'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Christmas Island (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CC'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Cocos (Keeling) Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Colombia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Comoros (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Congo - Brazzaville (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CD'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Congo - Kinshasa (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Cook Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Costa Rica (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CI'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Côte d’Ivoire (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'HR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Croatia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CW'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Curaçao (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CY'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Cyprus (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Czechia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'DK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Denmark (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'DJ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Djibouti (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'DM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Dominica (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'DO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Dominican Republic (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'EC'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Ecuador (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'EG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Egypt (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SV'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">El Salvador (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GQ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Equatorial Guinea (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ER'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Eritrea (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'EE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Estonia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Eswatini (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ET'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Ethiopia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'FK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Falkland Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'FO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Faroe Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'FJ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Fiji (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'FI'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Finland (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'FR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">France (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GF'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">French Guiana (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PF'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">French Polynesia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TF'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">French Southern Territories (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Gabon (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Gambia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Georgia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'DE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Germany (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GH'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Ghana (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GI'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Gibraltar (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Greece (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GL'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Greenland (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GD'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Grenada (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GP'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Guadeloupe (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Guatemala (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Guernsey (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Guinea (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GW'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Guinea-Bissau (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GY'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Guyana (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'HT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Haiti (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'HN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Honduras (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'HK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Hong Kong SAR (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'HU'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Hungary (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'IS'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Iceland (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'IN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">India (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ID'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Indonesia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'IQ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Iraq (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'IE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Ireland (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'IM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Isle of Man (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'IL'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Israel (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'IT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Italy (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'JM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Jamaica (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'JP'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Japan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'JE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Jersey (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'JO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Jordan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Kazakhstan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Kenya (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KI'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Kiribati (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'XK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Kosovo (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KW'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Kuwait (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Kyrgyzstan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Laos (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LV'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Latvia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LB'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Lebanon (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LS'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Lesotho (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Liberia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LY'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Libya (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LI'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Liechtenstein (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Lithuania (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LU'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Luxembourg (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Macao SAR (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Madagascar (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MW'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Malawi (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MY'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Malaysia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MV'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Maldives (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ML'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Mali (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Malta (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MQ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Martinique (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Mauritania (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MU'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Mauritius (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'YT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Mayotte (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MX'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Mexico (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MD'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Moldova (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MC'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Monaco (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Mongolia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ME'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Montenegro (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MS'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Montserrat (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Morocco (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Mozambique (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Myanmar (Burma) (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Namibia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Nauru (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NP'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Nepal (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NL'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Netherlands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NC'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">New Caledonia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">New Zealand (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NI'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Nicaragua (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Niger (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Nigeria (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NU'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Niue (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NF'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Norfolk Island (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">North Macedonia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'NO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Norway (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'OM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Oman (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Pakistan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PS'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Palestinian Territories (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Panama (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Papua New Guinea (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PY'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Paraguay (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Peru (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PH'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Philippines (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Pitcairn Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PL'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Poland (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Portugal (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'QA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Qatar (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'RE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Réunion (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'RO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Romania (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'RU'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Russia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'RW'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Rwanda (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'WS'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Samoa (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">San Marino (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ST'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">São Tomé &amp; Príncipe (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Saudi Arabia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Senegal (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'RS'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Serbia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SC'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Seychelles (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SL'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Sierra Leone (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Singapore (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SX'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Sint Maarten (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Slovakia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SI'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Slovenia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SB'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Solomon Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Somalia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ZA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">South Africa (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GS'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">South Georgia &amp; South Sandwich Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">South Korea (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SS'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">South Sudan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ES'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Spain (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Sri Lanka (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'BL'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">St. Barthélemy (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SH'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">St. Helena (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'KN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">St. Kitts &amp; Nevis (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'LC'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">St. Lucia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'MF'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">St. Martin (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'PM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">St. Pierre &amp; Miquelon (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'VC'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">St. Vincent &amp; Grenadines (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SD'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Sudan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Suriname (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SJ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Svalbard &amp; Jan Mayen (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'SE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Sweden (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'CH'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Switzerland (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TW'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Taiwan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TJ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Tajikistan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Tanzania (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TH'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Thailand (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TL'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Timor-Leste (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Togo (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TK'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Tokelau (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TO'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Tonga (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TT'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Trinidad &amp; Tobago (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Tristan da Cunha (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Tunisia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TR'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Türkiye (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Turkmenistan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TC'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Turks &amp; Caicos Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'TV'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Tuvalu (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'UM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">U.S. Outlying Islands (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'UG'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Uganda (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'UA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Ukraine (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'AE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">United Arab Emirates (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'GB'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">United Kingdom (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" aria-current="true" @click.prevent="$refs.input.value = 'US'; $root.closest('form').submit();">
                  <span class=" underline  underline-offset-basic">United States (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'UY'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Uruguay (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'UZ'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Uzbekistan (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'VU'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Vanuatu (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'VA'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Vatican City (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'VE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Venezuela (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'VN'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Vietnam (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'WF'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Wallis &amp; Futuna (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'EH'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Western Sahara (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'YE'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Yemen (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ZM'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Zambia (USD
                    $)
                  </span>
                </a>
          </li>
          <li class="w-40 snap-start text-sm first:-mt-2 last:-mb-2">
            <a class="block py-2" href="#" @click.prevent="$refs.input.value = 'ZW'; $root.closest('form').submit();">
                  <span class=" underline-offset-basic">Zimbabwe (USD
                    $)
                  </span>
                </a>
          </li>
        </ul>
        <input x-ref="input" type="hidden" name="country_code" id="CountrySelector" value="US">
      </div>
    </div>
  </div>
</form>

GET /search

<form class="" action="/search" method="get" role="search" cr-attached="true" cr-form-attach-retry="true" data-hs-cf-bound="true">
  <div class="relative">
    <input id="sidebar-search" type="search" name="q" value="" class="sidebar-search-input font-heading w-full py-2 pl-0 pr-9 placeholder-current shadow-none pt-5 pb-4 border-b border-b-scheme-text" x-ref="input" placeholder="Search">
    <label class="sr-only" for="sidebar-search">Search</label>
    <input type="hidden" name="options[prefix]" value="last"><button class="absolute bottom-0 left-auto right-0 top-0 flex h-full items-center justify-center" aria-label="Search">
      <span class="inline-block h-6 w-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M21.75 37.5C30.4485 37.5 37.5 30.4485 37.5 21.75C37.5 13.0515 30.4485 6 21.75 6C13.0515 6 6 13.0515 6 21.75C6 30.4485 13.0515 37.5 21.75 37.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M32.8875 32.8875L42 42" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </span>
    </button>
  </div>
</form>

GET /search

<form class="predictive-search-form flex flex-col" x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" @search-is-open.window="setTimeout(() => { $focus.first() }, 150)" cr-attached="true" cr-form-attach-retry="true"
  data-hs-cf-bound="true">
  <div class="px-2.5 lg:px-5">
    <div class="relative mt-section py-4">
      <input id="header-search" type="search" name="q" value="" class="header-search-input font-secondary text-center font-heading bg-transparent w-full border-none py-2 pl-9 shadow-none text-display uppercase" x-ref="input" placeholder="Search"
        :aria-expanded="results ? 'true' : 'false'" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false"
        x-model="rawQuery" @input.debounce.300="onChange" @focus="onFocus" aria-expanded="false">
      <label class="sr-only" for="header-search">Search</label>
      <input type="hidden" name="options[prefix]" value="last"><!-- <button
            class="absolute bottom-0 left-0 right-auto top-0 flex h-full items-center justify-center pr-2"
            aria-label="Search"
          >
            <span class="inline-block h-6 w-6"><svg
  class="theme-icon"
  viewBox="0 0 48 48"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path d="M21.75 37.5C30.4485 37.5 37.5 30.4485 37.5 21.75C37.5 13.0515 30.4485 6 21.75 6C13.0515 6 6 13.0515 6 21.75C6 30.4485 13.0515 37.5 21.75 37.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M32.8875 32.8875L42 42" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
          </button>
          <button
            x-cloak
            
              @click="close(true,true)"
            
            class="absolute bottom-0 left-auto right-0 top-0 flex h-full items-center justify-center pl-2" type="button"
          >
            <span class="sr-only">Clear search</span>
            <span class="inline-block h-6 w-6"><svg
  class="theme-icon"
  viewBox="0 0 48 48"
  fill="none"
  xmlns="http://www.w3.org/2000/svg"
>
  <path d="M37.5 10.5L10.5 37.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M37.5 37.5L10.5 10.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</span>
          </button> -->
    </div>
  </div>
  <style>
    .resultsSlot {
      /* height: calc(100vh - 400px); */
      padding-left: 35px;
      padding-right: 35px;
    }
  </style>
  <div x-ref="resultsSlot" class="relative flex-grow scroll-py-2.5 resultsSlot overflow-y-auto" :class="
    {
      'overflow-y-auto': ! loading,
      'overflow-y-hidden': loading,
    }
  ">
    <div id="predictiveSearchResults" tabindex="-1">
      <div x-ref="results" hidden=""></div>
    </div>
    <span class="predictive-search-status sr-only" role="status" aria-hidden="true"></span>
    <template x-if="loading">
      <div class="sticky inset-0 z-10 flex h-full w-full bg-scheme-background">
        <div class="m-auto h-6 w-6 py-section">
          <div class="loading opacity-60"></div>
        </div>
      </div>
    </template>
  </div>
  <template x-if="showViewAll">
    <div x-ref="viewAll" class="mt-auto bg-scheme-background/50 px-1.5 py-3 pb-safe-bottom text-center lg:px-3" role="option" id="predictive-search-option-search-keywords">
      <button class="px-2 py-1"> View all results </button>
    </div>
  </template>
</form>

Text Content

Skip to content


NAVIGATION

Close (esc)
 * About Us
 * Shop
   
    * Above-Ground Spas
    * Stainless Steel Spas
    * In-Ground Spas
    * Saunas
    * Outdoor Kitchen Collection
    * Fire Pits
    * Cold Plunges
    * Accessories
   
   
 * Reviews
 * Contact Us
 * Blog
 * FAQ
 * Gallery

 * Log in
 * Don’t have an account? Create one

Search
 * 
 * 



Search

View all results

 * About us
 * SHOP
 * Reviews
 * Blog
 * FAQ
 * Gallery


NEW NAV

Close (esc)
 * * Above-Ground Spas
     
   * Stainless Steel Spas
     
   * In-Ground Spas
     
   * Saunas
     
   * Outdoor Kitchens
     
   * Fire Pits
     
   * Cold Plunges
     
   * Accesories
     
   

Menu
 * About us
 * SHOP
   
    * Above-Ground Spas
    * Stainless Steel Spas
    * In-Ground Spas
    * Saunas
    * Outdoor Kitchens
    * Fire Pits
    * Cold Plunges
    * Accesories

 * Reviews
 * Blog
 * FAQ
 * Gallery



Log in Search Contact Cart (0)
SPEAK TO AN EXPERT

Indulge in the extraordinary

We are reimagining at home wellness by creating products that are not just
beautiful to look at but also beautiful to use.


OUR PRODUCTS

DESIGNED & MADE IN EUROPE

Previous slide

Next slide

 * Brisa
   
   Brisa
   White
   Sterling
   Blue Marble
   Shop Product
 * Muse
   
   Muse
   Fiberglass White
   Dark Wood
   Light Wood
   Shop Product
 * Nova
   
   Nova
   White
   Grey Storm
   Shop Product
 * Oasis
   
   Oasis
   
   Shop Product
 * Vista
   
   Vista
   Shop Product
 * Zero Wood
   
   Zero Wood
   Old Wood
   Wood
   Shop Product
 * Brisa
   
   Brisa
   White
   Sterling
   Blue Marble
   Shop Product
 * Muse
   
   Muse
   Fiberglass White
   Dark Wood
   Light Wood
   Shop Product
 * Nova
   
   Nova
   White
   Grey Storm
   Shop Product
 * Oasis
   
   Oasis
   
   Shop Product
 * Vista
   
   Vista
   Shop Product
 * Zero Wood
   
   Zero Wood
   Old Wood
   Wood
   Shop Product
 * Brisa
   
   Brisa
   White
   Sterling
   Blue Marble
   Shop Product
 * Muse
   
   Muse
   Fiberglass White
   Dark Wood
   Light Wood
   Shop Product
 * Nova
   
   Nova
   White
   Grey Storm
   Shop Product
 * Oasis
   
   Oasis
   
   Shop Product
 * Vista
   
   Vista
   Shop Product
 * Zero Wood
   
   Zero Wood
   Old Wood
   Wood
   Shop Product


 * 
 * 
 * 
 * 
 * 
 * 


INTRODUCING NEW PRODUCTS

Serenity in steam—Unveil Our New Luxury Saunas

Play Video

OPUS

Introducing our latest sauna masterpiece, a fusion of elegance and
functionality.

Shop Product


OUR STORY

We lead the home wellness industry driven by a passion for innovative design and
top quality


ABOUT CASA BLUI



Casa Blui is a family-owned business driven by a deep passion for design,
aesthetics, and home improvement. Our mission is to help people create personal
sanctuaries within their homes, places to escape the stresses of everyday life
and recharge.

We're committed to providing our customers with the highest quality and best
designed home products in the luxury market. To do so, we've partnered with
Europe’s leading brands to bring style and relaxation to homes across the United
States.

Read more


 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


HIGHLIGHTS

OUR SEASONAL BEST SELLER, EVERYONE WANTS ONE.


NOVA



The Nova is the epitome of design and ergonomics. It provides an ideal balance
of top features, unbeatable ergonomics, versatility, and cutting-edge design.
With space for 5 people in 2 loungers and 3 seats, its 28 jets and 14 nozzles
inject hot air for a complete and effective hydromassage treatment.

Shop Product


JOURNAL

WE WRITE, YOU RELAX

More Casa Blui Blog
 * 10 Backyard Hot Tub Design Ideas
   
   October 11, 2024 By andrei newman
   
   10 Backyard Hot Tub Design Ideas
   Imagine entering your backyard oasis, where a luxury hot tub awaits,
   perfectly integrated into your outdoor space. Creative backyard hot tub
   design ideas can transform any space into a tranquil retreat....
   Read Article
   
   October 11, 2024 By andrei newman
   
   10 Backyard Hot Tub Design Ideas
   
 * Best Backyard Cold Plunge Tub and Pool Design Ideas
   
   October 11, 2024 By andrei newman
   
   Best Backyard Cold Plunge Tub and Pool Design Ideas
   Imagine turning your backyard into a luxurious wellness retreat with a cold
   plunge spa. As experts in outdoor living, we've seen how these elegant
   additions can transform outdoor spaces into tranquil...
   Read Article
   
   October 11, 2024 By andrei newman
   
   Best Backyard Cold Plunge Tub and Pool Design Ideas
   
 * How to Set Up a Home Sauna and Cold Plunge in Your Backyard
   
   October 11, 2024 By andrei newman
   
   How to Set Up a Home Sauna and Cold Plunge in Your Backyard
   Transforming your backyard into a personal wellness retreat is a luxurious
   yet practical way to upgrade your lifestyle. However, many homeowners ask how
   to set up a home sauna and...
   Read Article
   
   October 11, 2024 By andrei newman
   
   How to Set Up a Home Sauna and Cold Plunge in Your Backyard
   

Previous slide

Next slide

 * 
 * 
 * 


INSPIRATION

Discover how our furniture comes to life

Previous slide

Next slide


 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 


 * 
 * 
 * 

BROWSE INSPIRATIONS

View Gallery


CUSTOMER LOVE

We’re here for our amazing clients, now hear from them

Max Satter



10/10. Couldn't recommend more highly.

I live in upstate NY and was initially a bit hesitant about buying such an
expensive hot tub (and how it would fair in the below-freezing winter), but
after weeks of research and dozens of phone...

Read More

Eli Koven



Absolutely love our new hot tub. Spent many months trying to find the right one
and it’s exceeded my expectations in terms of aesthetics, ease of use, and
quality. Andrei has also been wonderful to work with. Very responsive and...

Read More

Camilo Henao



Recently moving from NYC to Miami for a healthier lifestyle, I found the perfect
addition to my new life in the Nova spa from Casa Blui. It's quality and design
have become the highlight of my social gatherings. The customer...

Read More

William Collins



Phenomenal experience with the buying process - their sales team guided me to
the right hot tub for my specs (the zen). Also really love my new hot tub,
everyone who visits asks where i got it!

Read More

Antonietta Duffy



Our experience was above and beyond. Andrei was so helpful, efficient and made
this experience of purchasing our first spa an easy and amazing one.

Our hot tub has exceeded our expectations. My husband is a professional athlete
and it’s crucial...

Read More

Alfredo Cubina



I cannot recommend Casa Blui enough! I had been shopping around for a jacuzzi
for months while renovating my backyard to find something that I could relax in
that wouldn't clash with it's surroundings. All of a sudden, I came...

Read More

Philip Maldari



Andrei is the most polite person n shows alot of passion n knowledge of spas. He
answers all questions n handles all issues in a professional manner. I purchased
the phampton spa and enjoying every minute. I am getting a...

Read More

Joseph Zampitella



Introduced by our Architect. The Luna was added to our roof deck in New England/
cape area. Casa Blui coordinated with our builders to overcome all challenges.
Exceptional service, with the philosophy of establishing a relationship with the
end user....

Read More

Andrew Grillo



Andrei and his team delivered as expected. If you are seeking white-glove
treatment from purchase to install, I highly recommend Casa Blui.

Read More

❮ ❯


DON’T FORGET TO FOLLOW US @CASABLUI


Scroll


Transforming Spaces,

Enriching Lives 

   About Us

 * About Us
 * Contact Us
 * Trade Discount Program

   Contact Us & Policies

 * About Us
 * Contact Us
 * Shipping
 * Returns
 * Terms of Service
 * Privacy Policy
 * Installation Guide

Newsletter

Sign up for exclusive offers, original stories, events and more.

Email Address
Subscribe

Customer Service

+17869527547 8 AM - 10 PM EST,

Monday - Friday

help@casablui.com

Accepted Payments
 * Amazon
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * Shop Pay
 * Visa

 * Terms of Service
 * Privacy Policy


COUNTRY/REGION

United States (USD $)


 * Afghanistan (USD $)
 * Åland Islands (USD $)
 * Albania (USD $)
 * Algeria (USD $)
 * Andorra (USD $)
 * Angola (USD $)
 * Anguilla (USD $)
 * Antigua & Barbuda (USD $)
 * Argentina (USD $)
 * Armenia (USD $)
 * Aruba (USD $)
 * Ascension Island (USD $)
 * Australia (USD $)
 * Austria (USD $)
 * Azerbaijan (USD $)
 * Bahamas (USD $)
 * Bahrain (USD $)
 * Bangladesh (USD $)
 * Barbados (USD $)
 * Belarus (USD $)
 * Belgium (USD $)
 * Belize (USD $)
 * Benin (USD $)
 * Bermuda (USD $)
 * Bhutan (USD $)
 * Bolivia (USD $)
 * Bosnia & Herzegovina (USD $)
 * Botswana (USD $)
 * Brazil (USD $)
 * British Indian Ocean Territory (USD $)
 * British Virgin Islands (USD $)
 * Brunei (USD $)
 * Bulgaria (USD $)
 * Burkina Faso (USD $)
 * Burundi (USD $)
 * Cambodia (USD $)
 * Cameroon (USD $)
 * Canada (USD $)
 * Cape Verde (USD $)
 * Caribbean Netherlands (USD $)
 * Cayman Islands (USD $)
 * Central African Republic (USD $)
 * Chad (USD $)
 * Chile (USD $)
 * China (USD $)
 * Christmas Island (USD $)
 * Cocos (Keeling) Islands (USD $)
 * Colombia (USD $)
 * Comoros (USD $)
 * Congo - Brazzaville (USD $)
 * Congo - Kinshasa (USD $)
 * Cook Islands (USD $)
 * Costa Rica (USD $)
 * Côte d’Ivoire (USD $)
 * Croatia (USD $)
 * Curaçao (USD $)
 * Cyprus (USD $)
 * Czechia (USD $)
 * Denmark (USD $)
 * Djibouti (USD $)
 * Dominica (USD $)
 * Dominican Republic (USD $)
 * Ecuador (USD $)
 * Egypt (USD $)
 * El Salvador (USD $)
 * Equatorial Guinea (USD $)
 * Eritrea (USD $)
 * Estonia (USD $)
 * Eswatini (USD $)
 * Ethiopia (USD $)
 * Falkland Islands (USD $)
 * Faroe Islands (USD $)
 * Fiji (USD $)
 * Finland (USD $)
 * France (USD $)
 * French Guiana (USD $)
 * French Polynesia (USD $)
 * French Southern Territories (USD $)
 * Gabon (USD $)
 * Gambia (USD $)
 * Georgia (USD $)
 * Germany (USD $)
 * Ghana (USD $)
 * Gibraltar (USD $)
 * Greece (USD $)
 * Greenland (USD $)
 * Grenada (USD $)
 * Guadeloupe (USD $)
 * Guatemala (USD $)
 * Guernsey (USD $)
 * Guinea (USD $)
 * Guinea-Bissau (USD $)
 * Guyana (USD $)
 * Haiti (USD $)
 * Honduras (USD $)
 * Hong Kong SAR (USD $)
 * Hungary (USD $)
 * Iceland (USD $)
 * India (USD $)
 * Indonesia (USD $)
 * Iraq (USD $)
 * Ireland (USD $)
 * Isle of Man (USD $)
 * Israel (USD $)
 * Italy (USD $)
 * Jamaica (USD $)
 * Japan (USD $)
 * Jersey (USD $)
 * Jordan (USD $)
 * Kazakhstan (USD $)
 * Kenya (USD $)
 * Kiribati (USD $)
 * Kosovo (USD $)
 * Kuwait (USD $)
 * Kyrgyzstan (USD $)
 * Laos (USD $)
 * Latvia (USD $)
 * Lebanon (USD $)
 * Lesotho (USD $)
 * Liberia (USD $)
 * Libya (USD $)
 * Liechtenstein (USD $)
 * Lithuania (USD $)
 * Luxembourg (USD $)
 * Macao SAR (USD $)
 * Madagascar (USD $)
 * Malawi (USD $)
 * Malaysia (USD $)
 * Maldives (USD $)
 * Mali (USD $)
 * Malta (USD $)
 * Martinique (USD $)
 * Mauritania (USD $)
 * Mauritius (USD $)
 * Mayotte (USD $)
 * Mexico (USD $)
 * Moldova (USD $)
 * Monaco (USD $)
 * Mongolia (USD $)
 * Montenegro (USD $)
 * Montserrat (USD $)
 * Morocco (USD $)
 * Mozambique (USD $)
 * Myanmar (Burma) (USD $)
 * Namibia (USD $)
 * Nauru (USD $)
 * Nepal (USD $)
 * Netherlands (USD $)
 * New Caledonia (USD $)
 * New Zealand (USD $)
 * Nicaragua (USD $)
 * Niger (USD $)
 * Nigeria (USD $)
 * Niue (USD $)
 * Norfolk Island (USD $)
 * North Macedonia (USD $)
 * Norway (USD $)
 * Oman (USD $)
 * Pakistan (USD $)
 * Palestinian Territories (USD $)
 * Panama (USD $)
 * Papua New Guinea (USD $)
 * Paraguay (USD $)
 * Peru (USD $)
 * Philippines (USD $)
 * Pitcairn Islands (USD $)
 * Poland (USD $)
 * Portugal (USD $)
 * Qatar (USD $)
 * Réunion (USD $)
 * Romania (USD $)
 * Russia (USD $)
 * Rwanda (USD $)
 * Samoa (USD $)
 * San Marino (USD $)
 * São Tomé & Príncipe (USD $)
 * Saudi Arabia (USD $)
 * Senegal (USD $)
 * Serbia (USD $)
 * Seychelles (USD $)
 * Sierra Leone (USD $)
 * Singapore (USD $)
 * Sint Maarten (USD $)
 * Slovakia (USD $)
 * Slovenia (USD $)
 * Solomon Islands (USD $)
 * Somalia (USD $)
 * South Africa (USD $)
 * South Georgia & South Sandwich Islands (USD $)
 * South Korea (USD $)
 * South Sudan (USD $)
 * Spain (USD $)
 * Sri Lanka (USD $)
 * St. Barthélemy (USD $)
 * St. Helena (USD $)
 * St. Kitts & Nevis (USD $)
 * St. Lucia (USD $)
 * St. Martin (USD $)
 * St. Pierre & Miquelon (USD $)
 * St. Vincent & Grenadines (USD $)
 * Sudan (USD $)
 * Suriname (USD $)
 * Svalbard & Jan Mayen (USD $)
 * Sweden (USD $)
 * Switzerland (USD $)
 * Taiwan (USD $)
 * Tajikistan (USD $)
 * Tanzania (USD $)
 * Thailand (USD $)
 * Timor-Leste (USD $)
 * Togo (USD $)
 * Tokelau (USD $)
 * Tonga (USD $)
 * Trinidad & Tobago (USD $)
 * Tristan da Cunha (USD $)
 * Tunisia (USD $)
 * Türkiye (USD $)
 * Turkmenistan (USD $)
 * Turks & Caicos Islands (USD $)
 * Tuvalu (USD $)
 * U.S. Outlying Islands (USD $)
 * Uganda (USD $)
 * Ukraine (USD $)
 * United Arab Emirates (USD $)
 * United Kingdom (USD $)
 * United States (USD $)
 * Uruguay (USD $)
 * Uzbekistan (USD $)
 * Vanuatu (USD $)
 * Vatican City (USD $)
 * Venezuela (USD $)
 * Vietnam (USD $)
 * Wallis & Futuna (USD $)
 * Western Sahara (USD $)
 * Yemen (USD $)
 * Zambia (USD $)
 * Zimbabwe (USD $)

 * Facebook

 * Youtube

© MMXXIV Casa Blui· All Rights Reserved


 * Choosing a selection results in a full page refresh.
 * Press the space key then arrow keys to make a selection.










YOUR CART ( 0 )

Close (esc)

Your cart is currently empty.

New subtotal: $0.00 USD






NAVIGATION

Close (esc)
 * About Us
 * Shop
   
    * Above-Ground Spas
    * Stainless Steel Spas
    * In-Ground Spas
    * Saunas
    * Outdoor Kitchen Collection
    * Fire Pits
    * Cold Plunges
    * Accessories
   
   
 * Reviews
 * Contact Us
 * Blog
 * FAQ
 * Gallery

 * Log in
 * Don’t have an account? Create one

Search
 * 
 * 


NEW NAV

Close (esc)
 * * Above-Ground Spas
     
   * Stainless Steel Spas
     
   * In-Ground Spas
     
   * Saunas
     
   * Outdoor Kitchens
     
   * Fire Pits
     
   * Cold Plunges
     
   * Accesories
     
   


YOUR CART ( 0 )

Close (esc)

Your cart is currently empty.

New subtotal: $0.00 USD


Search

View all results