.search-modal{--search-overlay-top:var(--marquee-height,0px)}.search-modal__content{background-color:var(--color-background);border:0;border-radius:0;height:calc(100dvh - var(--search-overlay-top));inset:var(--search-overlay-top) 0 0 0;margin:0;max-height:calc(100dvh - var(--search-overlay-top));max-width:100%;overflow:hidden;padding:0;width:100%}.search-modal__content::backdrop{display:none}.dialog-modal[open].search-modal__content{animation:search-modal-fade-in .2s var(--ease-out-quad) forwards}.dialog-modal.search-modal__content.dialog-closing{animation:search-modal-fade-out .15s var(--ease-out-quad) forwards}.search-modal__content[open]{display:flex}@keyframes search-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes search-modal-fade-out{0%{opacity:1}to{opacity:0}}predictive-search-component{background-color:var(--color-background)}.predictive-search-form,predictive-search-component{display:flex;flex-direction:column;height:100%;width:100%}.predictive-search-form{min-height:0}.predictive-search-form__header{align-items:center;background-color:var(--color-background);box-sizing:border-box;display:grid;flex-shrink:0;gap:var(--gap-md);grid-template-columns:auto 2fr auto;margin-inline:auto;max-width:var(--page-width);padding-block:23.5px;padding-inline:var(--page-margin);width:100%}@media screen and (max-width:990px){.predictive-search-form__header{padding-block:10.5px}}.predictive-search-form__header-wrap{background-color:var(--color-background);border-bottom:var(--border-width-sm) solid var(--color-border);flex-shrink:0;width:100%}@media screen and (max-width:750px){.predictive-search-form__header{gap:var(--gap-sm);grid-template-columns:auto 1fr auto}}@media screen and (max-width:550px){.predictive-search-form__header{gap:10px;grid-template-columns:2fr auto}}.predictive-search-form__logo{align-items:center;color:inherit;display:flex;flex-shrink:0;justify-self:start;text-decoration:none}@media screen and (max-width:550px){.predictive-search-form__logo{display:none}}.predictive-search-form__logo-image{height:var(--header-logo-image-height-mobile);object-fit:contain;width:var(--header-logo-image-width-mobile)}@media screen and (min-width:990px){.predictive-search-form__logo-image{height:var(--header-logo-image-height);width:var(--header-logo-image-width)}}.predictive-search-form__header-inner{align-items:center;background-color:#f5f5f5;border:0;border-radius:12px;color:var(--color-foreground);display:flex;gap:10px;height:47px;justify-self:center;max-width:750px;padding:0 20px;position:relative;transition:background-color .25s ease,box-shadow .25s ease;width:100%}.predictive-search-form__header-inner:focus-within,.predictive-search-form__header-inner:hover{background-color:#ececec;box-shadow:0 2px 8px rgba(0,0,0,.06)}.predictive-search__icon{align-items:center;color:var(--color-foreground);display:flex;flex-shrink:0;height:18px;justify-content:center;pointer-events:none;width:18px}.predictive-search__icon>svg,input.search-input{height:100%;width:100%}input.search-input{background:transparent;border:0;color:var(--color-foreground);flex:1 1 auto;font-size:16px;font-weight:600;line-height:1;min-width:0;outline:none;overflow:hidden;padding:0;text-overflow:ellipsis}.search-input::placeholder{color:var(--color-foreground);font-weight:600}.search-input:hover{background-color:transparent}.predictive-search__reset-button{align-items:center;background:transparent;color:var(--color-foreground);cursor:pointer;display:flex;flex-shrink:0;font-size:13px;font-weight:600;height:100%;justify-content:center;opacity:.68;padding-inline:0;transition:opacity var(--animation-speed-medium) var(--animation-easing)}.predictive-search__reset-button:hover{opacity:1}.predictive-search__reset-button[hidden]{display:none}.predictive-search__close-modal-button{align-items:center;background:#eeebdf;border-radius:50%;color:var(--color-foreground);cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;justify-self:end;padding:0;transition:background-color var(--animation-speed-medium) var(--animation-easing);width:40px}.predictive-search__close-modal-button:hover{background-color:#e4e0d4}.predictive-search__close-modal-button .svg-wrapper,.predictive-search__close-modal-button svg{height:16px;width:16px}.predictive-search-form__content{background-color:var(--color-background);flex:1 1 auto;min-height:0;overflow-x:clip;overflow-y:auto;scrollbar-gutter:stable}.predictive-search-results__inner{box-sizing:border-box;display:flex;flex-direction:column;margin-inline:auto;max-width:var(--page-width);padding-block-start:42px;padding-inline:var(--page-margin);width:100%}@media screen and (max-width:749px){.predictive-search-results__inner{padding-block-start:20px}}.predictive-search-results__title{font-size:22px;font-weight:600;margin-bottom:15px;text-transform:var(--title-case)}@media screen and (max-width:749px){.predictive-search-results__title{font-size:18px}}.predictive-search-results__products{padding-block-end:var(--padding-2xl)}@media screen and (max-width:749px){.predictive-search-results__products{padding-block-end:var(--padding-md)}}.predictive-search-results__wrapper-queries{display:flex;flex-wrap:wrap;gap:var(--gap-2xs);margin:0 0 15px;padding-block:var(--padding-md) 0}.predictive-search-results__pill{color:var(--color-foreground);font-weight:600;transition:background-color var(--animation-speed-medium) var(--animation-timing-hover),transform var(--animation-speed-medium) var(--animation-timing-bounce);white-space:nowrap}.predictive-search-results__pill:hover{transform:scale(1.03)}.predictive-search-results__pill mark{background-color:transparent;color:var(--color-foreground-subheading);font-weight:600}.predictive-search-results__card--query:is([aria-selected=true],:focus-within) .predictive-search-results__pill,.predictive-search-results__pill:focus,.predictive-search-results__pill:hover{background-color:rgb(var(--color-foreground-rgb)/var(--opacity-8));outline:var(--border-width-sm) solid var(--color-border);text-decoration:none}.predictive-search-results__card--query{list-style:none;transition:transform var(--animation-speed-medium) var(--animation-timing-bounce)}.predictive-search-results__card--query:active{transform:scale(.97)}.predictive-search-results__wrapper-products{display:grid;gap:var(--product-grid-gap,var(--gap-md));grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}@media screen and (min-width:750px){.predictive-search-results__wrapper-products{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.predictive-search-results__card{list-style:none;transition:transform var(--animation-speed-medium) var(--animation-timing-default)}.predictive-search-results__card .product-card{height:100%}.predictive-search-results__card .product-card__content{border-radius:var(--search-card-border-radius,0);overflow:hidden}.predictive-search-results__card--product:active{transform:scale(.97);transition:transform .1s var(--animation-timing-active)}.predictive-search-results__card--product:is([aria-selected=true].keyboard-focus,.predictive-search-results__card--product:focus-visible,.predictive-search-results__card--product:has(a:focus-visible)){border-radius:var(--search-card-border-radius,0);outline:var(--border-width-sm) solid var(--color-primary);outline-offset:2px}.predictive-search-results__no-results{font-size:22px;font-weight:600;padding-block:var(--padding-2xl);text-align:center}.predictive-search-results__no-results,.predictive-search-results__title,.predictive-search-results__wrapper-products .predictive-search-results__card,.predictive-search-results__wrapper-queries{animation:search-element-slide-up var(--animation-speed-medium) var(--animation-timing-bounce) backwards}.predictive-search-results__wrapper-queries{animation-delay:50ms}.predictive-search-results__title{animation-delay:80ms}.predictive-search-results__wrapper-products .predictive-search-results__card:first-child{animation-delay:.1s}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(2){animation-delay:.13s}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(3){animation-delay:.16s}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(4){animation-delay:.19s}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(5){animation-delay:.22s}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(n+6){animation-delay:.25s}@keyframes search-element-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}