topofthemornincoffee.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: https://topofthemornincoffee.com/
Effective URL: https://topofthemornincoffee.com/en-ca
Submission Tags: analytics-framework
Submission: On April 22 via api from US — Scanned from CA

Form analysis 14 forms found in the DOM

POST /en-ca/localization

<form method="post" action="/en-ca/localization" id="navigation-localization-form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/en-ca">
  <ul>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'US'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/us.svg?height=26" alt="United States" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">United States ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GB'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gb.svg?height=26" alt="United Kingdom" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">United Kingdom (£ GBP)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'IE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ie.svg?height=26" alt="Ireland" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Ireland (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'DE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/de.svg?height=26" alt="Germany" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Germany (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'FR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/fr.svg?height=26" alt="France" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">France (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 active" @click.debounce="countryCode = 'CA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ca.svg?height=26" alt="Canada" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Canada ($ CAD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AU'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/au.svg?height=26" alt="Australia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Australia ($ AUD)</p>
      </div>
    </li>
    <li class="cursor-default mx-2 pl-2 pb-2 pt-4 mt-4 border-t-2 border-black">INTERNATIONAL</li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AF'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/af.svg?height=26" alt="Afghanistan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Afghanistan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AX'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ax.svg?height=26" alt="Åland Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Åland Islands (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AL'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/al.svg?height=26" alt="Albania" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Albania (L ALL)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'DZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/dz.svg?height=26" alt="Algeria" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Algeria ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AD'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ad.svg?height=26" alt="Andorra" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Andorra (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ao.svg?height=26" alt="Angola" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Angola ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AI'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ai.svg?height=26" alt="Anguilla" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Anguilla ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ag.svg?height=26" alt="Antigua &amp;amp; Barbuda" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Antigua &amp; Barbuda ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ar.svg?height=26" alt="Argentina" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Argentina ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/am.svg?height=26" alt="Armenia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Armenia (դր. AMD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AW'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/aw.svg?height=26" alt="Aruba" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Aruba ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AC'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ac.svg?height=26" alt="Ascension Island" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Ascension Island ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/at.svg?height=26" alt="Austria" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Austria (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/az.svg?height=26" alt="Azerbaijan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Azerbaijan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BS'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bs.svg?height=26" alt="Bahamas" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Bahamas ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BH'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bh.svg?height=26" alt="Bahrain" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Bahrain ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BD'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bd.svg?height=26" alt="Bangladesh" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Bangladesh ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BB'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bb.svg?height=26" alt="Barbados" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Barbados ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BY'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/by.svg?height=26" alt="Belarus" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Belarus (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/be.svg?height=26" alt="Belgium" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Belgium (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bz.svg?height=26" alt="Belize" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Belize ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BJ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bj.svg?height=26" alt="Benin" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Benin ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bm.svg?height=26" alt="Bermuda" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Bermuda ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bt.svg?height=26" alt="Bhutan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Bhutan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bo.svg?height=26" alt="Bolivia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Bolivia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ba.svg?height=26" alt="Bosnia &amp;amp; Herzegovina" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Bosnia &amp; Herzegovina (КМ BAM)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BW'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bw.svg?height=26" alt="Botswana" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Botswana ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/br.svg?height=26" alt="Brazil" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Brazil ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'IO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/io.svg?height=26" alt="British Indian Ocean Territory" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">British Indian Ocean Territory ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'VG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/vg.svg?height=26" alt="British Virgin Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">British Virgin Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bn.svg?height=26" alt="Brunei" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Brunei ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bg.svg?height=26" alt="Bulgaria" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Bulgaria (лв. BGN)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BF'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bf.svg?height=26" alt="Burkina Faso" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Burkina Faso ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BI'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bi.svg?height=26" alt="Burundi" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Burundi ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KH'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/kh.svg?height=26" alt="Cambodia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Cambodia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cm.svg?height=26" alt="Cameroon" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Cameroon ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CV'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cv.svg?height=26" alt="Cape Verde" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Cape Verde ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BQ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bq.svg?height=26" alt="Caribbean Netherlands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Caribbean Netherlands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KY'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ky.svg?height=26" alt="Cayman Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Cayman Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CF'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cf.svg?height=26" alt="Central African Republic" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Central African Republic ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TD'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/td.svg?height=26" alt="Chad" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Chad ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CL'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cl.svg?height=26" alt="Chile" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Chile ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cn.svg?height=26" alt="China" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">China ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CX'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cx.svg?height=26" alt="Christmas Island" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Christmas Island ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CC'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cc.svg?height=26" alt="Cocos (Keeling) Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Cocos (Keeling) Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/co.svg?height=26" alt="Colombia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Colombia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/km.svg?height=26" alt="Comoros" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Comoros ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cg.svg?height=26" alt="Congo - Brazzaville" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Congo - Brazzaville ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CD'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cd.svg?height=26" alt="Congo - Kinshasa" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Congo - Kinshasa ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ck.svg?height=26" alt="Cook Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Cook Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cr.svg?height=26" alt="Costa Rica" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Costa Rica ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CI'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ci.svg?height=26" alt="Côte d’Ivoire" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Côte d’Ivoire ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'HR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/hr.svg?height=26" alt="Croatia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Croatia (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CW'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cw.svg?height=26" alt="Curaçao" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Curaçao ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CY'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cy.svg?height=26" alt="Cyprus" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Cyprus (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/cz.svg?height=26" alt="Czechia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Czechia (Kč CZK)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'DK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/dk.svg?height=26" alt="Denmark" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Denmark (kr. DKK)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'DJ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/dj.svg?height=26" alt="Djibouti" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Djibouti ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'DM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/dm.svg?height=26" alt="Dominica" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Dominica ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'DO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/do.svg?height=26" alt="Dominican Republic" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Dominican Republic ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'EC'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ec.svg?height=26" alt="Ecuador" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Ecuador ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'EG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/eg.svg?height=26" alt="Egypt" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Egypt ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SV'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sv.svg?height=26" alt="El Salvador" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">El Salvador ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GQ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gq.svg?height=26" alt="Equatorial Guinea" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Equatorial Guinea ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ER'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/er.svg?height=26" alt="Eritrea" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Eritrea ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'EE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ee.svg?height=26" alt="Estonia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Estonia (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sz.svg?height=26" alt="Eswatini" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Eswatini ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ET'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/et.svg?height=26" alt="Ethiopia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Ethiopia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'FK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/fk.svg?height=26" alt="Falkland Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Falkland Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'FO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/fo.svg?height=26" alt="Faroe Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Faroe Islands (kr. DKK)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'FJ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/fj.svg?height=26" alt="Fiji" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Fiji ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'FI'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/fi.svg?height=26" alt="Finland" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Finland (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GF'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gf.svg?height=26" alt="French Guiana" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">French Guiana ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PF'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/pf.svg?height=26" alt="French Polynesia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">French Polynesia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TF'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tf.svg?height=26" alt="French Southern Territories" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">French Southern Territories ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ga.svg?height=26" alt="Gabon" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Gabon ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gm.svg?height=26" alt="Gambia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Gambia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ge.svg?height=26" alt="Georgia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Georgia (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GH'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gh.svg?height=26" alt="Ghana" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Ghana ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GI'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gi.svg?height=26" alt="Gibraltar" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Gibraltar (£ GBP)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gr.svg?height=26" alt="Greece" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Greece (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GL'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gl.svg?height=26" alt="Greenland" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Greenland (kr. DKK)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GD'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gd.svg?height=26" alt="Grenada" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Grenada ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GP'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gp.svg?height=26" alt="Guadeloupe" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Guadeloupe (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gt.svg?height=26" alt="Guatemala" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Guatemala ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gg.svg?height=26" alt="Guernsey" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Guernsey (£ GBP)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gn.svg?height=26" alt="Guinea" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Guinea ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GW'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gw.svg?height=26" alt="Guinea-Bissau" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Guinea-Bissau ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GY'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gy.svg?height=26" alt="Guyana" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Guyana ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'HT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ht.svg?height=26" alt="Haiti" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Haiti ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'HN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/hn.svg?height=26" alt="Honduras" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Honduras ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'HK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/hk.svg?height=26" alt="Hong Kong SAR" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Hong Kong SAR ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'HU'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/hu.svg?height=26" alt="Hungary" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Hungary (Ft HUF)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'IS'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/is.svg?height=26" alt="Iceland" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Iceland (kr ISK)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'IN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/in.svg?height=26" alt="India" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">India ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ID'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/id.svg?height=26" alt="Indonesia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Indonesia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'IQ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/iq.svg?height=26" alt="Iraq" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Iraq ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'IM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/im.svg?height=26" alt="Isle of Man" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Isle of Man (£ GBP)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'IL'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/il.svg?height=26" alt="Israel" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Israel ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'IT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/it.svg?height=26" alt="Italy" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Italy (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'JM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/jm.svg?height=26" alt="Jamaica" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Jamaica ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'JP'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/jp.svg?height=26" alt="Japan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Japan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'JE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/je.svg?height=26" alt="Jersey" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Jersey (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'JO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/jo.svg?height=26" alt="Jordan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Jordan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/kz.svg?height=26" alt="Kazakhstan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Kazakhstan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ke.svg?height=26" alt="Kenya" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Kenya ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KI'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ki.svg?height=26" alt="Kiribati" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Kiribati ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'XK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/xk.svg?height=26" alt="Kosovo" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Kosovo (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KW'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/kw.svg?height=26" alt="Kuwait" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Kuwait ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/kg.svg?height=26" alt="Kyrgyzstan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Kyrgyzstan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/la.svg?height=26" alt="Laos" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Laos ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LV'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/lv.svg?height=26" alt="Latvia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Latvia (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LB'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/lb.svg?height=26" alt="Lebanon" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Lebanon ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LS'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ls.svg?height=26" alt="Lesotho" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Lesotho ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/lr.svg?height=26" alt="Liberia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Liberia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LY'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ly.svg?height=26" alt="Libya" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Libya ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LI'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/li.svg?height=26" alt="Liechtenstein" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Liechtenstein (CHF CHF)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/lt.svg?height=26" alt="Lithuania" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Lithuania (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LU'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/lu.svg?height=26" alt="Luxembourg" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Luxembourg (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mo.svg?height=26" alt="Macao SAR" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Macao SAR ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mg.svg?height=26" alt="Madagascar" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Madagascar ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MW'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mw.svg?height=26" alt="Malawi" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Malawi ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MY'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/my.svg?height=26" alt="Malaysia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Malaysia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MV'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mv.svg?height=26" alt="Maldives" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Maldives ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ML'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ml.svg?height=26" alt="Mali" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Mali ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mt.svg?height=26" alt="Malta" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Malta (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MQ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mq.svg?height=26" alt="Martinique" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Martinique ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mr.svg?height=26" alt="Mauritania" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Mauritania ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MU'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mu.svg?height=26" alt="Mauritius" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Mauritius ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'YT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/yt.svg?height=26" alt="Mayotte" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Mayotte (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MX'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mx.svg?height=26" alt="Mexico" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Mexico ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MD'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/md.svg?height=26" alt="Moldova" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Moldova (L MDL)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MC'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mc.svg?height=26" alt="Monaco" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Monaco (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mn.svg?height=26" alt="Mongolia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Mongolia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ME'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/me.svg?height=26" alt="Montenegro" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Montenegro (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MS'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ms.svg?height=26" alt="Montserrat" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Montserrat ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ma.svg?height=26" alt="Morocco" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Morocco ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mz.svg?height=26" alt="Mozambique" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Mozambique ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mm.svg?height=26" alt="Myanmar (Burma)" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Myanmar (Burma) ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/na.svg?height=26" alt="Namibia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Namibia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/nr.svg?height=26" alt="Nauru" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Nauru ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NP'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/np.svg?height=26" alt="Nepal" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Nepal ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NL'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/nl.svg?height=26" alt="Netherlands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Netherlands (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NC'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/nc.svg?height=26" alt="New Caledonia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">New Caledonia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/nz.svg?height=26" alt="New Zealand" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">New Zealand ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NI'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ni.svg?height=26" alt="Nicaragua" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Nicaragua ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ne.svg?height=26" alt="Niger" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Niger ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ng.svg?height=26" alt="Nigeria" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Nigeria ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NU'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/nu.svg?height=26" alt="Niue" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Niue ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NF'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/nf.svg?height=26" alt="Norfolk Island" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Norfolk Island ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mk.svg?height=26" alt="North Macedonia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">North Macedonia (ден MKD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'NO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/no.svg?height=26" alt="Norway" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Norway (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'OM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/om.svg?height=26" alt="Oman" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Oman ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/pk.svg?height=26" alt="Pakistan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Pakistan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PS'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ps.svg?height=26" alt="Palestinian Territories" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Palestinian Territories ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/pa.svg?height=26" alt="Panama" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Panama ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/pg.svg?height=26" alt="Papua New Guinea" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Papua New Guinea ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PY'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/py.svg?height=26" alt="Paraguay" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Paraguay ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/pe.svg?height=26" alt="Peru" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Peru ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PH'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ph.svg?height=26" alt="Philippines" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Philippines ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/pn.svg?height=26" alt="Pitcairn Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Pitcairn Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PL'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/pl.svg?height=26" alt="Poland" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Poland (zł PLN)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/pt.svg?height=26" alt="Portugal" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Portugal (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'QA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/qa.svg?height=26" alt="Qatar" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Qatar ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'RE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/re.svg?height=26" alt="Réunion" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Réunion (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'RO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ro.svg?height=26" alt="Romania" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Romania (Lei RON)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'RU'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ru.svg?height=26" alt="Russia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Russia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'RW'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/rw.svg?height=26" alt="Rwanda" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Rwanda ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'WS'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ws.svg?height=26" alt="Samoa" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Samoa ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sm.svg?height=26" alt="San Marino" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">San Marino (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ST'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/st.svg?height=26" alt="São Tomé &amp;amp; Príncipe" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">São Tomé &amp; Príncipe ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sa.svg?height=26" alt="Saudi Arabia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Saudi Arabia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sn.svg?height=26" alt="Senegal" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Senegal ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'RS'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/rs.svg?height=26" alt="Serbia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Serbia (РСД RSD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SC'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sc.svg?height=26" alt="Seychelles" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Seychelles ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SL'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sl.svg?height=26" alt="Sierra Leone" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Sierra Leone ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sg.svg?height=26" alt="Singapore" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Singapore ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SX'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sx.svg?height=26" alt="Sint Maarten" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Sint Maarten ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sk.svg?height=26" alt="Slovakia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Slovakia (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SI'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/si.svg?height=26" alt="Slovenia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Slovenia (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SB'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sb.svg?height=26" alt="Solomon Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Solomon Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/so.svg?height=26" alt="Somalia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Somalia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ZA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/za.svg?height=26" alt="South Africa" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">South Africa ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'GS'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/gs.svg?height=26" alt="South Georgia &amp;amp; South Sandwich Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">South Georgia &amp; South Sandwich Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/kr.svg?height=26" alt="South Korea" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">South Korea ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SS'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ss.svg?height=26" alt="South Sudan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">South Sudan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ES'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/es.svg?height=26" alt="Spain" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Spain (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/lk.svg?height=26" alt="Sri Lanka" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Sri Lanka ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'BL'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/bl.svg?height=26" alt="St. Barthélemy" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">St. Barthélemy ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SH'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sh.svg?height=26" alt="St. Helena" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">St. Helena ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'KN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/kn.svg?height=26" alt="St. Kitts &amp;amp; Nevis" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">St. Kitts &amp; Nevis ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'LC'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/lc.svg?height=26" alt="St. Lucia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">St. Lucia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'MF'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/mf.svg?height=26" alt="St. Martin" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">St. Martin ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'PM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/pm.svg?height=26" alt="St. Pierre &amp;amp; Miquelon" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">St. Pierre &amp; Miquelon ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'VC'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/vc.svg?height=26" alt="St. Vincent &amp;amp; Grenadines" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">St. Vincent &amp; Grenadines ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SD'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sd.svg?height=26" alt="Sudan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Sudan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sr.svg?height=26" alt="Suriname" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Suriname ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SJ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/sj.svg?height=26" alt="Svalbard &amp;amp; Jan Mayen" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Svalbard &amp; Jan Mayen (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'SE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/se.svg?height=26" alt="Sweden" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Sweden (kr SEK)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'CH'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ch.svg?height=26" alt="Switzerland" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Switzerland (CHF CHF)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TW'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tw.svg?height=26" alt="Taiwan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Taiwan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TJ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tj.svg?height=26" alt="Tajikistan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Tajikistan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tz.svg?height=26" alt="Tanzania" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Tanzania ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TH'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/th.svg?height=26" alt="Thailand" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Thailand ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TL'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tl.svg?height=26" alt="Timor-Leste" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Timor-Leste ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tg.svg?height=26" alt="Togo" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Togo ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TK'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tk.svg?height=26" alt="Tokelau" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Tokelau ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TO'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/to.svg?height=26" alt="Tonga" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Tonga ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TT'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tt.svg?height=26" alt="Trinidad &amp;amp; Tobago" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Trinidad &amp; Tobago ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ta.svg?height=26" alt="Tristan da Cunha" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Tristan da Cunha ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tn.svg?height=26" alt="Tunisia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Tunisia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TR'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tr.svg?height=26" alt="Turkey" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Turkey (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tm.svg?height=26" alt="Turkmenistan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Turkmenistan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TC'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tc.svg?height=26" alt="Turks &amp;amp; Caicos Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Turks &amp; Caicos Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'TV'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/tv.svg?height=26" alt="Tuvalu" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Tuvalu ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'UM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/um.svg?height=26" alt="U.S. Outlying Islands" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">U.S. Outlying Islands ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'UG'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ug.svg?height=26" alt="Uganda" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Uganda ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'UA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ua.svg?height=26" alt="Ukraine" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Ukraine (₴ UAH)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'AE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ae.svg?height=26" alt="United Arab Emirates" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">United Arab Emirates ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'UY'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/uy.svg?height=26" alt="Uruguay" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Uruguay ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'UZ'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/uz.svg?height=26" alt="Uzbekistan" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Uzbekistan ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'VU'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/vu.svg?height=26" alt="Vanuatu" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Vanuatu ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'VA'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/va.svg?height=26" alt="Vatican City" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Vatican City (€ EUR)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'VE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ve.svg?height=26" alt="Venezuela" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Venezuela ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'VN'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/vn.svg?height=26" alt="Vietnam" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Vietnam ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'WF'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/wf.svg?height=26" alt="Wallis &amp;amp; Futuna" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Wallis &amp; Futuna ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'EH'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/eh.svg?height=26" alt="Western Sahara" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Western Sahara ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'YE'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/ye.svg?height=26" alt="Yemen" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Yemen ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ZM'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/zm.svg?height=26" alt="Zambia" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Zambia ($ USD)</p>
      </div>
    </li>
    <li class="flex hover:bg-yellow px-3 py-2 " @click.debounce="countryCode = 'ZW'">
      <div class="border-2 border-black rounded-full min-w-[28px] w-[28px] h-[28px] overflow-hidden">
        <img src="//cdn.shopify.com/static/images/flags/zw.svg?height=26" alt="Zimbabwe" width="35" height="26" class="object-cover h-[26px] -mt-[1px]" loading="lazy">
      </div>
      <div class="flex flex-col justify-center align-center">
        <p class="ml-2">Zimbabwe ($ USD)</p>
      </div>
    </li>
  </ul>
  <input type="hidden" name="country_code" :value="countryCode" value="CA">
</form>

POST /cart/add

<form method="post" action="/cart/add" x-data="{ clicking: false }" class="relative w-full max-w-[350px] mx-auto mt-5 flex flex-col lg:flex-row">
  <input class="hidden" type="number" name="quantity" min="1" max="1" value="1">
  <div class="w-full">
    <div class="dropdown">
      <select class="variant-selector w-full ft-bilo mb-1 lg:mb-0" name="id" data-variant-selector="">
        <option value="41381423710348" data-product-id="7273304588428" data-price="$23.00" data-price-raw="2300" selected="" disabled="">Choose Type </option>
        <option value="41381423710348" data-product-id="7273304588428" data-price="$23.00" data-price-raw="2300"> Pre-Ground Beans </option>
        <option value="41381423677580" data-product-id="7273304588428" data-price="$23.00" data-price-raw="2300"> Whole Beans </option>
      </select>
    </div>
  </div>
  <input type="hidden" name="id" id="variantId" value="41381423710348">
  <div class="w-full lg:ml-1">
    <!-- snippets/add-to-cart-btn -->
    <button role="button" class="add-to-cart-btn totm-btn !w-full !h-full bg-pink hover:bg-pinkhover" @touchstart="clicking = true" @touchend="clicking = false" @mousedown="clicking = true" @mouseup="clicking = false"
      :class="{ 'clicking': clicking }">Add To Cart</button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" x-data="{ clicking: false }" class="relative w-full max-w-[350px] mx-auto mt-5 flex flex-col lg:flex-row">
  <input class="hidden" type="number" name="quantity" min="1" max="1" value="1">
  <div class="w-full">
    <div class="dropdown">
      <select class="variant-selector w-full ft-bilo mb-1 lg:mb-0" name="id" data-variant-selector="">
        <option value="41384262959244" data-product-id="7274048848012" data-price="$23.00" data-price-raw="2300" selected="" disabled="">Choose Type </option>
        <option value="41384262959244" data-product-id="7274048848012" data-price="$23.00" data-price-raw="2300"> Pre-Ground Beans </option>
        <option value="41384263090316" data-product-id="7274048848012" data-price="$23.00" data-price-raw="2300"> Whole Beans </option>
      </select>
    </div>
  </div>
  <input type="hidden" name="id" id="variantId" value="41384262959244">
  <div class="w-full lg:ml-1">
    <!-- snippets/add-to-cart-btn -->
    <button role="button" class="add-to-cart-btn totm-btn !w-full !h-full bg-pink hover:bg-pinkhover" @touchstart="clicking = true" @touchend="clicking = false" @mousedown="clicking = true" @mouseup="clicking = false"
      :class="{ 'clicking': clicking }">Add To Cart</button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" x-data="{ clicking: false }" class="relative w-full max-w-[350px] mx-auto mt-5 flex flex-col lg:flex-row">
  <input class="hidden" type="number" name="quantity" min="1" max="1" value="1" tabindex="-1">
  <div class="w-full">
    <div class="dropdown">
      <select class="variant-selector w-full ft-bilo mb-1 lg:mb-0" name="id" data-variant-selector="" tabindex="-1">
        <option value="41384259813516" data-product-id="7274047570060" data-price="$23.00" data-price-raw="2300" selected="" disabled="">Choose Type </option>
        <option value="41384259813516" data-product-id="7274047570060" data-price="$23.00" data-price-raw="2300"> Pre-Ground Beans </option>
        <option value="41384259846284" data-product-id="7274047570060" data-price="$23.00" data-price-raw="2300"> Whole Beans </option>
      </select>
    </div>
  </div>
  <input type="hidden" name="id" id="variantId" value="41384259813516" tabindex="-1">
  <div class="w-full lg:ml-1">
    <!-- snippets/add-to-cart-btn -->
    <button role="button" class="add-to-cart-btn totm-btn !w-full !h-full bg-pink hover:bg-pinkhover" @touchstart="clicking = true" @touchend="clicking = false" @mousedown="clicking = true" @mouseup="clicking = false"
      :class="{ 'clicking': clicking }" tabindex="-1">Add To Cart</button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" x-data="{ clicking: false }" class="relative w-full max-w-[350px] mx-auto mt-5 flex flex-col lg:flex-row">
  <input class="hidden" type="number" name="quantity" min="1" max="1" value="1">
  <div class="w-full">
    <div class="dropdown">
      <select class="variant-selector w-full ft-bilo mb-1 lg:mb-0" name="id" data-variant-selector="">
        <option value="41381423710348" data-product-id="7273304588428" data-price="$23.00" data-price-raw="2300" selected="" disabled="">Choose Type </option>
        <option value="41381423710348" data-product-id="7273304588428" data-price="$23.00" data-price-raw="2300"> Pre-Ground Beans </option>
        <option value="41381423677580" data-product-id="7273304588428" data-price="$23.00" data-price-raw="2300"> Whole Beans </option>
      </select>
    </div>
  </div>
  <input type="hidden" name="id" id="variantId" value="41381423710348">
  <div class="w-full lg:ml-1">
    <!-- snippets/add-to-cart-btn -->
    <button role="button" class="add-to-cart-btn totm-btn !w-full !h-full bg-pink hover:bg-pinkhover" @touchstart="clicking = true" @touchend="clicking = false" @mousedown="clicking = true" @mouseup="clicking = false"
      :class="{ 'clicking': clicking }">Add To Cart</button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" x-data="{ clicking: false }" class="relative w-full max-w-[350px] mx-auto mt-5 flex flex-col lg:flex-row">
  <input class="hidden" type="number" name="quantity" min="1" max="1" value="1">
  <input type="hidden" name="id" value="41383745192076">
  <div class="w-full lg:ml-1">
    <!-- snippets/add-to-cart-btn -->
    <button role="button" class="add-to-cart-btn totm-btn !w-full !h-full bg-pink hover:bg-pinkhover" @touchstart="clicking = true" @touchend="clicking = false" @mousedown="clicking = true" @mouseup="clicking = false"
      :class="{ 'clicking': clicking }">Add To Cart</button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" x-data="{ clicking: false }" class="relative w-full max-w-[350px] mx-auto mt-5 flex flex-col lg:flex-row">
  <input class="hidden" type="number" name="quantity" min="1" max="1" value="1" tabindex="-1">
  <div class="w-full">
    <div class="dropdown">
      <select class="variant-selector w-full ft-bilo mb-1 lg:mb-0" name="id" data-variant-selector="" tabindex="-1">
        <option value="41404117844108" data-product-id="7278278082700" data-price="$91.00" data-price-raw="9100" selected="" disabled="">Choose Size </option>
        <option value="41404117844108" data-product-id="7278278082700" data-price="$91.00" data-price-raw="9100"> S </option>
        <option value="41404117876876" data-product-id="7278278082700" data-price="$91.00" data-price-raw="9100"> M </option>
        <option value="41404117909644" data-product-id="7278278082700" data-price="$91.00" data-price-raw="9100"> L </option>
        <option value="41404117942412" data-product-id="7278278082700" data-price="$91.00" data-price-raw="9100"> XL </option>
        <option value="41404117975180" data-product-id="7278278082700" data-price="$91.00" data-price-raw="9100"> 2XL </option>
        <option value="41404118007948" data-product-id="7278278082700" data-price="$91.00" data-price-raw="9100"> 3XL </option>
      </select>
    </div>
  </div>
  <input type="hidden" name="id" id="variantId" value="41404117844108" tabindex="-1">
  <div class="w-full lg:ml-1">
    <!-- snippets/add-to-cart-btn -->
    <button role="button" class="add-to-cart-btn totm-btn !w-full !h-full bg-pink hover:bg-pinkhover" @touchstart="clicking = true" @touchend="clicking = false" @mousedown="clicking = true" @mouseup="clicking = false"
      :class="{ 'clicking': clicking }" tabindex="-1">Add To Cart</button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" x-data="{ clicking: false }" class="relative w-full max-w-[350px] mx-auto mt-5 flex flex-col lg:flex-row">
  <input class="hidden" type="number" name="quantity" min="1" max="1" value="1">
  <input type="hidden" name="id" value="41422773813388">
  <div class="w-full lg:ml-1">
    <!-- snippets/add-to-cart-btn -->
    <button role="button" class="add-to-cart-btn totm-btn !w-full !h-full bg-pink hover:bg-pinkhover" @touchstart="clicking = true" @touchend="clicking = false" @mousedown="clicking = true" @mouseup="clicking = false"
      :class="{ 'clicking': clicking }">Add To Cart</button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" x-data="{ clicking: false }" class="relative w-full max-w-[350px] mx-auto mt-5 flex flex-col lg:flex-row">
  <input class="hidden" type="number" name="quantity" min="1" max="1" value="1">
  <input type="hidden" name="id" value="41383530627212">
  <div class="w-full lg:ml-1">
    <!-- snippets/add-to-cart-btn -->
    <button role="button" class="add-to-cart-btn totm-btn !w-full !h-full bg-pink hover:bg-pinkhover" @touchstart="clicking = true" @touchend="clicking = false" @mousedown="clicking = true" @mouseup="clicking = false"
      :class="{ 'clicking': clicking }">Add To Cart</button>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" x-data="{ clicking: false }" class="relative w-full max-w-[350px] mx-auto mt-5 flex flex-col lg:flex-row">
  <input class="hidden" type="number" name="quantity" min="1" max="1" value="1" tabindex="-1">
  <input type="hidden" name="id" value="41422751531148" tabindex="-1">
  <div class="w-full lg:ml-1">
    <!-- snippets/add-to-cart-btn -->
    <button role="button" class="add-to-cart-btn totm-btn !w-full !h-full bg-pink hover:bg-pinkhover" @touchstart="clicking = true" @touchend="clicking = false" @mousedown="clicking = true" @mouseup="clicking = false"
      :class="{ 'clicking': clicking }" tabindex="-1">Add To Cart</button>
  </div>
</form>

POST https://manage.kmail-lists.com/ajax/subscriptions/subscribe

<form action="https://manage.kmail-lists.com/ajax/subscriptions/subscribe" method="POST" data-klaviyo-form="email">
  <div class="max-w-[384px] sm:max-w-none mx-auto w-full my-5 px-5 text-white" data-success=""></div>
  <div class="max-w-[384px] sm:max-w-none mx-auto w-full my-5 px-5 text-white" data-error=""></div>
  <div class="flex flex-col sm:flex-row max-w-[384px] sm:max-w-none mx-auto justify-center w-full my-5 px-5">
    <input type="hidden" name="g" value="RNEicD">
    <input class="w-full lg:w-[390px] text-input text-input-fat sm:border-r-0 mb-2 sm:mb-0" type="email" name="email" id="email" placeholder="Email Address">
    <input role="button" class="totm-btn lg:w-[200px] bg-golden hover:bg-goldenhover" type="submit" value="SIGN UP">
  </div>
</form>

POST https://manage.kmail-lists.com/ajax/subscriptions/subscribe

<form class="flex flex-col" action="https://manage.kmail-lists.com/ajax/subscriptions/subscribe" method="POST" data-klaviyo-form="email">
  <div class="text-green" data-success=""></div>
  <div class="text-pink" data-error=""></div>
  <input type="hidden" name="g" value="RNEicD">
  <input class="mb-1 text-input-outlined border-golden text-white" placeholder="Email Address" type="text" name="email">
  <input class="mb-1 text-input-outlined border-golden text-white" placeholder="Phone Number (optional)" type="text" name="phone_number">
  <input role="button" class="!w-full bg-golden hover:bg-goldenhover text-black !text-md !border-0" type="submit" value="SIGN UP">
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-VZtSZ3" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 780px; min-width: 200px; max-width: 1000px; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(252, 156, 9); background-repeat: no-repeat; background-position-y: 50%; padding: 15px 25px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1"
    style="display: flex; flex-direction: column; width: 390px; margin: -15px 0px -15px -25px; padding: 0px; border-top: 0px solid transparent; border-right: 0px; border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-bottom-left-radius: 0px; border-top-left-radius: 0px; overflow: hidden; min-width: 390px; min-height: 470px;">
    <div class="needsclick  kl-private-reset-css-Xuajs1"
      style="background-image: url(&quot;https://d3k81ch9hvuctc.cloudfront.net/company/TpdqPt/images/69b0a635-5b2f-4923-9cc3-7dd1777d2ca9.png&quot;); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; width: 100%; height: 100%; display: block;">
    </div>
  </div>
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 0px 0px 25px; min-height: 470px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 0 1 auto; margin: 0px auto;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; align-items: center; width: 100%; height: auto;">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="position: relative; display: flex; align-items: center; width: 100%; height: auto;"><img
              src="https://d3k81ch9hvuctc.cloudfront.net/company/TpdqPt/images/52476932-7758-49f8-b2e8-b4c0edcb0c22.png" tabindex="-1" class="needsclick  kl-private-reset-css-Xuajs1"
              style="max-width: 100%; width: 780px; height: auto; cursor: initial;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 20px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_66328142" class="needsclick go3296473645 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Kanit, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 1px; background-color: rgb(255, 255, 255); border: 1px solid rgb(96, 106, 114);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 6px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(255, 255, 255); border-radius: 0px; border-style: solid; border-color: rgb(21, 117, 81); border-width: 2px; color: rgb(0, 0, 0); font-family: Kanit, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 2px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 54px; width: 100%;">CONTINUE</button>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 25px 30px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" style="width: 100%;">
          <p style="text-align:center;font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-arial"
              style="color:rgb(96, 106, 114);font-size:12px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;">By signing up, you agree to receive email marketing</span></p>
        </div>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

POST #

<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Unclear content? Search in dictionary..."
    aria-label="Unclear content? Search in dictionary..."> <i class="acsbi-search"></i> <i class="acsbi-chevron_down"></i> </form>

Text Content

Use Website In a Screen-Reader Mode
Skip to Content
↵ENTER
Skip to Menu
↵ENTER
Skip to Footer
↵ENTER


I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that,
John S

Best dirty beans you could ever get confirmed, Lift_Razor

Delicious coffee. You have officially made me a coffee drinker

I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that,
John S

Best dirty beans you could ever get confirmed, Lift_Razor

Delicious coffee. You have officially made me a coffee drinker

I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that,
John S

Best dirty beans you could ever get confirmed, Lift_Razor

Delicious coffee. You have officially made me a coffee drinker

I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that,
John S

Best dirty beans you could ever get confirmed, Lift_Razor

Delicious coffee. You have officially made me a coffee drinker


Top Of The Mornin' Coffee Logo
   
 * Subscribe
   
 * Shop All
   
    * Coffee
      
      Absurdly good dark, medium and light roasts.
   
    * Hot Cocoa
      
      Double Choc or Peppermint, and richer than you.
   
    * Tea
      
      From Irish Breakfast to fruity and tropical!
   
    * Bundles
      
      Starter packs, all-the-coffee, mug sets – go!
   
    * Accessories
      
      Shop bags, pins, mugs, the lot.
      
   
    * Apparel
      
      Tees, sweats and hats to brighten your day!
   
    * Shop All

   
 * Coffee
   
    * Golden Hour Medium Roast
      
      So mellow it should be on late night radio.
   
    * Morning Glory Light Roast
      
      So bright it’s practically neon.
   
    * Midnight Oil Dark Roast
      
      So dark you’ll need a flashlight.
   
    * Twilight Medium Roast
      
      So mellow, yet so dark.
   
    * Shop All Subscriptions

   
 * Bundles
   
 * Accessories
   
    * Accessories
      
      Shop bags, pins, mugs, the lot.
      
   
    * Apparel
      
      Tees, sweats and hats to brighten your day!
   
    * Mugs
      
      On-the-go or on the counter – hot or cold.
   
    * Gift Cards
      
      From $10 to $100, give ‘em what they want.
   
    * Shop All

   
 * About
   
 * Rewards
   
 * Flavor Quiz

 * SUBSCRIPTIONS
 * Shop All
 * Coffee
 * Hot Cocoa
 * Tea
 * Bundles
 * Accessories
 * About
 * Rewards
 * The Flavor Quiz
 * Account
 * Search
   

$ CAD



 * United States ($ USD)

 * United Kingdom (£ GBP)

 * Ireland (€ EUR)

 * Germany (€ EUR)

 * France (€ EUR)

 * Canada ($ CAD)

 * Australia ($ AUD)

 * INTERNATIONAL

 * Afghanistan ($ USD)

 * Åland Islands (€ EUR)

 * Albania (L ALL)

 * Algeria ($ USD)

 * Andorra (€ EUR)

 * Angola ($ USD)

 * Anguilla ($ USD)

 * Antigua & Barbuda ($ USD)

 * Argentina ($ USD)

 * Armenia (դր. AMD)

 * Aruba ($ USD)

 * Ascension Island ($ USD)

 * Austria (€ EUR)

 * Azerbaijan ($ USD)

 * Bahamas ($ USD)

 * Bahrain ($ USD)

 * Bangladesh ($ USD)

 * Barbados ($ USD)

 * Belarus (€ EUR)

 * Belgium (€ EUR)

 * Belize ($ USD)

 * Benin ($ USD)

 * Bermuda ($ USD)

 * Bhutan ($ USD)

 * Bolivia ($ USD)

 * Bosnia & Herzegovina (КМ BAM)

 * Botswana ($ USD)

 * Brazil ($ USD)

 * British Indian Ocean Territory ($ USD)

 * British Virgin Islands ($ USD)

 * Brunei ($ USD)

 * Bulgaria (лв. BGN)

 * Burkina Faso ($ USD)

 * Burundi ($ USD)

 * Cambodia ($ USD)

 * Cameroon ($ 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 (€ EUR)

 * Curaçao ($ USD)

 * Cyprus (€ EUR)

 * Czechia (Kč CZK)

 * Denmark (kr. DKK)

 * Djibouti ($ USD)

 * Dominica ($ USD)

 * Dominican Republic ($ USD)

 * Ecuador ($ USD)

 * Egypt ($ USD)

 * El Salvador ($ USD)

 * Equatorial Guinea ($ USD)

 * Eritrea ($ USD)

 * Estonia (€ EUR)

 * Eswatini ($ USD)

 * Ethiopia ($ USD)

 * Falkland Islands ($ USD)

 * Faroe Islands (kr. DKK)

 * Fiji ($ USD)

 * Finland (€ EUR)

 * French Guiana ($ USD)

 * French Polynesia ($ USD)

 * French Southern Territories ($ USD)

 * Gabon ($ USD)

 * Gambia ($ USD)

 * Georgia (€ EUR)

 * Ghana ($ USD)

 * Gibraltar (£ GBP)

 * Greece (€ EUR)

 * Greenland (kr. DKK)

 * Grenada ($ USD)

 * Guadeloupe (€ EUR)

 * Guatemala ($ USD)

 * Guernsey (£ GBP)

 * Guinea ($ USD)

 * Guinea-Bissau ($ USD)

 * Guyana ($ USD)

 * Haiti ($ USD)

 * Honduras ($ USD)

 * Hong Kong SAR ($ USD)

 * Hungary (Ft HUF)

 * Iceland (kr ISK)

 * India ($ USD)

 * Indonesia ($ USD)

 * Iraq ($ USD)

 * Isle of Man (£ GBP)

 * Israel ($ USD)

 * Italy (€ EUR)

 * Jamaica ($ USD)

 * Japan ($ USD)

 * Jersey (€ EUR)

 * Jordan ($ USD)

 * Kazakhstan ($ USD)

 * Kenya ($ USD)

 * Kiribati ($ USD)

 * Kosovo (€ EUR)

 * Kuwait ($ USD)

 * Kyrgyzstan ($ USD)

 * Laos ($ USD)

 * Latvia (€ EUR)

 * Lebanon ($ USD)

 * Lesotho ($ USD)

 * Liberia ($ USD)

 * Libya ($ USD)

 * Liechtenstein (CHF CHF)

 * Lithuania (€ EUR)

 * Luxembourg (€ EUR)

 * Macao SAR ($ USD)

 * Madagascar ($ USD)

 * Malawi ($ USD)

 * Malaysia ($ USD)

 * Maldives ($ USD)

 * Mali ($ USD)

 * Malta (€ EUR)

 * Martinique ($ USD)

 * Mauritania ($ USD)

 * Mauritius ($ USD)

 * Mayotte (€ EUR)

 * Mexico ($ USD)

 * Moldova (L MDL)

 * Monaco (€ EUR)

 * Mongolia ($ USD)

 * Montenegro (€ EUR)

 * Montserrat ($ USD)

 * Morocco ($ USD)

 * Mozambique ($ USD)

 * Myanmar (Burma) ($ USD)

 * Namibia ($ USD)

 * Nauru ($ USD)

 * Nepal ($ USD)

 * Netherlands (€ EUR)

 * New Caledonia ($ USD)

 * New Zealand ($ USD)

 * Nicaragua ($ USD)

 * Niger ($ USD)

 * Nigeria ($ USD)

 * Niue ($ USD)

 * Norfolk Island ($ USD)

 * North Macedonia (ден MKD)

 * Norway (€ EUR)

 * Oman ($ USD)

 * Pakistan ($ USD)

 * Palestinian Territories ($ USD)

 * Panama ($ USD)

 * Papua New Guinea ($ USD)

 * Paraguay ($ USD)

 * Peru ($ USD)

 * Philippines ($ USD)

 * Pitcairn Islands ($ USD)

 * Poland (zł PLN)

 * Portugal (€ EUR)

 * Qatar ($ USD)

 * Réunion (€ EUR)

 * Romania (Lei RON)

 * Russia ($ USD)

 * Rwanda ($ USD)

 * Samoa ($ USD)

 * San Marino (€ EUR)

 * São Tomé & Príncipe ($ USD)

 * Saudi Arabia ($ USD)

 * Senegal ($ USD)

 * Serbia (РСД RSD)

 * Seychelles ($ USD)

 * Sierra Leone ($ USD)

 * Singapore ($ USD)

 * Sint Maarten ($ USD)

 * Slovakia (€ EUR)

 * Slovenia (€ EUR)

 * Solomon Islands ($ USD)

 * Somalia ($ USD)

 * South Africa ($ USD)

 * South Georgia & South Sandwich Islands ($ USD)

 * South Korea ($ USD)

 * South Sudan ($ USD)

 * Spain (€ EUR)

 * 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 (€ EUR)

 * Sweden (kr SEK)

 * Switzerland (CHF CHF)

 * 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)

 * Turkey (€ EUR)

 * Turkmenistan ($ USD)

 * Turks & Caicos Islands ($ USD)

 * Tuvalu ($ USD)

 * U.S. Outlying Islands ($ USD)

 * Uganda ($ USD)

 * Ukraine (₴ UAH)

 * United Arab Emirates ($ USD)

 * Uruguay ($ USD)

 * Uzbekistan ($ USD)

 * Vanuatu ($ USD)

 * Vatican City (€ EUR)

 * Venezuela ($ USD)

 * Vietnam ($ USD)

 * Wallis & Futuna ($ USD)

 * Western Sahara ($ USD)

 * Yemen ($ USD)

 * Zambia ($ USD)

 * Zimbabwe ($ USD)


0
SAVE 10% WHEN YOU SUBSCRIBE TO COFFEE, TEA OR HOT COCOA

4.9/5 based on 1,130 reviews


COFFEE
SO GOOD
IT'S
ABSURD

It'll put so much spring in your step, you'll bounce.

SHOP ALL

CARBON NEUTRAL DELIVERY





ETHICALLY SOURCED

Making good coffee even gooder


CRAFT ROASTED

Small batches, gigantic flavor


ORGANIC BEANS

Out of this worldly good


GIVING BACK

1% of our sales go to Crisis Text Line


COFFEE,
NAILED IT!

And tea! And hot cocoa! Be ready for mug-based taste bud bliss.

SHOP ALL


BEST SELLER

TWILIGHT MEDIUM ROAST COFFEE

53 Reviews

$23.00

So mellow, yet so dark.Smooth caramel meets chocolatey richness, and...
Choose Type Pre-Ground Beans Whole Beans
Add To Cart


SEÁN'S FAVORITE

MIDNIGHT OIL DARK ROAST COFFEE

600 Reviews

$23.00

So dark you’ll need a flashlight.Our OG coffee is a...
Choose Type Pre-Ground Beans Whole Beans
Add To Cart

GOLDEN HOUR MEDIUM ROAST COFFEE

276 Reviews

$23.00

So mellow it should be on late night radio. If...
Choose Type Pre-Ground Beans Whole Beans
Add To Cart


GRAB POINTS,
GET FREE BEANS

Love a freebie? Easy peasy, coffee squeezy.

REWARD ME



SIP MORE,
SAVE MORE

Need coffee on the regular? Get it monthly for less.

SUBSCRIBE ME



SEÁN'S
STORY

Who is he? Why does he love coffee so much?
Is that his real hair? Only one way to find out.

MEET SEÁN



FIND YOUR FLAVOR

Dark and low key? Bright and bouncin’? No judgment, just destiny.

TAKE THE QUIZ



FRESH IN

Our shiniest new stuff!

SHOP ALL


BEST SELLER

TWILIGHT MEDIUM ROAST COFFEE

53 Reviews

$23.00

So mellow, yet so dark.Smooth caramel meets chocolatey richness, and...
Choose Type Pre-Ground Beans Whole Beans
Add To Cart

IRISH BREAKFAST BLACK TEA

85 Reviews

$21.00

So punchy you’ll sit bolt upright. In Ireland it’s the...
Add To Cart

SONNY CREWNECK - GOLD

3 Reviews

$91.00

Monday blues? Slip on a Top of the Mornin’ crewneck and suddenly...
Choose Size S M L XL 2XL 3XL
Add To Cart


BEANS THAT
GIVE BACK

For when life isn’t so sunny, we give
1% of our sales to Crisis Text Line,
helping support people when they need it most.

FIND OUT MORE



YOU'RE THE
BARISTA NOW

I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that.

JOHN S.

Best dirty beans you could ever get confirmed

LIFT_RAZOR

Delicious coffee. You have officially made me a coffee drinker.

EMODRAMADORK

I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that.

JOHNSON

Best dirty beans you could ever get confirmed

Jack

Delicious coffee. You have officially made me a coffee drinker.

HOUDINI

I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that.

JOHN S.

Best dirty beans you could ever get confirmed

LIFT_RAZOR

Delicious coffee. You have officially made me a coffee drinker.

EMODRAMADORK

I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that.

JOHNSON

Best dirty beans you could ever get confirmed

Jack

Delicious coffee. You have officially made me a coffee drinker.

HOUDINI

I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that.

JOHN S.

Best dirty beans you could ever get confirmed

LIFT_RAZOR

Delicious coffee. You have officially made me a coffee drinker.

EMODRAMADORK

I literally spent 3 minutes smelling the bag and I’m not ashamed to admit that.

JOHNSON

Best dirty beans you could ever get confirmed

Jack

Delicious coffee. You have officially made me a coffee drinker.

HOUDINI

 * 
 * 

GET YOUR MERCH
GET YOUR MERCH
GET YOUR MERCH
GET YOUR MERCH



SHOP ALL

SONNY CAP

3 Reviews

$42.00

Out for a run pre-morning coffee? Put this on, look...
Add To Cart

CLEAR COLD TUMBLER

6 Reviews

$31.00

Iced coffee? Don’t mind if I do. Iced tea? Now...
Add To Cart

SHOPPIN' TOTE



$28.00

GAH, I FORGOT TO GET COFFEE says no-one ever when...
Add To Cart


FOLLOW US

@TOTMCOFFEE




STAY UP
TO DATE

Get the latest on offers, flavors and updates and share some bean love!



MENU

 * Subscribe
 * Shop
 * Coffee
 * Bundles
 * Accessories
 * We Give Back
 * Sean's Story
 * Flavor Quiz

SERVICES

 * Terms of Service
 * Refund Policy
 * Privacy Policy
 * FAQs
 * Contact

SERVICES

 * Terms of Service
 * Refund Policy
 * Privacy Policy
 * FAQs
 * Contact

USER INFO

Sign in Register

USER INFO

Sign in Register

STAY UP TO DATE

Be the first to know about our special
offers, news, and updates.



By signing up, you agree to receive email & SMS marketing and updates.

FOLLOW US


Privacy Policy Terms of Service Refund Policy

©2023 TOTM LLC. All Rights Reserved.





Close form 1
CONTINUE

By signing up, you agree to receive email marketing


English
Accessibility Adjustments
Reset Settings Statement Hide Interface

Choose the right accessibility profile for you
OFF ON
Seizure Safe Profile Clear flashes & reduces color
This profile enables epileptic and seizure prone users to browse safely by
eliminating the risk of seizures that result from flashing or blinking
animations and risky color combinations.
OFF ON
Vision Impaired Profile Enhances website's visuals
This profile adjusts the website, so that it is accessible to the majority of
visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract,
Glaucoma, and others.
OFF ON
ADHD Friendly Profile More focus & fewer distractions
This profile significantly reduces distractions, to help people with ADHD and
Neurodevelopmental disorders browse, read, and focus on the essential elements
of the website more easily.
OFF ON
Cognitive Disability Profile Assists with reading & focusing
This profile provides various assistive features to help users with cognitive
disabilities such as Autism, Dyslexia, CVA, and others, to focus on the
essential elements of the website more easily.
OFF ON
Keyboard Navigation (Motor) Use website with the keyboard
This profile enables motor-impaired persons to operate the website using the
keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such
as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics)
to jump to specific elements.

Note: This profile prompts automatically for keyboard users.
OFF ON
Blind Users (Screen Reader) Optimize website for screen-readers
This profile adjusts the website to be compatible with screen-readers such as
JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is
installed on the blind user’s computer and smartphone, and websites should
ensure compatibility with it.

Note: This profile prompts automatically to screen-readers.
Content Adjustments
Content Scaling
Default

Readable Font
Highlight Titles
Highlight Links
Text Magnifier
Adjust Font Sizing
Default

Align Center
Adjust Line Height
Default

Align Left
Adjust Letter Spacing
Default

Align Right
Color Adjustments
Dark Contrast
Light Contrast
High Contrast
High Saturation
Adjust Text Colors
Cancel
Monochrome
Adjust Title Colors
Cancel
Low Saturation
Adjust Background Colors
Cancel
Orientation Adjustments
Mute Sounds
Hide Images
Read Mode
Reading Guide
Useful Links
Select an option Home Header Footer Main Content
Stop Animations
Reading Mask
Highlight Hover
Highlight Focus
Big Black Cursor
Big White Cursor
HIDDEN_ADJUSTMENTS
Keyboard Navigation
Accessible Mode
Screen Reader Adjustments
Read Mode
Web Accessibility By
Learn More
Choose the Interface Language
English
Español
Deutsch
Português
Français
Italiano
עברית
繁體中文
Pусский
عربى
عربى
Nederlands
繁體中文
日本語
Polski
Türk
Accessibility StatementCompliance status

We firmly believe that the internet should be available and accessible to anyone
and are committed to providing a website that is accessible to the broadest
possible audience, regardless of ability.

To fulfill this, we aim to adhere as strictly as possible to the World Wide Web
Consortium’s (W3C) Web Content Accessibility Guidelines 2.1 (WCAG 2.1) at the AA
level. These guidelines explain how to make web content accessible to people
with a wide array of disabilities. Complying with those guidelines helps us
ensure that the website is accessible to blind people, people with motor
impairments, visual impairment, cognitive disabilities, and more.

This website utilizes various technologies that are meant to make it as
accessible as possible at all times. We utilize an accessibility interface that
allows persons with specific disabilities to adjust the website’s UI (user
interface) and design it to their personal needs.

Additionally, the website utilizes an AI-based application that runs in the
background and optimizes its accessibility level constantly. This application
remediates the website’s HTML, adapts its functionality and behavior for
screen-readers used by blind users, and for keyboard functions used by
individuals with motor impairments.

If you wish to contact the website’s owner please use the website's form

Screen-reader and keyboard navigation

Our website implements the ARIA attributes (Accessible Rich Internet
Applications) technique, alongside various behavioral changes, to ensure blind
users visiting with screen-readers can read, comprehend, and enjoy the website’s
functions. As soon as a user with a screen-reader enters your site, they
immediately receive a prompt to enter the Screen-Reader Profile so they can
browse and operate your site effectively. Here’s how our website covers some of
the most important screen-reader requirements:

 1. Screen-reader optimization: we run a process that learns the website’s
    components from top to bottom, to ensure ongoing compliance even when
    updating the website. In this process, we provide screen-readers with
    meaningful data using the ARIA set of attributes. For example, we provide
    accurate form labels; descriptions for actionable icons (social media icons,
    search icons, cart icons, etc.); validation guidance for form inputs;
    element roles such as buttons, menus, modal dialogues (popups), and others. 
    
    Additionally, the background process scans all of the website’s images. It
    provides an accurate and meaningful image-object-recognition-based
    description as an ALT (alternate text) tag for images that are not
    described. It will also extract texts embedded within the image using an OCR
    (optical character recognition) technology. To turn on screen-reader
    adjustments at any time, users need only to press the Alt+1 keyboard
    combination. Screen-reader users also get automatic announcements to turn
    the Screen-reader mode on as soon as they enter the website.
    
    These adjustments are compatible with popular screen readers such as JAWS,
    NVDA, VoiceOver, and TalkBack.
    
    
 2. Keyboard navigation optimization: The background process also adjusts the
    website’s HTML and adds various behaviors using JavaScript code to make the
    website operable by the keyboard. This includes the ability to navigate the
    website using the Tab and Shift+Tab keys, operate dropdowns with the arrow
    keys, close them with Esc, trigger buttons and links using the Enter key,
    navigate between radio and checkbox elements using the arrow keys, and fill
    them in with the Spacebar or Enter key.
    
    Additionally, keyboard users will find content-skip menus available at any
    time by clicking Alt+2, or as the first element of the site while navigating
    with the keyboard. The background process also handles triggered popups by
    moving the keyboard focus towards them as soon as they appear, not allowing
    the focus to drift outside.
    
    Users can also use shortcuts such as “M” (menus), “H” (headings), “F”
    (forms), “B” (buttons), and “G” (graphics) to jump to specific elements.

Disability profiles supported on our website
 * Epilepsy Safe Profile: this profile enables people with epilepsy to safely
   use the website by eliminating the risk of seizures resulting from flashing
   or blinking animations and risky color combinations.
 * Vision Impaired Profile: this profile adjusts the website so that it is
   accessible to the majority of visual impairments such as Degrading Eyesight,
   Tunnel Vision, Cataract, Glaucoma, and others.
 * Cognitive Disability Profile: this profile provides various assistive
   features to help users with cognitive disabilities such as Autism, Dyslexia,
   CVA, and others, to focus on the essential elements more easily.
 * ADHD Friendly Profile: this profile significantly reduces distractions and
   noise to help people with ADHD, and Neurodevelopmental disorders browse,
   read, and focus on the essential elements more easily.
 * Blind Users Profile (Screen-readers): this profile adjusts the website to be
   compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A
   screen-reader is installed on the blind user’s computer, and this site is
   compatible with it.
 * Keyboard Navigation Profile (Motor-Impaired): this profile enables
   motor-impaired persons to operate the website using the keyboard Tab,
   Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M”
   (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to
   jump to specific elements.

Additional UI, design, and readability adjustments
 1. Font adjustments – users can increase and decrease its size, change its
    family (type), adjust the spacing, alignment, line height, and more.
 2. Color adjustments – users can select various color contrast profiles such as
    light, dark, inverted, and monochrome. Additionally, users can swap color
    schemes of titles, texts, and backgrounds with over seven different coloring
    options.
 3. Animations – epileptic users can stop all running animations with the click
    of a button. Animations controlled by the interface include videos, GIFs,
    and CSS flashing transitions.
 4. Content highlighting – users can choose to emphasize essential elements such
    as links and titles. They can also choose to highlight focused or hovered
    elements only.
 5. Audio muting – users with hearing devices may experience headaches or other
    issues due to automatic audio playing. This option lets users mute the
    entire website instantly.
 6. Cognitive disorders – we utilize a search engine linked to Wikipedia and
    Wiktionary, allowing people with cognitive disorders to decipher meanings of
    phrases, initials, slang, and others.
 7. Additional functions – we allow users to change cursor color and size, use a
    printing mode, enable a virtual keyboard, and many other functions.

Assistive technology and browser compatibility

We aim to support as many browsers and assistive technologies as possible, so
our users can choose the best fitting tools for them, with as few limitations as
possible. Therefore, we have worked very hard to be able to support all major
systems that comprise over 95% of the user market share, including Google
Chrome, Mozilla Firefox, Apple Safari, Opera and Microsoft Edge, JAWS, and NVDA
(screen readers), both for Windows and MAC users.

Notes, comments, and feedback

Despite our very best efforts to allow anybody to adjust the website to their
needs, there may still be pages or sections that are not fully accessible, are
in the process of becoming accessible, or are lacking an adequate technological
solution to make them accessible. Still, we are continually improving our
accessibility, adding, updating, improving its options and features, and
developing and adopting new technologies. All this is meant to reach the optimal
level of accessibility following technological advancements. If you wish to
contact the website’s owner, please use the website's form

Hide Accessibility Interface? Please note: If you choose to hide the
accessibility interface, you won't be able to see it anymore, unless you clear
your browsing history and data. Are you sure that you wish to hide the
interface?
Accept Cancel

Continue



Processing the data, please give it a few seconds...
Press Alt+1 for screen-reader mode


YOUR CART

Close Cart

Free Shipping
You are $ 50.00 away from FREE SHIPPING

YOUR CART IS EMPTY!

Add your favorite items to your cart.

Shop Now




YOU MAY ALSO LIKE

On-the-Go Tumbler - White
Price $ 38.00
Add
Classic Mug - White
Price $ 26.00
Add
Clear Cold Tumbler
Price $ 31.00
Add
Powered by Rebuy

Subtotal (0 item)
$ 0.00

Checkout Continue Shopping



Your cart progress is 0%% complete. You are $ 50.00 away from FREE SHIPPING