@charset "UTF-8";.vt-collection-toolbar{display:block;width:100%}.vt-collection-toolbar__bar{display:flex;flex-direction:column;gap:1.6rem;align-items:stretch;margin-bottom:2.4rem}.vt-collection-toolbar__search{position:relative;flex:1;min-width:0}.vt-collection-toolbar__search-icon{position:absolute;left:1.4rem;top:50%;transform:translateY(-50%);display:flex;color:rgba(var(--color-foreground),.45);pointer-events:none}.vt-collection-toolbar__search-input{width:100%;border:1px solid rgba(var(--color-foreground),.14);border-radius:999px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:1.2rem 1.6rem 1.2rem 4.4rem;font:inherit;line-height:1.4}.vt-collection-toolbar__search-input::-moz-placeholder{color:rgba(var(--color-foreground),.45);text-transform:uppercase;letter-spacing:.04em;font-size:1.2rem}.vt-collection-toolbar__search-input::placeholder{color:rgba(var(--color-foreground),.45);text-transform:uppercase;letter-spacing:.04em;font-size:1.2rem}.vt-collection-toolbar__search-input:focus{outline:none;border-color:rgba(var(--vt-tab-collection-accent-rgb),.45)}.vt-collection-toolbar__search-input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.6rem;height:1.6rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b22222'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E") center/contain no-repeat;cursor:pointer}.vt-collection-toolbar__tabs{display:flex;flex-wrap:nowrap;gap:.8rem;justify-content:flex-start;overflow-x:auto;padding-bottom:.2rem;-webkit-overflow-scrolling:touch;scrollbar-color:rgba(var(--color-foreground),.45) rgba(var(--color-foreground),.08);scrollbar-width:thin}.vt-collection-toolbar__tabs::-webkit-scrollbar{height:3px;width:3px}.vt-collection-toolbar__tabs::-webkit-scrollbar-track{background:rgba(var(--color-foreground),.08)}.vt-collection-toolbar__tabs::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.45)}.vt-collection-toolbar__tabs::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.6)}.vt-collection-toolbar__tab{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(var(--color-foreground),.16);border-radius:999px;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;font:inherit;font-weight:500;line-height:1.2;padding:1rem 1.8rem;white-space:nowrap;text-decoration:none;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease}.vt-collection-toolbar__tab:hover{border-color:rgba(var(--color-foreground),.28);text-decoration:none}.vt-collection-toolbar__tab-star{display:none;flex-shrink:0;color:rgb(var(--vt-tab-collection-accent-rgb))}.vt-collection-toolbar__tab--active{border-color:rgb(var(--vt-tab-collection-accent-rgb));color:rgb(var(--vt-tab-collection-accent-rgb))}.vt-collection-toolbar__tab--active .vt-collection-toolbar__tab-star{display:inline-flex}.vt-collection-toolbar__tab--sale:not(.vt-collection-toolbar__tab--active){color:rgb(var(--vt-tab-collection-accent-rgb))}.vt-collection-toolbar__search-empty{margin:0;padding:0 0 1.2rem;text-align:left;color:rgba(var(--color-foreground),.65)}@media only screen and (min-width: 750px){.vt-collection-toolbar__bar{flex-direction:row;align-items:center;gap:2rem}.vt-collection-toolbar__search{max-width:32rem}}
