.kl-search-section{display:contents}.kl-search{--kl-search-text-color: #121212;--kl-search-muted-color: var(--secondary-brand-color, #6b6b6b);--kl-search-rule-color: rgba(18, 18, 18, .12);--kl-search-border-color: #d3d1ce;--kl-search-surface-color: #ffffff;--kl-search-hover-color: #9b3b32;--kl-search-inline-padding: 2rem;--kl-search-products-per-row: 2;position:fixed;inset:0 0 auto;width:100%;max-width:100%;max-height:100dvh;margin:0;padding:0;overflow-y:auto;border:0;background-color:var(--kl-search-surface-color);color:var(--kl-search-text-color);overscroll-behavior:contain}.kl-search::backdrop{background-color:#12121259}.kl-search[open]{animation:kl-search-fade .2s ease both}.kl-search[open] .kl-search__panel{animation:kl-search-appear .2s ease both}.kl-search[open]::backdrop{animation:kl-search-fade .2s ease both}@keyframes kl-search-appear{0%{opacity:0;transform:translateY(-1.2rem)}to{opacity:1;transform:none}}@keyframes kl-search-fade{0%{opacity:0}to{opacity:1}}.kl-search__panel{padding:2rem var(--kl-search-inline-padding) 3.2rem}.kl-search__form{margin:0 auto 2.8rem;max-width:62rem}.kl-search__field{display:flex;align-items:center;gap:1.2rem;padding:0 1.6rem;border:.1rem solid var(--kl-search-border-color);background-color:var(--kl-search-surface-color)}.kl-search__field:focus-within{border-color:var(--kl-search-text-color)}.kl-search__field-icon{flex:0 0 auto;width:2rem;height:2rem;color:var(--kl-search-muted-color)}.kl-search__input{flex:1 1 auto;min-width:0;height:5.2rem;padding:0;border:0;background:none;color:var(--kl-search-text-color);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.2rem;letter-spacing:normal;-webkit-appearance:none;appearance:none}.kl-search__input::-webkit-search-cancel-button{display:none}.kl-search__input:focus{outline:none}.kl-search__input::placeholder{color:var(--kl-search-muted-color);opacity:.6}.kl-search__clear{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;padding:.6rem;border:0;background:none;color:var(--kl-search-muted-color);cursor:pointer}.kl-search__clear:hover{color:var(--kl-search-text-color)}.kl-search__clear-icon{display:block;width:1.8rem;height:1.8rem}.kl-search.is-loading .kl-search__body{opacity:.55;transition:opacity .15s ease}.kl-search__state[hidden]{display:none}.kl-search__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:3.2rem}.kl-search__layout--browse{grid-template-areas:"products" "menus" "collections"}.kl-search__layout--results{grid-template-areas:"menus" "products"}.kl-search__layout--results.kl-search__layout--has-collections{grid-template-areas:"menus" "products" "collections"}.kl-search__group--products{display:flex;flex-direction:column;grid-area:products;min-width:0}.kl-search__group--products .kl-search__group-header{display:contents}.kl-search__group--products .kl-search__group-heading{order:1;margin-bottom:1.4rem;padding-bottom:1.2rem;border-bottom:.1rem solid var(--kl-search-rule-color)}.kl-search__group--products .kl-search__products{order:2}.kl-search__group--products .kl-search__group-link{order:3;align-self:flex-start;margin-top:2.6rem}.kl-search__group--menus{display:flex;flex-direction:column;grid-area:menus;gap:3.2rem;min-width:0}.kl-search__group--collections{grid-area:collections;min-width:0}.kl-search__group-header{display:flex;align-items:baseline;gap:1.6rem;margin-bottom:1.4rem;padding-bottom:1.2rem;border-bottom:.1rem solid var(--kl-search-rule-color)}.kl-search__group-heading{margin:0;color:var(--kl-search-text-color);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight-bold);font-size:1.3rem;line-height:1.4;letter-spacing:.09em;text-transform:uppercase}.kl-search__group-link{display:inline-flex;align-items:center;gap:.8rem;color:var(--kl-search-text-color);font-family:var(--font-body-family);font-size:1.3rem;line-height:1.4;text-decoration:underline;text-underline-offset:.3rem}.kl-search__group-link:hover{color:var(--kl-search-hover-color)}.kl-search__group-link-icon{display:block;width:1.6rem;height:1.2rem}.kl-search__menu-links{display:flex;flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none}.kl-search__menu-link{position:relative;display:block;width:fit-content;padding-block:.5rem;color:var(--kl-search-text-color);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.2rem;line-height:1.4;text-decoration:none}.kl-search__menu-link:after{content:"";position:absolute;right:0;bottom:.25rem;left:0;height:.1rem;background-color:currentcolor;transform:scaleX(0);transform-origin:right center;transition:transform .3s ease}.kl-search__menu-link:hover:after,.kl-search__menu-link:focus-visible:after{transform:scaleX(1);transform-origin:left center}.kl-search__menu-link--suggestion mark{background:none;color:inherit;font-weight:var(--font-body-weight-bold)}.kl-search__products{display:grid;grid-template-columns:minmax(0,1fr);gap:1.6rem;margin:0;padding:0;list-style:none}.kl-search__product-item{min-width:0}.kl-search__collections{display:grid;grid-template-columns:minmax(0,1fr);gap:1.6rem;margin:0;padding:0;list-style:none}.kl-search__collection-link{display:flex;gap:1.4rem;align-items:center;min-width:0;color:var(--kl-search-text-color);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.4rem;line-height:1.4;text-decoration:none}.kl-search__collection-link:hover{color:var(--kl-search-hover-color)}.kl-search__collection-media{display:block;flex:0 0 auto;width:7rem;aspect-ratio:1 / 1;overflow:hidden;background-color:rgb(var(--color-background))}.kl-search__collection-image{display:block;width:100%;height:100%;object-fit:cover}.kl-search__collection-label{min-width:0}.kl-search__empty{display:flex;flex-direction:column;gap:1.2rem;align-items:flex-start;padding-block:1.6rem 2.4rem}.kl-search__empty-text{margin:0;color:var(--kl-search-muted-color);font-family:var(--font-body-family);font-size:1.4rem;line-height:1.6}.kl-search__empty-terms{color:var(--kl-search-text-color);font-weight:var(--font-body-weight-bold)}.kl-search__empty-link{color:var(--kl-search-text-color);font-family:var(--font-body-family);font-size:1.4rem;text-decoration:underline;text-underline-offset:.3rem}@media(min-width:700px){.kl-search__layout--browse{grid-template-areas:"menus" "products" "collections"}.kl-search--per-row-3{--kl-search-products-per-row: 3}.kl-search--per-row-4{--kl-search-products-per-row: 4}.kl-search__products{grid-template-columns:repeat(var(--kl-search-products-per-row),minmax(0,1fr));gap:3.2rem 2.4rem}.kl-search__collections{grid-template-columns:repeat(var(--kl-search-products-per-row),minmax(0,1fr));gap:2.4rem}.kl-search__collection-media{width:9rem}}@media(min-width:1024px){.kl-search{--kl-search-inline-padding: 4rem;max-height:92dvh}.kl-search__panel{padding:3.2rem var(--kl-search-inline-padding) 4.8rem}.kl-search__form{margin-bottom:2rem}.kl-search__layout{grid-template-columns:minmax(0,26rem) minmax(0,1fr);column-gap:6rem;row-gap:2rem;max-width:148rem;margin-inline:auto}.kl-search__layout--browse{grid-template-areas:"menus products" "menus collections";align-content:start}.kl-search__layout--results{grid-template-areas:"menus products";align-items:start}.kl-search__layout--results.kl-search__layout--has-collections{grid-template-areas:"menus       products" "collections products" ".           products";grid-template-rows:auto auto 1fr;align-content:start;align-items:start}.kl-search__group--products{display:block}.kl-search__group--products .kl-search__group-header{display:flex}.kl-search__group--products .kl-search__group-heading{margin-bottom:0;padding-bottom:0;border-bottom:0}.kl-search__group--products .kl-search__group-link{margin-top:0}}.kl-search__products .kl-product-card__face:not([hidden]){display:grid;grid-template-columns:8rem minmax(0,1fr);align-items:start;gap:1.6rem}.kl-search__products .kl-product-card__info{padding:0}.kl-search__products .kl-product-card__title{font-size:1.4rem;line-height:1.4}.kl-search__products .kl-product-card__form,.kl-search__products .kl-product-badges,.kl-search__products .kl-notify-me-button,.kl-search__products .kl-product-card__colors,.kl-search__products .kl-product-card__options{display:none}@media(min-width:700px){.kl-search__products .kl-product-card__face:not([hidden]){display:flex;flex-direction:column;align-items:stretch;gap:0}.kl-search__products .kl-product-card__info{padding:var(--kl-product-card-info-gap) var(--kl-product-card-info-inline) 0}.kl-search__products .kl-product-card__title{font-size:1.1rem;line-height:1.56rem}.kl-search__products .kl-product-card__form{display:contents}.kl-search__products .kl-product-badges,.kl-search__products .kl-product-card__colors{display:flex}.kl-search__products .kl-notify-me-button{display:inline-flex}}@media(prefers-reduced-motion:reduce){.kl-search[open],.kl-search[open]::backdrop{animation:none}.kl-search.is-loading .kl-search__body{transition:none}.kl-search__menu-link:after{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/395/assets/kl-search.css.map */
