store-search{--store-search-primary-color: rgb(134 38 51 / 1);--store-search-accent-color: #c1003b;--store-search-text-color: #333;--store-search-secondary-color: #666;--store-search-border-color: rgba(0, 0, 0, .1);--store-search-bg-color: var(--color-input-background, #ffffff);--store-search-hover-bg: rgba(134, 38, 51, .05);--store-search-active-bg: rgba(134, 38, 51, .1);--store-search-focus-border: var(--color-variant-text, var(--store-search-accent-color));--store-search-shadow: 0 2px 8px rgba(0, 0, 0, .08);--store-search-border-radius: 8px;--store-search-border-width: 1px;--store-search-font-family: DM Sans, sans-serif;display:block;position:relative;width:100%;font-family:var(--store-search-font-family)}[data-current-brand=cobs] store-search{--store-search-bg-color: var(--color-background, #FFFFFF)}.store-search__input-wrapper{position:relative;display:flex;align-items:center;border:var(--store-search-border-width) solid var(--store-search-border-color);border-radius:var(--store-search-border-radius);background:var(--store-search-bg-color);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:none}.store-search__input-wrapper:focus-within{border-color:var(--store-search-focus-border);box-shadow:none}.store-search__input-wrapper input[type=search],.store-search__input-wrapper input[type=text]{flex:1;border:none;outline:none;padding:1rem;font-size:1rem;color:var(--store-search-text-color);background:transparent;min-width:0;font-family:var(--store-search-font-family);line-height:1.5;height:calc(100% - 2px)}.store-search__input-wrapper input::placeholder{color:var(--store-search-secondary-color);opacity:.7}.store-search__clear-input{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--store-search-secondary-color);cursor:pointer;transition:all .15s ease;border-radius:4px;margin-right:4px}.store-search__clear-input:hover{background:#0000000d;color:var(--store-search-text-color)}store-search .store-search__clear-input:focus{outline:2px solid var(--store-search-focus-border);outline-offset:2px}.store-search__clear-input[hidden]{display:none}store-search input{border:none!important}.bakers-store store-search .store-search__input-wrapper:focus-within{border:var(--style-border-width-inputs) solid var(--color-variant-text)}.store-search__separator{width:1px;height:24px;background:var(--store-search-border-color);flex-shrink:0}.store-search__icon-container{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;position:relative}.store-search__search-icon{color:var(--store-search-secondary-color);display:flex;align-items:center;justify-content:center}.store-search__search-icon[hidden]{display:none}.store-search__loading{color:var(--store-search-primary-color);display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:store-search-spin 1s linear infinite}.store-search__loading[hidden]{display:none}@keyframes store-search-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.store-search__results{background:#fff;border-color:#0000001a;border-radius:8px;border-width:1px;border-style:solid;box-shadow:0 4px 32px #80808033;left:0;max-height:252px;overflow-y:auto;padding:16px;position:absolute;right:0;top:calc(100% + 8px);z-index:10}.store-search__results[hidden]{display:none}.store-search__option{transition:background-color .15s ease}.store-search__option:hover .store-search__option-label,.store-search__option--active .store-search__option-label{background:#f2ddcf80}.store-search__option-label{align-items:center;border-radius:4px;cursor:pointer;display:flex;font-family:var(--store-search-font-family);font-size:14px;font-weight:400;gap:10px;letter-spacing:0;line-height:1.5em;padding:8px 10px;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.store-search__option-label input{min-width:20px!important}.store-search__option-label--selected{background:#f2ddcf80}.store-search__option .store-search__option-label .store-search__checkbox,.store-search__option .store-search__option-label .store-search__input{flex:0;width:10px;height:15px;margin:0;cursor:pointer;accent-color:var(--store-search-primary-color)}.store-search__option-text{flex:1;min-width:0;color:var(--store-search-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-search__empty{padding:24px 16px;text-align:center;color:var(--store-search-secondary-color);font-size:14px}.store-search__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.store-search__chips[hidden]{display:none}.store-search__chip{align-items:center;border-color:var(--store-search-primary-color);border-radius:300px;border-width:1px;border-style:solid;cursor:pointer;display:flex;font-family:var(--store-search-font-family);font-size:14px;font-weight:400;gap:8px;letter-spacing:0;line-height:1.5em;padding:4px 12px;background:var(--store-search-bg-color);color:var(--store-search-text-color);transition:all .2s ease}.store-search__chip:hover{background:var(--store-search-hover-bg);border-color:var(--store-search-accent-color)}.store-search__chip:focus{outline:2px solid var(--store-search-focus-border);outline-offset:2px}.store-search__chip:active{background:var(--store-search-active-bg)}.store-search__chip svg{flex-shrink:0;color:var(--store-search-primary-color)}.store-search__chip-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (prefers-contrast: more){store-search{--store-search-border-color: #333333;--store-search-text-color: #333333;--store-search-secondary-color: #333333}.store-search__input-wrapper,.store-search__results,.store-search__chip{border-width:2px}.store-search__option{border-bottom-width:2px}.store-search__separator{width:2px;background:#333}}@media (prefers-reduced-motion: reduce){.store-search__option,.store-search__chip-remove,.store-search__clear-input,.store-search__input-wrapper{transition:none}.store-search__loading{animation:none}}@media screen and (max-width: 768px){.store-search__input-wrapper input{padding:10px 14px;font-size:15px}.store-search__results{max-height:220px;padding:12px}.store-search__option-label{font-size:13px;padding:6px 8px}.store-search__chip{font-size:13px;padding:4px 10px}}@media screen and (max-width: 480px){.store-search__input-wrapper input{padding:8px 12px;font-size:14px}.store-search__clear-input{width:28px;height:28px}.store-search__icon-container{width:40px;height:40px}.store-search__results{max-height:200px;padding:12px}.store-search__option-label{font-size:12px;padding:6px 8px}.store-search__checkbox{width:18px;height:18px}.store-search__chip{font-size:12px;padding:4px 10px}}.store-search__option:focus-visible{outline:2px solid var(--store-search-focus-border);outline-offset:-2px}.store-search__results::-webkit-scrollbar{width:8px}.store-search__results::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.store-search__results::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.store-search__results::-webkit-scrollbar-thumb:hover{background:#0000004d}.store-search__validation-message{display:none!important;margin-top:8px;padding:8px 12px;font-size:14px;line-height:1.4;color:#d32f2f;background-color:#ffebee;border:1px solid #ef5350;border-radius:4px}.store-search__validation-message[style*="display: block"]{display:block!important;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.store-search__validation-message{font-size:12px;padding:6px 10px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/store-search.css.map */
