<turbo-stream action="replace" target="vendor-filters"><template>
<div id="vendor-filters" class="xl:block" data-controller="filter-toggle">
  <div class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none">
    <!-- Always visible header -->
    <div id="vendor-filters-header" class="flex items-center justify-between p-6 xl:cursor-auto cursor-pointer" data-action="click->filter-toggle#toggle">
  <div class="flex items-center space-x-2">
    <i class="fas fa-filter text-gray-500 dark:text-gray-400"></i>
    <h3 class="text-lg font-semibold text-gray-900 dark:text-gray-100">Filters</h3>
      <span class="inline-flex items-center justify-center min-w-[1.25rem] h-5 px-1 text-xs font-bold text-white bg-blue-600 rounded-full">
        1
      </span>
  </div>

  <div class="flex items-center space-x-3">
      <button type="button"
              class="text-sm text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300 flex items-center space-x-1"
              data-action="click->plaza-filters#clearFilters click->filter-toggle#stopPropagation">
        <i class="fas fa-times text-xs"></i>
        <span>Clear</span>
      </button>

    <i class="fas fa-chevron-down text-gray-500 dark:text-gray-400 xl:hidden pointer-events-none" data-filter-toggle-target="chevron"></i>
  </div>
</div>


    <!-- Collapsible filter content -->
    <div data-filter-toggle-target="content" class="collapsible-content">
      <div class="collapsible-inner">
        <div class="xl:max-h-[calc(100vh-8rem)] xl:overflow-y-auto">
          <div class="px-6 pb-6">
            <div>

  <form id="plaza-filter-form" data-turbo-frame="vendors-content" data-plaza-filters-target="form" data-action="formdata-&gt;plaza-filters#cleanEmptyParams" data-disable-on-submit="false" action="/plaza" accept-charset="UTF-8" data-remote="true" method="get">
    <div class="xl:space-y-6 space-y-6">
      <!-- Categories Filter -->
      <div>
        <label class="block text-xs font-semibold uppercase tracking-wider text-gray-500 dark:text-gray-400 mb-3">
          Categories
        </label>
        <div class="xl:space-y-2 grid grid-cols-1 gap-2 xl:gap-0">
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
              <input type="checkbox" 
                     name="categories[]" 
                     value="parts-components" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Parts &amp; Components</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
              <input type="checkbox" 
                     name="categories[]" 
                     value="specialized-services" 
                     checked
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Specialized Services</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
              <input type="checkbox" 
                     name="categories[]" 
                     value="storage-display" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Storage &amp; Display</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
              <input type="checkbox" 
                     name="categories[]" 
                     value="straps-bracelets" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Straps &amp; Bracelets</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
              <input type="checkbox" 
                     name="categories[]" 
                     value="tools-maintenance" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tools &amp; Maintenance</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
              <input type="checkbox" 
                     name="categories[]" 
                     value="watch-brands" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Watch Brands</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
              <input type="checkbox" 
                     name="categories[]" 
                     value="watch-retailers" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Watch Retailers</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
              <input type="checkbox" 
                     name="categories[]" 
                     value="watch-services" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Watch Services</span>
            </label>
        </div>
      </div>

      <!-- Country Filter -->
      <div data-controller="search">
        <label class="block text-xs font-semibold uppercase tracking-wider text-gray-500 dark:text-gray-400 mb-2">
          Countries
        </label>
        <!-- Country Search -->
        <input type="text"
               placeholder="Search countries..."
               class="w-full px-3 py-2 mb-3 text-sm border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"
               data-action="input->search#search"
               data-search-target="input"
               data-search-placeholder-value="No countries found">
        <div class="xl:space-y-2 xl:max-h-48 grid grid-cols-2 xl:grid-cols-1 gap-2 xl:gap-0 max-h-48 xl:overflow-y-auto overflow-y-auto" data-search-container>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="argentina">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Argentina" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Argentina</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="australia">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Australia" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Australia</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="austria">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Austria" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Austria</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="belgium">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Belgium" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Belgium</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="brazil">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Brazil" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Brazil</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bulgaria">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Bulgaria" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bulgaria</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="canada">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Canada" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Canada</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="chile">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Chile" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Chile</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="china">
              <input type="checkbox" 
                     name="countries[]" 
                     value="China" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">China</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="colombia">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Colombia" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Colombia</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="czechia">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Czechia" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Czechia</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="egypt">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Egypt" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Egypt</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="france">
              <input type="checkbox" 
                     name="countries[]" 
                     value="France" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">France</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="germany">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Germany" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Germany</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hong kong">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Hong Kong" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hong Kong</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="india">
              <input type="checkbox" 
                     name="countries[]" 
                     value="India" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">India</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="israel">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Israel" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Israel</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="italy">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Italy" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Italy</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="japan">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Japan" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Japan</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="kenya">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Kenya" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Kenya</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="kuwait">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Kuwait" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Kuwait</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="malaysia">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Malaysia" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Malaysia</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mexico">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Mexico" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Mexico</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="morocco">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Morocco" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Morocco</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="netherlands">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Netherlands" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Netherlands</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="new zealand">
              <input type="checkbox" 
                     name="countries[]" 
                     value="New Zealand" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">New Zealand</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="panama">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Panama" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Panama</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="philippines">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Philippines" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Philippines</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="romania">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Romania" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Romania</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="saudi arabia">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Saudi Arabia" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Saudi Arabia</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="serbia">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Serbia" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Serbia</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="singapore">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Singapore" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Singapore</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="south africa">
              <input type="checkbox" 
                     name="countries[]" 
                     value="South Africa" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">South Africa</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="south korea">
              <input type="checkbox" 
                     name="countries[]" 
                     value="South Korea" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">South Korea</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="spain">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Spain" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Spain</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sweden">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Sweden" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sweden</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="switzerland">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Switzerland" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Switzerland</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="taiwan">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Taiwan" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Taiwan</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="thailand">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Thailand" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Thailand</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="türkiye">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Türkiye" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Türkiye</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="united arab emirates">
              <input type="checkbox" 
                     name="countries[]" 
                     value="United Arab Emirates" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">United Arab Emirates</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="united kingdom">
              <input type="checkbox" 
                     name="countries[]" 
                     value="United Kingdom" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">United Kingdom</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="united states">
              <input type="checkbox" 
                     name="countries[]" 
                     value="United States" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">United States</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="uruguay">
              <input type="checkbox" 
                     name="countries[]" 
                     value="Uruguay" 
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Uruguay</span>
            </label>
        </div>
      </div>

      <!-- Brand Filter -->
      <div data-controller="search">
        <label class="block text-xs font-semibold uppercase tracking-wider text-gray-500 dark:text-gray-400 mb-2">
          Brands
        </label>
        <!-- Brand Search -->
        <input type="text"
               placeholder="Search brands..."
               class="w-full px-3 py-2 mb-3 text-sm border border-gray-300 dark:border-gray-600 rounded-md bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100 focus:ring-2 focus:ring-blue-500 focus:border-blue-500"
               data-action="input->search#search"
               data-search-target="input"
               data-search-placeholder-value="No brands found">
        <div class="xl:space-y-2 xl:max-h-48 grid grid-cols-2 xl:grid-cols-1 gap-2 xl:gap-0 max-h-48 xl:overflow-y-auto overflow-y-auto" data-search-container>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="a. lange &amp; söhne">
              <input type="checkbox"
                     name="brands[]"
                     value="A. Lange &amp; Söhne"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">A. Lange &amp; Söhne</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="akrivia">
              <input type="checkbox"
                     name="brands[]"
                     value="AKRIVIA"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">AKRIVIA</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="amida">
              <input type="checkbox"
                     name="brands[]"
                     value="AMIDA"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">AMIDA</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="avi-8">
              <input type="checkbox"
                     name="brands[]"
                     value="AVI-8"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">AVI-8</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="awake">
              <input type="checkbox"
                     name="brands[]"
                     value="AWAKE"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">AWAKE</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="accutron">
              <input type="checkbox"
                     name="brands[]"
                     value="Accutron"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Accutron</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="aevig">
              <input type="checkbox"
                     name="brands[]"
                     value="Aevig"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Aevig</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="airain">
              <input type="checkbox"
                     name="brands[]"
                     value="Airain"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Airain</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="akteo">
              <input type="checkbox"
                     name="brands[]"
                     value="Akteo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Akteo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="alexander shorokhoff">
              <input type="checkbox"
                     name="brands[]"
                     value="Alexander Shorokhoff"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Alexander Shorokhoff</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="alfex">
              <input type="checkbox"
                     name="brands[]"
                     value="Alfex"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Alfex</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="alfred dunhill">
              <input type="checkbox"
                     name="brands[]"
                     value="Alfred Dunhill"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Alfred Dunhill</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="alpina">
              <input type="checkbox"
                     name="brands[]"
                     value="Alpina"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Alpina</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="alsta">
              <input type="checkbox"
                     name="brands[]"
                     value="Alsta"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Alsta</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="amazfit">
              <input type="checkbox"
                     name="brands[]"
                     value="Amazfit"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Amazfit</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="american chest">
              <input type="checkbox"
                     name="brands[]"
                     value="American Chest"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">American Chest</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="anachronist">
              <input type="checkbox"
                     name="brands[]"
                     value="Anachronist"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Anachronist</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="andersen">
              <input type="checkbox"
                     name="brands[]"
                     value="Andersen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Andersen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="andoandoando">
              <input type="checkbox"
                     name="brands[]"
                     value="AndoAndoAndo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">AndoAndoAndo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="angel clover">
              <input type="checkbox"
                     name="brands[]"
                     value="Angel Clover"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Angel Clover</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="angelus">
              <input type="checkbox"
                     name="brands[]"
                     value="Angelus"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Angelus</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="anne klein">
              <input type="checkbox"
                     name="brands[]"
                     value="Anne Klein"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Anne Klein</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="arbutus">
              <input type="checkbox"
                     name="brands[]"
                     value="Arbutus"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Arbutus</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="arcanaut">
              <input type="checkbox"
                     name="brands[]"
                     value="Arcanaut"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Arcanaut</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="archetype">
              <input type="checkbox"
                     name="brands[]"
                     value="Archetype"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Archetype</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="aristo">
              <input type="checkbox"
                     name="brands[]"
                     value="Aristo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Aristo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="armani">
              <input type="checkbox"
                     name="brands[]"
                     value="Armani"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Armani</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="armani exchange">
              <input type="checkbox"
                     name="brands[]"
                     value="Armani Exchange"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Armani Exchange</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="armin strom">
              <input type="checkbox"
                     name="brands[]"
                     value="Armin Strom"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Armin Strom</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="arne jacobsen">
              <input type="checkbox"
                     name="brands[]"
                     value="Arne Jacobsen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Arne Jacobsen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="arnold &amp; son">
              <input type="checkbox"
                     name="brands[]"
                     value="Arnold &amp; Son"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Arnold &amp; Son</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="asterisk">
              <input type="checkbox"
                     name="brands[]"
                     value="Asterisk"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Asterisk</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="aston martin">
              <input type="checkbox"
                     name="brands[]"
                     value="Aston Martin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Aston Martin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="astron">
              <input type="checkbox"
                     name="brands[]"
                     value="Astron"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Astron</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="atlantic">
              <input type="checkbox"
                     name="brands[]"
                     value="Atlantic"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Atlantic</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="attesa">
              <input type="checkbox"
                     name="brands[]"
                     value="Attesa"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Attesa</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="audemars piguet">
              <input type="checkbox"
                     name="brands[]"
                     value="Audemars Piguet"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Audemars Piguet</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="avia">
              <input type="checkbox"
                     name="brands[]"
                     value="Avia"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Avia</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="aviator">
              <input type="checkbox"
                     name="brands[]"
                     value="Aviator"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Aviator</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="azimuth">
              <input type="checkbox"
                     name="brands[]"
                     value="Azimuth"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Azimuth</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="boca mmxii">
              <input type="checkbox"
                     name="brands[]"
                     value="BOCA MMXII"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">BOCA MMXII</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="botta">
              <input type="checkbox"
                     name="brands[]"
                     value="BOTTA"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">BOTTA</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bswiss">
              <input type="checkbox"
                     name="brands[]"
                     value="BSwiss"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">BSwiss</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="baby-g">
              <input type="checkbox"
                     name="brands[]"
                     value="Baby-G"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Baby-G</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="backes &amp; strauss">
              <input type="checkbox"
                     name="brands[]"
                     value="Backes &amp; Strauss"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Backes &amp; Strauss</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ball">
              <input type="checkbox"
                     name="brands[]"
                     value="Ball"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ball</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ball watch">
              <input type="checkbox"
                     name="brands[]"
                     value="Ball Watch"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ball Watch</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ball watch co.">
              <input type="checkbox"
                     name="brands[]"
                     value="Ball Watch Co."
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ball Watch Co.</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="balmain">
              <input type="checkbox"
                     name="brands[]"
                     value="Balmain"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Balmain</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="baltic">
              <input type="checkbox"
                     name="brands[]"
                     value="Baltic"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Baltic</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="baroque">
              <input type="checkbox"
                     name="brands[]"
                     value="Baroque"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Baroque</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="baume &amp; mercier">
              <input type="checkbox"
                     name="brands[]"
                     value="Baume &amp; Mercier"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Baume &amp; Mercier</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="baume et mercier">
              <input type="checkbox"
                     name="brands[]"
                     value="Baume et Mercier"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Baume et Mercier</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bausele">
              <input type="checkbox"
                     name="brands[]"
                     value="Bausele"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bausele</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="beaubleu">
              <input type="checkbox"
                     name="brands[]"
                     value="Beaubleu"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Beaubleu</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="beco technic">
              <input type="checkbox"
                     name="brands[]"
                     value="Beco Technic"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Beco Technic</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bedat">
              <input type="checkbox"
                     name="brands[]"
                     value="Bedat"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bedat</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bedat &amp; co.">
              <input type="checkbox"
                     name="brands[]"
                     value="Bedat &amp; Co."
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bedat &amp; Co.</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="beijing">
              <input type="checkbox"
                     name="brands[]"
                     value="Beijing"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Beijing</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bell &amp; ross">
              <input type="checkbox"
                     name="brands[]"
                     value="Bell &amp; Ross"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bell &amp; Ross</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ben sherman">
              <input type="checkbox"
                     name="brands[]"
                     value="Ben Sherman"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ben Sherman</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="benrus">
              <input type="checkbox"
                     name="brands[]"
                     value="Benrus"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Benrus</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="benson">
              <input type="checkbox"
                     name="brands[]"
                     value="Benson"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Benson</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="benzinger">
              <input type="checkbox"
                     name="brands[]"
                     value="Benzinger"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Benzinger</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="berd vay&#39;e">
              <input type="checkbox"
                     name="brands[]"
                     value="Berd Vay&#39;e"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Berd Vay&#39;e</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bergeon">
              <input type="checkbox"
                     name="brands[]"
                     value="Bergeon"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bergeon</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bergeon sa">
              <input type="checkbox"
                     name="brands[]"
                     value="Bergeon SA"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bergeon SA</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bering">
              <input type="checkbox"
                     name="brands[]"
                     value="Bering"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bering</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bertucci">
              <input type="checkbox"
                     name="brands[]"
                     value="Bertucci"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bertucci</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bespoke straps">
              <input type="checkbox"
                     name="brands[]"
                     value="Bespoke Straps"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bespoke Straps</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="biatec">
              <input type="checkbox"
                     name="brands[]"
                     value="Biatec"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Biatec</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bimos">
              <input type="checkbox"
                     name="brands[]"
                     value="Bimos"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bimos</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="biver">
              <input type="checkbox"
                     name="brands[]"
                     value="Biver"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Biver</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="blackout concept">
              <input type="checkbox"
                     name="brands[]"
                     value="Blackout Concept"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Blackout Concept</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="blancpain">
              <input type="checkbox"
                     name="brands[]"
                     value="Blancpain"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Blancpain</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="blushark">
              <input type="checkbox"
                     name="brands[]"
                     value="BluShark"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">BluShark</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="boccia titanium">
              <input type="checkbox"
                     name="brands[]"
                     value="Boccia Titanium"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Boccia Titanium</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="boldr">
              <input type="checkbox"
                     name="brands[]"
                     value="Boldr"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Boldr</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="boley">
              <input type="checkbox"
                     name="brands[]"
                     value="Boley"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Boley</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="boley gmbh &amp; co. kg">
              <input type="checkbox"
                     name="brands[]"
                     value="Boley GmbH &amp; Co. KG"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Boley GmbH &amp; Co. KG</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bomberg">
              <input type="checkbox"
                     name="brands[]"
                     value="Bomberg"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bomberg</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bonetto cinturini">
              <input type="checkbox"
                     name="brands[]"
                     value="Bonetto Cinturini"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bonetto Cinturini</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="botta-design">
              <input type="checkbox"
                     name="brands[]"
                     value="Botta-Design"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Botta-Design</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="boucheron">
              <input type="checkbox"
                     name="brands[]"
                     value="Boucheron"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Boucheron</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bovet">
              <input type="checkbox"
                     name="brands[]"
                     value="Bovet"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bovet</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bradley taylor">
              <input type="checkbox"
                     name="brands[]"
                     value="Bradley Taylor"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bradley Taylor</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bradystraps">
              <input type="checkbox"
                     name="brands[]"
                     value="Bradystraps"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bradystraps</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="breguet">
              <input type="checkbox"
                     name="brands[]"
                     value="Breguet"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Breguet</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="breitling">
              <input type="checkbox"
                     name="brands[]"
                     value="Breitling"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Breitling</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bremont">
              <input type="checkbox"
                     name="brands[]"
                     value="Bremont"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bremont</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="brew">
              <input type="checkbox"
                     name="brands[]"
                     value="Brew"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Brew</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="brew watch">
              <input type="checkbox"
                     name="brands[]"
                     value="Brew Watch"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Brew Watch</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="brightz">
              <input type="checkbox"
                     name="brands[]"
                     value="Brightz"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Brightz</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="briston">
              <input type="checkbox"
                     name="brands[]"
                     value="Briston"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Briston</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bruno söhnle">
              <input type="checkbox"
                     name="brands[]"
                     value="Bruno Söhnle"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bruno Söhnle</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bruno söhnle glashütte">
              <input type="checkbox"
                     name="brands[]"
                     value="Bruno Söhnle Glashütte"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bruno Söhnle Glashütte</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="buben &amp; zörweg">
              <input type="checkbox"
                     name="brands[]"
                     value="Buben &amp; Zörweg"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Buben &amp; Zörweg</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bucherer">
              <input type="checkbox"
                     name="brands[]"
                     value="Bucherer"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bucherer</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="buci">
              <input type="checkbox"
                     name="brands[]"
                     value="Buci"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Buci</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bulgari">
              <input type="checkbox"
                     name="brands[]"
                     value="Bulgari"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bulgari</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bulova">
              <input type="checkbox"
                     name="brands[]"
                     value="Bulova"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bulova</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="buser freres">
              <input type="checkbox"
                     name="brands[]"
                     value="Buser Freres"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Buser Freres</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="bvlgari">
              <input type="checkbox"
                     name="brands[]"
                     value="Bvlgari"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Bvlgari</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="byrne">
              <input type="checkbox"
                     name="brands[]"
                     value="Byrne"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Byrne</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cat">
              <input type="checkbox"
                     name="brands[]"
                     value="CAT"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">CAT</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ciga design">
              <input type="checkbox"
                     name="brands[]"
                     value="CIGA Design"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">CIGA Design</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="citizen l">
              <input type="checkbox"
                     name="brands[]"
                     value="CITIZEN L"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">CITIZEN L</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="california watch co.">
              <input type="checkbox"
                     name="brands[]"
                     value="California Watch Co."
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">California Watch Co.</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="calvin klein">
              <input type="checkbox"
                     name="brands[]"
                     value="Calvin Klein"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Calvin Klein</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="calypso">
              <input type="checkbox"
                     name="brands[]"
                     value="Calypso"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Calypso</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="campanola">
              <input type="checkbox"
                     name="brands[]"
                     value="Campanola"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Campanola</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="candino">
              <input type="checkbox"
                     name="brands[]"
                     value="Candino"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Candino</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cape cod polish company inc">
              <input type="checkbox"
                     name="brands[]"
                     value="Cape Cod Polish Company Inc"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Cape Cod Polish Company Inc</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="capitan">
              <input type="checkbox"
                     name="brands[]"
                     value="Capitan"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Capitan</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="carl f. bucherer">
              <input type="checkbox"
                     name="brands[]"
                     value="Carl F. Bucherer"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Carl F. Bucherer</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="carl suchy &amp; co">
              <input type="checkbox"
                     name="brands[]"
                     value="Carl Suchy &amp; Co"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Carl Suchy &amp; Co</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="carl suchy &amp; söhne">
              <input type="checkbox"
                     name="brands[]"
                     value="Carl Suchy &amp; Söhne"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Carl Suchy &amp; Söhne</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cartier">
              <input type="checkbox"
                     name="brands[]"
                     value="Cartier"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Cartier</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="casio">
              <input type="checkbox"
                     name="brands[]"
                     value="Casio"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Casio</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="castor">
              <input type="checkbox"
                     name="brands[]"
                     value="Castor"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Castor</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cerruti 1881">
              <input type="checkbox"
                     name="brands[]"
                     value="Cerruti 1881"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Cerruti 1881</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="certina">
              <input type="checkbox"
                     name="brands[]"
                     value="Certina"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Certina</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="champion">
              <input type="checkbox"
                     name="brands[]"
                     value="Champion"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Champion</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="chanel">
              <input type="checkbox"
                     name="brands[]"
                     value="Chanel"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Chanel</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="charriol">
              <input type="checkbox"
                     name="brands[]"
                     value="Charriol"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Charriol</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="chaumet">
              <input type="checkbox"
                     name="brands[]"
                     value="Chaumet"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Chaumet</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="chopard">
              <input type="checkbox"
                     name="brands[]"
                     value="Chopard"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Chopard</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="christian dior">
              <input type="checkbox"
                     name="brands[]"
                     value="Christian Dior"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Christian Dior</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="christophe claret">
              <input type="checkbox"
                     name="brands[]"
                     value="Christophe Claret"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Christophe Claret</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="christopher ward">
              <input type="checkbox"
                     name="brands[]"
                     value="Christopher Ward"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Christopher Ward</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="chronoswiss">
              <input type="checkbox"
                     name="brands[]"
                     value="Chronoswiss"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Chronoswiss</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="chronovision">
              <input type="checkbox"
                     name="brands[]"
                     value="Chronovision"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Chronovision</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="circula">
              <input type="checkbox"
                     name="brands[]"
                     value="Circula"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Circula</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="citizen">
              <input type="checkbox"
                     name="brands[]"
                     value="Citizen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Citizen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="clockwork synergy">
              <input type="checkbox"
                     name="brands[]"
                     value="Clockwork Synergy"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Clockwork Synergy</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cluse">
              <input type="checkbox"
                     name="brands[]"
                     value="Cluse"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Cluse</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="colareb">
              <input type="checkbox"
                     name="brands[]"
                     value="ColaReb"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">ColaReb</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="concord">
              <input type="checkbox"
                     name="brands[]"
                     value="Concord"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Concord</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="condor">
              <input type="checkbox"
                     name="brands[]"
                     value="Condor"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Condor</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cornehl watches">
              <input type="checkbox"
                     name="brands[]"
                     value="Cornehl Watches"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Cornehl Watches</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="coros">
              <input type="checkbox"
                     name="brands[]"
                     value="Coros"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Coros</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="corum">
              <input type="checkbox"
                     name="brands[]"
                     value="Corum"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Corum</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="craft and lore">
              <input type="checkbox"
                     name="brands[]"
                     value="Craft and Lore"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Craft and Lore</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="credor">
              <input type="checkbox"
                     name="brands[]"
                     value="Credor"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Credor</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="crevoisier">
              <input type="checkbox"
                     name="brands[]"
                     value="Crevoisier"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Crevoisier</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="crown &amp; buckle">
              <input type="checkbox"
                     name="brands[]"
                     value="Crown &amp; Buckle"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Crown &amp; Buckle</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cuervo y sobrinos">
              <input type="checkbox"
                     name="brands[]"
                     value="Cuervo Y Sobrinos"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Cuervo Y Sobrinos</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cvstos">
              <input type="checkbox"
                     name="brands[]"
                     value="Cvstos"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Cvstos</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cyma">
              <input type="checkbox"
                     name="brands[]"
                     value="Cyma"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Cyma</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="cyrus">
              <input type="checkbox"
                     name="brands[]"
                     value="Cyrus"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Cyrus</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="czapek">
              <input type="checkbox"
                     name="brands[]"
                     value="Czapek"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Czapek</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="czapek &amp; cie">
              <input type="checkbox"
                     name="brands[]"
                     value="Czapek &amp; Cie"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Czapek &amp; Cie</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="d. dornblüth &amp; sohn">
              <input type="checkbox"
                     name="brands[]"
                     value="D. Dornblüth &amp; Sohn"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">D. Dornblüth &amp; Sohn</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dk fanta watches">
              <input type="checkbox"
                     name="brands[]"
                     value="DK Fanta Watches"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">DK Fanta Watches</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dkny">
              <input type="checkbox"
                     name="brands[]"
                     value="DKNY"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">DKNY</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dug">
              <input type="checkbox"
                     name="brands[]"
                     value="DUG"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">DUG</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="daluca">
              <input type="checkbox"
                     name="brands[]"
                     value="DaLuca"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">DaLuca</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dalibor farný">
              <input type="checkbox"
                     name="brands[]"
                     value="Dalibor Farný"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Dalibor Farný</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="damasko">
              <input type="checkbox"
                     name="brands[]"
                     value="Damasko"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Damasko</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="damiani">
              <input type="checkbox"
                     name="brands[]"
                     value="Damiani"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Damiani</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="daniel klein">
              <input type="checkbox"
                     name="brands[]"
                     value="Daniel Klein"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Daniel Klein</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="daniel roth">
              <input type="checkbox"
                     name="brands[]"
                     value="Daniel Roth"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Daniel Roth</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="daniel wellington">
              <input type="checkbox"
                     name="brands[]"
                     value="Daniel Wellington"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Daniel Wellington</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="david yurman">
              <input type="checkbox"
                     name="brands[]"
                     value="David Yurman"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">David Yurman</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="davosa">
              <input type="checkbox"
                     name="brands[]"
                     value="Davosa"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Davosa</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="de bethune">
              <input type="checkbox"
                     name="brands[]"
                     value="De Bethune"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">De Bethune</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="de grisogono">
              <input type="checkbox"
                     name="brands[]"
                     value="De Grisogono"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">De Grisogono</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dekla">
              <input type="checkbox"
                     name="brands[]"
                     value="Dekla"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Dekla</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="delma">
              <input type="checkbox"
                     name="brands[]"
                     value="Delma"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Delma</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="delugs">
              <input type="checkbox"
                     name="brands[]"
                     value="Delugs"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Delugs</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dennison">
              <input type="checkbox"
                     name="brands[]"
                     value="Dennison"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Dennison</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="diesel">
              <input type="checkbox"
                     name="brands[]"
                     value="Diesel"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Diesel</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dior">
              <input type="checkbox"
                     name="brands[]"
                     value="Dior"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Dior</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="diplomat">
              <input type="checkbox"
                     name="brands[]"
                     value="Diplomat"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Diplomat</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="direnzo">
              <input type="checkbox"
                     name="brands[]"
                     value="Direnzo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Direnzo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dornblüth &amp; sohn">
              <input type="checkbox"
                     name="brands[]"
                     value="Dornblüth &amp; Sohn"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Dornblüth &amp; Sohn</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="doxa">
              <input type="checkbox"
                     name="brands[]"
                     value="Doxa"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Doxa</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dubois et fils">
              <input type="checkbox"
                     name="brands[]"
                     value="Dubois et Fils"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Dubois et Fils</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="dumont">
              <input type="checkbox"
                     name="brands[]"
                     value="Dumont"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Dumont</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="eta">
              <input type="checkbox"
                     name="brands[]"
                     value="ETA"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">ETA</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ebel">
              <input type="checkbox"
                     name="brands[]"
                     value="Ebel"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ebel</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="eberhard">
              <input type="checkbox"
                     name="brands[]"
                     value="Eberhard"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Eberhard</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="eco-drive one">
              <input type="checkbox"
                     name="brands[]"
                     value="Eco-Drive One"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Eco-Drive One</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="edifice">
              <input type="checkbox"
                     name="brands[]"
                     value="Edifice"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Edifice</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="edouard koehn">
              <input type="checkbox"
                     name="brands[]"
                     value="Edouard Koehn"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Edouard Koehn</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="edox">
              <input type="checkbox"
                     name="brands[]"
                     value="Edox"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Edox</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="elgin">
              <input type="checkbox"
                     name="brands[]"
                     value="Elgin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Elgin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="elka">
              <input type="checkbox"
                     name="brands[]"
                     value="Elka"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Elka</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="elma">
              <input type="checkbox"
                     name="brands[]"
                     value="Elma"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Elma</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="emporio armani">
              <input type="checkbox"
                     name="brands[]"
                     value="Emporio Armani"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Emporio Armani</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="enicar">
              <input type="checkbox"
                     name="brands[]"
                     value="Enicar"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Enicar</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="epos">
              <input type="checkbox"
                     name="brands[]"
                     value="Epos"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Epos</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="erwin sattler">
              <input type="checkbox"
                     name="brands[]"
                     value="Erwin Sattler"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Erwin Sattler</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="eschenbach">
              <input type="checkbox"
                     name="brands[]"
                     value="Eschenbach"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Eschenbach</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="eterna">
              <input type="checkbox"
                     name="brands[]"
                     value="Eterna"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Eterna</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="eulit">
              <input type="checkbox"
                     name="brands[]"
                     value="Eulit"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Eulit</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="exceed">
              <input type="checkbox"
                     name="brands[]"
                     value="Exceed"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Exceed</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="f.p. journe">
              <input type="checkbox"
                     name="brands[]"
                     value="F.P. Journe"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">F.P. Journe</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="fabergé">
              <input type="checkbox"
                     name="brands[]"
                     value="Fabergé"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Fabergé</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="favre leuba">
              <input type="checkbox"
                     name="brands[]"
                     value="Favre Leuba"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Favre Leuba</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="fears">
              <input type="checkbox"
                     name="brands[]"
                     value="Fears"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Fears</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ferdinand berthoud">
              <input type="checkbox"
                     name="brands[]"
                     value="Ferdinand Berthoud"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ferdinand Berthoud</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="festina">
              <input type="checkbox"
                     name="brands[]"
                     value="Festina"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Festina</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="finewatchesberlin">
              <input type="checkbox"
                     name="brands[]"
                     value="FineWatchesBerlin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">FineWatchesBerlin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="fiona kruger">
              <input type="checkbox"
                     name="brands[]"
                     value="Fiona Kruger"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Fiona Kruger</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="flik flak">
              <input type="checkbox"
                     name="brands[]"
                     value="Flik Flak"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Flik Flak</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="formex">
              <input type="checkbox"
                     name="brands[]"
                     value="Formex"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Formex</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="fortis">
              <input type="checkbox"
                     name="brands[]"
                     value="Fortis"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Fortis</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="fossil">
              <input type="checkbox"
                     name="brands[]"
                     value="Fossil"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Fossil</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="franck muller">
              <input type="checkbox"
                     name="brands[]"
                     value="Franck Muller"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Franck Muller</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="françois paul journe">
              <input type="checkbox"
                     name="brands[]"
                     value="François Paul Journe"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">François Paul Journe</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="frederic constant">
              <input type="checkbox"
                     name="brands[]"
                     value="Frederic Constant"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Frederic Constant</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="frederique constant">
              <input type="checkbox"
                     name="brands[]"
                     value="Frederique Constant"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Frederique Constant</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="frédérique constant">
              <input type="checkbox"
                     name="brands[]"
                     value="Frédérique Constant"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Frédérique Constant</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="fukushima watch co">
              <input type="checkbox"
                     name="brands[]"
                     value="Fukushima Watch Co"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Fukushima Watch Co</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="g-shock">
              <input type="checkbox"
                     name="brands[]"
                     value="G-Shock"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">G-Shock</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gaga lab">
              <input type="checkbox"
                     name="brands[]"
                     value="Gaga Lab"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gaga Lab</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="galvin">
              <input type="checkbox"
                     name="brands[]"
                     value="Galvin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Galvin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gant">
              <input type="checkbox"
                     name="brands[]"
                     value="Gant"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gant</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="garmin">
              <input type="checkbox"
                     name="brands[]"
                     value="Garmin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Garmin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="garrack">
              <input type="checkbox"
                     name="brands[]"
                     value="Garrack"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Garrack</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gavox">
              <input type="checkbox"
                     name="brands[]"
                     value="Gavox"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gavox</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="georg jensen">
              <input type="checkbox"
                     name="brands[]"
                     value="Georg Jensen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Georg Jensen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gerald charles">
              <input type="checkbox"
                     name="brands[]"
                     value="Gerald Charles"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gerald Charles</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gevril">
              <input type="checkbox"
                     name="brands[]"
                     value="Gevril"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gevril</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="girard-perregaux">
              <input type="checkbox"
                     name="brands[]"
                     value="Girard-Perregaux"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Girard-Perregaux</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="girl only">
              <input type="checkbox"
                     name="brands[]"
                     value="Girl Only"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Girl Only</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="giuliano mazzuoli">
              <input type="checkbox"
                     name="brands[]"
                     value="Giuliano Mazzuoli"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Giuliano Mazzuoli</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="glashütte">
              <input type="checkbox"
                     name="brands[]"
                     value="Glashütte"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Glashütte</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="glashütte original">
              <input type="checkbox"
                     name="brands[]"
                     value="Glashütte Original"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Glashütte Original</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="glock">
              <input type="checkbox"
                     name="brands[]"
                     value="Glock"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Glock</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="glycine">
              <input type="checkbox"
                     name="brands[]"
                     value="Glycine"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Glycine</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="goodman bros - connoisseurs">
              <input type="checkbox"
                     name="brands[]"
                     value="Goodman Bros - Connoisseurs"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Goodman Bros - Connoisseurs</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gorilla watches">
              <input type="checkbox"
                     name="brands[]"
                     value="Gorilla Watches"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gorilla Watches</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="graf von faber castell">
              <input type="checkbox"
                     name="brands[]"
                     value="Graf von Faber Castell"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Graf von Faber Castell</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="graff">
              <input type="checkbox"
                     name="brands[]"
                     value="Graff"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Graff</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="graham">
              <input type="checkbox"
                     name="brands[]"
                     value="Graham"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Graham</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="grand seiko">
              <input type="checkbox"
                     name="brands[]"
                     value="Grand Seiko"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Grand Seiko</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="greiner">
              <input type="checkbox"
                     name="brands[]"
                     value="Greiner"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Greiner</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="greubel forsey">
              <input type="checkbox"
                     name="brands[]"
                     value="Greubel Forsey"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Greubel Forsey</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gronefeld">
              <input type="checkbox"
                     name="brands[]"
                     value="Gronefeld"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gronefeld</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="grovana">
              <input type="checkbox"
                     name="brands[]"
                     value="Grovana"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Grovana</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gruebel forsey">
              <input type="checkbox"
                     name="brands[]"
                     value="Gruebel Forsey"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gruebel Forsey</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gruppo gamma">
              <input type="checkbox"
                     name="brands[]"
                     value="Gruppo Gamma"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gruppo Gamma</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gucci">
              <input type="checkbox"
                     name="brands[]"
                     value="Gucci"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gucci</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="guess">
              <input type="checkbox"
                     name="brands[]"
                     value="Guess"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Guess</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gyre">
              <input type="checkbox"
                     name="brands[]"
                     value="Gyre"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gyre</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="gérald genta">
              <input type="checkbox"
                     name="brands[]"
                     value="Gérald Genta"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Gérald Genta</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="h stern">
              <input type="checkbox"
                     name="brands[]"
                     value="H Stern"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">H Stern</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="h. moser &amp; cie">
              <input type="checkbox"
                     name="brands[]"
                     value="H. Moser &amp; Cie"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">H. Moser &amp; Cie</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hazemann &amp; monnin">
              <input type="checkbox"
                     name="brands[]"
                     value="HAZEMANN &amp; MONNIN"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">HAZEMANN &amp; MONNIN</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="htd">
              <input type="checkbox"
                     name="brands[]"
                     value="HTD"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">HTD</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hyt">
              <input type="checkbox"
                     name="brands[]"
                     value="HYT"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">HYT</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="habring²">
              <input type="checkbox"
                     name="brands[]"
                     value="Habring²"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Habring²</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hagerty">
              <input type="checkbox"
                     name="brands[]"
                     value="Hagerty"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hagerty</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hamilton">
              <input type="checkbox"
                     name="brands[]"
                     value="Hamilton"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hamilton</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hanhart">
              <input type="checkbox"
                     name="brands[]"
                     value="Hanhart"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hanhart</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="harry winston">
              <input type="checkbox"
                     name="brands[]"
                     value="Harry Winston"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Harry Winston</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hautlence">
              <input type="checkbox"
                     name="brands[]"
                     value="Hautlence"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hautlence</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="havaan tuvali">
              <input type="checkbox"
                     name="brands[]"
                     value="Havaan Tuvali"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Havaan Tuvali</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="heiden">
              <input type="checkbox"
                     name="brands[]"
                     value="Heiden"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Heiden</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="henrik fisker">
              <input type="checkbox"
                     name="brands[]"
                     value="Henrik Fisker"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Henrik Fisker</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hentschel">
              <input type="checkbox"
                     name="brands[]"
                     value="Hentschel"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hentschel</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hermann staib">
              <input type="checkbox"
                     name="brands[]"
                     value="Hermann Staib"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hermann Staib</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hermès">
              <input type="checkbox"
                     name="brands[]"
                     value="Hermès"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hermès</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="heuer">
              <input type="checkbox"
                     name="brands[]"
                     value="Heuer"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Heuer</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="horia">
              <input type="checkbox"
                     name="brands[]"
                     value="Horia"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Horia</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="horotec">
              <input type="checkbox"
                     name="brands[]"
                     value="Horotec"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Horotec</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="huawei">
              <input type="checkbox"
                     name="brands[]"
                     value="Huawei"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Huawei</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hublot">
              <input type="checkbox"
                     name="brands[]"
                     value="Hublot"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hublot</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="hugo boss">
              <input type="checkbox"
                     name="brands[]"
                     value="Hugo Boss"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Hugo Boss</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="id genève">
              <input type="checkbox"
                     name="brands[]"
                     value="ID Genève"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">ID Genève</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="iwc">
              <input type="checkbox"
                     name="brands[]"
                     value="IWC"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">IWC</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="iwc schaffhausen">
              <input type="checkbox"
                     name="brands[]"
                     value="IWC Schaffhausen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">IWC Schaffhausen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ice watch">
              <input type="checkbox"
                     name="brands[]"
                     value="Ice Watch"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ice Watch</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ickler">
              <input type="checkbox"
                     name="brands[]"
                     value="Ickler"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ickler</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ikepod">
              <input type="checkbox"
                     name="brands[]"
                     value="Ikepod"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ikepod</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ingersoll">
              <input type="checkbox"
                     name="brands[]"
                     value="Ingersoll"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ingersoll</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="invicta">
              <input type="checkbox"
                     name="brands[]"
                     value="Invicta"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Invicta</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="isotope">
              <input type="checkbox"
                     name="brands[]"
                     value="Isotope"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Isotope</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="issey miyake">
              <input type="checkbox"
                     name="brands[]"
                     value="Issey Miyake"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Issey Miyake</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jvd">
              <input type="checkbox"
                     name="brands[]"
                     value="JVD"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">JVD</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jacob &amp; co.">
              <input type="checkbox"
                     name="brands[]"
                     value="Jacob &amp; Co."
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Jacob &amp; Co.</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jaeger &amp; benzinger">
              <input type="checkbox"
                     name="brands[]"
                     value="Jaeger &amp; Benzinger"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Jaeger &amp; Benzinger</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jaeger-lecoultre">
              <input type="checkbox"
                     name="brands[]"
                     value="Jaeger-LeCoultre"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Jaeger-LeCoultre</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jaguar">
              <input type="checkbox"
                     name="brands[]"
                     value="Jaguar"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Jaguar</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jaquet droz">
              <input type="checkbox"
                     name="brands[]"
                     value="Jaquet Droz"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Jaquet Droz</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jean marcel">
              <input type="checkbox"
                     name="brands[]"
                     value="Jean Marcel"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Jean Marcel</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jeanrichard">
              <input type="checkbox"
                     name="brands[]"
                     value="JeanRichard"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">JeanRichard</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jelsdal">
              <input type="checkbox"
                     name="brands[]"
                     value="Jelsdal"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Jelsdal</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="juicy couture">
              <input type="checkbox"
                     name="brands[]"
                     value="Juicy Couture"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Juicy Couture</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="junghans">
              <input type="checkbox"
                     name="brands[]"
                     value="Junghans"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Junghans</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="junkers">
              <input type="checkbox"
                     name="brands[]"
                     value="Junkers"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Junkers</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="just cavalli">
              <input type="checkbox"
                     name="brands[]"
                     value="Just Cavalli"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Just Cavalli</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="jörg schauer">
              <input type="checkbox"
                     name="brands[]"
                     value="Jörg Schauer"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Jörg Schauer</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="kari voutilainen">
              <input type="checkbox"
                     name="brands[]"
                     value="Kari Voutilainen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Kari Voutilainen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="kenneth cole">
              <input type="checkbox"
                     name="brands[]"
                     value="Kenneth Cole"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Kenneth Cole</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="king seiko">
              <input type="checkbox"
                     name="brands[]"
                     value="King Seiko"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">King Seiko</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="kollokium">
              <input type="checkbox"
                     name="brands[]"
                     value="Kollokium"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Kollokium</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="konstantin chaykin">
              <input type="checkbox"
                     name="brands[]"
                     value="Konstantin Chaykin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Konstantin Chaykin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="kross studio">
              <input type="checkbox"
                     name="brands[]"
                     value="Kross Studio"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Kross Studio</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="kudoke">
              <input type="checkbox"
                     name="brands[]"
                     value="Kudoke"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Kudoke</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="kurono tokyo">
              <input type="checkbox"
                     name="brands[]"
                     value="Kurono Tokyo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Kurono Tokyo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="l&#39;epee 1839">
              <input type="checkbox"
                     name="brands[]"
                     value="L&#39;Epee 1839"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">L&#39;Epee 1839</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lip">
              <input type="checkbox"
                     name="brands[]"
                     value="LIP"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">LIP</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="laco">
              <input type="checkbox"
                     name="brands[]"
                     value="Laco"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Laco</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lacoste">
              <input type="checkbox"
                     name="brands[]"
                     value="Lacoste"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lacoste</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="laine">
              <input type="checkbox"
                     name="brands[]"
                     value="Laine"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Laine</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lampert">
              <input type="checkbox"
                     name="brands[]"
                     value="Lampert"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lampert</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lang &amp; heyne">
              <input type="checkbox"
                     name="brands[]"
                     value="Lang &amp; Heyne"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lang &amp; Heyne</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lang &amp; heyne dresden">
              <input type="checkbox"
                     name="brands[]"
                     value="Lang &amp; Heyne Dresden"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lang &amp; Heyne Dresden</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="laurent ferrier">
              <input type="checkbox"
                     name="brands[]"
                     value="Laurent Ferrier"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Laurent Ferrier</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="le jour">
              <input type="checkbox"
                     name="brands[]"
                     value="Le Jour"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Le Jour</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lecureux">
              <input type="checkbox"
                     name="brands[]"
                     value="Lecureux"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lecureux</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lederer">
              <input type="checkbox"
                     name="brands[]"
                     value="Lederer"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lederer</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lehmann">
              <input type="checkbox"
                     name="brands[]"
                     value="Lehmann"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lehmann</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lemania">
              <input type="checkbox"
                     name="brands[]"
                     value="Lemania"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lemania</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lince">
              <input type="checkbox"
                     name="brands[]"
                     value="Lince"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lince</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lista">
              <input type="checkbox"
                     name="brands[]"
                     value="Lista"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lista</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="locman">
              <input type="checkbox"
                     name="brands[]"
                     value="Locman"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Locman</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="longines">
              <input type="checkbox"
                     name="brands[]"
                     value="Longines"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Longines</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lorus">
              <input type="checkbox"
                     name="brands[]"
                     value="Lorus"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lorus</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lotus">
              <input type="checkbox"
                     name="brands[]"
                     value="Lotus"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lotus</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="louis erard">
              <input type="checkbox"
                     name="brands[]"
                     value="Louis Erard"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Louis Erard</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="louis moinet">
              <input type="checkbox"
                     name="brands[]"
                     value="Louis Moinet"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Louis Moinet</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="louis vuitton">
              <input type="checkbox"
                     name="brands[]"
                     value="Louis Vuitton"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Louis Vuitton</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lucky harvey">
              <input type="checkbox"
                     name="brands[]"
                     value="Lucky Harvey"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lucky Harvey</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ludovic ballouard">
              <input type="checkbox"
                     name="brands[]"
                     value="Ludovic Ballouard"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ludovic Ballouard</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="lukia">
              <input type="checkbox"
                     name="brands[]"
                     value="Lukia"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Lukia</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="luminox">
              <input type="checkbox"
                     name="brands[]"
                     value="Luminox"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Luminox</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="luxenter">
              <input type="checkbox"
                     name="brands[]"
                     value="Luxenter"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Luxenter</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mb&amp;f">
              <input type="checkbox"
                     name="brands[]"
                     value="MB&amp;F"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">MB&amp;F</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="md watches studio">
              <input type="checkbox"
                     name="brands[]"
                     value="MD Watches Studio"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">MD Watches Studio</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mte">
              <input type="checkbox"
                     name="brands[]"
                     value="MTE"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">MTE</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mvmt">
              <input type="checkbox"
                     name="brands[]"
                     value="MVMT"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">MVMT</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="maen">
              <input type="checkbox"
                     name="brands[]"
                     value="Maen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Maen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="magellan">
              <input type="checkbox"
                     name="brands[]"
                     value="Magellan"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Magellan</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="manufacture royale">
              <input type="checkbox"
                     name="brands[]"
                     value="Manufacture Royale"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Manufacture Royale</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="marathon">
              <input type="checkbox"
                     name="brands[]"
                     value="Marathon"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Marathon</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mark maddox">
              <input type="checkbox"
                     name="brands[]"
                     value="Mark Maddox"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Mark Maddox</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="marshal">
              <input type="checkbox"
                     name="brands[]"
                     value="Marshal"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Marshal</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="maserati">
              <input type="checkbox"
                     name="brands[]"
                     value="Maserati"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Maserati</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="massena lab">
              <input type="checkbox"
                     name="brands[]"
                     value="Massena LAB"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Massena LAB</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="maurice lacroix">
              <input type="checkbox"
                     name="brands[]"
                     value="Maurice Lacroix"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Maurice Lacroix</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="meistersinger">
              <input type="checkbox"
                     name="brands[]"
                     value="MeisterSinger"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">MeisterSinger</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="melbourne watch company">
              <input type="checkbox"
                     name="brands[]"
                     value="Melbourne Watch Company"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Melbourne Watch Company</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="meridiano">
              <input type="checkbox"
                     name="brands[]"
                     value="Meridiano"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Meridiano</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="messika">
              <input type="checkbox"
                     name="brands[]"
                     value="Messika"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Messika</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mibro">
              <input type="checkbox"
                     name="brands[]"
                     value="Mibro"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Mibro</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="michael kors">
              <input type="checkbox"
                     name="brands[]"
                     value="Michael Kors"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Michael Kors</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="michele">
              <input type="checkbox"
                     name="brands[]"
                     value="Michele"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Michele</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mido">
              <input type="checkbox"
                     name="brands[]"
                     value="Mido"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Mido</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="milus">
              <input type="checkbox"
                     name="brands[]"
                     value="Milus"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Milus</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="minase">
              <input type="checkbox"
                     name="brands[]"
                     value="Minase"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Minase</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="moebius">
              <input type="checkbox"
                     name="brands[]"
                     value="Moebius"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Moebius</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mondaine">
              <input type="checkbox"
                     name="brands[]"
                     value="Mondaine"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Mondaine</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="montblanc">
              <input type="checkbox"
                     name="brands[]"
                     value="Montblanc"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Montblanc</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="montegrappa">
              <input type="checkbox"
                     name="brands[]"
                     value="Montegrappa"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Montegrappa</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="moritz grossmann">
              <input type="checkbox"
                     name="brands[]"
                     value="Moritz Grossmann"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Moritz Grossmann</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mormaii">
              <input type="checkbox"
                     name="brands[]"
                     value="Mormaii"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Mormaii</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="movado">
              <input type="checkbox"
                     name="brands[]"
                     value="Movado"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Movado</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="mühle-glashütte">
              <input type="checkbox"
                     name="brands[]"
                     value="Mühle-Glashütte"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Mühle-Glashütte</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="nicholas hacko">
              <input type="checkbox"
                     name="brands[]"
                     value="Nicholas Hacko"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Nicholas Hacko</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="nivada grenchen">
              <input type="checkbox"
                     name="brands[]"
                     value="Nivada Grenchen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Nivada Grenchen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="nixon">
              <input type="checkbox"
                     name="brands[]"
                     value="Nixon"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Nixon</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="nomination">
              <input type="checkbox"
                     name="brands[]"
                     value="Nomination"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Nomination</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="nomos">
              <input type="checkbox"
                     name="brands[]"
                     value="Nomos"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Nomos</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="nomos glashütte">
              <input type="checkbox"
                     name="brands[]"
                     value="Nomos Glashütte"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Nomos Glashütte</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="nordic marine instruments">
              <input type="checkbox"
                     name="brands[]"
                     value="Nordic Marine Instruments"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Nordic Marine Instruments</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="norqain">
              <input type="checkbox"
                     name="brands[]"
                     value="Norqain"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Norqain</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="nubeo">
              <input type="checkbox"
                     name="brands[]"
                     value="Nubeo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Nubeo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="omax">
              <input type="checkbox"
                     name="brands[]"
                     value="OMAX"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">OMAX</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="obaku">
              <input type="checkbox"
                     name="brands[]"
                     value="Obaku"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Obaku</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ocean crawler">
              <input type="checkbox"
                     name="brands[]"
                     value="Ocean Crawler"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ocean Crawler</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="oceanus">
              <input type="checkbox"
                     name="brands[]"
                     value="Oceanus"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Oceanus</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ollech &amp; wajs">
              <input type="checkbox"
                     name="brands[]"
                     value="Ollech &amp; Wajs"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ollech &amp; Wajs</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="omega">
              <input type="checkbox"
                     name="brands[]"
                     value="Omega"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Omega</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ophion">
              <input type="checkbox"
                     name="brands[]"
                     value="Ophion"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ophion</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="orbita">
              <input type="checkbox"
                     name="brands[]"
                     value="Orbita"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Orbita</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="orient">
              <input type="checkbox"
                     name="brands[]"
                     value="Orient"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Orient</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="orient star">
              <input type="checkbox"
                     name="brands[]"
                     value="Orient Star"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Orient Star</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="oris">
              <input type="checkbox"
                     name="brands[]"
                     value="Oris"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Oris</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="panerai">
              <input type="checkbox"
                     name="brands[]"
                     value="Panerai"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Panerai</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="pangaea">
              <input type="checkbox"
                     name="brands[]"
                     value="Pangaea"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Pangaea</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="parmigiani">
              <input type="checkbox"
                     name="brands[]"
                     value="Parmigiani"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Parmigiani</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="parmigiani fleurier">
              <input type="checkbox"
                     name="brands[]"
                     value="Parmigiani Fleurier"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Parmigiani Fleurier</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="pasquale bruni">
              <input type="checkbox"
                     name="brands[]"
                     value="Pasquale Bruni"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Pasquale Bruni</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="patek philippe">
              <input type="checkbox"
                     name="brands[]"
                     value="Patek Philippe"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Patek Philippe</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="paulin">
              <input type="checkbox"
                     name="brands[]"
                     value="Paulin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Paulin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="paulin watches">
              <input type="checkbox"
                     name="brands[]"
                     value="Paulin Watches"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Paulin Watches</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="perrelet">
              <input type="checkbox"
                     name="brands[]"
                     value="Perrelet"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Perrelet</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="petermann bédat">
              <input type="checkbox"
                     name="brands[]"
                     value="Petermann Bédat"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Petermann Bédat</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="petitpierre">
              <input type="checkbox"
                     name="brands[]"
                     value="Petitpierre"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Petitpierre</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="philip stein">
              <input type="checkbox"
                     name="brands[]"
                     value="Philip Stein"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Philip Stein</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="philip watch">
              <input type="checkbox"
                     name="brands[]"
                     value="Philip Watch"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Philip Watch</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="philippe dufour">
              <input type="checkbox"
                     name="brands[]"
                     value="Philippe Dufour"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Philippe Dufour</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="piaget">
              <input type="checkbox"
                     name="brands[]"
                     value="Piaget"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Piaget</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="pierre cardin">
              <input type="checkbox"
                     name="brands[]"
                     value="Pierre Cardin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Pierre Cardin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="polar">
              <input type="checkbox"
                     name="brands[]"
                     value="Polar"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Polar</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="police">
              <input type="checkbox"
                     name="brands[]"
                     value="Police"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Police</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="pomellato">
              <input type="checkbox"
                     name="brands[]"
                     value="Pomellato"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Pomellato</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="porsche design">
              <input type="checkbox"
                     name="brands[]"
                     value="Porsche Design"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Porsche Design</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="premico">
              <input type="checkbox"
                     name="brands[]"
                     value="Premico"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Premico</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="presage">
              <input type="checkbox"
                     name="brands[]"
                     value="Presage"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Presage</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="presidium">
              <input type="checkbox"
                     name="brands[]"
                     value="Presidium"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Presidium</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="prim">
              <input type="checkbox"
                     name="brands[]"
                     value="Prim"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Prim</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="protrek">
              <input type="checkbox"
                     name="brands[]"
                     value="ProTrek"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">ProTrek</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="promaster">
              <input type="checkbox"
                     name="brands[]"
                     value="Promaster"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Promaster</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="prospex">
              <input type="checkbox"
                     name="brands[]"
                     value="Prospex"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Prospex</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="pöhlmann-bresan">
              <input type="checkbox"
                     name="brands[]"
                     value="Pöhlmann-Bresan"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Pöhlmann-Bresan</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="qlocktwo">
              <input type="checkbox"
                     name="brands[]"
                     value="QLOCKTWO"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">QLOCKTWO</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="rgm">
              <input type="checkbox"
                     name="brands[]"
                     value="RGM"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">RGM</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="rze">
              <input type="checkbox"
                     name="brands[]"
                     value="RZE"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">RZE</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="rado">
              <input type="checkbox"
                     name="brands[]"
                     value="Rado"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Rado</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ralph lauren">
              <input type="checkbox"
                     name="brands[]"
                     value="Ralph Lauren"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ralph Lauren</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="rapport">
              <input type="checkbox"
                     name="brands[]"
                     value="Rapport"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Rapport</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="rapport london">
              <input type="checkbox"
                     name="brands[]"
                     value="Rapport London"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Rapport London</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="raymond weil">
              <input type="checkbox"
                     name="brands[]"
                     value="Raymond Weil"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Raymond Weil</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="record">
              <input type="checkbox"
                     name="brands[]"
                     value="Record"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Record</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="reservoir">
              <input type="checkbox"
                     name="brands[]"
                     value="Reservoir"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Reservoir</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ressence">
              <input type="checkbox"
                     name="brands[]"
                     value="Ressence"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ressence</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="revue thommen">
              <input type="checkbox"
                     name="brands[]"
                     value="Revue Thommen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Revue Thommen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="rexhep rexhepi">
              <input type="checkbox"
                     name="brands[]"
                     value="Rexhep Rexhepi"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Rexhep Rexhepi</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="richard mille">
              <input type="checkbox"
                     name="brands[]"
                     value="Richard Mille"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Richard Mille</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="roberto cavalli">
              <input type="checkbox"
                     name="brands[]"
                     value="Roberto Cavalli"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Roberto Cavalli</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="robot">
              <input type="checkbox"
                     name="brands[]"
                     value="Robot"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Robot</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="roger dubuis">
              <input type="checkbox"
                     name="brands[]"
                     value="Roger Dubuis"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Roger Dubuis</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="roger w. smith">
              <input type="checkbox"
                     name="brands[]"
                     value="Roger W. Smith"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Roger W. Smith</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="rolex">
              <input type="checkbox"
                     name="brands[]"
                     value="Rolex"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Rolex</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="romain jerome">
              <input type="checkbox"
                     name="brands[]"
                     value="Romain Jerome"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Romain Jerome</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="rudis">
              <input type="checkbox"
                     name="brands[]"
                     value="Rudis"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Rudis</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="snpr leather works">
              <input type="checkbox"
                     name="brands[]"
                     value="SNPR Leather Works"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">SNPR Leather Works</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="stark innovation gmbh">
              <input type="checkbox"
                     name="brands[]"
                     value="STARK Innovation GmbH"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">STARK Innovation GmbH</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="safewinder">
              <input type="checkbox"
                     name="brands[]"
                     value="Safewinder"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Safewinder</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="salvatore ferragamo">
              <input type="checkbox"
                     name="brands[]"
                     value="Salvatore Ferragamo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Salvatore Ferragamo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sartorius">
              <input type="checkbox"
                     name="brands[]"
                     value="Sartorius"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sartorius</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sartory billard">
              <input type="checkbox"
                     name="brands[]"
                     value="Sartory Billard"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sartory Billard</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="scatola del tempo">
              <input type="checkbox"
                     name="brands[]"
                     value="Scatola del Tempo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Scatola del Tempo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="schauer watch">
              <input type="checkbox"
                     name="brands[]"
                     value="Schauer Watch"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Schauer Watch</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="schwarz etienne">
              <input type="checkbox"
                     name="brands[]"
                     value="Schwarz Etienne"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Schwarz Etienne</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="second hour">
              <input type="checkbox"
                     name="brands[]"
                     value="Second Hour"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Second Hour</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sector">
              <input type="checkbox"
                     name="brands[]"
                     value="Sector"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sector</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="seculus">
              <input type="checkbox"
                     name="brands[]"
                     value="Seculus"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Seculus</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="seiko">
              <input type="checkbox"
                     name="brands[]"
                     value="Seiko"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Seiko</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="seiko 5 sports">
              <input type="checkbox"
                     name="brands[]"
                     value="Seiko 5 Sports"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Seiko 5 Sports</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="seiko astron">
              <input type="checkbox"
                     name="brands[]"
                     value="Seiko Astron"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Seiko Astron</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="seiko luxe">
              <input type="checkbox"
                     name="brands[]"
                     value="Seiko Luxe"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Seiko Luxe</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="seiko selection">
              <input type="checkbox"
                     name="brands[]"
                     value="Seiko Selection"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Seiko Selection</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sergio tacchini">
              <input type="checkbox"
                     name="brands[]"
                     value="Sergio Tacchini"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sergio Tacchini</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="series 8">
              <input type="checkbox"
                     name="brands[]"
                     value="Series 8"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Series 8</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sevenfriday">
              <input type="checkbox"
                     name="brands[]"
                     value="SevenFriday"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">SevenFriday</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sheen">
              <input type="checkbox"
                     name="brands[]"
                     value="Sheen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sheen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sherpa">
              <input type="checkbox"
                     name="brands[]"
                     value="Sherpa"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sherpa</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="shinezy">
              <input type="checkbox"
                     name="brands[]"
                     value="Shinezy"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Shinezy</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="shinola">
              <input type="checkbox"
                     name="brands[]"
                     value="Shinola"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Shinola</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="simon g">
              <input type="checkbox"
                     name="brands[]"
                     value="Simon G"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Simon G</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="singer reimagined">
              <input type="checkbox"
                     name="brands[]"
                     value="Singer Reimagined"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Singer Reimagined</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sinn">
              <input type="checkbox"
                     name="brands[]"
                     value="Sinn"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sinn</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="skagen">
              <input type="checkbox"
                     name="brands[]"
                     value="Skagen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Skagen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="spaceone">
              <input type="checkbox"
                     name="brands[]"
                     value="SpaceOne"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">SpaceOne</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="speake-marin">
              <input type="checkbox"
                     name="brands[]"
                     value="Speake-Marin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Speake-Marin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="spin r">
              <input type="checkbox"
                     name="brands[]"
                     value="Spin R"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Spin R</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="spinnaker">
              <input type="checkbox"
                     name="brands[]"
                     value="Spinnaker"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Spinnaker</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="spirit">
              <input type="checkbox"
                     name="brands[]"
                     value="Spirit"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Spirit</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="squale">
              <input type="checkbox"
                     name="brands[]"
                     value="Squale"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Squale</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="steinhart">
              <input type="checkbox"
                     name="brands[]"
                     value="Steinhart"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Steinhart</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sternglas">
              <input type="checkbox"
                     name="brands[]"
                     value="Sternglas"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sternglas</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="steveostraps">
              <input type="checkbox"
                     name="brands[]"
                     value="Steveostraps"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Steveostraps</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="stowa">
              <input type="checkbox"
                     name="brands[]"
                     value="Stowa"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Stowa</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="straphabit">
              <input type="checkbox"
                     name="brands[]"
                     value="StrapHabit"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">StrapHabit</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="strapsco">
              <input type="checkbox"
                     name="brands[]"
                     value="StrapsCo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">StrapsCo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="straum">
              <input type="checkbox"
                     name="brands[]"
                     value="Straum"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Straum</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="strom">
              <input type="checkbox"
                     name="brands[]"
                     value="Strom"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Strom</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="suunto">
              <input type="checkbox"
                     name="brands[]"
                     value="Suunto"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Suunto</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="swarovski">
              <input type="checkbox"
                     name="brands[]"
                     value="Swarovski"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Swarovski</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="swatch">
              <input type="checkbox"
                     name="brands[]"
                     value="Swatch"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Swatch</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="swiss alpine military">
              <input type="checkbox"
                     name="brands[]"
                     value="Swiss Alpine Military"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Swiss Alpine Military</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="swiss army">
              <input type="checkbox"
                     name="brands[]"
                     value="Swiss Army"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Swiss Army</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="swiss kubik">
              <input type="checkbox"
                     name="brands[]"
                     value="Swiss Kubik"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Swiss Kubik</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="swiss military hanowa">
              <input type="checkbox"
                     name="brands[]"
                     value="Swiss Military Hanowa"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Swiss Military Hanowa</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sylvain pinaud">
              <input type="checkbox"
                     name="brands[]"
                     value="Sylvain Pinaud"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sylvain Pinaud</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="sō labs">
              <input type="checkbox"
                     name="brands[]"
                     value="Sō Labs"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Sō Labs</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tag heuer">
              <input type="checkbox"
                     name="brands[]"
                     value="TAG Heuer"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">TAG Heuer</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="traska">
              <input type="checkbox"
                     name="brands[]"
                     value="TRASKA"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">TRASKA</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tacori">
              <input type="checkbox"
                     name="brands[]"
                     value="Tacori"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tacori</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tacs">
              <input type="checkbox"
                     name="brands[]"
                     value="Tacs"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tacs</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tag heuer">
              <input type="checkbox"
                     name="brands[]"
                     value="Tag Heuer"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tag Heuer</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tanita">
              <input type="checkbox"
                     name="brands[]"
                     value="Tanita"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tanita</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="techniwatch">
              <input type="checkbox"
                     name="brands[]"
                     value="Techniwatch"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Techniwatch</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="technos">
              <input type="checkbox"
                     name="brands[]"
                     value="Technos"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Technos</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ted baker">
              <input type="checkbox"
                     name="brands[]"
                     value="Ted Baker"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ted Baker</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tempus amor">
              <input type="checkbox"
                     name="brands[]"
                     value="Tempus Amor"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tempus Amor</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tendence">
              <input type="checkbox"
                     name="brands[]"
                     value="Tendence"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tendence</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="the citizen">
              <input type="checkbox"
                     name="brands[]"
                     value="The CITIZEN"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">The CITIZEN</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="the electricianz">
              <input type="checkbox"
                     name="brands[]"
                     value="The Electricianz"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">The Electricianz</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="thomas sabo">
              <input type="checkbox"
                     name="brands[]"
                     value="Thomas Sabo"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Thomas Sabo</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="timberland">
              <input type="checkbox"
                     name="brands[]"
                     value="Timberland"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Timberland</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="timeless">
              <input type="checkbox"
                     name="brands[]"
                     value="Timeless"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Timeless</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="timex">
              <input type="checkbox"
                     name="brands[]"
                     value="Timex"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Timex</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tissot">
              <input type="checkbox"
                     name="brands[]"
                     value="Tissot"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tissot</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="titan">
              <input type="checkbox"
                     name="brands[]"
                     value="Titan"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Titan</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tommy hilfiger">
              <input type="checkbox"
                     name="brands[]"
                     value="Tommy Hilfiger"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tommy Hilfiger</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tous">
              <input type="checkbox"
                     name="brands[]"
                     value="Tous"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tous</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="traser">
              <input type="checkbox"
                     name="brands[]"
                     value="Traser"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Traser</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="trilobe">
              <input type="checkbox"
                     name="brands[]"
                     value="Trilobe"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Trilobe</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tudor">
              <input type="checkbox"
                     name="brands[]"
                     value="Tudor"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tudor</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tutima">
              <input type="checkbox"
                     name="brands[]"
                     value="Tutima"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tutima</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="tutima glashütte">
              <input type="checkbox"
                     name="brands[]"
                     value="Tutima Glashütte"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Tutima Glashütte</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="two">
              <input type="checkbox"
                     name="brands[]"
                     value="Two"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Two</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="u-boat">
              <input type="checkbox"
                     name="brands[]"
                     value="U-Boat"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">U-Boat</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ubiq">
              <input type="checkbox"
                     name="brands[]"
                     value="UBIQ"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">UBIQ</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="unode50">
              <input type="checkbox"
                     name="brands[]"
                     value="UNOde50"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">UNOde50</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="ulysse nardin">
              <input type="checkbox"
                     name="brands[]"
                     value="Ulysse Nardin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Ulysse Nardin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="underwood london">
              <input type="checkbox"
                     name="brands[]"
                     value="Underwood London"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Underwood London</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="unimatic">
              <input type="checkbox"
                     name="brands[]"
                     value="Unimatic"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Unimatic</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="union glashütte">
              <input type="checkbox"
                     name="brands[]"
                     value="Union Glashütte"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Union Glashütte</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="universal genève">
              <input type="checkbox"
                     name="brands[]"
                     value="Universal Genève"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Universal Genève</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="urwerk">
              <input type="checkbox"
                     name="brands[]"
                     value="Urwerk"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Urwerk</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="voh">
              <input type="checkbox"
                     name="brands[]"
                     value="VOH"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">VOH</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="vacheron constantin">
              <input type="checkbox"
                     name="brands[]"
                     value="Vacheron Constantin"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Vacheron Constantin</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="van cleef &amp; arpels">
              <input type="checkbox"
                     name="brands[]"
                     value="Van Cleef &amp; Arpels"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Van Cleef &amp; Arpels</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="vanguart">
              <input type="checkbox"
                     name="brands[]"
                     value="Vanguart"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Vanguart</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="vario">
              <input type="checkbox"
                     name="brands[]"
                     value="Vario"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Vario</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="venezianico">
              <input type="checkbox"
                     name="brands[]"
                     value="Venezianico"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Venezianico</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="verragio">
              <input type="checkbox"
                     name="brands[]"
                     value="Verragio"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Verragio</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="versa">
              <input type="checkbox"
                     name="brands[]"
                     value="Versa"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Versa</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="versace">
              <input type="checkbox"
                     name="brands[]"
                     value="Versace"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Versace</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="viceroy">
              <input type="checkbox"
                     name="brands[]"
                     value="Viceroy"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Viceroy</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="victorinox">
              <input type="checkbox"
                     name="brands[]"
                     value="Victorinox"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Victorinox</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="volta">
              <input type="checkbox"
                     name="brands[]"
                     value="Volta"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Volta</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="voltage">
              <input type="checkbox"
                     name="brands[]"
                     value="Voltage"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Voltage</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="vostok">
              <input type="checkbox"
                     name="brands[]"
                     value="Vostok"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Vostok</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="vostok europe">
              <input type="checkbox"
                     name="brands[]"
                     value="Vostok Europe"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Vostok Europe</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="voutilainen">
              <input type="checkbox"
                     name="brands[]"
                     value="Voutilainen"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Voutilainen</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="vulcain">
              <input type="checkbox"
                     name="brands[]"
                     value="Vulcain"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Vulcain</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="waldan">
              <input type="checkbox"
                     name="brands[]"
                     value="Waldan"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Waldan</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="waldhoff">
              <input type="checkbox"
                     name="brands[]"
                     value="Waldhoff"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Waldhoff</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="waldmann">
              <input type="checkbox"
                     name="brands[]"
                     value="Waldmann"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Waldmann</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="waltham">
              <input type="checkbox"
                     name="brands[]"
                     value="Waltham"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Waltham</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="wempe">
              <input type="checkbox"
                     name="brands[]"
                     value="Wempe"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Wempe</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="wenger">
              <input type="checkbox"
                     name="brands[]"
                     value="Wenger"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Wenger</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="westend">
              <input type="checkbox"
                     name="brands[]"
                     value="Westend"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Westend</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="wicca">
              <input type="checkbox"
                     name="brands[]"
                     value="Wicca"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Wicca</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="william wood watches">
              <input type="checkbox"
                     name="brands[]"
                     value="William Wood Watches"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">William Wood Watches</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="winnerl">
              <input type="checkbox"
                     name="brands[]"
                     value="Winnerl"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Winnerl</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="withings">
              <input type="checkbox"
                     name="brands[]"
                     value="Withings"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Withings</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="witschi">
              <input type="checkbox"
                     name="brands[]"
                     value="Witschi"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Witschi</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="wolf">
              <input type="checkbox"
                     name="brands[]"
                     value="Wolf"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Wolf</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="wolf designs">
              <input type="checkbox"
                     name="brands[]"
                     value="Wolf Designs"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Wolf Designs</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="worn &amp; wound">
              <input type="checkbox"
                     name="brands[]"
                     value="Worn &amp; Wound"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Worn &amp; Wound</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="xc">
              <input type="checkbox"
                     name="brands[]"
                     value="XC"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">XC</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="xiivi">
              <input type="checkbox"
                     name="brands[]"
                     value="XIIVI"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">XIIVI</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="xeric">
              <input type="checkbox"
                     name="brands[]"
                     value="Xeric"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Xeric</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="xiaomi">
              <input type="checkbox"
                     name="brands[]"
                     value="Xiaomi"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Xiaomi</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="yema">
              <input type="checkbox"
                     name="brands[]"
                     value="Yema"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Yema</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="zrc">
              <input type="checkbox"
                     name="brands[]"
                     value="ZRC"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">ZRC</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="zeiss">
              <input type="checkbox"
                     name="brands[]"
                     value="Zeiss"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Zeiss</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="zeitwinkel">
              <input type="checkbox"
                     name="brands[]"
                     value="Zeitwinkel"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Zeitwinkel</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="zelos">
              <input type="checkbox"
                     name="brands[]"
                     value="Zelos"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Zelos</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="zenith">
              <input type="checkbox"
                     name="brands[]"
                     value="Zenith"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Zenith</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="zodiac">
              <input type="checkbox"
                     name="brands[]"
                     value="Zodiac"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Zodiac</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="debeer">
              <input type="checkbox"
                     name="brands[]"
                     value="deBeer"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">deBeer</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="echo/neutra">
              <input type="checkbox"
                     name="brands[]"
                     value="echo/neutra"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">echo/neutra</span>
            </label>
            <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors"
                   data-search-target="item"
                   data-search-content="äonic">
              <input type="checkbox"
                     name="brands[]"
                     value="Äonic"
                     
                     data-action="change->plaza-filters#submit"
                     class="form-checkbox">
              <span class="text-gray-700 dark:text-gray-300">Äonic</span>
            </label>
        </div>

        <!-- Authorized Only Checkbox -->
        <label class="flex items-center space-x-2 text-sm p-2 mt-3 rounded border-t border-gray-200 dark:border-gray-600 pt-3 transition-colors opacity-60 cursor-not-allowed">
          <input type="checkbox"
                 name="authorized_only"
                 value="1"
                 
                 disabled
                 data-action="change->plaza-filters#submit"
                 class="form-checkbox">
          <div>
            <span class="text-gray-700 dark:text-gray-300 font-medium">Authorized dealers only</span>
              <span class="block text-xs text-gray-400 dark:text-gray-500">Select brands first</span>
          </div>
        </label>
      </div>

      <!-- Presence Type Filter -->
      <div>
        <label class="block text-xs font-semibold uppercase tracking-wider text-gray-500 dark:text-gray-400 mb-3">
          Availability
        </label>
        <div class="xl:space-y-2 grid grid-cols-1 xl:grid-cols-1 gap-2 xl:gap-0">
          <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
            <input type="checkbox" 
                   name="has_physical_presence" 
                   value="1" 
                   
                   data-action="change->plaza-filters#submit"
                   class="form-checkbox">
            <span class="text-gray-700 dark:text-gray-300">Physical Stores</span>
          </label>
          <label class="flex items-center space-x-2 text-sm cursor-pointer p-2 rounded hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors">
            <input type="checkbox" 
                   name="has_online_presence" 
                   value="1" 
                   
                   data-action="change->plaza-filters#submit"
                   class="form-checkbox">
            <span class="text-gray-700 dark:text-gray-300">Online Store</span>
          </label>
        </div>
      </div>
    </div>
</form></div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div></template></turbo-stream><turbo-stream action="replace" target="vendors-content"><template><turbo-frame id="vendors-content" data-turbo-action="advance" target="_top">

    






  <div class="flex flex-wrap gap-2 mb-4">
      <a data-action="click-&gt;plaza-filters#removeFilter" class="inline-flex items-center gap-1.5 px-3 py-1 text-sm font-medium rounded-full bg-blue-100 dark:bg-blue-900/50 text-blue-800 dark:text-blue-200 hover:bg-blue-200 dark:hover:bg-blue-800 transition-colors" href="/plaza">
        Specialized Services
        <span class="text-blue-500 dark:text-blue-300 text-xs leading-none">&times;</span>
</a>  </div>


    <!-- Content Header -->
    <div class="bg-white dark:bg-gray-900 border-b border-gray-200 dark:border-gray-700 mb-6 py-4 px-4 sm:px-6 sm:rounded-t-xl">
      <div class="flex items-center justify-between">
        <div class="flex items-center space-x-3">
          <div class="flex items-center space-x-2">
            <i class="fas fa-store text-gray-400 dark:text-gray-500"></i>
            <span class="text-sm font-medium text-gray-900 dark:text-gray-100">
              (<span id="content-vendor-count">34</span> vendors)
            </span>
          </div>
        </div>

        <div class="flex items-center space-x-3">
          <div data-controller="view-toggle" data-view-toggle-mode-value="list" class="inline-flex items-center bg-gray-100 dark:bg-gray-800 rounded-lg p-1 gap-1">
  <input type="hidden" name="view" value="list" data-view-toggle-target="input">

  <button type="button"
          data-mode="list"
          data-action="click->view-toggle#toggle"
          data-view-toggle-target="listButton"
          class="px-3 py-1.5 rounded-md text-sm font-medium transition-all duration-200 flex items-center gap-2 bg-white dark:bg-gray-700 text-gray-900 dark:text-gray-100 shadow-xs"
          aria-pressed="true"
          title="List view">
    <i class="fas fa-list text-sm"></i>
    <span class="hidden sm:inline">List</span>
  </button>

  <button type="button"
          data-mode="map"
          data-action="click->view-toggle#toggle"
          data-view-toggle-target="mapButton"
          class="px-3 py-1.5 rounded-md text-sm font-medium transition-all duration-200 flex items-center gap-2 text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-gray-200"
          aria-pressed="false"
          title="Map view">
    <i class="fas fa-map text-sm"></i>
    <span class="hidden sm:inline">Map</span>
  </button>
</div>

        </div>
      </div>
    </div>

    <!-- Content Area -->
      <div id="vendors-list" class="space-y-4">
    
<div id="plaza_vendor_561"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <a class="shrink-0 relative group" href="/plaza/vendors/jakub-pitucha-wristart">
        <div class="w-20 h-20 sm:w-24 sm:h-24 rounded-lg overflow-hidden">
          <img class="w-full h-full object-cover transition-transform duration-300 group-hover:scale-110" alt="Jakub Pitucha Wristart" src="https://www.wristlog.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTAwMzAsInB1ciI6ImJsb2JfaWQifX0=--0119162b735c6761daa355dae297cf501443001a/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJqcGciLCJyZXNpemVfdG9fZmlsbCI6WzEyOCwxMjhdfSwicHVyIjoidmFyaWF0aW9uIn19--74386320890b4710c214e11195013447d48ffb36/IMG_4562.jpg" />
        </div>
          <div class="absolute bottom-1 right-1 bg-black/60 text-white text-[10px] font-medium px-1.5 py-0.5 rounded flex items-center gap-0.5">
            <i class="fas fa-images text-[8px]"></i>
            9
          </div>
</a>
    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/jakub-pitucha-wristart">
            Jakub Pitucha Wristart
</a>            <span class="inline-flex items-center gap-1 px-1.5 py-0.5 rounded-full text-[10px] font-semibold bg-blue-100 dark:bg-blue-900/50 text-blue-700 dark:text-blue-300 shrink-0">
              <i class="fas fa-check-circle text-[8px]"></i>
              Verified
            </span>
        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Czechia</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Brands
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Independent artist specializing in hand painted watch dials and custom made watches. Creates unique timepieces featuring artistic dial painting Each dial is meticulously hand painted, making every watch a one-of-a-kind wearable art piece.
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/jakub-pitucha-wristart/visit">https://www.jakubpitucha.com</a>
    </div>
</div>

<div id="plaza_vendor_125"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/amj-watch-services">
            AMJ Watch Services
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>United Kingdom</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          TAG Heuer
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Rolex
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Omega
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Patek Philippe
        </span>
        <span class="text-xs text-gray-500 dark:text-gray-400 self-center">+10</span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      UK&#39;s leading independent watch repair shop in Hatton Garden since 1992 with 1-year guarantee
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/amj-watch-services/visit">https://www.amjwatchservices.co.uk/</a>
    </div>
</div>

<div id="plaza_vendor_123"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/andreas-strehler">
            Andreas Strehler
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Switzerland</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Brands
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Independent Swiss watchmaker, opened restoration workshop in 1995, Guinness world record holder for moon phase
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/andreas-strehler/visit">https://astrehler.ch/</a>
    </div>
</div>

<div id="plaza_vendor_44"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/berger-boutiques">
            Berger Boutiques
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Mexico</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Prestigious luxury watch buyer and seller with boutiques in Mexico City specializing in high-end watches
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/berger-boutiques/visit">https://www.berger.com.mx/</a>
    </div>
</div>

<div id="plaza_vendor_24"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/bernardini">
            Bernardini
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Italy</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Founded 1982, evolved into watch-lover&#39;s haven by 1999, expertise in Patek Philippe, Vacheron Constantin, Audemars Piguet
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/bernardini/visit">https://www.bernardini.it/</a>
    </div>
</div>

<div id="plaza_vendor_78"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/cortina-holdings">
            Cortina Holdings
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Singapore</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Public-listed group with 50+ years industry leadership, 40+ stores across Asia-Pacific region
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/cortina-holdings/visit">https://www.cortinawatch.com/</a>
    </div>
</div>

<div id="plaza_vendor_128"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/el-cronometrista">
            El Cronometrista
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Spain</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Specialist in repair and reconstruction of antique watches and mechanisms with over 35 years of experience, Commercial Court Expert #651
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/el-cronometrista/visit">https://www.elcronometrista.com/el-cronometrista/?lang=en</a>
    </div>
</div>

<div id="plaza_vendor_169"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/euro-asia-ltd">
            Euro-Asia Ltd.
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Israel</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Tools &amp; Maintenance
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Exclusive Rolex representative in Israel since 1975, family company with multiple boutiques
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/euro-asia-ltd/visit">https://www.euro-asia.co.il/</a>
    </div>
</div>

<div id="plaza_vendor_170"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/exclusive-watches-kenya">
            Exclusive Watches Kenya
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Kenya</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Premium watch retailer offering executive quality timepieces
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/exclusive-watches-kenya/visit">https://exclusivewatcheskenya.com/</a>
    </div>
</div>

<div id="plaza_vendor_130"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/hajime-asaoka">
            Hajime Asaoka
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Japan</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Parts &amp; Components
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-green-100 dark:bg-green-900 text-green-800 dark:text-green-200">
            <i class="fas fa-certificate mr-1 text-[8px]"></i>
          Kurono Tokyo
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Independent master watchmaker, creator of first Japanese tourbillon wristwatch (2009), founder of Kurono Tokyo
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/hajime-asaoka/visit">https://kuronotokyo.com/</a>
    </div>
</div>

<div id="plaza_vendor_142"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/horologist-michael-arraiza">
            HOROLOGIST - Michael Arraiza
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Australia</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Retailers
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Audemars Piguet
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Rolex
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Richard Mille
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Omega
        </span>
        <span class="text-xs text-gray-500 dark:text-gray-400 self-center">+10</span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Sydney-based Switzerland-trained horologist Michael Arraiza offering specialist servicing, authentication, and valuations for luxury Swiss watch brands with VIP service packages
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/horologist-michael-arraiza/visit">https://www.horologist.com.au/</a>
    </div>
</div>

<div id="plaza_vendor_60"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/kennedy-sydney">
            Kennedy Sydney
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Australia</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          TAG Heuer
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Patek Philippe
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Parmigiani Fleurier
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Cartier
        </span>
        <span class="text-xs text-gray-500 dark:text-gray-400 self-center">+11</span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Founded 1976, luxury watches and jewelry featuring Patek Philippe, Cartier, Omega, Jaeger-LeCoultre
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/kennedy-sydney/visit">https://kennedy.com.au/pages/sydney-boutiques</a>
    </div>
</div>

<div id="plaza_vendor_68"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/kibble-watches">
            Kibble Watches
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>United Kingdom</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Audemars Piguet
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Jaeger-LeCoultre
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Enicar
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Grand Seiko
        </span>
        <span class="text-xs text-gray-500 dark:text-gray-400 self-center">+8</span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Clerkenwell London-based vintage, modern, new &amp; pre-owned watch retailer founded from eBay vintage watch trading
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/kibble-watches/visit">https://kibblewatches.co.uk/</a>
    </div>
</div>

<div id="plaza_vendor_80"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/kirk-rich-dial-co">
            Kirk Rich Dial Co.
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>United States</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Dial restoration and watch services specialist for vintage and modern timepieces
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/kirk-rich-dial-co/visit">https://krdial.com/</a>
    </div>
</div>

<div id="plaza_vendor_50"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/les-ambassadeurs">
            Les Ambassadeurs
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Switzerland</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Speake-Marin
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Jacob &amp; Co.
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Angelus
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Armin Strom
        </span>
        <span class="text-xs text-gray-500 dark:text-gray-400 self-center">+10</span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Swiss watch and jewelry chain since 1964 specializing in haute horlogerie with stores in Geneva, Lucerne, Zurich, Luxembourg
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/les-ambassadeurs/visit">https://www.lesambassadeurs.ch/</a>
    </div>
</div>

<div id="plaza_vendor_74"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/lucerne-philippines">
            Lucerne Philippines
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Philippines</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          TAG Heuer
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Rolex
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Patek Philippe
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Tudor
        </span>
        <span class="text-xs text-gray-500 dark:text-gray-400 self-center">+21</span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Leading luxury watch retailer in Philippines, 40th anniversary in 2022, Rolex and Patek Philippe boutiques
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/lucerne-philippines/visit">https://lucerneluxe.com/</a>
    </div>
</div>

<div id="plaza_vendor_19"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/mainly-watches-llc">
            Mainly Watches LLC
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>United States</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          TAG Heuer
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Girard-Perregaux
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Omega
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-gray-100 dark:bg-gray-700 text-gray-700 dark:text-gray-300">
          Rolex
        </span>
        <span class="text-xs text-gray-500 dark:text-gray-400 self-center">+9</span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Swiss Watchmaker Ari Baizerman with 25+ years experience and Omega OWME Certification, provides repair and restoration services nationwide, does not sell watches
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/mainly-watches-llc/visit">https://mainlywatches.com/</a>
    </div>
</div>

<div id="plaza_vendor_30"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/max-schweizer-swiss-watch-service">
            Max Schweizer Swiss Watch Service
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>Australia</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-green-100 dark:bg-green-900 text-green-800 dark:text-green-200">
            <i class="fas fa-certificate mr-1 text-[8px]"></i>
          Hermès
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-green-100 dark:bg-green-900 text-green-800 dark:text-green-200">
            <i class="fas fa-certificate mr-1 text-[8px]"></i>
          TAG Heuer
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-green-100 dark:bg-green-900 text-green-800 dark:text-green-200">
            <i class="fas fa-certificate mr-1 text-[8px]"></i>
          Bedat &amp; Co.
        </span>
        <span class="inline-flex items-center px-1.5 py-0.5 text-xs font-medium rounded bg-green-100 dark:bg-green-900 text-green-800 dark:text-green-200">
            <i class="fas fa-certificate mr-1 text-[8px]"></i>
          Montblanc
        </span>
        <span class="text-xs text-gray-500 dark:text-gray-400 self-center">+30</span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      Family business with 40 years watchmaking experience in Sydney CBD, authorized service center for 23 brands plus additional Swiss watches
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/max-schweizer-swiss-watch-service/visit">https://www.maxswisswatch.com/</a>
    </div>
</div>

<div id="plaza_vendor_135"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/myeongseongsa">
            MyeongSeongSa
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>South Korea</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      33+ years experience, all types of watch repairs, traditional Korean watch repair shop
    </p>

</div>

<div id="plaza_vendor_143"
     class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none transition duration-200 md:hover:translate-y-[-4px] hover:shadow-lg p-6">

  <div class="flex gap-4 items-start">
      <div class="shrink-0 w-12 h-12 rounded-lg flex items-center justify-center bg-gray-100 dark:bg-gray-700">
        <i class="fas fa-store text-xl text-gray-400 dark:text-gray-500"></i>
      </div>

    <div class="flex-1 min-w-0">
      <div class="flex flex-col sm:flex-row sm:items-center sm:justify-between mb-1">
        <div class="flex items-center gap-2 min-w-0">
          <a class="text-lg font-semibold text-gray-900 dark:text-gray-100 hover:text-blue-600 dark:hover:text-blue-400 transition-colors truncate" href="/plaza/vendors/nairns-swiss-watch-services">
            Nairns Swiss Watch Services
</a>        </div>

        <div class="sm:ml-4 mt-1 sm:mt-0 shrink-0">
            <div class="flex gap-2">
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-blue-400">
  Online
</span>
      <span class="text-white font-medium rounded-full inline-block text-xs px-3 py-1 bg-purple-500">
  Store
</span>
  </div>

        </div>
      </div>

      <div class="flex items-center text-sm text-gray-500 dark:text-gray-400">
        <i class="fas fa-map-marker-alt mr-2 text-xs"></i>
        <span>New Zealand</span>
      </div>
    </div>
  </div>

    <div class="flex flex-wrap gap-1 mt-3">
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Watch Services
        </span>
        <span class="inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-full bg-blue-100 dark:bg-blue-900 text-blue-800 dark:text-blue-200">
          Specialized Services
        </span>
    </div>

    <p class="text-gray-600 dark:text-gray-400 text-sm mt-3 line-clamp-2">
      New Zealand&#39;s premier destination for watch servicing and repairs, specializing in Swiss timepieces while servicing all brands of watches
    </p>

    <div class="flex items-center text-sm text-gray-500 dark:text-gray-400 mt-3 pt-3 border-t border-gray-100 dark:border-gray-700">
      <i class="fas fa-external-link-alt mr-2 text-xs"></i>
      <a rel="nofollow noopener noreferrer" class="text-blue-500 hover:text-blue-700 dark:text-blue-400 dark:hover:text-blue-300 truncate" target="_blank" href="/plaza/vendors/nairns-swiss-watch-services/visit">https://nairns.co.nz</a>
    </div>
</div>

</div>

      <div id="pagination" class="mt-6">
    <div class="bg-white dark:bg-gray-800 rounded-xl shadow-sm dark:shadow-none px-6 py-4">
      <!-- Results info -->
      <div class="text-center mb-4">
        <p class="text-sm text-gray-700 dark:text-gray-300">
          Showing
          <span class="font-medium">1</span>
          to
          <span class="font-medium">20</span>
          of
          <span class="font-medium">34</span>
          results
        </p>
      </div>

      <!-- Pagination controls - target the frame to stay within it -->
      <div class="flex justify-center" data-turbo-frame="vendors-content">
        <nav class="pagy nav" aria-label="Pages"><a role="link" aria-disabled="true" aria-label="Previous">&lt;</a><a role="link" aria-disabled="true" aria-current="page" class="current">1</a><a href="/plaza/category/specialized-services?page=2">2</a><a href="/plaza/category/specialized-services?page=2" aria-label="Next">&gt;</a></nav>
      </div>
    </div>
</div>

</turbo-frame>
</template></turbo-stream>