#dT_top-sticky,details-overlay-modal.header__search#dT_top-sticky{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:999999!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding:0!important;margin:0!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s cubic-bezier(.16,1,.3,1),visibility .3s cubic-bezier(.16,1,.3,1);box-sizing:border-box}#dT_top-sticky.search-show,details-overlay-modal.header__search#dT_top-sticky.search-show{opacity:1!important;visibility:visible!important;pointer-events:auto!important}body.search-overlay-open{overflow:hidden!important;touch-action:none}#dT_top-sticky .modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0a0cd1!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;z-index:1;cursor:pointer}.search-modal-container{position:relative;z-index:2;width:100%;max-width:1100px;margin:30px auto 0;padding:0 24px;box-sizing:border-box;display:flex;flex-direction:column;max-height:calc(100vh - 60px);animation:searchModalSlideDown .35s cubic-bezier(.16,1,.3,1) forwards}@keyframes searchModalSlideDown{0%{opacity:0;transform:translateY(-25px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.search-modal-header{display:flex;justify-content:flex-end;margin-bottom:12px}.search-modal__close-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;border-radius:50%!important;background:#ffffff26!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;cursor:pointer!important;transition:all .2s ease!important;outline:none!important}.search-modal__close-button:hover{background:#fff!important;color:#000!important;transform:rotate(90deg) scale(1.05)}.search-bar-field-wrapper{width:100%;max-width:820px;margin:0 auto}.search-bar-field-wrapper .field{position:relative;display:flex;align-items:center;background:#fff;border-radius:50px;padding:6px 14px 6px 20px;box-shadow:0 10px 30px #00000059;border:2px solid transparent;transition:border-color .25s ease,box-shadow .25s ease}.search-bar-field-wrapper .field:focus-within{border-color:#e8884a;box-shadow:0 12px 35px #e8884a40}.search__field-icon{display:flex;align-items:center;color:#666;margin-right:12px;flex-shrink:0}.search-bar-field-wrapper .field__input{flex-grow:1;border:none!important;outline:none!important;background:transparent!important;font-size:1.8rem;font-weight:500;color:#111;padding:10px 8px;height:48px;box-shadow:none!important}.search-bar-field-wrapper .field__input::placeholder{color:#888;font-size:1.6rem;font-weight:400}.search-bar-field-wrapper .reset__button{background:transparent!important;border:none!important;color:#666;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.search-bar-field-wrapper .reset__button:hover{color:#111}.search-modal__content{width:100%;display:flex;flex-direction:column;align-items:center}predictive-search{width:100%;display:block}.predictive-search{display:none;width:100%;margin-top:18px;background:#fff;border-radius:18px;box-shadow:0 20px 45px #0006;max-height:calc(80vh - 140px);overflow-y:auto;overflow-x:hidden;box-sizing:border-box}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block;animation:predictiveResultsFadeIn .25s ease forwards}@keyframes predictiveResultsFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.predictive-search__results-container{padding:24px}.predictive-search__results-groups-wrapper{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:900px){.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){display:grid;grid-template-columns:240px 1fr;gap:30px}}.predictive-search__result-group--sidebar{border-bottom:1px solid #f0f0f0;padding-bottom:15px}@media screen and (min-width:900px){.predictive-search__result-group--sidebar{border-bottom:none;border-right:1px solid #f0f0f0;padding-right:20px;padding-bottom:0}}.predictive-search__heading{font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#777;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #f2f2f2}.predictive-search__results-list{list-style:none;padding:0;margin:0}.predictive-search__suggestions-block .predictive-search__item{display:block;padding:8px 12px;border-radius:8px;color:#333;text-decoration:none;font-size:1.4rem;font-weight:500;transition:all .2s ease}.predictive-search__suggestions-block .predictive-search__item:hover{background:#fdf5f0;color:#e8884a;transform:translate(4px)}.predictive-search__products-header{margin-bottom:15px}.predictive-search__products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;list-style:none;padding:0;margin:0}.predictive-search__product-card{display:flex}.predictive-search__card-inner{display:flex;flex-direction:column;width:100%;background:#fff;border:1px solid #eaeaea;border-radius:12px;overflow:hidden;padding:10px;transition:all .25s ease;box-sizing:border-box}.predictive-search__card-inner:hover{border-color:#e8884a;box-shadow:0 8px 20px #00000014;transform:translateY(-3px)}.predictive-search__product-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex-grow:1}.predictive-search__image-wrapper{position:relative;width:100%;height:150px;border-radius:8px;overflow:hidden;background:#fbfbfb;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.predictive-search__image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.predictive-search__card-inner:hover .predictive-search__image{transform:scale(1.06)}.predictive-search__badge-sale{position:absolute;top:6px;left:6px;background:#e8884a;color:#fff;font-size:1rem;font-weight:800;text-transform:uppercase;padding:3px 6px;border-radius:4px;letter-spacing:.04em;z-index:2}.predictive-search__item-content{display:flex;flex-direction:column;flex-grow:1;text-align:left}.predictive-search__item-vendor{font-size:1.1rem;color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px}.predictive-search__item-heading{font-size:1.35rem;font-weight:600;line-height:1.35;color:#1a1a1a;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:36px}.predictive-search__price-box{display:flex;align-items:baseline;gap:8px;margin-top:auto;margin-bottom:10px}.predictive-search__price-box .price-item{font-size:1.5rem;font-weight:700;color:#111}.predictive-search__price-box .price-item--sale{color:#d63031}.predictive-search__price-box .compare-price{font-size:1.25rem;color:#999;text-decoration:line-through}.predictive-search__actions{margin-top:auto;width:100%}.predictive-search__atc-btn{width:100%!important;padding:8px 12px!important;font-size:1.25rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important;border-radius:6px!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important;text-decoration:none!important;background:#000!important;color:#fff!important;border:1.5px solid #000000!important;min-height:38px!important;box-sizing:border-box!important}.predictive-search__atc-btn:hover{background:#e8884a!important;border-color:#e8884a!important;color:#fff!important;transform:translateY(-1px)}.predictive-search__options-btn{background:#fff!important;color:#000!important;border-color:#000!important}.predictive-search__options-btn:hover{background:#000!important;color:#fff!important}.predictive-search__atc-btn.is-loading{background:#555!important;border-color:#555!important;cursor:wait!important;pointer-events:none!important}.predictive-search__atc-btn.is-success{background:#27ae60!important;border-color:#27ae60!important;color:#fff!important}.predictive-search__atc-btn.is-disabled{background:#f0f0f0!important;border-color:#e0e0e0!important;color:#999!important;cursor:not-allowed!important;pointer-events:none!important}.predictive-search__atc-spinner{display:inline-flex;margin-left:6px}.predictive-search__atc-spinner.hidden{display:none!important}.predictive-search__atc-spinner .spinner{width:14px;height:14px}.predictive-search__loading-state{display:none;justify-content:center;padding:30px}predictive-search[loading] .predictive-search__loading-state{display:flex}predictive-search[loading] .predictive-search__results-groups-wrapper{opacity:.3}.predictive-search__search-for-button{padding:12px 24px;border-top:1px solid #f0f0f0;background:#fafafa;border-bottom-left-radius:18px;border-bottom-right-radius:18px}.predictive-search__search-for-button button{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;font-size:1.4rem;font-weight:600;color:#e8884a;cursor:pointer;padding:6px 0}.predictive-search__search-for-button button:hover{text-decoration:underline}@media screen and (max-width:768px){.search-modal-container{margin-top:15px;padding:0 12px;max-height:calc(100vh - 30px)}.search-bar-field-wrapper .field{padding:4px 10px 4px 14px}.search-bar-field-wrapper .field__input{font-size:1.5rem;height:42px}.predictive-search{max-height:calc(85vh - 100px)}.predictive-search__results-container{padding:14px}.predictive-search__products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.predictive-search__image-wrapper{height:120px}.predictive-search__item-heading{font-size:1.2rem;min-height:32px}.predictive-search__atc-btn{font-size:1.15rem!important;padding:6px 8px!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/component-predictive-search.css.map */
