.search-drawer__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.search-drawer__overlay.is-open{opacity:1;visibility:visible}.search-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:500px;height:100vh;background-color:#fff;z-index:9999;transition:right .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden;box-shadow:-4px 0 20px #0000001a}.search-drawer.is-open{right:0}body.search-drawer-open{overflow:hidden}.search-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e5e5;flex-shrink:0;background:#fff}.search-drawer__title{margin:0;font-size:1.25rem;font-weight:600;color:#000}.search-drawer__close{background:none;border:none;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000;transition:opacity .2s ease;border-radius:4px}.search-drawer__close:hover{opacity:.7;background-color:#f5f5f5}.search-drawer__content{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.search-drawer__search-wrapper{padding:1.5rem;flex-shrink:0;background:#fff;position:relative}.search-drawer__form{position:relative}.search-drawer__input-wrapper{position:relative;display:flex;align-items:center}.search-drawer__input{width:100%;padding:.875rem 3.5rem .875rem 1rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background-color:#fff}.search-drawer__input:focus{outline:none;border-color:#000}.search-drawer__input::placeholder{color:#999}.search-drawer__submit{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;border-radius:4px}.search-drawer__submit:hover{color:#000;background-color:#f5f5f5}.search-drawer__suggestions{position:absolute;top:100%;left:1.5rem;right:1.5rem;background:#fff;border:1px solid #e5e5e5;border-top:none;border-radius:0 0 8px 8px;max-height:calc(100vh - 250px);overflow-y:auto;z-index:10;box-shadow:0 4px 12px #0000001a;display:none}.search-drawer__suggestions.is-visible{display:block}.search-drawer__suggestions-list{padding:.5rem 0}.search-drawer__suggestion-item{display:flex;gap:1rem;padding:.875rem 1rem;text-decoration:none;color:#000;transition:background-color .2s ease;cursor:pointer;border-bottom:1px solid #f5f5f5}.search-drawer__suggestion-item:last-child{border-bottom:none}.search-drawer__suggestion-item:hover,.search-drawer__suggestion-item.is-selected{background-color:#f9f9f9}.search-drawer__suggestion-image{width:60px;height:60px;flex-shrink:0;border-radius:4px;overflow:hidden;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center}.search-drawer__suggestion-image img{width:100%;height:100%;object-fit:cover}.search-drawer__suggestion-info{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.25rem}.search-drawer__suggestion-title{margin:0;font-size:.875rem;font-weight:500;line-height:1.4;color:#000}.search-drawer__suggestion-vendor{margin:0;font-size:.75rem;color:#666}.search-drawer__suggestion-price{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.search-drawer__price-compare{text-decoration:line-through;color:#999}.search-drawer__price-current{font-weight:600;color:#000}.search-drawer__suggestion-sold-out{display:inline-block;font-size:.75rem;color:#dc2626;font-weight:500;margin-top:.25rem}.search-drawer__suggestions-footer{padding:.75rem 1rem;border-top:1px solid #e5e5e5;background-color:#fafafa;display:none}.search-drawer__view-all-btn{width:100%;padding:.75rem 1rem;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.search-drawer__view-all-btn:hover{background-color:#333}.search-drawer__loading{padding:2rem;text-align:center;color:#666}.search-drawer__spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #000;border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-drawer__loading p{margin:0;font-size:.875rem}.search-drawer__no-results{padding:2rem 1rem;text-align:center}.search-drawer__no-results p{margin:0 0 1rem;color:#666;font-size:.875rem}.search-drawer__view-all{padding:.75rem 1.5rem;background-color:#000;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.search-drawer__view-all:hover{background-color:#333}.search-drawer__popular-content{flex:1;padding:0 1.5rem 1.5rem;overflow-y:auto}.search-drawer.has-search-query .search-drawer__popular-content{display:none!important}.search-drawer__popular-section{margin-bottom:2rem}.search-drawer__popular-section:last-child{margin-bottom:0}.search-drawer__section-title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem;color:#000}.search-drawer__popular-searches{display:flex;flex-direction:column;gap:.5rem}.search-drawer__search-link{display:block;padding:.75rem 0;color:#333;text-decoration:none;font-size:1rem;transition:color .2s;border-bottom:1px solid #f5f5f5}.search-drawer__search-link:hover{color:#000}.search-drawer__search-link:last-child{border-bottom:none}.search-drawer__popular-picks{display:grid;grid-template-columns:1fr;gap:1rem}.search-drawer__product-item{display:flex;gap:1rem;padding:.875rem;background-color:#f9f9f9;border-radius:8px;text-decoration:none;color:inherit;transition:background-color .2s ease,transform .2s ease}.search-drawer__product-item:hover{background-color:#f0f0f0;transform:translateY(-2px)}.search-drawer__product-image{flex-shrink:0;width:80px;height:80px;border-radius:6px;overflow:hidden;background-color:#fff}.search-drawer__product-image img{width:100%;height:100%;object-fit:cover}.search-drawer__product-info{flex:1;display:flex;flex-direction:column;justify-content:center}.search-drawer__product-title{font-size:.875rem;font-weight:500;margin:0 0 .5rem;line-height:1.4;color:#000}.search-drawer__product-price{font-size:.875rem;display:flex;align-items:center;gap:.5rem}.search-drawer__content::-webkit-scrollbar,.search-drawer__suggestions::-webkit-scrollbar{width:6px}.search-drawer__content::-webkit-scrollbar-track,.search-drawer__suggestions::-webkit-scrollbar-track{background:#f5f5f5}.search-drawer__content::-webkit-scrollbar-thumb,.search-drawer__suggestions::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.search-drawer__content::-webkit-scrollbar-thumb:hover,.search-drawer__suggestions::-webkit-scrollbar-thumb:hover{background:#999}@media(max-width:640px){.search-drawer{max-width:100%}.search-drawer__header,.search-drawer__search-wrapper{padding:1rem}.search-drawer__suggestions{left:1rem;right:1rem}.search-drawer__popular-content{padding:0 1rem 1rem}.search-drawer__product-image{width:70px;height:70px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.search-drawer__popular-section{animation:fadeInUp .3s ease-in-out;animation-fill-mode:forwards}.search-drawer__popular-section:nth-child(1){animation-delay:0s}.search-drawer__popular-section:nth-child(2){animation-delay:.1s}
/*# sourceMappingURL=/cdn/shop/t/3/assets/search-drawer.css.map */
