html.search-popup-open,body.search-popup-open{overflow:hidden!important;height:100%!important;overscroll-behavior:contain!important}.search-popup{position:absolute;top:100%;left:0;right:0;z-index:400;visibility:hidden;opacity:0;pointer-events:none;transition:visibility .25s ease,opacity .25s ease;overscroll-behavior:contain}.search-popup.is-open{position:absolute;top:100%;visibility:visible;opacity:1;pointer-events:auto}.search-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100vh;background:#0006;z-index:1;opacity:0;pointer-events:none;transition:opacity .25s ease}.search-popup.is-open .search-popup__overlay{opacity:1;pointer-events:auto}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.search-popup__panel{position:relative;background:#fff;box-shadow:0 16px 24px -12px #00000026;transform:translateY(-16px);opacity:0;transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s ease;max-height:calc(100vh - 70px);max-height:calc(100dvh - 70px);display:flex;flex-direction:column;overflow:hidden;z-index:2}.search-popup.is-open .search-popup__panel{transform:translateY(0);opacity:1}.search-popup__bar{display:flex;align-items:center;gap:.5rem;padding:1rem 36px;border-bottom:1px solid #eaeaea;background:#f2f2f2}.search-popup__input-container{position:relative;flex:1;display:flex;align-items:center}.search-popup__clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:0;cursor:pointer;z-index:5;display:none;align-items:center;justify-content:center;width:20px;height:20px}.search-popup__clear svg{display:block;width:20px;height:20px}.search-popup__input{font-family:Google Sans,sans-serif;font-weight:400;flex:1;height:44px;padding:0 1rem;font-size:.9375rem;border:1.5px solid #eaeaea;border-radius:9999px;outline:none;transition:border-color .15s ease;background:#fafafa}.search-popup__input:focus{border-color:#80673c;background:#fff}.search-popup__input::placeholder{color:#888}.search-popup__submit{display:flex;align-items:center;gap:.375rem;height:44px;padding:0 1.25rem;background:#80673c;color:#fff;font-family:Google Sans,sans-serif;font-size:.8125rem;font-weight:500;letter-spacing:.03em;border:none;border-radius:9999px;cursor:pointer;white-space:nowrap;transition:background .15s ease;flex-shrink:0}.search-popup__submit:hover{background:#80673c}.search-popup__submit svg{flex-shrink:0}.search-popup__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:9999px;border:none;background:transparent;color:#555;cursor:pointer;transition:background .15s ease,color .15s ease;flex-shrink:0;padding:0}.search-popup__close:hover{background:#f5f5f5;color:#80673c}.search-popup__close-label{display:none}.search-popup__results{max-width:100%;padding:1.5rem 36px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#f2f2f2}.search-popup__loading{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1.5rem 0;color:#888;font-size:.875rem}.search-popup__spinner{width:18px;height:18px;border:2px solid #eaeaea;border-top-color:#80673c;border-radius:50%;animation:sp-spin .6s linear infinite}@keyframes sp-spin{to{transform:rotate(360deg)}}.search-popup__hint{padding:1rem 0;text-align:center;color:#888;font-size:.875rem}.search-popup__label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#888;margin-left:15px;margin-bottom:.875rem;display:none!important}.search-popup__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(12px,1.5vw,24px)}@media(max-width:1200px){.search-popup__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:980px){.search-popup__grid{grid-template-columns:repeat(2,1fr)}}.search-product{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:8px;overflow:hidden;border:1.5px solid #eaeaea;transition:border-color .2s ease,box-shadow .2s ease}@media(hover:hover)and (pointer:fine){.search-product:hover{border-color:#80673c;box-shadow:0 4px 16px #80673c1f}}.search-product__img-wrap{aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f5}.search-product__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.search-product:hover .search-product__img{transform:scale(1.04)}.search-product__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ccc}.search-product__info{padding:.625rem .75rem .75rem;display:flex;flex-direction:column;gap:.25rem}.search-product__title{font-size:12px;font-weight:600;color:#1a1a1a;line-height:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-product__price{font-size:.8125rem;font-weight:700;color:#1a1a1a}.search-popup__see-all{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #eaeaea;font-size:.875rem;font-weight:600;color:#80673c;text-decoration:none;transition:color .15s ease;display:none}.search-popup__see-all:hover{color:#634f2d}@media(max-width:768px){body:has(.search-popup.is-open) .announcement-bar-wrapper{display:block!important;position:fixed;top:0;left:0;right:0;z-index:100000}.search-popup,.search-popup.is-open{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;height:100dvh;z-index:99999}body:has(.announcement-bar) .search-popup,body:has(.announcement-bar) .search-popup.is-open{top:32px;height:calc(100vh - 32px);height:calc(100dvh - 32px)}.search-popup__overlay{position:fixed;top:0;height:100vh;height:100dvh}body:has(.announcement-bar) .search-popup__overlay{top:32px;height:calc(100vh - 32px);height:calc(100dvh - 32px)}.search-popup__panel{height:100%;max-height:100%;border-radius:0;transform:translateY(-20px)}.search-popup.is-open .search-popup__panel{transform:translateY(0)}.search-popup__bar{position:relative;padding:16px 16px 24px;gap:1.25rem!important;border-bottom:none!important}.search-popup__bar:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:1px;background-color:#d1d3d4}.search-popup__input-container{position:relative;flex:1;display:flex;align-items:center}.search-popup__input{border:1px solid #40484F!important;border-radius:9999px!important;padding-left:2.5rem!important;padding-right:2.5rem!important;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6 11.5333L6.86667 7.8C6.53333 8.06667 6.15 8.27778 5.71667 8.43333C5.28333 8.58889 4.82222 8.66667 4.33333 8.66667C3.12222 8.66667 2.09733 8.24733 1.25867 7.40867C0.419556 6.56956 0 5.54444 0 4.33333C0 3.12222 0.419556 2.09711 1.25867 1.258C2.09733 0.419333 3.12222 0 4.33333 0C5.54444 0 6.56956 0.419333 7.40867 1.258C8.24733 2.09711 8.66667 3.12222 8.66667 4.33333C8.66667 4.82222 8.58889 5.28333 8.43333 5.71667C8.27778 6.15 8.06667 6.53333 7.8 6.86667L11.55 10.6167C11.6722 10.7389 11.7333 10.8889 11.7333 11.0667C11.7333 11.2444 11.6667 11.4 11.5333 11.5333C11.4111 11.6556 11.2556 11.7167 11.0667 11.7167C10.8778 11.7167 10.7222 11.6556 10.6 11.5333ZM4.33333 7.33333C5.16667 7.33333 5.87511 7.04178 6.45867 6.45867C7.04178 5.87511 7.33333 5.16667 7.33333 4.33333C7.33333 3.5 7.04178 2.79156 6.45867 2.208C5.87511 1.62489 5.16667 1.33333 4.33333 1.33333C3.5 1.33333 2.79156 1.62489 2.208 2.208C1.62489 2.79156 1.33333 3.5 1.33333 4.33333C1.33333 5.16667 1.62489 5.87511 2.208 6.45867C2.79156 7.04178 3.5 7.33333 4.33333 7.33333Z' fill='%2340484F'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:1.15rem center!important;background-size:14px 14px!important;background-color:#fafafa!important;font-size:14px;width:100%!important}.search-popup__clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:0;cursor:pointer;z-index:5;display:none;align-items:center;justify-content:center;width:20px;height:20px}.search-popup__clear svg{display:block;width:20px;height:20px}.search-popup__input:focus{border-color:#40484f!important;background-color:#fff!important}.search-popup__results{padding:24px 16px;flex:1;max-height:none;overflow-y:auto}.search-popup__see-all{border:1px solid #eaeaea;padding:16px}.search-popup__submit{display:none!important}.search-popup__close{width:auto!important;height:auto!important;padding:0!important;background:transparent!important}.search-popup__close svg{display:none!important}.search-popup__close-label{display:inline-block!important;font-family:Google Sans,sans-serif!important;font-size:14px!important;font-weight:500!important;color:#000!important;text-decoration:underline!important;text-underline-offset:12px!important;white-space:nowrap!important}.search-popup__grid{grid-template-columns:repeat(2,1fr);gap:8px}}.search-popup__recent{display:block;margin-top:.5rem;text-align:left}.search-popup__recent-title{font-family:Google Sans,sans-serif;font-size:14px;font-weight:600;color:#000;margin-bottom:16px}.search-popup__recent-tags{display:flex;flex-wrap:wrap;gap:8px}.search-popup__tag{display:inline-block;padding:8px 16px;border:1px solid #D1D3D4;border-radius:9999px;font-family:Google Sans,sans-serif;font-size:14px;letter-spacing:.25px;font-weight:400;color:#40484f;background:#fff;text-decoration:none;transition:all .15s ease}.search-popup__tag:hover{background-color:#fafafa;border-color:#40484f;color:#000}.search-popup__grid .product-card__footer{display:none}@media(min-width:981px){.search-popup__panel{max-height:min(620px,calc(100vh - 100px));max-height:min(620px,calc(100dvh - 100px))}.search-popup__grid .product-card__media{aspect-ratio:1 / .8}}.search-popup__trending{display:block;margin-top:32px;text-align:left}.search-popup__trending-title{font-family:Google Sans,sans-serif;font-size:14px;font-weight:600;color:#000;margin-bottom:16px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/search-popup.css.map */
