.search-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99998;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:block}.search-drawer-overlay.is-open{opacity:1;visibility:visible}.search-drawer{position:fixed;top:0;right:0;z-index:99999;width:100vw;max-width:100vw;height:100%;height:100dvh;background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden;visibility:hidden}.search-drawer.is-open{transform:translate(0);visibility:visible}.search-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;flex-shrink:0;min-height:56px;box-sizing:border-box}.search-drawer__title{font-family:var(--font-body-family);font-size:1.6rem;font-weight:500;color:#111;margin:0}.search-drawer__close{background:none;border:none;padding:8px;cursor:pointer;color:#111;line-height:0;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}.search-drawer__close svg{width:20px;height:20px;stroke-width:1.5}.search-drawer__form-wrapper{padding:4px 20px 20px;flex-shrink:0}.search-drawer__input-wrap{position:relative;display:flex;align-items:center;border:1.5px solid #ccc;border-radius:12px;padding:0 14px;height:48px;transition:border-color .2s}.search-drawer__input-wrap:focus-within{border-color:#f5a623}.search-drawer__input{flex:1;border:none;outline:none;font-size:1.5rem;font-family:var(--font-body-family);background:transparent;color:#111;padding:0}.search-drawer__input::placeholder{color:#999}.search-drawer__input::-webkit-search-cancel-button,.search-drawer__input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.search-drawer__search-btn,.search-drawer__clear-btn{background:none;border:none;padding:4px;cursor:pointer;color:#666;line-height:0;flex-shrink:0}.search-drawer__search-btn svg,.search-drawer__clear-btn svg{width:20px;height:20px}.search-drawer__clear-btn{display:none}.search-drawer__input-wrap.has-value .search-drawer__clear-btn{display:block}.search-drawer__input-wrap.has-value .search-drawer__search-btn{display:none}.search-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 20px 24px}.search-drawer__section-title{font-family:var(--font-body-family);font-size:1.5rem;font-weight:600;color:#111;margin:0 0 14px}.search-drawer__popular-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.search-drawer__tag{display:inline-flex;align-items:center;padding:10px 22px;border-radius:40px;background:#b987ff;color:#fff;font-size:1.3rem;font-weight:500;text-decoration:none;white-space:nowrap;transition:background .2s}.search-drawer__tag:hover{background:#a66ef5;color:#fff}.search-drawer__bestsellers{margin-bottom:24px}.search-drawer__bestsellers-scroll{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.search-drawer__bestsellers-scroll::-webkit-scrollbar{display:none}.search-drawer__product-card{flex:0 0 155px;text-decoration:none;display:flex;flex-direction:column}.search-drawer__product-img-wrap{width:155px;height:200px;border-radius:10px;overflow:hidden;background:#f3ecff;flex-shrink:0}.search-drawer__product-img{width:100%;height:100%;object-fit:cover;display:block}.search-drawer__product-info{padding:8px 2px 0}.search-drawer__product-title{font-size:1.25rem;font-weight:500;color:#222;line-height:1.3;margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:155px}.search-drawer__product-tagline{font-size:1.15rem;color:#b987ff;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.search-drawer__product-rating{display:flex;align-items:center;gap:4px;margin-bottom:4px}.search-drawer__product-stars{display:flex;gap:1px}.search-drawer__product-stars svg{width:12px;height:12px}.search-drawer__product-review-count{font-size:1.1rem;color:#c79fff;margin:0}.search-drawer__product-price{display:flex;align-items:baseline;gap:6px}.search-drawer__price-sale{font-size:1.4rem;font-weight:700;color:#111}.search-drawer__price-compare{font-size:1.2rem;color:#999;text-decoration:line-through}.search-drawer__product-atc{margin-top:10px;display:flex;align-items:center;justify-content:center;width:100%;padding:10px 12px;border:none;border-radius:9999px;background:#b987ff;color:#000;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:center;cursor:pointer;text-decoration:none;transition:background .2s;box-sizing:border-box}.search-drawer__product-atc:hover{background:#a66ef5;color:#000}.search-drawer__suggestions{display:none;margin-bottom:8px}.search-drawer__suggestions.is-visible{display:block}.search-drawer__suggestions-row{display:flex;align-items:flex-start;gap:8px;overflow:hidden}.search-drawer__suggestions-label{font-size:1.2rem;font-weight:500;color:#f5a623;margin:0;flex-shrink:0;padding-top:8px}.search-drawer__suggestions-scroll{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:flex-start;flex:1;min-width:0}.search-drawer__suggestions-scroll::-webkit-scrollbar{display:none}.search-drawer__suggestion-chip{flex:0 0 auto;padding:8px 12px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;font-size:1.15rem;color:#333;text-decoration:none;white-space:normal;max-width:100px;line-height:1.3}.search-drawer__results{display:none}.search-drawer__results.is-visible{display:block}.search-drawer__results-title{font-size:1.4rem;font-weight:600;color:#f5a623;margin:16px 0 14px}.search-drawer__results-list{list-style:none;margin:0;padding:0}.search-drawer__result-item{padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06)}.search-drawer__result-item:last-child{border-bottom:none}.search-drawer__result-link{display:flex;align-items:center;gap:16px;text-decoration:none;color:inherit}.search-drawer__result-img{width:80px;height:80px;object-fit:contain;border-radius:6px;background:#f9f5ff;flex-shrink:0}.search-drawer__result-info{flex:1;min-width:0}.search-drawer__result-name{font-size:1.4rem;font-weight:400;color:#333;margin:0 0 6px;line-height:1.4}.search-drawer__result-price{font-size:1.5rem;font-weight:700;color:#111;margin:0;font-family:var(--font-body-family)}.search-drawer__loading{display:none;justify-content:center;padding:20px 0}.search-drawer__loading.is-visible{display:flex}.search-drawer__spinner{width:24px;height:24px;border:3px solid #e5e5e5;border-top-color:#b987ff;border-radius:50%;animation:sd-spin .6s linear infinite}@keyframes sd-spin{to{transform:rotate(360deg)}}.search-drawer__default-content{display:block}.search-drawer__default-content.is-hidden{display:none}@media screen and (min-width:750px){.search-drawer{max-width:480px}}
/*# sourceMappingURL=/cdn/shop/t/177/assets/search-drawer.css.map */
