@layer thulir-sections{.thulir-search-drawer-wrapper{font-family:var(--thulir-font-body)}.thulir-search-drawer{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;max-width:100vw;max-height:100vh;max-height:100dvh;margin:0;padding:0;border:0;background:transparent;overflow:visible}.thulir-search-drawer::backdrop{background:transparent}.thulir-search-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.thulir-search-drawer.is-open .thulir-search-drawer__backdrop{opacity:1}.thulir-search-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:100vw;background:var(--thulir-cream);display:flex;flex-direction:column;overflow-y:auto;transform:translate(-100%);transition:transform .4s ease}@media(min-width:750px){.thulir-search-drawer__panel{width:92vw;max-width:540px;box-shadow:1px 0 #2a37432e}}.thulir-search-drawer.is-open .thulir-search-drawer__panel{transform:translate(0)}.thulir-search-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 12px}.thulir-search-drawer__title{font-size:24px;font-weight:500;line-height:1.15;letter-spacing:-.01em;color:var(--thulir-charcoal);margin:0}.thulir-search-drawer__close{width:40px;height:40px;background:var(--thulir-cream-soft);border:0;border-radius:50%;color:var(--thulir-charcoal);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.thulir-search-drawer__close:hover{background:var(--thulir-charcoal);color:var(--thulir-cream)}.thulir-search-drawer__close .thulir-icon{width:18px;height:18px}.thulir-search-drawer__body{flex:1;padding:0 20px 32px}@media(min-width:600px){.thulir-search-drawer__head{padding:28px 32px 16px}.thulir-search-drawer__body{padding:0 32px 48px}.thulir-search-drawer__title{font-size:28px}}.thulir-search-drawer__form{position:relative;margin-bottom:32px}.thulir-search-drawer__input{width:100%;height:52px;padding:0 56px 0 20px;background:var(--thulir-cream-deep);border:0;border-radius:6px;font-family:inherit;font-size:14px;color:var(--thulir-charcoal);letter-spacing:.025em;outline:none;box-sizing:border-box;transition:background .2s ease}.thulir-search-drawer__input::placeholder{color:var(--thulir-mute)}.thulir-search-drawer__input:focus{background:var(--thulir-cream-soft)}.thulir-search-drawer__submit{position:absolute;top:0;right:0;width:52px;height:52px;background:transparent;border:0;cursor:pointer;color:var(--thulir-charcoal);display:inline-flex;align-items:center;justify-content:center}.thulir-search-drawer__submit .thulir-icon{width:18px;height:18px}.thulir-search-drawer__panels>*+*{margin-top:32px}.thulir-search-panel__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.thulir-search-panel__title{font-size:18px;font-weight:500;line-height:1.3;color:var(--thulir-charcoal);margin:0 0 14px}.thulir-search-panel__clear{appearance:none;-webkit-appearance:none;background:none;border:0;padding:0;cursor:pointer;font:inherit;font-size:13px;line-height:1.3;color:var(--thulir-gold);text-underline-offset:3px}.thulir-search-panel__clear:hover{text-decoration:underline}.thulir-search-panel__pills{display:flex;flex-wrap:wrap;gap:10px}.thulir-search-panel__pill{display:inline-block;padding:8px 24px;background:var(--thulir-cream-deep);color:var(--thulir-charcoal);border-radius:6px;text-decoration:none;font-size:14px;transition:background .2s ease,color .2s ease}.thulir-search-panel__pill:hover{background:var(--thulir-charcoal);color:var(--thulir-cream)}.thulir-search-panel__products{display:flex;flex-direction:column;gap:16px}.thulir-search-panel__product{display:flex;align-items:flex-start;gap:16px;text-decoration:none;color:inherit}.thulir-search-panel__product-media{width:80px;aspect-ratio:4 / 5;background:var(--thulir-cream-deep);border-radius:4px;overflow:hidden;flex-shrink:0}.thulir-search-panel__product-media img{width:100%;height:100%;object-fit:cover}.thulir-search-panel__product-info{flex:1;min-width:0}.thulir-search-panel__product-title{font-size:16px;font-weight:500;line-height:1.3;color:var(--thulir-charcoal);margin:0 0 8px}.thulir-search-panel__product-price{display:flex;align-items:center;gap:6px;font-size:14px}.thulir-search-panel__price{color:var(--thulir-charcoal);font-weight:600}.thulir-search-panel__price-compare{color:var(--thulir-mute);font-size:12px}.thulir-search-panel__promo{display:block;border-radius:8px;overflow:hidden;text-decoration:none}.thulir-search-panel__promo img{width:100%;height:auto;display:block;transition:transform .5s ease}.thulir-search-panel__promo:hover img{transform:scale(1.04)}.thulir-search-drawer__results>*+*{margin-top:32px}.thulir-search-drawer.is-loading .thulir-search-drawer__results{opacity:.5;transition:opacity .15s ease}.thulir-predictive__suggestions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.thulir-predictive__suggestion{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;text-decoration:none;color:var(--thulir-charcoal);font-size:14px;letter-spacing:.01em;transition:background .15s ease}.thulir-predictive__suggestion:hover,.thulir-predictive__suggestion.is-active{background:var(--thulir-cream-deep)}.thulir-predictive__suggestion-icon{display:inline-flex;flex-shrink:0;color:var(--thulir-mute)}.thulir-predictive__suggestion-icon .thulir-icon{width:16px;height:16px}.thulir-predictive__suggestion-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thulir-predictive__suggestion-text mark{background:transparent;color:var(--thulir-charcoal);font-weight:600}.thulir-search-drawer__results .thulir-search-panel__product{padding:8px;margin:-8px;border-radius:6px;transition:background .15s ease}.thulir-search-drawer__results .thulir-search-panel__product:hover,.thulir-search-drawer__results .thulir-search-panel__product.is-active{background:var(--thulir-cream-deep)}.thulir-predictive__view-all{display:block;text-align:center;padding:14px 20px;background:var(--thulir-charcoal);color:var(--thulir-cream);border-radius:6px;text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.02em;transition:opacity .2s ease}.thulir-predictive__view-all:hover{opacity:.9}.thulir-predictive__view-all.is-active{outline:2px solid var(--thulir-gold);outline-offset:2px}}.thulir-search-drawer__results .thulir-empty{padding-block:8px 24px}.thulir-search-drawer__results .thulir-empty__occasions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/thulir-search-drawer.css.map */
