predictive-search-component{--resource-card-corner-radius: var(--product-corner-radius, 8px);display:flex;width:100%;position:relative;margin-inline:auto;align-items:center;background-color:var(--color-background);z-index:var(--layer-heightened, 100)}.predictive-search-dropdown{display:flex;flex-direction:column;position:relative;top:0;left:0;right:0;z-index:var(--layer-base, 1)}@media screen and (width >= 750px){:not(:is(dialog))>predictive-search-component{max-width:min(40dvw,650px)}}:not(:is(dialog))>predictive-search-component .predictive-search__close-modal-button{display:none}.search-action .predictive-search{z-index:calc(var(--layer-header-menu, 50) + 2)}.search-action .search-modal .predictive-search{z-index:var(--layer-window-overlay, 1000)}.predictive-search--right{margin-right:0;margin-left:auto}.predictive-search--left{margin-right:auto;margin-left:0}:not(:is(dialog))>predictive-search-component.predictive-search--floating{width:min(40dvw,650px);position:absolute;top:var(--search-top, unset);right:var(--search-right, unset);left:var(--search-left, unset)}.predictive-search-form{position:relative;width:100%;align-self:flex-start}.predictive-search-form__content-wrapper{position:absolute;top:100%;width:100%;left:0;z-index:var(--layer-raised, 10);display:flex;flex-direction:column;border-radius:0 0 var(--search-border-radius, .4rem) var(--search-border-radius, .4rem);box-shadow:var(--shadow-popover, 0 4px 20px rgba(0,0,0,.1));transition:box-shadow var(--animation-speed, .3s) var(--animation-easing, ease);clip-path:inset(0 -100px -100px -100px);transform:translateZ(0);will-change:transform,opacity;overflow:hidden}@media screen and (width < 750px){.predictive-search-form__content-wrapper{border-radius:0}}@media screen and (width >= 750px){.predictive-search-form__content-wrapper{max-height:var(--modal-max-height, 80vh);height:var(--predictive-search-results-height, auto)}}.predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))>.predictive-search-form__content{padding-block-end:var(--padding-6xl, 4rem)}.header__column--right .predictive-search-form__content-wrapper{right:0;left:unset}.search-modal .predictive-search-form__content-wrapper{width:100%}:not(:is(dialog))>predictive-search-component:not(.predictive-search--expanded) .predictive-search-form__content-wrapper{display:none}.predictive-search-form__header-inner:has(.search-input:focus-visible){outline:var(--focus-outline-width, 2px) solid var(--color-foreground);outline-offset:calc(var(--focus-outline-offset, 2px) * -1)}.predictive-search-results__inner{--title-font-size: var(--font-size--md, 1rem);--title-margin-block: var(--margin-xs, .5rem);--list-item-padding-block: var(--padding-sm, .75rem);flex-grow:1;overflow-y:auto;padding-block:var(--padding-lg, 1.5rem);container-type:inline-size;color:var(--color-foreground)}.predictive-search-results__inner>*{padding-inline:var(--padding-xl, 2rem)}.predictive-search-results__list{--slide-width: 27.5%;--slideshow-gap: var(--gap-md, 1rem);padding-block-start:var(--border-width-sm, .1rem)}.predictive-search-results__list:last-child{margin-block-end:0}.predictive-search-results__resource-header{display:flex;padding-inline:var(--padding-xl, 2rem);justify-content:space-between;align-items:center;height:32px}.predictive-search-results__resource-header .svg-wrapper{width:var(--icon-size-xs, 1rem)}.predictive-search-results__list-item{padding-inline:var(--padding-sm, .75rem);padding-block:var(--list-item-padding-block);border-radius:var(--style-border-radius-popover, .4rem);scroll-margin-block:var(--padding-xl, 2rem)}.predictive-search-results__list-item:first-child{scroll-margin-block-start:calc(var(--title-font-size) + var(--title-margin-block) + var(--list-item-padding-block))}.predictive-search-results__list-item:not(:has(.predictive-search-results__list-item-link--pill))[aria-selected=true].keyboard-focus{background-color:rgba(from var(--color-primary, #000) r g b / 20%);transform:translateY(0)}.predictive-search-results__list-item:has(.predictive-search-results__list-item-link--pill){width:fit-content;padding:0}.predictive-search-results__list-item-link{display:grid;grid-template-columns:auto 1fr;grid-column-gap:var(--gap-xl, 1.5rem);align-items:center}.predictive-search-results__list-item-link--pill{display:block;padding:var(--padding-2xs, .25rem) var(--padding-sm, .75rem)}.predictive-search-results__list-item[aria-selected=true] .predictive-search-results__list-item-link--pill{background-color:rgba(from var(--color-primary, #000) r g b / 20%)}.predictive-search-results__list-item-link--no-media{grid-template-columns:1fr}.predictive-search-results__list-item-image,.predictive-search-results__list-item-icon{width:100%;border-radius:var(--product-corner-radius, 8px);background-color:rgb(from var(--color-primary, #000) r g b / 20%);margin:auto;object-fit:cover}.predictive-search-results__list-item-details{display:flex;flex-direction:column;text-decoration:none;overflow:hidden}.predictive-search-results__list-item-content{font-size:var(--font-size-xs, .75rem);color:rgba(from var(--color-primary, #000) r g b / var(--opacity-subdued-text, .6));text-overflow:ellipsis;overflow:hidden;text-wrap:nowrap}.header[transparent] :is(.predictive-search):not(:focus-within){background-color:transparent}.header[transparent] .predictive-search-form__header-inner{border-color:var(--color-foreground)}.predictive-search-form__header .search-input{border-radius:var(--style-border-radius-inputs, .4rem);padding-block:var(--padding-sm, .75rem);font-size:var(--font-size--md, 1rem)}.predictive-search-form__header .search-input:hover{background-color:transparent}.predictive-search__icon{position:absolute;left:var(--margin-xl, 1.5rem);top:auto;width:var(--icon-size-lg, 2rem);height:var(--icon-size-lg, 2rem);color:rgb(from var(--color-foreground) r g b / 60%)}@media screen and (width >= 750px){.predictive-search__icon{left:var(--margin-md, 1rem)}}.predictive-search__icon>svg{width:var(--icon-size-md, 1.5rem);height:var(--icon-size-md, 1.5rem)}.predictive-search__reset-button{cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:var(--minimum-touch-target, 2.5rem);height:var(--minimum-touch-target, 2.5rem);padding:0;background:transparent;color:var(--color-foreground);opacity:1;transition:opacity var(--animation-speed, .3s) var(--animation-easing, ease),visibility var(--animation-speed, .3s) var(--animation-easing, ease)}.predictive-search__reset-button:hover{color:var(--color-foreground)}.predictive-search__reset-button:active{transform:scale(.9);transition:transform .1s var(--animation-timing-active, ease)}@media screen and (width < 750px){.predictive-search__reset-button{margin-right:var(--margin-md, 1rem)}}.predictive-search__reset-button[hidden]{opacity:0;pointer-events:none;visibility:hidden}.predictive-search__reset-button-icon{display:flex;align-items:center;justify-content:center;width:var(--icon-size-lg, 2rem);height:var(--icon-size-lg, 2rem);transition:background-color var(--animation-speed-medium, .3s) ease-in-out,transform var(--animation-speed-medium, .3s) var(--animation-timing-bounce, cubic-bezier(.68, -.55, .265, 1.55));border-radius:50%}.predictive-search__reset-button-icon:hover{background-color:rgb(from var(--color-primary-hover, #000) r g b / 8%)}.predictive-search__reset-button:active .predictive-search__reset-button-icon{transform:scale(.85);transition-timing-function:var(--animation-timing-active, ease);transition-duration:.1s}.predictive-search__reset-button svg{width:var(--icon-size-md, 1.5rem);height:var(--icon-size-md, 1.5rem)}.predictive-search__reset-button-text{display:none}.predictive-search-form__content{max-height:50dvh;overflow-y:auto;background-color:var(--color-background);scrollbar-width:none}.predictive-search-form__content::-webkit-scrollbar{display:none}.search-modal__content .predictive-search-form__content{max-height:var(--modal-max-height, 80vh)}.predictive-search-results__no-results:last-child{margin-block:var(--margin-lg, 1.5rem);text-align:center}.predictive-search__search-button{margin:auto;z-index:var(--layer-raised, 10);transition:transform var(--animation-speed-medium, .3s) var(--animation-timing-bounce, cubic-bezier(.68, -.55, .265, 1.55)),box-shadow var(--animation-speed-medium, .3s) var(--animation-timing-hover, ease);transform-origin:center}.predictive-search__search-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000000d}.predictive-search__search-button:active{transform:scale(.97);transition:transform .1s var(--animation-timing-active, ease);box-shadow:none}.predictive-search:has(.predictive-search-dropdown) .search-input{outline-color:transparent}.predictive-search-form__header{display:flex;position:sticky;top:0;z-index:var(--layer-heightened, 100);width:100%;align-items:center;background-color:var(--color-input-background);border-radius:var(--style-border-radius-inputs, .4rem)}@media screen and (width < 750px){.predictive-search-form__header{padding:var(--padding-2xs, .25rem) var(--padding-sm, .75rem)}}.predictive-search-form__header-inner{background:var(--color-background);border:var(--search-border-width, .1rem) solid var(--color-border);color:var(--color-foreground);border-radius:var(--style-border-radius-popover, .4rem);display:flex;align-items:center;justify-content:space-between;width:100%}@media screen and (width < 750px){.predictive-search-form__header-inner{border-radius:var(--style-border-radius-inputs, .4rem);border:none}}.predictive-search-form__header-inner:focus-within{outline:0;outline-offset:var(--focus-outline-offset, 2px)}@media screen and (width >= 750px){.predictive-search-form__header-inner:focus-within{outline:var(--focus-outline-width, 2px) solid var(--color-primary)}}.predictive-search:has(.predictive-search-dropdown[aria-expanded=true]) .predictive-search-form__header-inner:focus-within{border-top-color:transparent;border-right-color:transparent;border-left-color:transparent;border-radius:var(--search-border-radius, .4rem)}@media screen and (width < 750px){.predictive-search:has(.predictive-search-dropdown[aria-expanded=true]) .predictive-search-form__header-inner:focus-within{border-radius:var(--style-border-radius-inputs, .4rem)}}.search-action .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header:focus-within{border-radius:var(--search-border-radius, .4rem) var(--search-border-radius, .4rem) 0 0;transition:box-shadow var(--animation-speed, .3s) var(--animation-easing, ease);background-color:var(--color-background)}@media screen and (width < 750px){.search-action .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header:focus-within{border-radius:var(--style-border-radius-inputs, .4rem) var(--style-border-radius-inputs, .4rem) 0 0}}.predictive-search__close-modal-button:hover{--button-color: var(--color-foreground);--button-background-color: transparent}.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, 2.5rem);height:var(--minimum-touch-target, 2.5rem);margin-inline-start:var(--margin-sm, .75rem);padding:0;box-shadow:none}.predictive-search__close-modal-button:active{transform:scale(.8);transition:transform .1s var(--animation-timing-active, ease)}.predictive-search__close-modal-button .svg-wrapper,.predictive-search__close-modal-button svg{width:var(--icon-size-xs, 1rem);height:var(--icon-size-xs, 1rem)}@media screen and (width >= 750px){.predictive-search__close-modal-button{display:none}}.predictive-search-form__footer{position:absolute;bottom:0;left:0;right:0}@media screen and (width >= 750px){.predictive-search-form__footer{--to-top-gradient-background: linear-gradient( to top, rgb(from var(--color-background) r g b / 90%), rgb(from var(--color-background) r g b / 80%), rgb(from var(--color-background) r g b / 40%), transparent );padding-block:var(--padding-xs, .5rem) var(--padding-lg, 1.5rem);background-image:var(--to-top-gradient-background)}}.dialog-modal .predictive-search-form__header{border:0;border-radius:0;background-color:var(--color-background);border-bottom:var(--style-border-width, .1rem) solid var(--color-border)}@media screen and (width >= 750px){.dialog-modal .predictive-search-form__header{padding:var(--padding-2xs, .25rem) var(--padding-2xs, .25rem) 0;border-bottom:var(--search-border-width, .1rem) solid var(--color-border)}}@media screen and (width < 750px){.dialog-modal .predictive-search-form__header{transition:box-shadow .2s ease;box-shadow:none}}@media screen and (width < 750px){.dialog-modal .predictive-search__close-modal-button{padding-inline-start:var(--margin-xs, .5rem);margin-inline-start:0}}@media screen and (width < 750px){.dialog-modal[open]{border-radius:0}}@media screen and (width < 750px){.dialog-modal[open] .dialog-modal_content{border-radius:0}}@media screen and (width >= 750px){.dialog-modal .predictive-search-form__header:has(.predictive-search-form__header-inner:focus-within){border-bottom-color:transparent}}@media screen and (width >= 750px){.dialog-modal .predictive-search-form__header-inner{border:0}}@media screen and (width < 750px){.dialog-modal .predictive-search__reset-button-icon{display:none}.dialog-modal .predictive-search__reset-button-text{display:block}.dialog-modal .predictive-search-form__content{max-height:100%}.dialog-modal .predictive-search-form__content-wrapper,.dialog-modal .predictive-search-form__header{box-shadow:none}.dialog-modal .predictive-search-form__footer{padding-block:var(--padding-2xl, 2rem)}}.predictive-search-results__pill mark{background-color:transparent;font-weight:200;color:rgb(from var(--color-foreground) r g b / 80%)}.predictive-search-results__pill:focus,.predictive-search-results__pill:hover,.predictive-search-results__card--query:is([aria-selected=true],:focus-within) .predictive-search-results__pill{--pill-background-color: rgb(from var(--color-foreground) r g b / 8%);background-color:var(--pill-background-color);outline:var(--border-width-sm, .1rem) solid var(--color-border);border:var(--border-width-sm, .1rem);text-decoration:none}.predictive-search-results__pill{font-weight:500;white-space:nowrap;color:var(--color-foreground)}.predictive-search-results__title{display:flex;justify-content:space-between;align-items:center;font-size:var(--font-size--body-md, 1rem);font-weight:500;margin-block:var(--margin-sm, .75rem) var(--margin-xs, .5rem);width:100%;text-transform:var(--title-case, none)}.predictive-search-results__title:first-of-type{margin-block-start:0}@media screen and (width < 750px){.predictive-search-results__title{margin-block:var(--margin-lg, 1.5rem) var(--margin-sm, .75rem)}}.predictive-search-results__resource-header .predictive-search-results__title{margin-block-end:0}.predictive-search-results__resource-header:has(slideshow-controls) .predictive-search-results__title{margin-block-end:0}.predictive-search-results__wrapper{display:flex;overflow-x:auto;overflow-y:hidden;padding-block-end:var(--padding-sm, .75rem);padding-inline:0;scroll-snap-type:x mandatory;scroll-padding:0 var(--padding-xl, 2rem);scrollbar-width:none;-ms-overflow-style:none}.predictive-search-results__wrapper::-webkit-scrollbar{display:none}.predictive-search-results__wrapper slideshow-slides{--gutter-slide-width: var(--padding-xl, 2rem);padding-block:var(--padding-3xs, .125rem);gap:var(--gap-md, 1rem)}.predictive-search-results__wrapper-products{display:grid;grid-template-columns:repeat(2,1fr);padding-block-end:var(--padding-sm, .75rem);gap:var(--gap-md, 1rem);transition:height var(--animation-speed-medium, .3s) var(--animation-easing, ease)}@container (width >= 550px){.predictive-search-results__wrapper-products{grid-template-columns:repeat(4,1fr)}}.predictive-search-results__wrapper-products:last-child{padding-block-end:var(--padding-lg, 1.5rem)}@media screen and (width >= 750px){.predictive-search-results__wrapper-products:last-child{padding-block-end:var(--padding-sm, .75rem)}}.predictive-search-results__wrapper-queries{margin-bottom:var(--margin-lg, 1.5rem);padding-inline:var(--padding-xl, 2rem);gap:var(--gap-2xs, .25rem)}.predictive-search-results__card{flex:0 0 auto;scroll-snap-align:start;scroll-margin-block:calc(var(--title-font-size) + var(--title-margin-block) + var(--padding-sm, .75rem)) calc(var(--padding-xl, 2rem) + var(--button-padding-block, .5rem) * 2);transition:transform var(--animation-speed-medium, .3s) var(--animation-timing-default, ease),background-color var(--animation-speed-medium, .3s) var(--animation-timing-hover, ease),border-color var(--animation-speed-medium, .3s) var(--animation-timing-hover, ease)}.predictive-search-results__card:nth-last-child(3){scroll-snap-align:end}.predictive-search-results__card:active{transform:scale(.97);transition:transform .1s var(--animation-timing-active, ease)}.predictive-search-results__card--product:hover,.recently-viewed-wrapper .predictive-search-results__card--product:hover{background-color:var(--card-bg-hover, rgba(0,0,0,.05));border-radius:var(--product-corner-radius, 8px);padding:calc(var(--padding-2xs, .25rem) + 2px);margin:calc((var(--padding-2xs, .25rem) + 2px) * -1)}.predictive-search-results__card--product:is([aria-selected=true].keyboard-focus,:focus-visible,:has(.resource-card:focus-visible)),.recently-viewed-wrapper .predictive-search-results__card--product:is([aria-selected=true].keyboard-focus,:focus-visible,:has(.resource-card:focus-visible)){background-color:var(--card-bg-hover, rgba(0,0,0,.05));padding:calc(var(--padding-2xs, .25rem) + 1px);margin:calc((var(--padding-2xs, .25rem) + 1px) * -1);outline:var(--border-width-sm, .1rem) solid var(--color-border);border-radius:calc(var(--product-corner-radius, 8px) + 1px);border-color:var(--card-border-focus, var(--color-primary))}.predictive-search-results__card--product:active,.recently-viewed-wrapper .predictive-search-results__card--product:active{transform:scale(.97);transition:transform .1s var(--animation-timing-active, ease)}.predictive-search-results__card:not(.predictive-search-results__card--product){padding:var(--padding-sm, .75rem);border:var(--border-width-sm, .1rem) solid var(--color-border);border-radius:var(--card-corner-radius, 8px);width:60cqi;content-visibility:visible}@media screen and (width >= 750px){.predictive-search-results__card:not(.predictive-search-results__card--product){width:27.5cqi}}.predictive-search-results__card:not(.predictive-search-results__card--product):hover{border-color:var(--card-border-hover, var(--color-primary));background-color:var(--card-bg-hover, rgba(0,0,0,.05))}.predictive-search-results__card:not(.predictive-search-results__card--product)[aria-selected=true].keyboard-focus{border-color:var(--card-border-hover, var(--color-primary));background-color:var(--card-bg-hover, rgba(0,0,0,.05))}.predictive-search-results__card:not(.predictive-search-results__card--product):active{transform:scale(.97);transition:transform var(--animation-speed-medium, .3s) var(--animation-timing-active, ease)}@keyframes search-element-scale-in{0%{transform:scale(.95);opacity:0}40%{opacity:1}to{transform:scale(1);opacity:1}}@keyframes search-element-scale-out{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}@keyframes search-element-slide-in-top{0%{margin-top:calc(var(--modal-top-margin, 0) + var(--padding-sm, .75rem));opacity:0}to{margin-top:var(--modal-top-margin, 0);opacity:1}}@keyframes search-element-slide-out-top{0%{margin-top:var(--modal-top-margin, 0);opacity:1}to{margin-top:calc(var(--modal-top-margin, 0) + var(--padding-sm, .75rem));opacity:0}}@keyframes content-slide{0%{transform:translateY(var(--slide-from, 0));opacity:var(--slide-opacity-from, 1)}to{transform:translateY(var(--slide-to, 0));opacity:var(--slide-opacity-to, 1)}}.recently-viewed-wrapper .predictive-search-results__card{opacity:1;transform:translateY(0);transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.recently-viewed-wrapper.removing .predictive-search-results__card{opacity:0;transform:translateY(-10px);pointer-events:none}@media screen and (width < 750px){.predictive-search-results__resource-header slideshow-controls{display:none}}@media screen and (width < 750px){.predictive-search-results__list slideshow-arrows{display:none}}.predictive-search-dropdown .predictive-search-results__list-item-image,.predictive-search-dropdown .predictive-search-results__list-item-icon{width:100%;border-radius:var(--product-corner-radius, 8px);background-color:rgb(from var(--color-primary, #000) r g b / 20%);margin:auto;object-fit:cover}.predictive-search-results__list-item,.predictive-search-results__no-results,.predictive-search-results__wrapper,.predictive-search-results__wrapper-products .predictive-search-results__card{animation:search-element-slide-up var(--animation-speed-medium, .3s) var(--animation-timing-bounce, cubic-bezier(.68, -.55, .265, 1.55)) backwards}slideshow-slide .resource-card{animation-delay:0ms!important}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(1){animation-delay:30ms}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(2){animation-delay:60ms}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(3){animation-delay:90ms}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(4){animation-delay:.12s}.predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(n+5){animation-delay:.15s}.predictive-search-results__list,.predictive-search-results__wrapper{animation-duration:var(--animation-speed-medium, .3s)}.predictive-search-results__list-item{animation-delay:calc(30ms * var(--nth-child, 1) + 50ms)}.predictive-search-results__wrapper-queries,.predictive-search-results__wrapper-products{animation-delay:50ms}.predictive-search-results__list:nth-of-type(2){animation-delay:.15s}.predictive-search-results__list:nth-of-type(3){animation-delay:.2s}.predictive-search-results__list:nth-of-type(4){animation-delay:.25s}[data-resource-type]{animation-delay:0ms!important}.predictive-search-results__no-results{animation-delay:.1s}.predictive-search-results__list-item.removing,.predictive-search-results__no-results.removing,.predictive-search-results__wrapper.removing{animation:search-element-slide-down var(--animation-speed-medium, .3s) var(--animation-timing-fade-out, ease-out) forwards}.predictive-search-results__card.removing{animation:fadeOut var(--animation-speed-medium, .3s) var(--animation-timing-fade-out, ease-out) forwards}.predictive-search-results__wrapper{transition:opacity var(--animation-speed-medium, .3s) var(--animation-timing-fade-in, ease-in)}.predictive-search__reset-button{transition:opacity var(--animation-speed-medium, .3s) var(--animation-timing-fade-out, ease-out),visibility var(--animation-speed-medium, .3s) var(--animation-timing-fade-out, ease-out)}.predictive-search-results__no-results{transition:opacity var(--animation-speed-medium, .3s) var(--animation-timing-fade-in, ease-in)}@keyframes search-element-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes search-element-slide-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.recently-viewed-wrapper{display:grid;grid-template-rows:auto auto;max-height:1000px;opacity:1;overflow:visible;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1);transform-origin:top center;transform:translateY(0)}.recently-viewed-wrapper.removing{max-height:0;opacity:0;transform:translateY(-10px);transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);pointer-events:none}.recently-viewed-wrapper.removing .predictive-search-results__card{transition:none;transform:none;opacity:1}.recently-viewed-wrapper>*{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.predictive-search-results__clear.button-unstyled{color:var(--color-foreground);opacity:.5;transition:opacity var(--animation-speed-medium, .3s) var(--animation-easing, ease);padding:0;margin-left:var(--margin-sm, .75rem)}.predictive-search-results__clear.button-unstyled:hover{opacity:1}.search-input,.search-input:is(:focus,:focus-visible,:focus-within),.predictive-search-form__header *:is(:focus,:focus-visible){outline:none!important;box-shadow:none!important}.predictive-search-form__header-inner:has(.search-input:is(:focus,:focus-visible)),.predictive-search-form__header:focus-within,.predictive-search-form__header-inner:focus-within{outline:none!important;box-shadow:none!important;border-color:var(--color-border)!important}.predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header-inner:focus-within{border-top-color:transparent;border-right-color:transparent;border-left-color:transparent}@media screen and (width < 750px){.predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header-inner:focus-within{border-bottom-color:transparent}}.predictive-search-form__header{border-radius:var(--style-border-radius-inputs, .4rem);border:var(--search-border-width, .1rem) solid var(--color-border)}.predictive-search-results__card--query{transition:transform var(--animation-speed-medium, .3s) var(--animation-timing-bounce, cubic-bezier(.68, -.55, .265, 1.55));transform-origin:center}.predictive-search-results__card--query:active{transform:scale(.97)}.predictive-search-results__pill{transition:background-color var(--animation-speed-medium, .3s) var(--animation-timing-hover, ease),box-shadow var(--animation-speed-medium, .3s) var(--animation-timing-bounce, cubic-bezier(.68, -.55, .265, 1.55)),transform var(--animation-speed-medium, .3s) var(--animation-timing-bounce, cubic-bezier(.68, -.55, .265, 1.55));margin:2px}.predictive-search-results__pill:hover{transform:scale(1.03);box-shadow:0 2px 5px #00000012}.search-page-input{width:100%;color:var(--color-input-text);background-color:var(--color-input-background);padding-block:var(--padding-lg);padding-inline:calc(var(--icon-size-lg) + var(--margin-xl) * 1.5);text-overflow:ellipsis;overflow:hidden;border-radius:var(--style-border-radius-inputs);border:var(--style-border-width-inputs) solid var(--color-input-border)}@media screen and (width < 750px){.search-page-input{padding-inline:calc(var(--margin-xs) + var(--icon-size-lg) + var(--padding-md))}}.search-page-input::placeholder{color:rgba(from var(--color-input-text) r g b / var(--opacity-subdued-text))}.search-page-input__parent{display:flex;flex-direction:column;align-items:var(--horizontal-alignment)}.search-results__no-results{opacity:var(--opacity-subdued-text)}search-page-input-component{position:relative;width:100%;display:flex;top:0;max-width:var(--size-style-width);align-items:center;background-color:var(--color-background);margin:var(--margin-2xl) 0 var(--margin-md)}@media screen and (width < 750px){search-page-input-component{max-width:100%}}search-page-input-component .search__icon,search-page-input-component .search__icon:hover,search-page-input-component .search__reset-button,search-page-input-component .search__reset-button:hover{background:transparent;position:absolute;top:auto;width:var(--icon-size-lg);height:var(--icon-size-lg)}search-page-input-component .search__icon svg,search-page-input-component .search__reset-button svg{width:var(--icon-size-md);height:var(--icon-size-md)}search-page-input-component .search__icon svg{color:var(--color-input-text)}search-page-input-component .search__icon{left:var(--margin-lg)}@media screen and (width < 750px){search-page-input-component .search__icon{left:var(--margin-md)}}search-page-input-component .search__reset-button{border-radius:100%;color:var(--color-input-text);right:var(--margin-lg);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--animation-speed) var(--animation-easing),visibility var(--animation-speed) var(--animation-easing)}@media screen and (width < 750px){search-page-input-component .search__reset-button{right:var(--margin-md)}}search-page-input-component:has(.search-page-input:not(:placeholder-shown)) .search__reset-button{opacity:1;visibility:visible;pointer-events:auto}search-page-input-component .search__reset-button-icon{vertical-align:middle;display:flex;align-items:center;justify-content:center;width:var(--icon-size-lg);height:var(--icon-size-lg);transition:transform var(--animation-speed) var(--animation-easing)}search-page-input-component .search__reset-button:active .search__reset-button-icon{transform:scale(.9)}search-page-input-component .search__reset-button-icon svg{width:var(--icon-size-md);height:var(--icon-size-md)}search-page-input-component .search__reset-button--hidden{cursor:default;opacity:0;transition:opacity var(--animation-speed) var(--animation-easing);pointer-events:none;visibility:hidden}search-page-input-component .search__reset-button-text{display:none}.clean-search-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:.5rem;cursor:pointer;color:currentColor;transition:opacity .2s ease}.clean-search-button:hover{opacity:.7}.clean-search-button .svg-wrapper{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.clean-search-button svg{width:100%;height:100%}.clean-search-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:none;opacity:0;transition:opacity .3s ease}.clean-search-modal[aria-hidden=false]{display:flex;opacity:1}.clean-search-modal__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.clean-search-modal__container{position:relative;width:100%;height:100%;background:rgb(var(--color-background, 255 255 255));display:flex;flex-direction:column;overflow:hidden}@media screen and (width >= 750px){.clean-search-modal__container{width:90%;max-width:800px;height:80vh;max-height:600px;margin:auto;border-radius:.8rem;box-shadow:0 10px 40px #0003}}.clean-search-modal__header{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid rgba(var(--color-foreground, 0 0 0),.1);background:rgb(var(--color-background, 255 255 255))}.clean-search-modal__input-wrapper{flex:1;position:relative;display:flex;align-items:center}.clean-search-modal__icon{position:absolute;left:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground, 0 0 0),.5);pointer-events:none}.clean-search-modal__input{width:100%;padding:1.2rem 4rem;font-size:1.6rem;line-height:1.5;border:2px solid rgba(var(--color-foreground, 0 0 0),.2);border-radius:.5rem;background:rgb(var(--color-background, 255 255 255));color:rgb(var(--color-foreground, 0 0 0));outline:none;transition:border-color .2s ease}.clean-search-modal__input:focus{border-color:rgb(var(--color-primary, 0 0 0))}.clean-search-modal__clear{position:absolute;right:1rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:rgba(var(--color-foreground, 0 0 0),.6);padding:0}.clean-search-modal__clear:hover{color:rgb(var(--color-foreground, 0 0 0))}.clean-search-modal__close{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:rgb(var(--color-foreground, 0 0 0));padding:0;flex-shrink:0}.clean-search-modal__close:hover{opacity:.7}.clean-search-modal__content{flex:1;overflow-y:auto;padding:2rem}.clean-search-loading{text-align:center;padding:3rem;color:rgba(var(--color-foreground, 0 0 0),.6)}.clean-search-empty{display:flex;flex-direction:column}.clean-search-empty__title{margin-bottom:1.5rem}.clean-search-empty__title h3{font-size:1.8rem;font-weight:600;margin:0;color:rgb(var(--color-foreground, 0 0 0))}.clean-search-recently-viewed{margin-bottom:2rem}.clean-search-recently-viewed[hidden]{display:none!important}.clean-search-recently-viewed__title{margin-bottom:1.5rem}.clean-search-recently-viewed__title h4{font-size:1.8rem;font-weight:600;margin:0;color:rgb(var(--color-foreground, 0 0 0));text-align:right}.clean-search-recently-viewed__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media screen and (width >= 550px){.clean-search-recently-viewed__products{grid-template-columns:repeat(4,1fr)}}.clean-search-recommended{margin-top:2rem}.clean-search-recommended[hidden]{display:none!important}.clean-search-recommended__title{margin-bottom:1.5rem}.clean-search-recommended__title[hidden]{display:none!important}.clean-search-recommended__title h4{font-size:1.8rem;font-weight:600;margin:0;color:rgb(var(--color-foreground, 0 0 0))}.clean-search-recommended__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media screen and (width >= 550px){.clean-search-recommended__products{grid-template-columns:repeat(4,1fr)}}.clean-search-results{display:flex;flex-direction:column}.clean-search-results[hidden]{display:none!important}.clean-search-results__title{margin-bottom:1.5rem}.clean-search-results__title[hidden]{display:none!important}.clean-search-results__title h3{font-size:1.8rem;font-weight:600;margin:0;color:rgb(var(--color-foreground, 0 0 0))}.clean-search-results__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}@media screen and (width >= 550px){.clean-search-results__grid{grid-template-columns:repeat(4,1fr)}}.clean-search-results__view-all{text-align:center;padding:1.5rem 0}.clean-search-view-all-button{display:inline-block;padding:1rem 2.5rem;background:rgb(var(--color-foreground, 0 0 0));color:rgb(var(--color-background, 255 255 255));text-decoration:none;border-radius:.5rem;font-weight:600;font-size:1.4rem;transition:opacity .2s ease,transform .2s ease}.clean-search-view-all-button:hover{opacity:.9;transform:translateY(-1px)}.clean-search-product-card{display:flex;flex-direction:column;text-decoration:none;color:rgb(var(--color-foreground, 0 0 0));transition:transform .2s ease}.clean-search-product-card:hover{transform:translateY(-2px)}.clean-search-product-card__image-wrapper{width:100%;aspect-ratio:4 / 5;border-radius:.5rem;margin-bottom:.75rem;background:rgba(var(--color-foreground, 0 0 0),.05);overflow:hidden;position:relative}.clean-search-product-card__image{width:100%;height:100%;object-fit:cover;display:block}.clean-search-product-card__image-placeholder{width:100%;height:100%;background:rgba(var(--color-foreground, 0 0 0),.05);display:flex;align-items:center;justify-content:center}.clean-search-product-card__title{font-size:1.4rem;line-height:1.4;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.clean-search-product-card__price{font-size:1.2rem;font-weight:600;color:rgb(var(--color-foreground, 0 0 0))}.clean-search-no-results{text-align:center;padding:3rem;color:rgba(var(--color-foreground, 0 0 0),.6)}.collection-swatches{display:flex;flex-wrap:nowrap;gap:2px;margin-top:var(--margin-xs);position:relative;z-index:10;max-width:100%;overflow:hidden;align-items:center}.collection-swatches.card__variant-list{column-gap:.3rem!important;gap:.3rem!important}.collection-swatch{width:var(--variant-picker-swatch-width, 28px);height:var(--variant-picker-swatch-height, 28px);min-width:var(--variant-picker-swatch-width, 28px);min-height:var(--variant-picker-swatch-height, 28px);max-width:var(--variant-picker-swatch-width, 28px);max-height:var(--variant-picker-swatch-height, 28px);border-radius:var(--variant-picker-swatch-radius, 50%);cursor:pointer;position:relative;overflow:hidden;border:1px solid var(--color-input-border, rgba(0, 0, 0, .1));pointer-events:auto;flex-shrink:0;display:block;box-sizing:border-box;padding:0;margin:0}.collection-swatch a{display:block;width:100%;height:100%;min-width:100%;min-height:100%;position:absolute;top:0;left:0;overflow:hidden;border-radius:inherit;box-sizing:border-box;padding:0;margin:0}.collection-swatch img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block;margin:0;padding:0;box-sizing:border-box}.collection-swatch--color{background-color:var(--swatch-color)}.collection-swatch--color a{background-color:transparent}.collection-swatch.card__variant-list-item--not-available:after{display:none!important}.collection-swatch.card__variant-list-item--not-available img{opacity:1!important}.collection-swatch.is-selected{border-color:var(--color-foreground, #000);border-width:2px}.card__media .collection-swatch{pointer-events:auto}.collection-swatches__overflow{display:flex;align-items:center;justify-content:center;width:var(--variant-picker-swatch-width, 28px);height:var(--variant-picker-swatch-height, 28px);color:var(--color-foreground, #000);font-size:1.2em;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;border:1px solid var(--color-input-border, rgba(0, 0, 0, .1));border-radius:var(--variant-picker-swatch-radius, 50%)}@media screen and (max-width: 749px){.collection-swatches.card__variant-list{column-gap:.02rem!important;gap:.02rem!important;row-gap:.02rem!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;white-space:nowrap}.collection-swatches.card__variant-list .collection-swatch:nth-child(n+4),.collection-swatches.card__variant-list .collection-swatches__overflow:nth-child(n+4){display:none}.collection-swatches::-webkit-scrollbar{display:none}.collection-swatch{width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;flex-shrink:0;padding:1px;box-sizing:border-box}.collection-swatch a{width:18px;height:18px;min-width:18px;min-height:18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.collection-swatch img{width:18px;height:18px}.collection-swatches__overflow{width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;font-size:.8em;padding:1px;box-sizing:border-box}}.search-modal:before{content:"\2728  NEW HORIZON SEARCH ACTIVE \2728";display:block!important;position:absolute;top:0;left:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;padding:1rem!important;text-align:center!important;font-size:1.8rem!important;font-weight:700!important;z-index:9999!important;box-shadow:0 4px 20px #0000004d!important}.search-modal{background:#ffc8c8f2!important}.search-modal__content{flex-direction:column;align-items:stretch;padding:2rem;padding-top:5rem!important}.search-modal .search-modal__form{width:100%;max-width:100%;position:relative}.search-modal search-page-input-component{position:relative;width:100%;display:flex;align-items:center;background-color:transparent;margin:0 0 2rem;max-width:100%;z-index:1}.search-modal .search-page-input{width:100%!important;color:rgb(var(--color-foreground))!important;background:linear-gradient(135deg,#f093fb,#f5576c)!important;padding:1.4rem 4.5rem!important;text-overflow:ellipsis;overflow:hidden;border-radius:.4rem!important;border:.3rem solid #00ff00!important;font-size:1.6rem!important;line-height:1.5;appearance:none;-webkit-appearance:none;transition:border-color .2s ease;box-shadow:0 0 20px #00ff0080!important}.search-modal .search-page-input:focus{outline:none;border-color:rgb(var(--color-foreground))}.search-modal .search-page-input::placeholder{color:rgba(var(--color-foreground),.5)}.search-modal search-page-input-component .search__icon{position:absolute;left:1.4rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2;background:#ff0!important;border-radius:50%!important;padding:.3rem!important}.search-modal search-page-input-component .search__icon svg{width:1.8rem!important;height:1.8rem!important;color:red!important;display:block!important;filter:drop-shadow(0 0 5px rgba(255,0,0,.8))!important}.search-modal search-page-input-component .search__icon svg:last-child{display:none}.search-modal search-page-input-component .search__reset-button{position:absolute;right:1.4rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;border:none;padding:0;background:transparent;z-index:2}.search-modal search-page-input-component:has(.search-page-input:not(:placeholder-shown)) .search__reset-button,.search-modal search-page-input-component:has(.search-page-input[value]:not([value=""])) .search__reset-button{opacity:1;visibility:visible;pointer-events:auto}.search-modal search-page-input-component .search__reset-button-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:transform .2s ease}.search-modal search-page-input-component .search__reset-button:active .search__reset-button-icon{transform:scale(.9)}.search-modal search-page-input-component .search__reset-button svg{width:1.4rem;height:1.4rem;display:block}.search-modal search-page-input-component .search__reset-button-text{display:none}.search-modal .predictive-search{position:relative;top:0;left:0;right:0;width:100%;margin-top:0;border-radius:.4rem;border:.1rem solid rgba(var(--color-foreground),.1);max-height:60vh;overflow-y:auto}@media screen and (max-width: 749px){.search-modal__content{padding:1.5rem}.search-modal search-page-input-component .search__icon{left:1.2rem}.search-modal search-page-input-component .search__reset-button{right:1.2rem}.search-modal .search-page-input{padding:1.2rem 4rem;font-size:1.4rem}}.predictive-search-results__wrapper slideshow-slides{padding:16px;margin-block:-16px}predictive-search-component{display:flex!important;flex-direction:column;width:100%!important;min-height:300px;background-color:rgb(var(--color-background, 255 255 255))!important;position:relative}.predictive-search-form{display:flex!important;flex-direction:column;width:100%!important;height:100%;position:relative}.predictive-search-form__header{display:flex!important;align-items:center;width:100%!important;padding:1rem;background-color:rgb(var(--color-background, 255 255 255))!important;border-bottom:1px solid rgba(var(--color-foreground, 0 0 0),.1)}.predictive-search-form__header-inner{display:flex!important;align-items:center;width:100%!important;position:relative;background-color:rgb(var(--color-input-background, 255 255 255))!important;border:1px solid rgba(var(--color-foreground, 0 0 0),.2);border-radius:.4rem;padding:0}.predictive-search-form__header-inner .search-input{display:block!important;width:100%!important;padding:1.2rem 4rem!important;font-size:1.6rem!important;line-height:1.5;border:none!important;border-radius:.4rem!important;background-color:transparent!important;color:rgb(var(--color-input-text, 0 0 0))!important;appearance:none;-webkit-appearance:none}.predictive-search__icon{display:flex!important;position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem;pointer-events:none;color:rgba(var(--color-foreground, 0 0 0),.6)}.predictive-search__reset-button{display:flex!important;position:absolute;right:1rem;top:50%;transform:translateY(-50%);align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:none;cursor:pointer}.predictive-search__reset-button[hidden]{display:none!important}.predictive-search__close-modal-button{display:flex!important;align-items:center;justify-content:center;width:3rem;height:3rem;margin-left:1rem;background:transparent;border:none;cursor:pointer}.predictive-search-form__content-wrapper{display:flex!important;flex-direction:column;width:100%!important;flex:1;overflow-y:auto;position:relative;background-color:rgb(var(--color-background, 255 255 255))!important}.predictive-search-form__content{display:block!important;width:100%!important;padding:2rem;min-height:200px;background-color:rgb(var(--color-background, 255 255 255))!important}.predictive-search-dropdown{display:flex!important;flex-direction:column;width:100%}.predictive-search-results__inner{display:block!important;width:100%;padding:1rem}predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results)) .predictive-search-form__footer{display:block}.predictive-search-form__footer{display:none;position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(255,255,255,.9),transparent)}@media screen and (width < 750px){.predictive-search__close-modal-button{display:flex!important}}@media screen and (width >= 750px){.predictive-search__close-modal-button{display:none!important}}.product-form__input input[type=radio]+label{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important}[dir=ltr] .product-form__input input[type=radio]+label{margin:.2rem .3rem .2rem 0!important}[dir=rtl] .product-form__input input[type=radio]+label{margin:.2rem 0 .2rem .3rem!important}.related-product-swatch-label{position:relative;border:2px dashed rgba(var(--color-foreground),.3)!important}.related-product-swatch-label:hover{border:2px dashed rgba(var(--color-foreground),.6)!important}.related-product-swatch-label:after{display:none!important}.resource-card{--resource-card-secondary-image-opacity: 0;--resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));display:flex;flex-direction:column;row-gap:var(--padding-xs);position:relative;text-decoration:none;height:100%;opacity:0;animation:fadeIn var(--animation-speed-medium, .3s) var(--animation-timing-fade-in, ease-in) forwards}.resource-card__content{display:flex;flex-direction:column;color:var(--color-foreground);gap:var(--padding-3xs)}.resource-card[data-resource-type=article] .resource-card__content,.resource-card[data-resource-type=page] .resource-card__content{gap:var(--padding-xs)}.resource-card__image{aspect-ratio:var(--resource-card-aspect-ratio, auto);object-fit:cover;border-radius:var(--resource-card-corner-radius);opacity:var(--resource-card-primary-image-opacity)}.resource-card__image--secondary{position:absolute;top:0;opacity:var(--resource-card-secondary-image-opacity);border-radius:var(--resource-card-corner-radius)}.resource-card__media:empty{display:none}.resource-card__image-placeholder{padding:var(--padding-sm);font-size:var(--font-size--lg);line-height:var(--line-height--display-loose);word-break:break-word;background-color:rgb(from var(--color-foreground) r g b / 5%);aspect-ratio:var(--resource-card-aspect-ratio, auto);border-radius:var(--resource-card-corner-radius);color:var(--color-foreground)}.resource-card__title{margin-block:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.3}.resource-card__title.paragraph{line-height:1.3}.resource-card--overlay{height:100%}.resource-card--overlay:before{content:"";position:absolute;top:50%;right:0;bottom:0;left:0;background:var(--gradient-image-overlay);border-radius:var(--resource-card-corner-radius);pointer-events:none;z-index:var(--layer-flat)}.resource-card--overlay .resource-card__image{height:100%}.resource-card--overlay .resource-card__content{position:absolute;inset:auto 0 0;padding:var(--padding-lg) var(--padding-lg) var(--padding-sm);z-index:var(--layer-raised)}.resource-card--overlay .resource-card__title{color:var(--color-white)}.resource-card__image-wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap-2xs)}.resource-card__collection-image{aspect-ratio:1 / 1;object-fit:cover;border-radius:calc(var(--card-corner-radius) - (var(--padding-xs) / 2))}.resource-card__subtext{color:rgba(from var(--color-foreground) r g b / var(--opacity-subdued-text));margin-block-start:0}.resource-card__subtext.paragraph{font-size:var(--font-size--body-sm);line-height:var(--line-height--body-tight);color:rgba(from var(--color-foreground) r g b / var(--opacity-subdued-text))}.resource-card:has(.resource-card__image--secondary):hover,.resource-card:has(.resource-card__image--secondary):focus{--resource-card-secondary-image-opacity: 1}.search-modal{--search-border-radius: var(--style-border-radius-popover, .4rem);--search-border-width: var(--style-border-width, .1rem)}.search-modal__button{display:flex;align-items:center;justify-content:center}.search-modal__content{--modal-top-margin: calc(50dvh - var(--modal-max-height, 80vh) / 2 - 2rem);--modal-width: 66dvw;padding:0}@media screen and (width >= 750px){.search-modal__content{width:var(--modal-width);margin-block-start:var(--modal-top-margin);overflow:hidden}}@media screen and (width < 750px){.search-modal__content::backdrop{display:none}}.dialog-modal[open].search-modal__content{transform-origin:bottom center;animation:search-element-slide-in-bottom .3s var(--ease-out-quad, ease-out) forwards;border-radius:var(--search-border-radius);box-shadow:var(--shadow-popover, 0 4px 20px rgba(0,0,0,.1))}@media screen and (width < 750px){.dialog-modal[open].search-modal__content{border-radius:0}}.dialog-modal.search-modal__content.dialog-closing{animation:search-element-slide-out-bottom .2s var(--ease-out-quad, ease-out) forwards}.search-modal__content[open]{display:flex!important;flex-direction:column;background-color:var(--color-background, #ffffff);max-height:80vh;overflow:hidden}.search-modal__content :is(.predictive-search-dropdown,.predictive-search-form__content-wrapper){position:relative}dialog[open].search-modal__content{display:flex!important;flex-direction:column;background-color:rgb(var(--color-background, 255 255 255))!important;color:rgb(var(--color-foreground, 0 0 0))!important;max-height:80vh;overflow:hidden}dialog.search-modal__content::backdrop{background:#00000080!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}dialog.search-modal__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;padding:0;border:none;max-width:90vw;max-height:90vh}dialog[open].search-modal__content{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}@media screen and (width < 750px){dialog[open].search-modal__content{top:0!important;left:0!important;transform:none!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important}}.search-modal__content predictive-search-component{display:flex!important;width:100%!important;min-height:300px;background-color:rgb(var(--color-background, 255 255 255))!important;flex-direction:column}.search-modal__content .predictive-search-form{display:flex!important;flex-direction:column;width:100%!important;height:100%;min-height:300px}.search-modal__content .predictive-search-form__header{display:flex!important;width:100%!important;background-color:rgb(var(--color-background, 255 255 255))!important;padding:1rem;border-bottom:1px solid rgba(var(--color-foreground, 0 0 0),.1)}.search-modal__content .predictive-search-form__header-inner{display:flex!important;width:100%!important;align-items:center;position:relative}.search-modal__content .search-input{display:block!important;width:100%!important;padding:1.2rem 4rem!important;font-size:1.6rem!important;line-height:1.5;border:1px solid rgba(var(--color-foreground, 0 0 0),.2)!important;border-radius:.4rem!important;background-color:rgb(var(--color-input-background, 255 255 255))!important;color:rgb(var(--color-input-text, 0 0 0))!important;appearance:none;-webkit-appearance:none}.search-modal__content .predictive-search__icon{display:flex!important;position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem;pointer-events:none}.search-modal__content .predictive-search__reset-button{display:flex!important;position:absolute;right:1rem;top:50%;transform:translateY(-50%);align-items:center;justify-content:center}.search-modal__content .predictive-search__close-modal-button{display:flex!important;align-items:center;justify-content:center;width:3rem;height:3rem;margin-left:1rem}.search-modal__content .predictive-search-form__content-wrapper{display:flex!important;flex-direction:column;width:100%!important;flex:1;overflow-y:auto;position:relative}.search-modal__content .predictive-search-form__content{display:block!important;width:100%!important;padding:2rem;min-height:200px;background-color:rgb(var(--color-background, 255 255 255))!important}.search-modal__content .predictive-search-dropdown{display:flex!important;flex-direction:column;width:100%}.search-modal__content .predictive-search-results__inner{display:block!important;width:100%;padding:1rem}.search-modal__content *{visibility:visible!important}@media screen and (width < 750px){.search-modal__content[open],dialog[open].search-modal__content{width:100vw!important;height:100vh!important;max-height:100vh!important;margin:0!important;border-radius:0!important}}@keyframes search-element-slide-in-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes search-element-slide-out-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@media screen and (width < 750px){.dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden])):before{content:"";position:absolute;right:calc(var(--padding-sm, .75rem) + var(--minimum-touch-target, 2.5rem));top:0;bottom:0;width:var(--border-width-sm, .1rem);background-color:var(--color-border, rgba(0,0,0,.1))}.dialog-modal .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden]))>.predictive-search__close-modal-button:before{content:none}}.search-action{--search-border-radius: var(--style-border-radius-inputs, .4rem);--search-border-width: var(--style-border-width-inputs, .1rem);display:flex}.header__column--center .search-action{width:auto;flex-grow:1}@media screen and (width >= 750px){:is(.header__column--left,.header__column--center) .search-action{margin-inline:calc(var(--padding-lg, 1.5rem) * -1)}}@media screen and (width >= 750px){.header__column--right .search-action{margin-inline:calc(var(--gap-md, 1rem) * -1) calc(var(--gap-xs, .5rem) * -1)}}
/*# sourceMappingURL=/cdn/shop/t/96/compiled_assets/styles.css.map */
