.hsearch{--hs-dark: #222222;--hs-light: #f2f2f2;--hs-red: #ff0017;--hs-yellow: #ffd600;--hs-ink: #121212}.hsearch details[open]>.hsearch__modal,.hsearch .hsearch__modal{position:fixed;inset:0 0 auto 0;z-index:1000;display:block;height:auto;min-height:0;border:0;background:transparent}.hsearch details:not([open])>.hsearch__modal{display:none}.hsearch details[open]>.hsearch__modal{animation:hsearch-in .22s cubic-bezier(.2,.8,.2,1)}@keyframes hsearch-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:none}}.hsearch .modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;display:block;background:#1212129e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.hsearch details[open] .modal-overlay:after{display:none}.hsearch .hsearch__panel{box-sizing:border-box;width:100%;position:relative;z-index:1;display:block;height:auto;max-height:100vh;max-height:100dvh;overflow-y:auto;overscroll-behavior:contain;padding:clamp(18px,3vw,30px) 16px clamp(18px,2.5vw,26px);color:#fff;line-height:1.4;box-shadow:0 18px 50px #00000059}.hsearch .hsearch__bg{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--hs-dark)}.hsearch .hsearch__bg:before,.hsearch .hsearch__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hsearch .hsearch__bg:before{background-image:radial-gradient(rgba(255,255,255,.22) 1.2px,transparent 1.4px);background-size:20px 20px;opacity:.5}.hsearch .hsearch__bg:after{background:linear-gradient(0deg,var(--hs-dark) 0%,color-mix(in srgb,var(--hs-dark) 40%,transparent) 100%)}.hsearch .hsearch__inner{position:relative;display:flex;align-items:flex-start;gap:12px;max-width:900px;margin:0 auto}.hsearch .hsearch__form-wrap{position:relative;flex:1;min-width:0;max-width:none}.hsearch .hsearch__form{position:relative;max-width:none;margin:0}.hsearch .hsearch__field{position:relative;display:flex;align-items:center;height:58px;padding:0 6px 0 18px;border:2px solid transparent;border-radius:999px;background:#fff;box-shadow:0 10px 28px #00000040;transition:border-color .15s ease,box-shadow .15s ease}.hsearch .hsearch__field:focus-within{border-color:var(--hs-yellow);box-shadow:0 0 0 4px #ffd60040,0 10px 28px #00000040}.hsearch .hsearch__icon{flex:none;display:grid;place-items:center;width:22px;height:22px;color:#888}.hsearch .hsearch__icon svg{width:100%;height:100%}.hsearch .hsearch__input,.hsearch .hsearch__input:focus{flex:1;min-width:0;height:100%;margin:0;padding:0 12px;border:0;outline:none;box-shadow:none;background:transparent;font-family:var(--font-body-family);font-size:16px;font-weight:600;color:var(--hs-ink);-webkit-appearance:none;appearance:none}.hsearch .hsearch__input::placeholder{color:#9a9a9a;font-weight:500;opacity:1}.hsearch .hsearch__input::-webkit-search-cancel-button{display:none}.hsearch .hsearch__reset,.hsearch .hsearch__submit{position:static;flex:none;display:grid;place-items:center;margin:0;padding:0;border:0;cursor:pointer;box-shadow:none}.hsearch .hsearch__reset.hidden{display:none}.hsearch .hsearch__reset{width:34px;height:34px;margin-right:6px;border-radius:50%;background:var(--hs-light);color:#666}.hsearch .hsearch__reset:hover{color:var(--hs-ink)}.hsearch .hsearch__reset svg{width:14px;height:14px}.hsearch .hsearch__reset:after{display:none!important}.hsearch .hsearch__submit{width:44px;height:44px;border-radius:50%;color:var(--hs-ink);transition:background-color .15s ease,transform .15s ease}.hsearch .hsearch__submit,.hsearch .hsearch__submit:not(:focus-visible):not(.focused){background-color:transparent}.hsearch .hsearch__reset:not(:focus-visible):not(.focused){background-color:var(--hs-light)}.hsearch .hsearch__submit:hover{transform:translate(2px)}.hsearch .hsearch__submit svg{width:20px;height:20px}.hsearch .hsearch__reset:focus-visible,.hsearch .hsearch__submit:focus-visible{outline:3px solid var(--hs-ink);outline-offset:2px}.hsearch .hsearch__close{position:static;flex:none;display:grid;place-items:center;width:44px;height:44px;margin:7px 0 0;padding:0;border:2px solid rgba(255,255,255,.22);border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.hsearch .hsearch__close:hover{background:#ffffff1a;border-color:#ffffff80}.hsearch .hsearch__close svg{width:18px;height:18px}.hsearch .hsearch__chips{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:14px 4px 0}.hsearch .hsearch__chips-label{margin-right:4px;font-family:var(--font-body-family);font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c}.hsearch .hsearch__chip{display:inline-flex;align-items:center;padding:6px 13px;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-family:var(--font-body-family);font-size:13px;font-weight:700;line-height:1.2;color:#fff;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.hsearch .hsearch__chip:hover{background:#fff;border-color:#fff;color:var(--hs-ink)}.hsearch .hsearch__chip--hot{border-color:var(--hs-yellow);color:var(--hs-yellow)}.hsearch .hsearch__chip--hot:hover{background:var(--hs-yellow);color:var(--hs-ink)}.hsearch predictive-search[results=true] .hsearch__chips,.hsearch predictive-search[open] .hsearch__chips{display:none}.hsearch .predictive-search.hsearch__results{position:static;display:none;width:auto;margin:14px 0 0;padding:0;border:0;border-radius:20px;background:#fff;color:var(--hs-ink);box-shadow:0 18px 44px #0000004d;overflow:hidden;max-height:none!important}.hsearch predictive-search[open] .predictive-search.hsearch__results,.hsearch predictive-search[loading] .predictive-search.hsearch__results{display:block}.hsearch .predictive-search__loading-state{display:none;justify-content:center;padding:28px}.hsearch predictive-search[loading] .predictive-search__loading-state{display:flex}.hsearch predictive-search[loading] .hps__groups,.hsearch predictive-search[loading] .hps__empty{opacity:.45}.hsearch .predictive-search__loading-state .spinner{width:26px;height:26px}.hsearch .predictive-search__loading-state .path{stroke:var(--hs-ink)}.hps{font-family:var(--font-body-family)}.hps__groups{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,2fr)}.hps__groups--products-only,.hps__groups--no-products{grid-template-columns:minmax(0,1fr)}.hps__side{padding:18px 14px;background:#fafafa;border-right:1px solid #eeeeee}.hps__main{padding:18px 16px 10px;min-width:0}.hps__heading{margin:0 0 8px 8px;font-family:var(--font-body-family);font-size:11.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#999}.hps__list+.hps__heading{margin-top:16px}.hps__list,.hps__products{margin:0;padding:0;list-style:none}.hps__li{margin:0}.hps__link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;font-size:14px;font-weight:600;line-height:1.3;color:#333;text-decoration:none;transition:background-color .12s ease}.hps__link:hover,.hps__li[aria-selected=true]>.hps__link{background:#fff;color:var(--hs-ink);box-shadow:0 2px 8px #0000000f}.hps__link-icon{flex:none;width:16px;height:16px;color:#aaa}.hps__link-icon--hex{width:13px;height:15px;color:var(--hs-yellow)}.hps__query mark{background:none;color:var(--hs-ink);font-weight:800}.hps__query{color:#777}.hps__count{margin-left:auto;padding:1px 8px;border-radius:999px;background:#eee;font-size:11.5px;font-weight:700;color:#777}.hps__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.hps__groups--products-only .hps__products{grid-template-columns:repeat(3,minmax(0,1fr))}.hps__product{display:flex;align-items:center;gap:12px;padding:8px;border-radius:14px;color:var(--hs-ink);text-decoration:none;transition:background-color .12s ease}.hps__product:hover,.hps__li[aria-selected=true]>.hps__product{background:var(--hs-light)}.hps__thumb{position:relative;flex:none;display:grid;place-items:center;width:64px;height:72px}.hps__thumb:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fff 30%,#e6e6e6);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);box-shadow:inset 0 0 0 1px #eee}.hps__product:hover .hps__thumb:before,.hps__li[aria-selected=true] .hps__thumb:before{background:linear-gradient(180deg,#fff 30%,#dedede)}.hps__thumb img{position:relative;width:76%;height:76%;object-fit:contain;transition:transform .2s ease}.hps__product:hover .hps__thumb img{transform:scale(1.06)}.hps__product.is-soldout .hps__thumb img{filter:grayscale(1);opacity:.75}.hps__info{display:flex;flex-direction:column;gap:3px;min-width:0}.hps__brand{overflow:hidden;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#999;white-space:nowrap;text-overflow:ellipsis}.hps__name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:14px;font-weight:800;line-height:1.25}.hps__pipe{color:#bbb}.hps__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.hps__price{font-size:13.5px;font-weight:700;color:var(--hs-ink)}.hps__price s{margin-right:2px;font-weight:500;color:#999}.hps__tag{padding:2px 7px;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;clip-path:polygon(5px 0%,100% 0%,100% calc(100% - 5px),calc(100% - 5px) 100%,0% 100%,0% 5px)}.hps__tag--pre{background:var(--hs-yellow);color:var(--hs-ink)}.hps__tag--sold{background:var(--hs-ink);color:#fff}.hps__empty{padding:30px 20px 20px;text-align:center}.hps__empty-icon{display:block;width:52px;margin:0 auto 10px}.hps__empty-icon svg{display:block;width:100%;height:auto}.hps__empty-title{margin:0 0 4px;font-size:16px;font-weight:800;color:var(--hs-ink)}.hps__empty-text{margin:0;font-size:13.5px;color:#777}.hps__footer{padding:12px 16px 16px;border-top:1px solid #eeeeee;text-align:center}.hps__all.predictive-search__item{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:auto;max-width:100%;margin:0;padding:11px 24px;border:0;border-radius:999px;background:var(--hs-red);color:#fff;font-family:var(--font-heading-family);font-size:14px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.hps__all span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hps__all svg{flex:none;width:16px;height:16px}.hps__all:hover,.hps__all[aria-selected=true]{transform:translateY(-1px);box-shadow:0 8px 20px #ff00174d;background:var(--hs-red);color:#fff}@media screen and (max-width:749px){.hsearch .hsearch__panel{padding:12px 12px 14px}.hsearch .hsearch__inner{gap:8px}.hsearch .hsearch__field{height:50px;padding-left:14px}.hsearch .hsearch__submit{width:38px;height:38px}.hsearch .hsearch__close{width:40px;height:40px;margin-top:5px}.hsearch .hsearch__chips{gap:6px;margin-top:12px}.hsearch .hsearch__chip{padding:5px 11px;font-size:12.5px}.hsearch .hsearch__chips-label{width:100%}.hsearch .predictive-search.hsearch__results{margin-top:10px;border-radius:16px}.hps__groups{grid-template-columns:minmax(0,1fr)}.hps__side{order:2;border-right:0;border-top:1px solid #eeeeee}.hps__main{order:1}.hps__products,.hps__groups--products-only .hps__products{grid-template-columns:minmax(0,1fr)}.hps__thumb{width:56px;height:63px}}@media(prefers-reduced-motion:reduce){.hsearch details[open]>.hsearch__modal{animation:none}.hsearch .hsearch__submit,.hps__all,.hps__thumb img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hive-search.css.map */
