www.dutch.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: https://auth.dutch.com/
Effective URL: https://www.dutch.com/
Submission: On June 13 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 16 forms found in the DOM

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

/search

<form x-title="Search" class="relative" action="/search">
  <div class="relative flex items-center justify-between">
    <div class="flex items-center w-full">
      <button type="submit" class="h-10 border-none bg-neutral-100 px-3 -mr-0.5 rounded-l-lg">
        <svg class="text-black w-4 h-4" style="" role="presentation">
          <use xlink:href="#icon-search" fill="currentColor"></use>
        </svg>
      </button>
      <input type="text" pattern="[a-zA-Z0-9\s]+" title="Please use only letters and numbers to search without using any special characters(!@#$%^&amp;*(){[]})." maxlength="50" inputmode="search" @focus="isShowSuggestions = true" autocomplete="off"
        x-model.debounce="searchQuery" name="q" placeholder="Search our pharmacy" class="h-10 border-none bg-neutral-100 pl-1 rounded-lg rounded-l-none text-base !outline-none focus:!outline-none placeholder:text-base placeholder:text-neutral-400"
        x-ref="input">
      <input type="hidden" name="type" value="product">
      <input type="hidden" name="options[unavailable_products]" value="hide">
      <input type="hidden" name="options[prefix]" value="last">
      <input type="hidden" name="options[fields]" value="tag">
    </div>
    <button type="button" class="p-3 md:hidden " @click="isOpen = false">
      <svg class="text-black w-3 h-3" style="" role="presentation">
        <use xlink:href="#icon-x" fill="currentColor"></use>
      </svg>
    </button>
  </div>
  <div x-show="isShowSuggestions" style="display: none;">
    <div x-show="!isInvalidQuery &amp;&amp; results.length" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow" style="display: none;">
      <h4 class="font-serif text-xl leading-none">Matching search results...</h4>
      <ul class="space-y-4">
        <template x-for="(result, index) in results">
          <li class="flex">
            <a :href="result.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" @click="$segmentTrack('Search Result Selected', {location: 'autosuggest', position: index+1, query: result.title});">
                <p x-text="result.title"></p>
              </a>
          </li>
        </template>
      </ul>
    </div>
    <div x-show="isShowPopularTopics" x-transition.opacity="" class="px-5 py-6 mt-2 space-y-4 bg-white rounded-lg md:shadow">
      <h4 class="font-serif text-xl leading-none">Popular search topics</h4>
      <ul class="space-y-4">
        <template x-for="topic in topics">
          <li class="flex">
            <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4">
                <p x-text="topic.title"></p>
              </a>
          </li>
        </template>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dogs&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cats&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cats</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=anxiety+dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Anxiety in Dogs</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=dog&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Dog products</p>
              </a>
        </li>
        <li class="flex">
          <a :href="topic.url" class="text-base leading-tight hover:underline focus:underline focus:outline-none underline-offset-4" href="/search?q=cat&amp;type=product&amp;options%5Bunavailable_products%5D=hide&amp;options%5Bprefix%5D=last&amp;options%5Bfields%5D=tag">
                <p x-text="topic.title">Cat products</p>
              </a>
        </li>
      </ul>
    </div>
    <div x-show="isNoResults" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white rounded-lg md:shadow" style="display: none;">
      <p>No results found. Please try another search.</p>
    </div>
    <div x-show="isInvalidQuery" x-transition.opacity="" class="px-5 py-4 mt-2 bg-white border rounded-lg md:shadow border-orange" style="display: none;">
      <p class="mb-1 font-serif text-xl leading-none">No special characters</p>
      <p class="mb-3">Please remove special characters to see results.</p>
      <p>Do not include: ! ( ) # $ % ^ * {} / .</p>
    </div>
  </div>
</form>

POST /contact#newsletter_footer

<form method="post" action="/contact#newsletter_footer" id="newsletter_footer" accept-charset="UTF-8" class=""><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <label class="sr-only" for="newsletter_footer-email">Sign up for our newsletter</label><input name="contact[tags]" type="hidden" value="newsletter">
  <div class="relative my-4 md:my-0 ">
    <input type="email" name="contact[email]" id="newsletter_footer-email" class="placeholder-black placeholder-opacity-50 px-6 " value="" placeholder="Your Email" aria-label="Your Email" aria-required="true" autocorrect="off" autocapitalize="off"
      required="">
    <button class="absolute inset-y-0 right-0 mr-6" id="Subscribe" name="commit" type="submit">
      <div class="w-3 opacity-50"><svg width="18" height="12" viewBox="0 0 18 12" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path
            d="M12.8279 1.11114L12.8273 1.11053C12.5258 0.794794 12.0354 0.794695 11.7339 1.12113C11.4364 1.43354 11.4366 1.93919 11.7345 2.25133C11.7346 2.2514 11.7346 2.25146 11.7347 2.25152L14.5224 5.1995H1.67979C1.23532 5.1995 0.875 5.55981 0.875 6.00429C0.875 6.44876 1.23532 6.80908 1.67979 6.80908H14.5321L11.7444 9.75705C11.7443 9.7571 11.7443 9.75714 11.7443 9.75719C11.4463 10.0693 11.4461 10.575 11.7436 10.8874C12.0366 11.2055 12.5271 11.2026 12.8273 10.8883L12.8279 10.8877L16.9013 6.565C16.9013 6.56492 16.9014 6.56485 16.9015 6.56477C17.1995 6.25243 17.1995 5.74636 16.9015 5.43402C16.9014 5.43395 16.9013 5.43387 16.9013 5.43379L12.8279 1.11114Z"
            fill="currentColor" stroke="currentColor" stroke-width="0.25"></path>
        </svg> </div>
      <span class="sr-only">Submit</span>
    </button>
  </div>
</form>

POST /account

<form action="/account" method="post" id="cf-hidden-recaptcha-trigger__create_customer" data-cf-ignore="true" aria-hidden="true" style="display: none;"><input name="form_type" value="create_customer"></form>

POST /contact

<form action="/contact" method="post" id="cf-hidden-recaptcha-trigger__contact" data-cf-ignore="true" aria-hidden="true" style="display: none;"><input name="form_type" value="contact"></form>

Text Content

Limited time: $25 off a product order with any annual membership

Menu

Dutch
 * What we treat
   Dogs Cats Top Medications
    * Allergy
    * Anxiety
    * Arthritis & Joints
    * Coughing
    * Destructive Traits
   
    * Diarrhea
    * Diet & Nutrition
    * Ear Health
    * Flea & Tick Care
    * Hair Loss
   
    * Itching
    * Skin Issues
    * Tooth Health
    * Trembling
    * Urinary Health
   
   
   WHICH FLEA & TICK MEDICINE IS RIGHT FOR YOUR DOG?
   
   Take the quiz
   
   
   SEE IF WE CAN HELP WITH YOUR DOG’S ANXIETY
   
   Take the quiz
    * Allergy
    * Anxiety
    * Arthritis & Joints
    * Destructive Traits
    * Diarrhea
   
    * Diet & Nutrition
    * Ear Health
    * Flea & Tick Care
    * Hair Loss
    * Itching
   
    * Skin Issues
    * Tooth Health
    * Urinary Health
    * Vomiting
   
   
   GET CAT NUTRITION & DIET ADVICE
   
   Learn more
   
   
   TREAT YOUR CAT’S ALLERGIES FROM HOME
   
   Learn more
    * Apoquel
    * Fluoxetine
    * NexGard Chewables
    * Purina Calming Care
    * Trazodone
   
    * Douxo S3 PYO Mousse
    * Credelio
    * Cheristin Flea Treatment
    * Simparica Trio
    * Douxo S3 Pyo Shampoo
   
    * Gabapentin
   
   
 * Pharmacy
   Dogs Cats Brands Shop All
    * Allergy Medicine
    * Anxiety Medicine
    * Dental Care
    * Ear Medicine
    * Flea Medicine
   
    * Itching Medicine
    * Nutrition
    * Test Kits
    * Urinary Medicine
    * Vomiting Medicine
   
   
   GET 20% OFF FLEA & TICK MEDICATION
   
   Shop flea & tick
   
   
   SAVE 20% ON PURINA ORDERS OVER $200
   
   Shop Purina
    * Allergy Medicine
    * Anxiety Medicine
    * Dental Care
    * Diarrhea Medicine
    * Ear Medicine
   
    * Flea Medicine
    * Nutrition
    * Test Kits
    * Urinary Medicine
    * Vomiting Medicine
   
   
   GET 20% OFF FLEA & TICK MEDICATIONSHOP FLEA & TICK
   
   Shop flea & tick
   
   
   SAVE 20% ON PURINA ORDERS OVER $200
   
   Shop Purina
    * Advita
    * Atopica
    * AnimalBiome
    * Bravecto
    * Capstar
   
    * C.E.T.
    * CEVA
    * Clavamox
    * Credelio
    * DiaGel
   
    * Douxo for Dogs
    * Feliway
    * Maxi/Guard
    * NexGard
    * NutraMax
   
    * Purina
    * Revolution
    * Selarid
    * ThunderEase
    * Vectra
   
    * Vetericyn
    * VetriScience
    * Zymox
   
   
   
 * Our Services
   How It Works Membership Plans Insurance FAQ
   
   
   HOW ONLINE VETERINARIAN CARE WORKS
   
   Learn more
   
   
   MEMBERSHIP PLANS FOR A HEALTHIER PET
   
   Learn more
   
   
   HOW ONLINE VETERINARIAN CARE WORKS
   
   Learn more
   
   
   MEMBERSHIP PLANS FOR A HEALTHIER PET
   
   Learn more
   
   
   HOW ONLINE VETERINARIAN CARE WORKS
   
   Learn more
   
   
   MEMBERSHIP PLANS FOR A HEALTHIER PET
   
   Learn more
   
   
   HOW ONLINE VETERINARIAN CARE WORKS
   
   Learn more
   
   
   MEMBERSHIP PLANS FOR A HEALTHIER PET
   
   Learn more
   
   
   HOW ONLINE VETERINARIAN CARE WORKS
   
   Learn more
   
   
   MEMBERSHIP PLANS FOR A HEALTHIER PET
   
   Learn more
 * About Dutch
   Our Story Why Dutch Blog Reviews
   Refer friends & save
   
   
   REFER A FRIEND AND YOU BOTH GET $30
   
   Learn more
   
   
   SEE WHY PET PARENTS LOVE DUTCH
   
   Read reviews
   
   
   REFER A FRIEND AND YOU BOTH GET $30
   
   Learn more
   
   
   SEE WHY PET PARENTS LOVE DUTCH
   
   Read reviews
   
   
   REFER A FRIEND AND YOU BOTH GET $30
   
   Learn more
   
   
   SEE WHY PET PARENTS LOVE DUTCH
   
   Read reviews
    * Blog Home
    * Dogs
    * Cats
    * General
    * Dutch HQ
   
   
   WHERE TO FIND AN ONLINE VET WHO
WRITES PRESCRIPTIONS
   
   4 min. read
   
   
   HOW TO GET YOUR DOG A PRESCRIPTION
ONLINE
   
   6 min. read
   
   
   REFER A FRIEND AND YOU BOTH GET $30
   
   Learn more
   
   
   SEE WHY PET PARENTS LOVE DUTCH
   
   Read reviews
 * Insurance
 * Flea & Tick

Dutch

MATCHING SEARCH RESULTS...

POPULAR SEARCH TOPICS

   

 * Dogs

 * Cats

 * Anxiety in Dogs

 * Dog products

 * Cat products

No results found. Please try another search.

No special characters

Please remove special characters to see results.

Do not include: ! ( ) # $ % ^ * {} / .

Close

 * WHAT WE TREAT
   
   
   Dutch
   
   MATCHING SEARCH RESULTS...
   
   POPULAR SEARCH TOPICS
   
      
   
    * Dogs
   
    * Cats
   
    * Anxiety in Dogs
   
    * Dog products
   
    * Cat products
   
   No results found. Please try another search.
   
   No special characters
   
   Please remove special characters to see results.
   
   Do not include: ! ( ) # $ % ^ * {} / .
   
   Close
   
   BACK
   
    * DOGS
      
      
      Dutch
      
      MATCHING SEARCH RESULTS...
      
      POPULAR SEARCH TOPICS
      
         
      
       * Dogs
      
       * Cats
      
       * Anxiety in Dogs
      
       * Dog products
      
       * Cat products
      
      No results found. Please try another search.
      
      No special characters
      
      Please remove special characters to see results.
      
      Do not include: ! ( ) # $ % ^ * {} / .
      
      Close
      
      BACK
      
       * Allergy
       * Anxiety
       * Arthritis & Joints
       * Behavior Issues
       * Coughing
       * Diarrhea
       * Diet & Nutrition
       * Ear Health
       * Flea & Tick Care
       * Hair Loss
       * Itching
       * Skin Issues
       * Tooth Health
       * Trembling
       * Urinary Health
       * 
   
    * CATS
      
      
      Dutch
      
      MATCHING SEARCH RESULTS...
      
      POPULAR SEARCH TOPICS
      
         
      
       * Dogs
      
       * Cats
      
       * Anxiety in Dogs
      
       * Dog products
      
       * Cat products
      
      No results found. Please try another search.
      
      No special characters
      
      Please remove special characters to see results.
      
      Do not include: ! ( ) # $ % ^ * {} / .
      
      Close
      
      BACK
      
       * Allergy
       * Anxiety
       * Arthritis & Joints
       * Behavior Issues
       * Diarrhea
       * Diet & Nutrition
       * Ear Health
       * Flea & Tick Care
       * Hair Loss
       * Itching
       * Skin Issues
       * Tooth Health
       * Urinary Health
       * Vomiting
       * 
   
    * TOP MEDICATIONS
      
      
      Dutch
      
      MATCHING SEARCH RESULTS...
      
      POPULAR SEARCH TOPICS
      
         
      
       * Dogs
      
       * Cats
      
       * Anxiety in Dogs
      
       * Dog products
      
       * Cat products
      
      No results found. Please try another search.
      
      No special characters
      
      Please remove special characters to see results.
      
      Do not include: ! ( ) # $ % ^ * {} / .
      
      Close
      
      BACK
      
       * Apoquel
       * Fluoxetine
       * NexGard Chewables
       * Purina Calming Care
       * Trazodone
       * Douxo S3 PYO Mousse
       * Credelio
       * Cheristin Flea Treatment
       * Simparica Trio
       * Douxo S3 Pyo Shampoo
       * Gabapentin
       * 
   
    * WHICH FLEA & TICK MEDICINE IS RIGHT FOR YOUR DOG?
      
      Take the quiz
      
      SEE IF WE CAN HELP WITH YOUR DOG’S ANXIETY
      
      Take the quiz

 * PHARMACY
   
   
   Dutch
   
   MATCHING SEARCH RESULTS...
   
   POPULAR SEARCH TOPICS
   
      
   
    * Dogs
   
    * Cats
   
    * Anxiety in Dogs
   
    * Dog products
   
    * Cat products
   
   No results found. Please try another search.
   
   No special characters
   
   Please remove special characters to see results.
   
   Do not include: ! ( ) # $ % ^ * {} / .
   
   Close
   
   BACK
   
    * DOGS
      
      
      Dutch
      
      MATCHING SEARCH RESULTS...
      
      POPULAR SEARCH TOPICS
      
         
      
       * Dogs
      
       * Cats
      
       * Anxiety in Dogs
      
       * Dog products
      
       * Cat products
      
      No results found. Please try another search.
      
      No special characters
      
      Please remove special characters to see results.
      
      Do not include: ! ( ) # $ % ^ * {} / .
      
      Close
      
      BACK
      
       * Allergy Medicine
       * Anxiety Medicine
       * Dental Care
       * Diarrhea Medicine
       * Ear Medicine
       * Flea Medicine
       * Itching Medicine
       * Nutrition
       * Test Kits
       * Urinary Medicine
       * Vomiting Medicine
       * 
   
    * CATS
      
      
      Dutch
      
      MATCHING SEARCH RESULTS...
      
      POPULAR SEARCH TOPICS
      
         
      
       * Dogs
      
       * Cats
      
       * Anxiety in Dogs
      
       * Dog products
      
       * Cat products
      
      No results found. Please try another search.
      
      No special characters
      
      Please remove special characters to see results.
      
      Do not include: ! ( ) # $ % ^ * {} / .
      
      Close
      
      BACK
      
       * Allergy Medicine
       * Anxiety Medicine
       * Dental Care
       * Diarrhea Medicine
       * Ear Medicine
       * Flea Medicine
       * Nutrition
       * Test Kits
       * Urinary Medicine
       * Vomiting Medicine
       * 
   
    * BRANDS
      
      
      Dutch
      
      MATCHING SEARCH RESULTS...
      
      POPULAR SEARCH TOPICS
      
         
      
       * Dogs
      
       * Cats
      
       * Anxiety in Dogs
      
       * Dog products
      
       * Cat products
      
      No results found. Please try another search.
      
      No special characters
      
      Please remove special characters to see results.
      
      Do not include: ! ( ) # $ % ^ * {} / .
      
      Close
      
      BACK
      
       * Advita
       * Atopica
       * Bravecto
       * C.E.T.
       * CEVA
       * Capstar
       * Clavamox
       * Credelio
       * DiaGel
       * Douxo for Dogs
       * Feliway
       * Maxi/Guard
       * NexGard
       * NutraMax
       * Purina
       * Revolution
       * Selarid
       * ThunderEase
       * Vectra
       * Vetericyn
       * VetriScience
       * Zymox
       * 
   
    * SHOP ALL
   
    * 20% OFF FLEA & TICK
      
      Shop now
      
      20% OFF PURINA
      
      Shop now

 * OUR SERVICES
   
   
   Dutch
   
   MATCHING SEARCH RESULTS...
   
   POPULAR SEARCH TOPICS
   
      
   
    * Dogs
   
    * Cats
   
    * Anxiety in Dogs
   
    * Dog products
   
    * Cat products
   
   No results found. Please try another search.
   
   No special characters
   
   Please remove special characters to see results.
   
   Do not include: ! ( ) # $ % ^ * {} / .
   
   Close
   
   BACK
   
    * HOW IT WORKS
   
    * MEMBERSHIP PLANS
   
    * INSURANCE
   
    * FAQ
   
    * 

 * ABOUT DUTCH
   
   
   Dutch
   
   MATCHING SEARCH RESULTS...
   
   POPULAR SEARCH TOPICS
   
      
   
    * Dogs
   
    * Cats
   
    * Anxiety in Dogs
   
    * Dog products
   
    * Cat products
   
   No results found. Please try another search.
   
   No special characters
   
   Please remove special characters to see results.
   
   Do not include: ! ( ) # $ % ^ * {} / .
   
   Close
   
   BACK
   
    * OUR STORY
   
    * WHY DUTCH
   
    * BLOG
      
      
      Dutch
      
      MATCHING SEARCH RESULTS...
      
      POPULAR SEARCH TOPICS
      
         
      
       * Dogs
      
       * Cats
      
       * Anxiety in Dogs
      
       * Dog products
      
       * Cat products
      
      No results found. Please try another search.
      
      No special characters
      
      Please remove special characters to see results.
      
      Do not include: ! ( ) # $ % ^ * {} / .
      
      Close
      
      BACK
      
       * Blog Home
       * Dogs
       * Cats
       * General
       * Dutch HQ
      
       * HOW ONLINE VET CARE WORKS
         
         4 Min. Read
         
         HOW TO GET YOUR DOG A PRESCRIPTION
ONLINE
         
         6 Min. Read
   
    * REVIEWS
   
    * 

 * INSURANCE

 * Flea & Tick
   
   Talk to vet and get a prescription from home


Log In
Join Now

MATCHING SEARCH RESULTS...

POPULAR SEARCH TOPICS

   

 * Dogs

 * Cats

 * Anxiety in Dogs

 * Dog products

 * Cat products

No results found. Please try another search.

No special characters

Please remove special characters to see results.

Do not include: ! ( ) # $ % ^ * {} / .

0


Log In
Join Now


ONLINE VET CARE & PRESCRIPTIONS,
WHEN YOU NEED IT

Meet with a top-rated online vet to get customized prescription
treatment plans to solve your pet’s needs — starting from $11/month.

Talk to a Vet

 * Guaranteed low Rx prices

 * Unlimited vet visits and follow-ups

 * Same-day access to licensed vets

 * 20% OFF flea & tick medication

I need to see a VetI need a prescriptionI need a second opinion





HERE'S HOW DUTCH WORKS


HERE'S HOW DUTCH WORKS

 * 1
   
   Pick a membership plan
   
   Choose an annual or monthly plan — starting from just $11/month.

 * 2
   
   Video chat with a vet today
   
   Pick a time and get care from a licensed vet from home — with no visit fees.

 * 3
   
   Get prescriptions shipped free
   
   Your vet will customize a treatment plan to help your pet and we’ll ship it
   to you.

 * 4
   
   Get unlimited care & follow-ups
   
   Ask follow-up questions and get care for other health issues quickly online.

Talk to a Vet


MEMBERSHIPS TO KEEP YOUR PET HEALTHIER


MONTHLY



$35/month

billed monthly


ANNUAL



$11/month

billed $132 yearly

or 4 installments of $33 with


SHOP NOW. PAY IN 4.
ALWAYS INTEREST-FREE.

 * Add your favorites to cart

 * Select Afterpay at checkout

 * Log into or create your Afterpay account with instant approval decision

 * Your purchase will be split into 4 payments, payable every 2 weeks.

You must be over 18, a resident of the U.S. and meet additional eligibility
criteria to qualify. Late fees may apply. Estimated payment amounts shown on
product pages exclude taxes and shipping charges, which are added at checkout.
Click here for complete terms. Loans to California residents made or arranged
pursuant to a California Finance Lenders Law license. © 2020 Afterpay


SHOP NOW. PAY IN 4.
ALWAYS INTEREST-FREE.

 * Add your favorites to cart

 * Select Afterpay at checkout

 * Log into or create your Afterpay account with instant approval decision

 * Your purchase will be split into 4 payments, payable every 2 weeks.

You must be over 18, a resident of the U.S. and meet additional eligibility
criteria to qualify. Late fees may apply. Estimated payment amounts shown on
product pages exclude taxes and shipping charges, which are added at checkout.
Click here for complete terms. Loans to California residents made or arranged
pursuant to a California Finance Lenders Law license. © 2020 Afterpay

Limited time: Get $25 OFF a product order
Save over 65%




MEMBERSHIPS TO KEEP YOUR PET HEALTHIER


ALL MEMBERSHIPS INCLUDE

 * 24/7 access to licensed vets
 * Unlimited video calls & messaging
 * Customized Rx treatment plans
 * Free shipping on every order
 * Ongoing care & follow-up
 * Virtual care for up to 5 pets

Join now




CONNECT WITH
A VET ANYTIME

Say goodbye to Dr. Google.
Simply message a vet or book a video call to get expert advice quickly, 24/7.

 * Hi Dr. Navarro. Harpo has been scratching a lot and I found some fleas on
   her.

 * Oh no. Sounds like a possible flea bite allergy. Is she on flea & tick
   medication?

talk to a vet


WHATEVER YOUR ISSUE OR QUESTION, OUR LICENSED VETS ARE HERE FOR YOU


OUR VETS CAN PRESCRIBE MEDICATION FOR:


 * 
   Allergy
 * 
   Anxiety
 * 
   Arthritis & joint pain
 * 
   Coughing
 * 
   Destructive behavior
 * 
   Diarrhea
 * 
   Diet & nutrition
 * 
   Ear health
 * 
   Flea & tick
 * 
   Hair loss
 * 
   Itching
 * 
   Skin issues
 * 
   Tooth health
 * 
   Trembling or shaking
 * 
   Urinary health

IS YOUR PET EXPERIENCING ANY OF THESE SYMPTOMS?

Talk to a Vet


 * CUSTOMIZED CARE FOR YOUR DOG’S ANXIETY
   
   Connect with a vet and get a treatment plan to help your pup feel better —
   quickly and affordably from home.
   
   SHILO’S ANXIETY PLAN
   
    * Symptoms
      
      Pants, trembles, and cries on car rides, veterinary visits, and in new
      situations
   
    * Your Plan
      
      Anxiety medication, calming probiotic
   
   get a custom treatment plan


 * CUSTOMIZED CARE FOR YOUR CAT’S URINARY HEALTH
   
   Connect with a vet and get a treatment plan to help your cat feel better —
   quickly and affordably from home.
   
   LUNA’S UTI PLAN
   
    * Symptoms
      
      Frequent urination, crying while using the litter box
   
    * Your Plan
      
      Antibiotic, urinalysis test kit, anxiety medication, anti-inflammatory
      medication, urinary health cat food
   
   get a custom treatment plan


 * CUSTOMIZED CARE FOR YOUR DOG’S FLEA & TICK ISSUES
   
   Connect with a vet and get a treatment plan to help your pup feel better —
   quickly and affordably from home.
   
   DUCK’S FLEA & TICK PLAN
   
    * Symptoms
      
      Fleas, red dots, pale gums
   
    * Your Plan
      
      Flea & tick medication, anti-itch medication, ointment, medicated shampoo
      & mousse, fish oils
   
   get a custom treatment plan


 * CUSTOMIZED CARE FOR YOUR DOG’S EAR HEALTH
   
   Connect with a vet and get a treatment plan to help your pup feel better —
   quickly and affordably from home.
   
   ZIGGY’S EAR HEALTH PLAN
   
    * Symptoms
      
      Head shaking, redness, swelling
   
    * Your Plan
      
      Topical ear medication, anti-inflammatory, flea & tick medication, ear
      cleanser, fish oils
   
   get a custom treatment plan


 * CUSTOMIZED CARE FOR YOUR CAT’S ALLERGIES
   
   Connect with a vet and get a treatment plan to help your cat feel better —
   quickly and affordably from home.
   
   GOOSE’S ALLERGY PLAN
   
    * Symptoms
      
      Scabs, crusts, hair loss
   
    * Your Plan
      
      Antibiotics, flea & tick medication
   
   get a custom treatment plan




PET PARENTS LOVE DUTCH


 * “GREAT SERVICE AT AN UNBEATABLE PRICE!”
   
   Heather T. & Peggy Sue
   
   Verified Dutch member


 * “I AM IN LOVE WITH
   THIS SERVICE.”
   
   Shani B. & Freya
   
   Verified Dutch member


 * “THE VIRTUAL VET EXPERIENCE WAS PERFECT.”
   
   Tom H. & Leonard
   
   Verified Dutch member


 * “DUTCH HAS COMPLETELY TRANSFORMED MY DOG.”
   
   Kristen O. & Boogie
   
   Verified Dutch member


 * “TIME AND LIFE SAVER!”
   
   Will Y. & Smoke
   
   Verified Dutch member


 * “FAST HELP AND CONTINUED
   CARE FOR ONE PRICE!”
   
   Alyx C. & Jasper
   
   Verified Dutch member




TOP PRODUCTS AT GUARANTEED LOW PRICES


 * FLUOXETINE (RX)
   
   $0.21 – $27.00 / unit Multiple options available


 * APOQUEL (RX)
   
   $2.98 – $303.98 / unit Multiple options available


 * GABAPENTIN (RX)
   
   $0.27 – $0.76 / unit Multiple options available


 * TRAZODONE (RX)
   
   $0.30 – $9.00 / unit Multiple options available


 * MOMETAMAX OTIC SUSPENSION (RX)
   
   $36.99 – $92.99 / unit Multiple options available


 * CARPROFEN (RX)
   
   $0.30 – $0.70 / unit Multiple options available


 * BRAVECTO FOR DOGS - 12-WEEK DOSE (RX)
   
   $70.89 – $76.99 / unit Multiple options available


 * CEFPODOXIME (RX)
   
   $1.62 – $1.76 / unit Multiple options available


 * PREDNISONE (RX)
   
   $0.15 – $14.00 / unit Multiple options available


 * CLAVAMOX (SUSPENSION) (RX)
   
   $39.99 / unit


 * CLAVAMOX (CHEWABLE TABLET) (RX)
   
   $0.85 – $93.30 / unit Multiple options available


 * CEPHALEXIN (RX)
   
   $0.50 – $14.49 / unit Multiple options available


 * CREDELIO - 3 MONTHS (RX)
   
   $69.30 – $74.06 / unit Multiple options available


 * TRIZULTRA + KETO FLUSH
   
   $34.48 / unit
   $32.76
   Autoship


 * ANIMAX OINTMENT (RX)
   
   $10.41 – $28.60 / unit Multiple options available


 * DOUXO S3 PYO MOUSSE
   
   $28.12 / unit
   $26.71
   Autoship


 * NEXGARD CHEWABLES - 3 MONTHS (RX)
   
   $76.89 – $80.89 / unit Multiple options available


 * PREDNISOLONE (RX)
   
   $0.14 – $10.00 / unit Multiple options available


 * AMOXICILLIN (RX)
   
   $0.45 – $8.09 / unit Multiple options available


 * GENTAMICIN/BETAMETHASONE TOPICAL SPRAY (RX)
   
   $9.57 – $11.59 / unit Multiple options available


 * DOUXO S3 PYO SHAMPOO
   
   $22.99 / unit
   $21.84
   Autoship


 * SIMPARICA TRIO – 6 MONTHS (RX)
   
   $169.48 – $196.98 / unit Multiple options available


 * EICOSADERM OMEGA 3 LIQUID FOR DOGS & CATS
   
   $24.17 / unit
   $22.96
   Autoship


 * EPIOTIC ADVANCED EAR CLEANSER
   
   $20.69 / unit
   $19.66
   Autoship


 * KETOCONAZOLE (RX)
   
   $0.94 – $50.00 / unit Multiple options available


 * DOUXO S3 PYO PADS
   
   $12.72 / unit
   $12.08
   Autoship


 * GALLIPRANT (RX)
   
   $36.42 – $330.00 / unit Multiple options available


 * CREDELIO CAT - 3 MONTHS (RX)
   
   $36.00 – $59.01 / unit Multiple options available


 * METRONIDAZOLE TABLET (RX)
   
   $0.45 – $68.09 / unit Multiple options available


 * PURINA CALMING CARE FOR DOGS
   
   $33.99 / unit
   $32.29
   Autoship


 * DOXYCYCLINE HYCLATE TABLETS (RX)
   
   $0.50 – $20.00 / unit Multiple options available


 * CERENIA (RX)
   
   $5.74 – $54.20 / unit Multiple options available


 * CHLORPHENIRAMINE (RX)
   
   $0.09 / unit


 * ONSIOR FOR CATS (RX)
   
   $11.92 – $60.00 / unit Multiple options available


 * BRAVECTO FOR CATS - 12-WEEK DOSE (RX)
   
   $67.99 – $69.99 / unit Multiple options available


 * TERRAMYCIN ANTIBIOTIC OPHTHALMIC OINTMENT (RX)
   
   $32.99 / unit


 * DOUXO S3 CALM MOUSSE
   
   $23.76 / unit
   $22.57
   Autoship


 * APOQUEL CHEWABLE (RX)
   
   $86.48 / unit Multiple options available


 * NEXGARD CHEWABLES - 6 MONTHS (RX)
   
   $140.09 – $146.99 / unit Multiple options available


 * VETRISCIENCE COMPOSURE PRO
   
   $34.37 / unit
   $32.65
   Autoship


 * OFLOXACIN 0.3% OPHTHALMIC SOLUTION (RX)
   
   $14.07 – $22.00 / unit Multiple options available


 * MICONAHEX+TRIZ SHAMPOO FOR DOGS & CATS
   
   $27.32 / unit
   $25.95
   Autoship


 * REVOLUTION PLUS FOR CATS - 6 MO. (RX)
   
   $127.48 – $149.48 / unit Multiple options available


 * TOBRAMYCIN 0.3% OPHTHALMIC SOLUTION (RX)
   
   $16.28 / unit


 * PURINA FORTIFLORA SA SYNBIOTIC ACTION CANINE
   
   $35.99 / unit
   $34.19
   Autoship


 * ZYMOX OTIC PET EAR TREATMENT WITH HYDROCORTISONE
   
   $23.08 – $55.79 / unit
   $21.93 - $53.00
   Autoship
   Multiple options available


 * SUROLAN OTIC SUSPENSION (RX)
   
   $34.66 – $61.24 / unit Multiple options available


 * CETIRIZINE
   
   $8.99 / unit
   $8.99
   Autoship


 * CLOMICALM (RX)
   
   $1.99 – $82.43 / unit Multiple options available


 * HEARTGARD PLUS - 6 CHEWS (RX)
   
   $51.09 – $72.99 / unit Multiple options available


WANT TO SHOP ALL PRODUCTS?

Shop now


FEATURED IN

 * 
 * 
 * 
 * 
 * 
 * 
 * 


EXPERTISE IS ALWAYS IN YOUR HANDS

We partner with top vets across the country to ensure pet parents everywhere
have easy access to top-quality advice. Schedule an appointment to talk with one
today.


EXPERTISE IS ALWAYS IN YOUR HANDS

“With over 22 years of experience, I know first-hand how difficult it can be
getting to your veterinarian’s office on a consistent basis. Dutch ensures that
you and your pet receive the proper treatment from the comfort of your own
home.”

Dr. Jacqueline Brewer

Veterinarian

Who is Dutch?



Dutch is the leading online veterinary pet telehealth service created with
board-certified veterinary specialists. We use a science-backed approach to
provide pets relief for their everyday physical and behavioral health issues.
Dutch connects you with licensed veterinarians over video chat and messaging to
help you get care for your dog or cat quickly wherever you are — without the
stress or expense of a vet visit. We then deliver prescription medication (in
applicable states only) and over-the-counter treatments directly to your door.
Dutch isn’t a veterinary practice or pharmacy, but a company that helps
facilitate these services for pet parents to make veterinary care more
accessible to all.

What is a visit with Dutch like?



When booking a video call with a vet, you'll be asked a few questions about your
pet’s health issue. Depending on the issue, you may also be asked to fill out a
longer questionnaire about their symptoms and share photographs of them so our
veterinarians can better understand what’s going on. You’ll then pick an
appointment time that works best for you.

During your video call, one of our licensed veterinarians will talk to you about
the symptoms your pet is experiencing, ask you questions, review your pet’s
medical history if you’ve provided it, and answer any questions you have. The
vet will ask to see your pet and their environment. And they may ask you to
perform some simple checks on them if needed.

After your video call, the vet will send you a message with a custom treatment
plan to help your pet feel better, including a link to buy any recommended
prescription or over-the-counter medications. Place your order and we’ll ship it
free.

How much will it cost for Dutch to treat my pet?



You can choose from two membership plans, starting at just $11/month. All of our
plans include fast, unlimited access to vets via video chat and messaging for up
to 5 pets. No more long waits for appointments or surprise bills.

Our veterinarians may recommend prescription and/or over-the-counter medication
that aren’t included in your membership, but we offer a price-match guarantee on
products and free standard shipping on every order to keep your costs as low as
possible.

VIEW FULL FAQ

PROFESSIONAL AFFILIATIONS

 * 
 * 
 * 
 * 
 * 
 * 


GET EXPERT ADVICE, UPDATES, AND MORE WITH OUR NEWSLETTER.

Sign up for our newsletter

Submit
 * 
   Instagram-2
 * 
   TikTok
 * 
   Linkedin-2
 * 
   Facebook

© Dutch Pet, Inc. 2024

 * About us
   * Our Story
   * Blog
   * Press inquiries
   * Sitemap
     
   * Refer friends & save
 * Careers
   * Veterinarian info
   * Current openings
     
 * Support
   * Contact us
   * FAQ
     
 * Legal
   * Privacy Policy
   * Terms & Conditions
   * Underwriters & Licensing
   * Application Agreement
   * Notice To California Residents
     

Need a local vet? Find a clinic.

© Dutch Pet, Inc. 2024