.search-top-drawer{display:none!important;opacity:0;pointer-events:none;visibility:hidden;align-items:flex-start!important;justify-content:flex-start!important;z-index:9999;transition:opacity .3s ease,visibility 0s .3s}.search-top-drawer.active{display:flex!important;opacity:1;pointer-events:auto;visibility:visible;transition:opacity .3s ease,visibility 0s 0s}.search-top-drawer__overlay{z-index:1;pointer-events:none;cursor:default;background:#5e5e5e44;opacity:0;transition:opacity .3s ease}.search-top-drawer.active .search-top-drawer__overlay{opacity:1}.search-top-drawer__container{width:100%;height:auto;position:relative;z-index:2;transform:translateY(-100%);transition:transform .4s cubic-bezier(.4,0,.2,1);left:0;right:0;will-change:transform}.search-top-drawer.active .search-top-drawer__container{transform:translateY(0)}.search-top-drawer:not(.active){display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.search-top-drawer:not(.active) .search-top-drawer__container{transform:translateY(-100%)!important;visibility:hidden!important}.search-top-drawer__inner{width:100%;max-width:100%;height:65vh;padding:3rem 20rem;box-shadow:0 1rem 4rem #00000026;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.search-top-drawer__inner::-webkit-scrollbar{width:.8rem}.search-top-drawer__inner::-webkit-scrollbar-track{background:transparent}.search-top-drawer__inner::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:1rem}.search-top-drawer__inner::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-foreground),.3)}.search-top-drawer__header{margin-bottom:3rem}.search-top-drawer__search-form{flex:1;max-width:none}.search-top-drawer__search-icon{left:0;top:50%;transform:translateY(-50%);z-index:2;pointer-events:none;display:flex!important;align-items:center;justify-content:center}.search-top-drawer__search-icon svg,.search-top-drawer__search-icon .icon{width:2rem!important;height:2rem!important;color:rgba(var(--color-foreground),.8)!important;display:block!important}.search-top-drawer__search-icon svg path,.search-top-drawer__search-icon svg g path,.search-top-drawer__search-icon svg g{fill:currentColor!important;stroke:none!important}.search-top-drawer .search__input{font-size:14px!important;font-weight:500;padding:1.2rem 13rem 1.2rem 3.5rem!important;margin:0!important;border:none!important;border-bottom:1px solid #a3a3a3!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;height:auto!important;min-height:auto!important}.search-top-drawer .search__input:focus,.search-top-drawer .search__input:active,.search-top-drawer .search__input:focus-visible,.search-top-drawer .search__input:not(:placeholder-shown),.search-top-drawer .search__input:-webkit-autofill{border:none!important;border-bottom:1px solid #a3a3a3!important;outline:none!important;box-shadow:none!important;padding:1.2rem 13rem 1.2rem 3.5rem!important;margin:0!important}.search-top-drawer .search__input::placeholder{opacity:1!important;color:rgba(var(--color-foreground),.5)}.search-top-drawer .field__input--bg:focus,.search-top-drawer .field__input--bg:focus-visible{box-shadow:none!important}.search-top-drawer .field__label{font-size:1.6rem;padding-left:3.5rem!important;display:none!important}.search-top-drawer__actions{gap:1rem;flex-shrink:0;align-items:center}.search-top-drawer__clear-btn{margin:0!important;white-space:nowrap;font-size:1.4rem;position:absolute!important;right:1rem!important;top:50%!important;transform:translateY(-50%)!important;z-index:2;padding:0!important}.search-top-drawer .field{position:relative}.search-top-drawer .search__button{display:none!important}.search-top-drawer__close{margin-left:1rem}.search-top-drawer__wrapper{gap:6rem;flex:1;overflow:visible;padding-top:0;height:100%}.search-top-drawer__sidebar{min-width:25rem;width:25rem;flex-shrink:0}.search-top-drawer__content{flex:1;min-width:0}.search-top-drawer__section-heading{font-size:12px;font-weight:600;margin-bottom:2rem;text-transform:capitalize;letter-spacing:.05em;color:rgb(var(--color-foreground))}.search-top-drawer__popular-list{list-style:none;padding:0;margin:0}.search-top-drawer__popular-list li{margin-bottom:1.2rem}.search-top-drawer__popular-list a{font-size:12px;font-weight:500;color:rgba(var(--color-foreground),.75);text-decoration:none;transition:color .2s ease;display:block}.search-top-drawer__popular-list a:hover{color:rgb(var(--color-foreground));text-decoration:underline}.search-top-drawer__products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.search-top-drawer__product-item{position:relative}.search-top-drawer__product-link{text-decoration:none;transition:transform .2s ease;display:block}.search-top-drawer__product-link:hover{transform:translateY(-.3rem)}.search-top-drawer__product-image{width:65%;aspect-ratio:1/1;overflow:hidden;margin-bottom:1.2rem;background:rgba(var(--color-foreground),.04)}.search-top-drawer__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.search-top-drawer__product-link:hover .search-top-drawer__product-image img{transform:scale(1.05)}.search-top-drawer__product-title{font-size:14px;font-weight:400;margin-bottom:8px;color:rgb(var(--color-foreground));line-height:100%;text-transform:capitalize}.search-top-drawer__product-price{font-size:14px;font-weight:600;margin:0;color:rgb(var(--color-foreground))}.search-top-drawer__view-all{font-size:12px;font-weight:500;text-transform:uppercase;white-space:nowrap;text-decoration:underline;color:#202020;transition:color .2s ease;display:inline-block}.search-top-drawer__view-all:hover{color:rgb(var(--color-foreground))}.search-top-drawer__view-all.d-none{display:none!important}.search-top-drawer .predictive-search{padding:0;margin:0}.search-top-drawer .predictive-search__result-group{margin-bottom:0}.search-top-drawer #predictive-search-results{display:block;flex-wrap:wrap}.search-top-drawer .predictive-search__heading{display:none}.search-top-drawer .predictive-search__results-list,.search-top-drawer #predictive-search-results-products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;list-style:none;padding:0;margin:0}.search-top-drawer #predictive-search-results-queries-list,.search-top-drawer #predictive-search-results-pages-list{display:flex;flex-wrap:wrap;gap:1rem}.search-top-drawer .predictive-search__list-item{border:none!important;border-top:none!important;padding:0}.search-top-drawer #predictive-search-results-products-list .predictive-search__list-item:nth-child(n+4){display:none!important}.search-top-drawer .predictive-search__item--link{display:flex!important;flex-direction:column!important;padding:0;transition:transform .2s ease;text-decoration:none}.search-top-drawer .predictive-search__item--link:hover{transform:translateY(-.3rem)}.search-top-drawer .predictive-search__image{width:65%;aspect-ratio:1/1;object-fit:cover;margin-bottom:1.2rem;transition:transform .3s ease;grid-area:unset!important}.search-top-drawer .predictive-search__item--link:hover .predictive-search__image{transform:scale(1.05)}.search-top-drawer .predictive-search__item-content{padding:0}.search-top-drawer .predictive-search__item-heading{font-size:1.4rem;font-weight:500;margin-bottom:.6rem;line-height:1.4}.search-top-drawer .price{font-size:1.4rem;font-weight:600;margin:0}.search-top-drawer .predictive-search__item-heading{color:rgb(var(--color-foreground))}.search-top-drawer .predictive-search__item-content{display:flex;flex-direction:column;gap:.6rem}.search-top-drawer .predictive-search__search-for-button,.search-top-drawer .predictive-search__item-vendor{display:none}@media screen and (max-width: 1400px){.search-top-drawer__inner{padding:3.2rem 10rem}.search-top-drawer__wrapper{gap:4rem}}@media screen and (max-width: 1200px){.search-top-drawer__inner{padding:3.2rem 5rem}.search-top-drawer__products-grid,.search-top-drawer .predictive-search__results-list,.search-top-drawer #predictive-search-results-products-list{grid-template-columns:repeat(3,1fr);gap:2rem}.search-top-drawer__wrapper{gap:3rem}}@media screen and (max-width: 990px){.search-top-drawer__inner{padding:2.5rem 3rem}.search-top-drawer__wrapper{flex-direction:column;gap:3rem}.search-top-drawer__sidebar{min-width:100%;width:100%}.search-top-drawer__products-grid,.search-top-drawer .predictive-search__results-list,.search-top-drawer #predictive-search-results-products-list{grid-template-columns:repeat(2,1fr);gap:2rem}}@media screen and (max-width: 749px){.search-top-drawer__inner{padding:2rem;height:100vh;max-height:100vh}.search-top-drawer__header{gap:1rem;padding-bottom:1.5rem;margin-bottom:2rem}.search-top-drawer__search-form{flex:1}.search-top-drawer__actions{flex-shrink:0}.search-top-drawer__products-grid,.search-top-drawer .predictive-search__results-list,.search-top-drawer #predictive-search-results-products-list{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.5rem;-webkit-overflow-scrolling:touch}.search-top-drawer__product-item,.search-top-drawer .predictive-search__list-item{flex:0 0 50%;min-width:50%}.search-top-drawer__wrapper{gap:2.5rem}.search-top-drawer__section-heading{font-size:1.6rem;margin-bottom:1.5rem}.search-top-drawer__products-grid::-webkit-scrollbar,.search-top-drawer .predictive-search__results-list::-webkit-scrollbar,.search-top-drawer #predictive-search-results-products-list::-webkit-scrollbar{display:none}.search-top-drawer__products-grid,.search-top-drawer .predictive-search__results-list,.search-top-drawer #predictive-search-results-products-list{-ms-overflow-style:none;scrollbar-width:none}}.button--close{background:#fff;color:#202020}
/*# sourceMappingURL=/cdn/shop/t/5/assets/search-top-drawer.css.map */
