predictive-search{display:block;padding:var(--space-32) var(--space-16)}@media (min-width:990px){predictive-search{padding:var(--space-32) var(--space-48)}}.predictive-search{--search-max-height:80vh;--section-space-vertical:0;display:flex;height:0;justify-content:space-between}@supports (height:80dvh){.predictive-search{--search-max-height:80dvh}}.predictive-search .search-cta-wrapper{display:flex;justify-content:flex-end}.predictive-search .search-cta{margin-left:auto;margin-top:var(--space-16);padding:var(--space-8)}.predictive-search .search-input{align-items:center;background-color:var(--white);border:1px solid var(--theme-text);display:flex;gap:var(--space-2);justify-content:space-between;padding:var(--space-12) var(--space-16);width:100%}:is(.predictive-search .search-input) input{background-color:transparent}:is(.predictive-search .search-input) input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;background-color:transparent}:is(.predictive-search .search-input) input:focus{outline:none}:is(.predictive-search .search-input) ::-moz-placeholder{color:var(--theme-text)}:is(.predictive-search .search-input) ::placeholder{color:var(--theme-text)}.predictive-search input[type=search]{border:none;width:100%}.predictive-search.predictive-search-popover{background-color:var(--theme-background);border:none;height:0;margin-inline:var(--section-space-horizontal);opacity:0;overflow:hidden;scrollbar-gutter:stable;top:calc(var(--bottom-of-top-bar));transform:translateY(-3rem);transition:opacity var(--transition-time) var(--transition-type),transform var(--transition-time) var(--transition-type),display var(--transition-time) allow-discrete;width:100%;z-index:-10}.predictive-search.predictive-search-popover:popover-open{height:-moz-fit-content;height:fit-content;opacity:1;transform:none}@starting-style{.predictive-search.predictive-search-popover:popover-open{opacity:0;transform:translateY(0)}}.predictive-search .suggested-query{border-bottom:1px solid var(--mono-40);cursor:pointer;padding-bottom:var(--space-8);text-transform:capitalize}.predictive-search .suggested-queries-list{display:flex;flex-direction:column;gap:var(--space-8)}.predictive-search .suggested-queries-title{padding-bottom:var(--space-8);padding-top:var(--space-24)}.predictive-search-wrapper{width:100%}.predictive-search-results{display:flex;flex-direction:column;max-height:0;overflow-y:hidden;transition:max-height .75s var(--transition-type)}.predictive-search-results .inner-wrapper{display:flex;flex-direction:column;height:100%;overflow:hidden}.predictive-search-results .group-header{display:flex;justify-content:space-between;margin-bottom:0;padding-bottom:var(--space-8);padding-top:var(--space-24);position:sticky;top:0;z-index:1}.predictive-search-results .products-list{flex:1;overflow-y:auto}@media (min-width:750px){.predictive-search-results .products-list{-ms-overflow-style:none;padding-bottom:0;scrollbar-width:none}:is(.predictive-search-results .products-list)::-webkit-scrollbar{display:none}}.predictive-search-results.is-open{max-height:var(--search-max-height)}.predictive-search-results a{text-decoration:none}:is(.predictive-search-results a):focus,:is(.predictive-search-results a):hover{color:var(--brand-color-3)}.predictive-search-results .search-product-card{align-items:center;border-left:1px solid var(--mono-20);border-right:1px solid var(--mono-20);border-top:1px solid var(--mono-20);display:flex;justify-content:space-between;max-height:100px;padding:var(--space-4) var(--space-24)}@media (min-width:990px){.predictive-search-results .search-product-card{padding:var(--space-8) var(--space-24) var(--space-8) 0}}:is(.predictive-search-results .search-product-card):last-of-type{border:1px solid var(--mono-20)}:is(.predictive-search-results .search-product-card) .image-wrapper{display:flex;gap:var(--space-4)}:is(:is(.predictive-search-results .search-product-card) .image-wrapper) img{flex-shrink:0;height:var(
          --space-64
        );-o-object-fit:contain;object-fit:contain;width:var(
          --space-64
        )}@media (min-width:990px){:is(:is(.predictive-search-results .search-product-card) .image-wrapper) img{height:var(--space-80);width:var(--space-80)}}:is(.predictive-search-results .search-product-card) .price{color:var(--theme-text)}.predictive-search-results .cta-link{color:var(--theme-text);display:block;padding-top:var(--space-4)}.predictive-search-results .product-type{color:var(--dark-secondary)}.predictive-search-results .product-info{display:flex;flex-direction:column;justify-content:center}.predictive-search-results .suggestions-list{display:flex;flex-direction:column;gap:var(--space-6)}:is(.predictive-search-results .suggestions-list) .group-header{margin-bottom:0}.predictive-search-results .suggestion-list-group{display:flex;flex-direction:column;gap:var(--space-4)}:is(html.predictive-search-open .content-for-layout) footer,:is(html.predictive-search-open .content-for-layout) section{filter:blur(5px);overflow:hidden;pointer-events:none}.predictive-search-popover.\:popover-open{height:-moz-fit-content;height:fit-content;opacity:1;transform:none}