.header-search{z-index:-1;width:100%;display:none;position:absolute;inset-block-start:100%;inset-inline-start:0}.header-search[open]{z-index:999}.header-search__back{display:none}.header-search__form-control{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:.75rem;padding-block:.75rem;background:rgb(var(--background));display:grid}.header-search__input{-webkit-appearance:none;appearance:none;background:none;border:none;outline:none}.header-search::part(overlay){min-height:calc(100vh - var(--sticky-area-height));inset-block-start:var(--sticky-area-height)}.header-search::part(content){max-height:calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 1.25rem);background:transparent;color:rgb(var(--text-color));overflow:auto}@supports (max-height: 100dvh){.header-search::part(content){max-height:min(var(--header-search-max-height, 100vh),100dvh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 1.25rem)}}.header-search .container{margin-inline:0}.header-search__input:focus,.header-search__input:focus-visible{outline:none}.header-search__input::-webkit-search-decoration{display:none}.header-search__input::-webkit-search-cancel-button{display:none}.header-search__input::-webkit-search-results-button{display:none}.header-search__input::-webkit-search-results-decoration{display:none}.predictive-search{display:none;color:#000;margin:0;padding:0;font-family:Cormorant,serif;font-size:14px;font-weight:500;z-index:9999}.predictive-search__no-results{text-align:center;padding-block:2.5rem 4rem}.predictive-search__results{grid-template-columns:minmax(0,1fr);gap:.625rem;display:grid}.predictive-search__sidebar{display:flex;flex-direction:column;gap:0}.predictive-search__sidebar mark{background:none;font-weight:bolder}.predictive-search__resource-item{display:block;position:relative;padding-block-start:20px}.predictive-search__resource-list{display:flex;flex-direction:column;gap:5px;padding:16px;background:#fff}.predictive-search__main{display:flex;flex-direction:column;gap:24px}.predictive-search__sidebar .link-reverse{font-family:Cormorant,serif;font-size:14px;font-weight:400;color:#222;text-decoration:none;text-transform:none}.predictive-search__category{font-family:Cormorant,serif;font-size:12px;font-weight:600;color:#7a7a7a;text-transform:uppercase;text-align:center;padding:10px 12px}.predictive-search__products{grid-template-columns:minmax(0,1fr);align-items:start;gap:1.25rem;display:grid;background:#fff;padding:0 16px}.predictive-search__products--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.predictive-search__products .horizontal-product-card{flex-direction:column;align-items:flex-start;column-gap:.75rem;row-gap:.5rem}.predictive-search__products .horizontal-product-card__figure{width:100%;max-width:none}.predictive-search__products .horizontal-product-card__image{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover}.predictive-search__products .horizontal-product-card__title{font-family:Cormorant,serif;font-size:14px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:normal;text-transform:none;color:#222}.predictive-search__products .horizontal-product-card__sku{font-family:Cormorant,serif;font-size:12px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:normal;text-transform:none;color:#d3d3d3;margin:0}.predictive-search__products .horizontal-product-card__vendor{font-family:Cormorant,serif;font-size:12px;font-weight:400;font-style:normal;line-height:16px;letter-spacing:normal;text-transform:uppercase;color:#7a7a7a;margin:0 0 4px}.predictive-search__products .horizontal-product-card .price-list{font-family:Cormorant,serif;font-size:14px;font-weight:600;font-style:normal;line-height:20px;letter-spacing:normal;color:#222}.predictive-search__view-all{height:52px;flex-shrink:0;padding:0 16px;background-color:#fff;box-shadow:inset 0 1px #e4e5e7}.predictive-search__view-all-link{display:flex;align-items:center;justify-content:center;height:100%;font-family:Cormorant,serif;font-size:12px;font-weight:500;color:#222;text-decoration:none}.predictive-search__view-all-text{display:flex;align-items:center;gap:6px;white-space:nowrap}.predictive-search__view-all-icon{flex-shrink:0}@media screen and (max-width:999px){.header:has(>.header-search[open])>:not(.header-search){display:none}.header:has(>.header-search[open]){padding:0;min-height:0}body:has(.header-search[open]) .shopify-section--announcement-bar{display:none}body:has(.header-search[open]) #main{display:none}.header-search__back{display:flex;flex-shrink:0;width:48px;height:64px;align-items:center;justify-content:center;background:transparent;border:0;color:#7a7a7a}.header-search__form{position:sticky;top:0;left:0;width:100%;height:64px;background-color:#fff;display:flex;align-items:center;padding:10px 16px 10px 0;z-index:100000}.header-search__search-icon{display:none}.header-search__form-control{display:block;position:relative;flex-grow:1}.header-search__input{width:100%;height:44px;background-color:#fbfbfb;border-radius:50px;border:1px solid rgba(34,34,34,.2);padding:10px 46px 10px 18px;font-size:16px;font-weight:400;color:#202223}.header-search__clear{position:absolute;top:10px;right:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:0;color:#7a7a7a}.predictive-search:has(.predictive-search__content:not(:empty)){display:block;width:100%;background-color:#f7f8f9}}@media screen and (min-width:1000px){.header-search__form-control{column-gap:1.25rem;padding:1.5rem 10rem}.predictive-search__content{width:100%}.predictive-search:has(.predictive-search__content:not(:empty)){display:flex;flex-direction:row;flex-wrap:nowrap;background-color:#fff;border-radius:2px;width:800px;height:400px;min-width:224px;margin-inline-start:10rem;overflow-x:hidden;overflow-y:hidden}.predictive-search__no-results{padding-block:4.75rem 6.25rem}.predictive-search__results{gap:2.5rem;padding-block:0}.predictive-search__sidebar{background-color:#f8f8f8;width:224px;height:100%;min-height:0;position:relative;overflow-x:auto;overflow-y:auto}.predictive-search__resource-list{padding:0 16px 16px;background:none}.predictive-search__category{text-align:left}.predictive-search__products .horizontal-product-card{flex-direction:row;align-items:center}.predictive-search__products .horizontal-product-card__figure{width:auto;max-width:4.375rem}.predictive-search__results--split{grid-template-columns:224px minmax(0,1fr);gap:0;height:100%;min-height:0}.predictive-search__main{height:100%;min-height:0;overflow-y:auto}.predictive-search__view-all{position:sticky;bottom:0}}
/*# sourceMappingURL=/cdn/shop/t/635/assets/predictive-search.css.map */
