.search-modal__content{position:fixed;top:0;right:0;bottom:0;left:0;padding:0;max-width:100%;max-height:100dvh;border-radius:0;width:100%;height:100%;margin:0 0 0 auto;border:none;border-left:var(--style-border-drawer);box-shadow:var(--shadow-drawer);background-color:var(--color-background);overflow:hidden;z-index:999}@media screen and (min-width:1024px){.search-modal__content{width:max(372px,25.9%);max-width:95vw}.search-modal__content[open] input.search-input{animation:search-input-expand .4s ease var(--animation-speed) forwards}}@media screen and (max-width:1023.98px){.search-modal__content{top:unset;height:88svh}}.search-modal__content[open]{display:flex;animation:search-modal-slide-up-in var(--animation-speed) var(--animation-easing) forwards!important}.search-modal__content.dialog-closing{animation:search-modal-slide-down-out var(--animation-speed) var(--animation-easing) forwards!important}@media screen and (min-width:1024px){.search-modal__content[open]{animation:search-modal-fade-in var(--animation-speed) var(--animation-easing) forwards!important}.search-modal__content.dialog-closing{animation:search-modal-fade-out var(--animation-speed) var(--animation-easing) forwards!important}}@media screen and (max-width:1023.98px){.search-modal__content--swipe-closing.dialog-closing{animation:search-modal-keepalive var(--transition-speed) var(--transition-easing) forwards!important}}@keyframes search-modal-keepalive{0%{opacity:1}to{opacity:1}}@keyframes search-modal-slide-up-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes search-modal-slide-down-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes search-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes search-modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes search-input-expand{0%{width:140px}to{width:100%}}.search-modal__content :is(.predictive-search-dropdown,.predictive-search-form__content-wrapper){position:relative}predictive-search-component{--resource-card-corner-radius: var(--product-corner-radius);display:flex;flex-direction:column;width:100%;height:100%;position:relative;margin-inline:auto;background-color:var(--color-background);z-index:var(--layer-heightened)}.predictive-search-form__footer{display:none;position:sticky;bottom:0;left:0;right:0;padding-block:var(--padding-sm) var(--padding-lg);background-color:var(--color-background);text-align:center}@media screen and (min-width:1024px){.predictive-search-form__footer{display:none!important}}predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results)) .predictive-search-form__footer{display:block}.predictive-search__search-button{margin:auto}.predictive-search-form{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.predictive-search-form__content{overflow-y:auto;background-color:var(--color-background);flex:1;scrollbar-width:none}.predictive-search-form__content::-webkit-scrollbar{display:none}.predictive-search-form__content-wrapper{width:100%;display:flex;flex-direction:column;border-radius:0;overflow:hidden;flex:1}.predictive-search-form__header-inner{color:var(--color-foreground);display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (max-width:1023.98px){.predictive-search-form__header-inner{padding-inline:8px}}.predictive-search-form__header{display:flex;position:sticky;top:0;z-index:var(--layer-heightened);width:100%;align-items:center;flex-direction:column;padding:21px 0 0;gap:27px}@media screen and (min-width:1024px){.predictive-search-form__header{gap:24px;padding:16px 0 9px}.predictive-search-form__header .predictive-search-form__header-inner{gap:15px;padding-inline:10px}}@media screen and (min-width:1024px){html:has(.announcement-bar):has(header-component:not(.header--sticky)) .predictive-search-form__header{padding-top:calc(var(--announcement-bar-size) + 16px)}}.predictive-search-form__types{padding-inline:0;margin-inline:auto;width:calc(100% - 20px);border-bottom:0;box-shadow:inset 0 -1px 0 var(--color-detail)}.predictive-search-form__types .inline-tab-navigation-indicator{bottom:0}input.search-input{font-size:var(--font-size-f0);width:100%;color:var(--primary-foreground);background:transparent;text-overflow:ellipsis;overflow:hidden;outline:none;border:none;will-change:width;border-radius:0!important;border-bottom:1px solid var(--primary-foreground)}@media screen and (min-width:1024px){input.search-input{max-width:100%;width:140px;margin-left:auto;transition:width var(--transition-speed) var(--transition-easing)}}@media screen and (max-width:1023.98px){input.search-input{padding-bottom:4px;max-width:87%}}.search-input::placeholder{color:var(--primary-foreground)}.predictive-search__reset-button{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;color:var(--secondary-foreground);font-size:var(--font-size-f0);flex-shrink:0}@media screen and (max-width:1023.98px){.predictive-search__reset-button{margin-right:4px}}.predictive-search__reset-button-icon{display:flex;align-items:center;justify-content:center;width:var(--icon-size-lg);height:var(--icon-size-lg);transition:background-color var(--animation-speed-medium) ease-in-out,transform var(--animation-speed-medium) var(--animation-timing-bounce);border-radius:50%}.predictive-search__reset-button-icon:hover{background-color:rgb(var(--color-primary-hover-rgb) / var(--opacity-8))}.predictive-search__reset-button svg{width:var(--icon-size-md);height:var(--icon-size-md)}.predictive-search__reset-button-text{display:none}.predictive-search__close-modal-button{--button-color: var(--color-foreground);--button-background-color: transparent;display:flex;justify-content:center;align-items:center;width:var(--minimum-touch-target);height:var(--minimum-touch-target);margin-inline-start:var(--margin-sm);padding:0;box-shadow:none}.predictive-search__close-modal-button:active{transform:scale(.8);transition:transform .1s var(--animation-timing-active)}.predictive-search__close-modal-button .svg-wrapper,.predictive-search__close-modal-button svg{width:var(--icon-size-xs);height:var(--icon-size-xs)}.predictive-search__close-modal-button:hover{--button-color: var(--color-foreground);--button-background-color: transparent}.resource-card__content .custom-product-card__buy{top:5px;right:5px}.result-card-collection{display:flex;flex-direction:column;gap:var(--gap-xs)}.result-card-collection__link{display:flex;align-items:center;justify-content:space-between;font-size:var(--font-size-f0);color:var(--color-foreground)}.predictive-search-results__inner .result-category-item{padding-bottom:14px;border-bottom:1px solid var(--color-detail)}.predictive-search-results__inner .result-category-item>.btn-cta{margin-top:21px;margin-left:10px}.recently-viewed-wrapper>.btn-cta{margin-top:21px;margin-left:10px}.result-category-item:not([hidden])+.result-category-item{margin-top:21px}.predictive-search-results__products .predictive-search-results__title,.predictive-search-results__recents .predictive-search-results__title{margin-bottom:10px}.result-category-item:has(.list-unstyled:empty),.result-category-item:has(.predictive-search-results__wrapper-products:empty){display:none}.predictive-search-results__collections .result-card-collection{padding-inline:3px;gap:18px}.result-card-treatment__card{display:block;position:relative;padding:10px 10px 34px;background-color:var(--secondary-bg-color)}.result-card-treatment__card .treatment__info{gap:5px}.result-card-treatment__card .dot-container{gap:7px}.result-card-treatment__card .treatment__price-member{display:flex;align-items:center;gap:4px}.result-card-treatment__card svg{position:absolute;top:5px;right:5px}
/*# sourceMappingURL=/cdn/shop/t/59/assets/search.css.map */
