.search-panel{position:fixed;top:0;left:0;right:0;bottom:0;z-index:900;display:none;pointer-events:none}.search-panel.is-active{display:block;pointer-events:auto}.new-predictive-search{position:relative;height:100%;width:100%}.new-search-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#0003;z-index:1;opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.2,.06,.05,.95);display:block!important}.search-panel.is-active .new-search-backdrop{opacity:1;pointer-events:auto}.new-search-dropdown-container{position:absolute;top:var(--site-header-total-height, 92px);left:0;right:0;bottom:auto;height:auto;z-index:20;background:#fff;padding:40px 20px 36px;opacity:0;transform:translate3d(0,-12px,0);transition:opacity .3s cubic-bezier(.2,.06,.05,.95),transform .3s cubic-bezier(.2,.06,.05,.95)}.search-panel.is-active .new-search-dropdown-container{opacity:1;transform:translateZ(0)}body.predictive-overflow-hidden{overflow:hidden!important}.new-search-form{display:flex;flex-direction:column;width:100%}.new-search__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-bottom:24px}.new-search__input-wrapper{position:relative;flex:1;min-width:0;height:48px;display:flex;align-items:center}.new-search__icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:none}.new-search__input{width:100%!important;height:48px!important;border:1px solid #121417!important;border-radius:100px!important;padding:0 40px 0 44px!important;font-size:14px!important;color:#121417!important;background:#fff9!important;outline:none!important;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.new-search__input:focus{border:2px solid #121417!important;background:#fff!important;box-shadow:none}.new-search__clear-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.new-search__clear-btn.hide{display:none}.new-search__cancel-btn{display:inline-flex!important;align-items:center;justify-content:center;background:transparent!important;border:none!important;font-size:16px!important;font-weight:500!important;color:#121417!important;cursor:pointer!important;padding:8px 12px!important;white-space:nowrap!important;transition:color .2s ease}.new-search__cancel-btn:hover{color:#303132!important}.new-search__default-layout{display:flex;flex-direction:column;gap:20px}.new-search__section-title,.new-search__results-title{font-size:15px;font-weight:500;color:#121417;margin-bottom:16px}.new-search__top-products-pane{display:flex;flex-direction:column}.new-search__top-products-list{display:grid;grid-template-columns:1fr;gap:24px;width:100%}.new-search__rec-card{display:flex;flex-direction:row;align-items:center;gap:12px;text-align:left;text-decoration:none;color:inherit;padding:0;background:transparent;border-radius:0;cursor:pointer}.new-search__rec-card:hover{background-color:transparent}.new-search__rec-img-wrap{width:88px;height:46px;flex:0 0 88px;margin-bottom:0;background:transparent;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.new-search__rec-img-wrap picture{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.new-search__rec-img-wrap img,.predictive-search-item__img{width:88px!important;height:46px!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block;transition:transform .3s ease}.new-search__rec-card:hover .new-search__rec-img-wrap img{transform:scale(1.06)}.new-search__rec-title,.new-search__product-title{font-size:16px;font-weight:500;color:#121417;line-height:19px;text-align:left;max-width:none;min-height:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:4px}.new-search__rec-price,.new-search__product-price{font-size:14px;font-weight:500;color:#121417;line-height:17px;text-align:left;margin-bottom:0}.new-search__default-divider{display:block;width:100%;height:1px;background-color:#eef0f5;margin:24px 0;align-self:stretch}.new-search__categories-pane{display:flex;flex-direction:row;gap:13px;width:100%}.new-search__cat-card{flex:1 1 0;width:auto;min-width:0;height:188px;border-radius:8px;overflow:hidden;position:relative;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;box-sizing:border-box;background:#f7f7f7;transition:transform .2s cubic-bezier(.16,1,.3,1)}.new-search__cat-card:hover{transform:translateY(-2px)}.new-search__cat-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.new-search__cat-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000,#000c);z-index:1}.new-search__cat-jump{position:absolute;top:12px;right:12px;width:24px;height:24px;z-index:2}.new-search__cat-title{position:relative;z-index:2;font-size:16px;font-weight:600;color:#fff;line-height:20px}.new-search-results-wrapper{width:100%}.new-search__results-header{margin-top:24px;margin-bottom:16px}.new-search__results-title{margin:0;text-align:left;border-bottom:none}.new-search__products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%}.new-search__product-card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;padding:0;background:transparent;border-radius:0;cursor:pointer}.new-search__product-card:hover{background-color:transparent}.new-search__product-img-wrap{width:180px;max-width:100%;height:100px;background:transparent;border-radius:0;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:12px;position:relative}.new-search__product-img-wrap picture{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.new-search__product-img-wrap img{width:180px!important;height:100px!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block;transition:transform .3s ease}.new-search__product-card:hover .new-search__product-img-wrap img{transform:scale(1.06)}.new-search__product-title{max-width:160px;min-height:38px;text-align:center;margin-bottom:4px}.new-search__product-price{text-align:center;margin-bottom:16px}@media only screen and (max-width:768px){.new-search-backdrop{background:var(--colorModalBg, #e6e6e6)}.new-search__products-grid{grid-template-columns:1fr;gap:24px}.new-search__product-card{display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto auto;column-gap:16px;align-items:center;justify-items:start;text-align:left}.new-search__product-card .new-search__product-img-wrap{grid-column:1;grid-row:1 / span 3;width:80px;height:80px;margin-bottom:0}.new-search__product-card .new-search__product-img-wrap img{width:80px!important;height:80px!important}.new-search__product-card .new-search__product-title{max-width:none;min-height:0;text-align:left;margin-bottom:0}.new-search__product-card .new-search__product-price{text-align:left;margin-bottom:0}.new-search__product-card .product-color-swatches-wrap{justify-content:flex-start;margin-top:6px}}.new-search__no-results .new-search__results-title{margin-bottom:48px;text-align:left}.new-search__no-results-icon{display:block;width:120px;height:120px;margin:0 auto}.new-search__no-results-text{margin:8px 0 0;padding-bottom:60px;text-align:center;font-size:16px;font-weight:400;color:#303132}.new-search__see-all-wrap{display:flex;justify-content:center;margin-top:32px;padding:0;border-top:none}.new-search__see-all-btn{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:500;color:#121417;text-decoration:underline;background:none;border:none;padding:0;cursor:pointer;transition:opacity .2s ease}.new-search__see-all-btn:hover{opacity:.7}.new-search__jump-icon{display:flex;align-items:center;width:24px;height:24px;transition:transform .2s cubic-bezier(.16,1,.3,1)}.new-search__see-all-btn:hover .new-search__jump-icon{transform:translate(4px)}.new-search__results-pane{width:100%}@media only screen and (min-width:769px){.new-search-dropdown-container{bottom:auto;height:auto;background:#ffffff80;backdrop-filter:blur(80px);-webkit-backdrop-filter:blur(80px);box-shadow:none;border-top:none;padding:32px 132px 36px;opacity:0;transform:translate3d(0,-12px,0);transition:opacity .3s cubic-bezier(.2,.06,.05,.95),transform .3s cubic-bezier(.2,.06,.05,.95)}.search-panel.is-active .new-search-dropdown-container{opacity:1;transform:translateZ(0)}.new-search__bar{gap:16px;margin-bottom:24px}.new-search__input-wrapper{flex:1 1 0;min-width:0;height:52px;max-width:none}.new-search__input{height:52px!important;font-size:16px!important;padding:0 48px 0 52px!important}.new-search__default-layout{flex-direction:row;gap:0;align-items:center;justify-content:space-between;width:100%;max-width:none}.new-search__section-title{font-size:14px}.new-search__top-products-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,calc(24 / 1440 * 100vw),32px)}.new-search__rec-card{flex-direction:column;align-items:center;gap:0;text-align:center}.new-search__rec-img-wrap{width:180px;height:100px;flex:0 0 auto;margin-bottom:12px}.new-search__rec-img-wrap img,.predictive-search-item__img{width:180px!important;height:100px!important}.new-search__rec-title{max-width:160px;min-height:38px;text-align:center;margin-bottom:4px}.new-search__rec-price{text-align:center;margin-bottom:0}.new-search__top-products-pane{flex:0 1 688px;max-width:688px;min-width:0}.new-search__default-divider{width:1px;height:188px;margin:0 clamp(24px,6vw,88px) 0 clamp(20px,5.5vw,80px);flex-shrink:0;align-self:center;background-color:#121417}.new-search__categories-pane{flex:0 0 400px;flex-direction:row;gap:clamp(12px,1.6vw,24px);align-items:center;align-self:center;min-width:0}.new-search__cat-card{flex:0 0 188px;width:188px;height:188px}.new-search-results-wrapper{max-width:1094px;margin:0 auto}.new-search__results-header{margin-top:0;margin-bottom:16px}.new-search__products-grid{grid-template-columns:repeat(4,1fr);gap:clamp(16px,calc(24 / 1440 * 100vw),32px)}.new-search__see-all-wrap{margin-top:24px}}.new-predictive-search{max-width:100%!important;margin:0!important;display:block;flex:0 0 auto!important;align-items:initial}.new-predictive-search form,.new-search-form{display:flex;flex-wrap:nowrap!important;z-index:auto}.new-predictive-search .predictive__screen,.new-search-backdrop{display:block!important}.new-predictive-search .btn--close-search,.new-search__cancel-btn{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto!important;margin:0!important}.search-panel .new-search-results-wrapper,.search-panel .predictive-search-results{padding-top:0!important;overflow:visible!important}.search-panel .new-search-results-wrapper h3,.search-panel .predictive-search-results h3{border-bottom:none!important;padding-bottom:0!important}@media only screen and (max-width:768px){.new-search-results-wrapper{padding:40px 20px 20px}.new-search__results-header{margin-top:0}}
/*# sourceMappingURL=/cdn/shop/t/105/assets/component-predictive-search.css.map */
