.bst-search-results-header{display:flex;align-items:center;justify-content:space-between;background:rgb(var(--color-background));padding:2rem 0;border-bottom:1px solid rgba(var(--bst-color-black-rgb),.1)}.bst-search-results-header__title{font-size:2rem;font-weight:var(--bst-font-weight-regular);color:var(--bst-color-gray-900)}.bst-search-results-header__title strong{font-weight:var(--bst-font-weight-semibold)}.bst-search-results-header .bst-predictive-close{position:static;background:none;border:none;cursor:pointer;padding:4px;color:var(--bst-color-gray-900);display:flex;align-items:center;justify-content:center}.bst-search-results-header .bst-predictive-close .svg-wrapper svg{width:22px;height:22px}.bst-search-tabs{display:flex;gap:0;border-bottom:1px solid rgba(var(--color-foreground),.1);padding:0;overflow-y:hidden;overflow-x:auto}.bst-search-tab{background:none;border:none;border-bottom:2px solid transparent;padding:10px 14px;font-size:1.3rem;font-family:var(--font-body-family);color:rgba(var(--color-foreground),.6);cursor:pointer;white-space:nowrap;margin-bottom:-1px;transition:color .2s,border-color .2s}.bst-search-tab.is-active{color:var(--bst-color-blue-500);border-bottom-color:var(--bst-color-blue-500);font-weight:var(--bst-font-weight-semibold)}.bst-search-tab:hover{color:rgb(var(--color-foreground));border-bottom-color:rgba(var(--color-foreground),.4)}.bst-search-content{padding:0}.bst-search-section{display:grid;grid-template-columns:18rem 1fr;gap:0 3.2rem;padding:3.2rem 0;border-bottom:1px solid rgba(var(--bst-color-black-rgb),.08);margin-bottom:0}.bst-search-section:last-child{border-bottom:0}.bst-search-section__header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.8rem;margin-bottom:0}.bst-search-section__title{font-size:1.8rem;font-weight:var(--bst-font-weight-semibold);margin:0;text-transform:none;letter-spacing:0;color:var(--bst-color-blue-500)}.bst-search-section__view-all{font-size:1.3rem;color:var(--bst-color-blue-500);text-decoration:underline;text-underline-offset:2px}.bst-search-section .product-grid{margin:0}.bst-search-articles{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.bst-search-article-item{display:flex;flex-direction:column;gap:.8rem;padding:0;border-radius:0;transition:opacity .15s;text-decoration:none}.bst-search-article-item:hover{background:none;opacity:.8}.bst-search-article-item__image{width:100%;height:15rem;object-fit:cover;flex-shrink:0;border-radius:0;display:block;background:var(--bst-color-gray-300)}.bst-search-article-item__content{display:flex;flex-direction:column;gap:.3rem}.bst-search-article-item__category{display:block;font-size:1.1rem;font-weight:var(--bst-font-weight-semibold);letter-spacing:.05em;color:var(--bst-color-blue-500);text-transform:uppercase;margin-bottom:0}.bst-search-article-item__title{margin:0;font-size:1.4rem;font-weight:var(--bst-font-weight-medium);line-height:1.3}.bst-search-pages,.bst-search-collections{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem 1.6rem}.bst-search-page-item,.bst-search-collection-item{display:block;padding:0;border-radius:0;transition:opacity .15s;text-decoration:none}.bst-search-page-item:hover,.bst-search-collection-item:hover{background:none;opacity:.85}.bst-search-page-item{display:flex;flex-direction:column;gap:.8rem}.bst-search-page-item__image{width:100%;height:15rem;object-fit:cover;flex-shrink:0;border-radius:0;display:block;background:var(--bst-color-gray-300)}.bst-search-collection-item__content,.bst-search-page-item__content{display:flex;flex-direction:column;gap:.6rem}.bst-search-collection-item__parent{font-size:1.1rem;font-weight:var(--bst-font-weight-semibold);text-transform:uppercase;letter-spacing:.05em;color:var(--bst-color-blue-500);margin:0}.bst-search-collection-item__title,.bst-search-page-item__title{margin:0;font-size:1.6rem;font-weight:var(--bst-font-weight-medium);line-height:1.3;color:rgb(var(--color-foreground))}.bst-search-collection-item__excerpt,.bst-search-page-item__excerpt{margin:0;font-size:1.3rem;line-height:1.4;color:rgba(var(--color-foreground),.6)}.bst-search-collection-item__more,.bst-search-page-item__more{font-size:1.3rem;color:var(--bst-color-blue-500);text-decoration:underline;text-underline-offset:2px;display:inline-block;margin-top:.2rem}.bst-header-search{display:block;width:100%;max-width:450px;position:relative}.bst-header-search__form{position:relative}.bst-header-search__field{display:flex;align-items:center;background:var(--bst-color-gray-300);border-radius:var(--bst-radius-xs);height:46px;position:relative}.bst-header-search__input{flex:1;height:100%;border:none;background:transparent;padding:0 12px 0 16px;font-family:var(--font-body-family);font-size:1.4rem;font-weight:var(--bst-font-weight-medium);font-style:italic;color:var(--bst-color-gray-900);outline:none;-webkit-appearance:none;appearance:none}.bst-header-search__input::placeholder{color:var(--bst-color-gray-900);font-style:italic}.bst-header-search__input::-webkit-search-cancel-button{display:none}.bst-header-search__submit{display:flex;align-items:center;justify-content:center;background:none;border:none;width:46px;height:46px;flex-shrink:0;cursor:pointer;color:var(--bst-color-blue-500);padding:0}.bst-header-search__submit .svg-wrapper svg{width:20px;height:20px;fill:var(--bst-color-blue-500);stroke:none}.bst-header-search__reset{display:flex;align-items:center;justify-content:center;background:none;border:none;width:32px;height:32px;cursor:pointer;color:rgba(var(--bst-color-gray-900-rgb),.5);padding:0;flex-shrink:0}.bst-header-search__reset .svg-wrapper svg{width:18px;height:18px}.bst-header-search__reset.hidden{display:none}.bst-predictive-overlay{position:fixed;top:var(--bst-total-header-height, var(--header-height));left:0;right:0;z-index:100;background:rgb(var(--color-background));box-shadow:0 8px 24px rgba(var(--bst-color-black-rgb),.08);height:calc(100vh - var(--bst-total-header-height, var(--header-height)));display:none;flex-direction:column}#predictive-search-results{width:var(--bst-container-page);margin:0 auto;padding-bottom:4rem}predictive-search[open] .bst-predictive-overlay{display:flex}.bst-predictive-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;z-index:1}.bst-predictive-close .svg-wrapper svg{width:20px;height:20px}.bst-predictive-dropdown{flex:1;overflow-y:auto}@media(max-width:749px){.bst-header-search{max-width:100%}#predictive-search-results{width:100%;padding-left:1.6rem;padding-right:1.6rem;box-sizing:border-box}.bst-search-section{grid-template-columns:1fr;padding:2rem 0}.bst-search-articles,.bst-search-pages,.bst-search-collections{grid-template-columns:repeat(2,1fr)}}@media(max-width:989px)and (min-width:750px){#predictive-search-results{width:calc(100% - 3.2rem)}.bst-search-section{grid-template-columns:14rem 1fr}.bst-search-articles,.bst-search-pages,.bst-search-collections{grid-template-columns:repeat(3,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bst-search.css.map */
