Logo Gallery icon
{#if dropdownOpen}
    {#each collections as c}
  • handleCollectionSelect(c.name)} on:keydown={(e) => { if (e.key === "Enter" || e.key === " ") { e.preventDefault(); handleCollectionSelect(c.name); } }} >{c.title} Gallery
  • {/each}
{/if}
{#if (searchQuery && searchQuery.trim() !== "") || selectedTags.length > 0 || selectedBrands.length > 0 || selectedVariants.length > 0 || compactMode} {displayLogos ? displayLogos.length : 0} of {allLogos ? allLogos.length : 0} images displayed {:else} {allLogos ? allLogos.length : 0} images in gallery {/if}