bm-search{--bm-s-accent: #bd4626;--bm-s-fg: var(--color-foreground, #1c1812);--bm-s-bg: var(--color-background, #fff);--bm-s-muted: color-mix(in srgb, var(--bm-s-fg) 55%, transparent);--bm-s-hairline: color-mix(in srgb, var(--bm-s-fg) 14%, transparent);--bm-s-hairline-soft: color-mix(in srgb, var(--bm-s-fg) 8%, transparent);--bm-s-field: color-mix(in srgb, var(--bm-s-fg) 4%, transparent);--bm-s-radius: 8px;--bm-s-max: 1080px;--bm-s-speed: .22s;--bm-s-ease: cubic-bezier(.22, .61, .36, 1);--bm-s-top: 120px;--bm-s-gutter: clamp(16px, 4vw, 56px);display:block;width:100%;min-width:0;flex:1 1 auto}#header-component .header__columns:has(.header__column--center bm-search){--header-left: auto;--header-center: minmax(0, 1fr);--header-right: auto}#header-component .header__column--center:has(bm-search){min-width:0}#header-component .header__row--bottom .header__column:has(bm-search){grid-column:1 / -1;width:100%;min-width:0}.bm-search__form{width:100%;max-width:var(--bm-s-max);margin-inline:auto;padding-block:6px}.bm-search__field{position:relative;display:flex;align-items:center;gap:8px;width:100%;padding:0 6px 0 14px;background:var(--bm-s-field);border:1px solid var(--bm-s-hairline);border-radius:var(--bm-s-radius);transition:border-color var(--bm-s-speed) var(--bm-s-ease),box-shadow var(--bm-s-speed) var(--bm-s-ease),background-color var(--bm-s-speed) var(--bm-s-ease)}.bm-search__field:hover{border-color:color-mix(in srgb,var(--bm-s-fg) 24%,transparent)}bm-search.is-open .bm-search__field,.bm-search__field:focus-within{background:var(--bm-s-bg);border-color:var(--bm-s-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--bm-s-accent) 15%,transparent)}.bm-search__icon{display:flex;flex:none;color:var(--bm-s-muted);transition:color var(--bm-s-speed) var(--bm-s-ease)}.bm-search__icon svg{width:19px;height:19px}.bm-search__field:focus-within .bm-search__icon{color:var(--bm-s-accent)}.bm-search__input{flex:1 1 auto;min-width:0;height:46px;padding:0;border:0;background:none;font:inherit;font-size:.9375rem;color:var(--bm-s-fg);-webkit-appearance:none;appearance:none}.bm-search__input::placeholder{color:var(--bm-s-muted);opacity:1}.bm-search__input:focus{outline:none}.bm-search__input::-webkit-search-cancel-button,.bm-search__input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.bm-search__clear{display:grid;place-items:center;flex:none;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:color-mix(in srgb,var(--bm-s-fg) 10%,transparent);color:var(--bm-s-fg);cursor:pointer;transition:background-color .16s var(--bm-s-ease)}.bm-search__clear:hover{background:color-mix(in srgb,var(--bm-s-fg) 18%,transparent)}.bm-search__clear svg{width:12px;height:12px}.bm-search__clear[hidden]{display:none}.bm-search__submit{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:none;height:36px;padding:0 18px;border:0;border-radius:calc(var(--bm-s-radius) - 3px);background:var(--bm-s-accent);color:#fff;font:inherit;font-size:.8125rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:filter .16s var(--bm-s-ease)}.bm-search__submit:hover{filter:brightness(1.08)}.bm-search__submit-icon{display:none}.bm-search__submit-icon svg{width:17px;height:17px}.bm-search__field:after{content:"";position:absolute;inset-inline:10%;bottom:-1px;height:2px;border-radius:2px;background:var(--bm-s-accent);transform:scaleX(0);transform-origin:center;opacity:0;transition:transform .4s var(--bm-s-ease),opacity .2s var(--bm-s-ease)}bm-search.is-loading .bm-search__field:after{transform:scaleX(1);opacity:1}.bm-search__panel{position:fixed;left:var(--bm-s-left, 0px);width:var(--bm-s-width, 100%);top:var(--bm-s-top);z-index:60;pointer-events:none}.bm-search__panel[hidden]{display:none}.bm-search__panel-shell{width:100%;background:var(--bm-s-bg);border-radius:var(--bm-s-radius);box-shadow:0 24px 48px -24px #0000004d,0 2px 6px -2px #0000001a;overflow:hidden;position:relative;opacity:0;translate:0 -8px;transition:opacity var(--bm-s-speed) var(--bm-s-ease),translate var(--bm-s-speed) var(--bm-s-ease)}.bm-search__panel-shell:before{content:"";position:absolute;inset-block-start:0;inset-inline:0;height:2px;background:var(--bm-s-accent);transform:scaleX(0);transform-origin:left center;transition:transform .42s var(--bm-s-ease) 40ms}bm-search.is-open .bm-search__panel{pointer-events:auto}bm-search.is-open .bm-search__panel-shell{opacity:1;translate:0 0}bm-search.is-open .bm-search__panel-shell:before{transform:scaleX(1)}.bm-search__panel-inner{max-height:min(70dvh,620px);overflow-y:auto;overscroll-behavior:contain;padding:clamp(16px,2vw,26px) clamp(16px,2.2vw,30px)}.bm-search__group+.bm-search__group{margin-top:22px}.bm-search__group-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:11px;padding-bottom:8px;border-bottom:1px solid var(--bm-s-hairline-soft)}.bm-search__group-title{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--bm-s-muted)}.bm-search__group-count{font-size:.6875rem;font-variant-numeric:tabular-nums;color:var(--bm-s-muted)}.bm-search__group-action{border:0;background:none;padding:0;font:inherit;font-size:.75rem;color:var(--bm-s-accent);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.bm-search__brands{display:flex;flex-wrap:wrap;gap:7px}.bm-search__brand{display:inline-flex;align-items:baseline;gap:7px;padding:7px 13px;border:1px solid var(--bm-s-hairline);border-radius:100px;font-size:.8125rem;color:var(--bm-s-fg);text-decoration:none;transition:border-color .16s var(--bm-s-ease),background-color .16s var(--bm-s-ease),color .16s var(--bm-s-ease),translate .16s var(--bm-s-ease)}.bm-search__brand:hover,.bm-search__brand:focus-visible,.bm-search__brand.is-active{border-color:var(--bm-s-accent);background:color-mix(in srgb,var(--bm-s-accent) 7%,transparent);color:var(--bm-s-accent);translate:0 -1px}.bm-search__brand-count{font-size:.6875rem;font-variant-numeric:tabular-nums;color:var(--bm-s-muted)}.bm-search__brand:hover .bm-search__brand-count{color:inherit}.bm-search__shortcuts{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:8px}.bm-search__shortcut{display:flex;align-items:center;gap:11px;padding:8px;border-radius:var(--bm-s-radius);color:var(--bm-s-fg);text-decoration:none;background:color-mix(in srgb,var(--bm-s-fg) 3%,transparent);transition:background-color .16s var(--bm-s-ease)}.bm-search__shortcut:hover,.bm-search__shortcut.is-active{background:color-mix(in srgb,var(--bm-s-accent) 8%,transparent)}.bm-search__shortcut-media{flex:none;width:44px;height:44px;border-radius:5px;overflow:hidden;background:var(--bm-s-hairline-soft)}.bm-search__shortcut-img{width:100%;height:100%;object-fit:cover}.bm-search__shortcut-body{display:grid;gap:2px;min-width:0}.bm-search__shortcut-name{font-size:.875rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bm-search__shortcut-count{font-size:.6875rem;color:var(--bm-s-muted);font-variant-numeric:tabular-nums}.bm-search__chips{display:flex;flex-wrap:wrap;gap:7px}.bm-search__chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:100px;background:color-mix(in srgb,var(--bm-s-fg) 6%,transparent);font-size:.8125rem;color:var(--bm-s-fg);text-decoration:none;transition:background-color .16s var(--bm-s-ease),color .16s var(--bm-s-ease)}.bm-search__chip:hover,.bm-search__chip.is-active{background:color-mix(in srgb,var(--bm-s-accent) 12%,transparent);color:var(--bm-s-accent)}.bm-search__cols{display:grid;grid-template-columns:minmax(0,1fr) clamp(220px,24%,290px);gap:clamp(18px,2.4vw,34px);align-items:start}.bm-search__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px}.bm-search__product{display:flex;align-items:center;gap:12px;padding:8px;border-radius:var(--bm-s-radius);color:var(--bm-s-fg);text-decoration:none;transition:background-color .16s var(--bm-s-ease)}.bm-search__product:hover,.bm-search__product:focus-visible,.bm-search__product.is-active{background:color-mix(in srgb,var(--bm-s-accent) 7%,transparent)}.bm-search__product-media{flex:none;display:grid;place-items:center;width:56px;height:56px;border-radius:5px;overflow:hidden;background:var(--bm-s-hairline-soft)}.bm-search__product-img{width:100%;height:100%;object-fit:contain;transition:scale .4s var(--bm-s-ease)}.bm-search__product:hover .bm-search__product-img{scale:1.06}.bm-search__product-body{display:grid;gap:2px;min-width:0}.bm-search__product-title{font-size:.875rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bm-search__product-vendor{font-size:.6875rem;letter-spacing:.04em;text-transform:uppercase;color:var(--bm-s-muted)}.bm-search__product-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px;font-size:.8125rem;font-variant-numeric:tabular-nums}.bm-search__price--sale{color:var(--bm-s-accent);font-weight:600}.bm-search__price--was{color:var(--bm-s-muted);font-size:.75rem}.bm-search__soldout{font-size:.6875rem;text-transform:uppercase;letter-spacing:.04em;color:var(--bm-s-muted)}.bm-search__collections{display:flex;flex-direction:column;gap:1px}.bm-search__collection{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:7px 9px 7px 0;border-radius:5px;font-size:.8438rem;color:var(--bm-s-fg);text-decoration:none;transition:background-color .16s var(--bm-s-ease),color .16s var(--bm-s-ease),padding-inline-start .16s var(--bm-s-ease)}.bm-search__collection:hover,.bm-search__collection:focus-visible,.bm-search__collection.is-active{background:color-mix(in srgb,var(--bm-s-accent) 7%,transparent);color:var(--bm-s-accent);padding-inline-start:9px}.bm-search__collection-count{flex:none;font-size:.6875rem;font-variant-numeric:tabular-nums;color:var(--bm-s-muted)}.bm-search__all{display:flex;align-items:center;justify-content:center;gap:8px;margin:18px calc(clamp(16px,2.2vw,30px)*-1) calc(clamp(16px,2vw,26px)*-1);padding:14px;border-top:1px solid var(--bm-s-hairline-soft);background:color-mix(in srgb,var(--bm-s-fg) 3%,transparent);font-size:.8438rem;font-weight:600;color:var(--bm-s-accent);text-decoration:none;transition:background-color .16s var(--bm-s-ease)}.bm-search__all:hover,.bm-search__all.is-active{background:color-mix(in srgb,var(--bm-s-accent) 9%,transparent)}.bm-search__all svg{width:12px;height:10px;transition:translate .16s var(--bm-s-ease)}.bm-search__all:hover svg{translate:3px 0}.bm-search__empty{padding:22px 4px;text-align:center}.bm-search__empty-title{margin:0 0 6px;font-size:.9375rem;font-weight:600}.bm-search__empty-text{margin:0;font-size:.8438rem;color:var(--bm-s-muted)}.bm-search__scrim{position:fixed;top:var(--bm-s-top);left:var(--bm-s-scrim-left, 0px);width:100vw;height:var(--bm-s-scrim-height, 100vh);z-index:50;background:#0000004d;opacity:0;pointer-events:none;transition:opacity var(--bm-s-speed) var(--bm-s-ease)}.bm-search__scrim[hidden]{display:none}bm-search.is-open .bm-search__scrim{opacity:1;pointer-events:auto}bm-search :focus-visible{outline:2px solid var(--bm-s-accent);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){bm-search *,bm-search *:before,bm-search *:after{transition-duration:1ms!important}.bm-search__panel-shell{translate:none}}@media screen and (max-width:1099px){.bm-search__products{grid-template-columns:minmax(0,1fr)}}@media screen and (min-width:750px)and (max-width:989px){#header-component .header__columns:has(.header__column--center bm-search){--header-left: minmax(0, 1fr);--header-center: 0px;--header-right: auto;grid-template-areas:"left center right" "bmsearch bmsearch bmsearch";row-gap:8px}#header-component .header__column--center:has(bm-search){grid-area:bmsearch;width:100%}}@media screen and (max-width:899px){.bm-search__cols{grid-template-columns:minmax(0,1fr);gap:20px}.bm-search__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){bm-search{--bm-s-gutter: 0px}#header-component[data-menu-style=drawer] .header__row--bottom .header__column:has(bm-search){display:flex}#header-component .header__row--top .header__columns:has(bm-search){grid-template-areas:"leftA leftB center rightA rightB" "bmsearch bmsearch bmsearch bmsearch bmsearch";row-gap:6px;padding-block-end:8px}#header-component .header__row--top .header__columns:has(bm-search) bm-search{grid-area:bmsearch}.bm-search__form{padding-block:4px;padding-inline:14px}.bm-search__field{padding-inline:12px 5px}.bm-search__input{height:42px;font-size:1rem}.bm-search__submit{height:32px;width:32px;padding:0;border-radius:6px}.bm-search__submit-label{display:none}.bm-search__submit-icon{display:flex}.bm-search__panel-shell{border-radius:0}.bm-search__panel-inner{max-height:calc(var(--bm-s-scrim-height, 100dvh) - 12px)}.bm-search__products,.bm-search__shortcuts{grid-template-columns:minmax(0,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/bm-search.css.map */
