.phi--search-drawer{position:fixed;z-index:1000;right:0;top:0;width:100vw;height:100%;visibility:hidden;pointer-events:none;transition:visibility 0s ease .3s}.phi--search-drawer.active{visibility:visible;pointer-events:all;transition:visibility 0s ease 0s}.phi--search-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-foreground),.5);opacity:0;transition:opacity .3s ease}.phi--search-drawer.active .phi--search-drawer__overlay{opacity:1}.phi--search-drawer__inner{position:fixed;right:0;top:0;height:100%;width:50rem;max-width:calc(100vw - 3rem);padding:2rem 1.5rem;border:.1rem solid rgba(var(--color-foreground),.2);border-right:0;background-color:rgb(var(--color-background));overflow-y:auto;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;z-index:1001;padding-bottom:0}.phi--search-drawer.active .phi--search-drawer__inner{transform:translate(0)}.phi--search-drawer__header{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:0rem;padding-bottom:1.5rem}.phi--search-drawer__heading{margin:0;font-size:1.8rem;font-weight:600}.phi--search-drawer__close{display:inline-block;padding:.5rem;min-width:4.4rem;min-height:4.4rem;color:rgb(var(--color-foreground));background-color:transparent;border:none;cursor:pointer;transition:opacity .2s ease}.phi--search-drawer__close:hover{opacity:.7}.phi--search-drawer__close svg{height:1.4rem;width:1.4rem}.phi--search-drawer__content{flex-grow:1;display:flex;flex-direction:column;overflow:hidden}.phi--search-drawer__form{margin-bottom:2rem}.phi--search-drawer .predictive-search__loading-state{padding:2rem 0}.phi--search-drawer .field{position:relative}@media screen and (max-width: 749px){.phi--search-drawer__inner{width:100%;max-width:100%;padding:1.5rem 1rem}.phi--search-drawer__heading{font-size:1.6rem}}.phi--search-drawer__close svg line{stroke:#000}.phi--search-drawer__default-content{display:block;overflow-y:auto;flex-grow:1}.phi--search-drawer__section-title{font-size:1.2rem;font-weight:700;letter-spacing:.05em;margin:0 0 1.5rem;color:rgb(var(--color-foreground))}.phi--search-drawer__popular-searches{margin-bottom:3rem}.phi--search-drawer__collection-pills{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.3) transparent;padding-bottom:.5rem}.phi--search-drawer__collection-pills::-webkit-scrollbar{height:.6rem}.phi--search-drawer__collection-pills::-webkit-scrollbar-track{background:transparent}.phi--search-drawer__collection-pills::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.3);border-radius:1rem}.phi--search-drawer__collection-pills::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--color-foreground),.5)}.phi--search-drawer__pill{display:inline-block;padding:1.5rem 1.6rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:3rem;text-decoration:none;color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.phi--search-drawer__pill:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.phi--search-drawer__trending{margin-bottom:2rem}.phi--search-drawer__product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.phi--search-drawer__product-card{position:relative}.phi--search-drawer__product-link{text-decoration:none;color:rgb(var(--color-foreground));display:block}.phi--search-drawer__product-image{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:.8rem;background-color:rgba(var(--color-foreground),.04);margin-bottom:1rem}.phi--search-drawer__product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.phi--search-drawer__product-link:hover .phi--search-drawer__product-image img{transform:scale(1.05)}.phi--search-drawer__product-info{position:relative}.phi--search-drawer__product-title{font-size:1.4rem;font-weight:400;margin:0 0 .5rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.phi--search-drawer__product-price{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.phi--search-drawer__badge{display:inline-block;margin-top:.5rem;padding:.4rem .8rem;background-color:#87ceeb;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.05em;border-radius:.3rem}@media screen and (max-width: 749px){.phi--search-drawer__product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.phi--search-drawer__product-title,.phi--search-drawer__product-price{font-size:1.2rem}.phi--search-drawer__pill{font-size:1.2rem;padding:.6rem 1.2rem}}@media screen and (min-width: 750px){.phi--search-drawer__product-grid{grid-template-columns:repeat(2,1fr)}}.phi--predictive-search__results{display:flex;flex-direction:column;gap:0rem;padding:0}.phi--predictive-search__suggestions-section{margin-bottom:1rem}.phi--predictive-search__section-title{font-size:1.2rem;font-weight:700;letter-spacing:.05em;margin:0 0 1.5rem;color:rgb(var(--color-foreground))}.phi--predictive-search__pills-wrapper{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.3) transparent;padding-bottom:.5rem}.phi--predictive-search__pills-wrapper::-webkit-scrollbar{height:.6rem}.phi--predictive-search__pills-wrapper::-webkit-scrollbar-track{background:transparent}.phi--predictive-search__pills-wrapper::-webkit-scrollbar-thumb{background-color:rgba(var(--color-foreground),.3);border-radius:1rem}.phi--predictive-search__pills-wrapper::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--color-foreground),.5)}.phi--predictive-search__pill{display:inline-block;padding:1.5rem 1.6rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:3rem;text-decoration:none;color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:500;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.phi--predictive-search__pill:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.phi--predictive-search__tabs-wrapper{display:flex;gap:0;border-bottom:.1rem solid rgba(var(--color-foreground),.1);margin-bottom:2rem}.phi--predictive-search__tab{flex:1;padding:1.2rem 2rem;background-color:rgba(var(--color-foreground),.04);border:none;font-size:1.4rem;font-weight:600;letter-spacing:.05em;color:rgba(var(--color-foreground),.6);cursor:pointer;transition:all .3s ease;position:relative;text-align:center}.phi--predictive-search__tab:first-child{border-right:.1rem solid rgba(var(--color-foreground),.1)}.phi--predictive-search__tab:hover{background-color:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground))}.phi--predictive-search__tab--active{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.phi--predictive-search__tab--active:after{content:"";position:absolute;bottom:-.1rem;left:0;right:0;height:.2rem;background-color:rgb(var(--color-foreground))}.phi--predictive-search__tab-content-wrapper{position:relative}.phi--predictive-search__product-item,.phi--predictive-search__article-item{border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.phi--predictive-search__product-item:last-child,.phi--predictive-search__article-item:last-child{border-bottom:none}.phi--predictive-search__product-link,.phi--predictive-search__article-link{display:flex;gap:1.5rem;padding:1.5rem 0;text-decoration:none;color:rgb(var(--color-foreground));transition:background-color .2s ease}.phi--predictive-search__product-link:hover,.phi--predictive-search__article-link:hover{background-color:rgba(var(--color-foreground),.02)}.phi--predictive-search__product-image-wrapper,.phi--predictive-search__article-image-wrapper{flex-shrink:0;width:8rem;height:10rem;overflow:hidden;border-radius:.8rem;background-color:rgba(var(--color-foreground),.04)}.phi--predictive-search__product-image,.phi--predictive-search__article-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.phi--predictive-search__product-link:hover .phi--predictive-search__product-image,.phi--predictive-search__article-link:hover .phi--predictive-search__article-image{transform:scale(1.05)}.phi--predictive-search__product-image--placeholder,.phi--predictive-search__article-image--placeholder{display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.08)}.phi--predictive-search__product-details,.phi--predictive-search__article-details{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.phi--predictive-search__product-title,.phi--predictive-search__article-title{font-size:1.4rem;font-weight:400;line-height:1.4;margin:0;color:rgb(var(--color-foreground));overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.phi--predictive-search__product-price{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.phi--predictive-search__article-excerpt{font-size:1.2rem;color:rgba(var(--color-foreground),.7);line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.phi--predictive-search__view-all{margin-top:2rem;padding-top:2rem}.phi--predictive-search__view-all-button{display:block;width:100%;padding:1.5rem 2rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));text-align:center;text-decoration:none;font-size:1.4rem;font-weight:700;letter-spacing:.05em;border-radius:.5rem;transition:all .3s ease}.phi--predictive-search__view-all-button:hover{background-color:rgba(var(--color-foreground),.9);transform:translateY(-.2rem);box-shadow:0 .4rem .8rem rgba(var(--color-foreground),.2)}.phi--predictive-search__no-results{padding:3rem 0;text-align:center;color:rgba(var(--color-foreground),.6);font-size:1.4rem;line-height:normal}@media screen and (max-width: 749px){.phi--predictive-search__product-image-wrapper,.phi--predictive-search__article-image-wrapper{width:6rem;height:8rem}.phi--predictive-search__product-title,.phi--predictive-search__article-title,.phi--predictive-search__product-price{font-size:1.3rem}.phi--predictive-search__tab{font-size:1.2rem;padding:1rem 1.5rem}.phi--predictive-search__pill{font-size:1.2rem;padding:1.5rem 1.2rem}.phi--predictive-search__view-all-button{font-size:1.3rem;padding:1.2rem 1.5rem}}.phi--search-drawer .predictive-search{position:static;border:none;box-shadow:none;max-height:none;overflow-y:visible;display:block;width:100%}.phi--search-drawer predictive-search[open] .predictive-search,.phi--search-drawer predictive-search[loading] .predictive-search{display:block}div#predictive-search-results.phi--predictive-search__results{padding:.6rem}.phi--predictive-search__tab-content-wrapper{position:relative;max-height:50vh;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.phi--predictive-search__tab-content{display:none}.phi--predictive-search__tab-content--active{display:block}.phi--predictive-search__products-list,.phi--predictive-search__articles-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.phi--search-drawer .predictive-search{display:none}predictive-search.phi--search-drawer__form[open=true] .phi--search-drawer .predictive-search{display:block}.phi--predictive-search__view-all{padding-top:2rem;position:absolute;bottom:9px;width:87%;margin:0 auto;overflow:hidden}predictive-search .predictive-search__loading-state{display:block;text-align:center;max-width:20px}
/*# sourceMappingURL=/cdn/shop/t/69/assets/component-search-drawer.css.map */
