.predictive-search{display:none;overflow-y:auto;background-color:var(--color-bg-primary)}@media(min-width: 1024px){.predictive-search{min-height:initial}}.predictive-search__container{background-color:var(--color-bg-primary);padding:1.5rem .75rem;flex-direction:column;align-items:flex-start;gap:1.5rem;flex-shrink:0;position:fixed;top:-9999em;left:-9999em;z-index:1000;width:100%;min-height:100vh;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}@media(min-width: 1024px){.predictive-search__container{height:auto;min-height:0;padding:3.5rem 3rem}}.predictive-search__container.active{opacity:1;pointer-events:all;top:2.5rem;left:0}@media(min-width: 1024px){.predictive-search__container.active{top:6.5rem;left:0}.scrolled .predictive-search__container.active{top:4rem}}.predictive-search__container .icon--close{position:absolute;top:50%;right:0;transform:translateY(-50%);margin-top:-1.09375rem;cursor:pointer}.predictive-search__container .icon--close.predictive-close{top:50%;transform:translateY(-50%);right:var(--space-20);width:.625rem;height:.625rem}@media(min-width: 1024px){.predictive-search__container .predictive-close{display:none}}.predictive-search__container .search-modal__form{width:100%;position:relative}.predictive-search__container .header__search-wrapper{width:100%;display:flex;position:relative;border:1px solid var(--color-light-grey);border-width:0 0 .0625rem 0;padding-bottom:2.1875rem}@media(min-width: 1024px){.predictive-search__container .header__search-wrapper{padding-bottom:.9375rem}}.predictive-search__container .header__search-button{margin-right:1rem}.predictive-search__container .header__search-button svg circle,.predictive-search__container .header__search-button svg line{stroke:var(--color-picklebalm-navy)}@media(min-width: 1024px){.predictive-search__container .header__search-button{display:none}}.predictive-search__container .search__input{width:calc(100% - 2.75rem);color:var(--color-picklebalm-navy);background-color:var(--color-bg-primary);max-width:none;height:3.5rem;border:none;caret-color:var(--color-picklebalm-navy)}.predictive-search__container .search__input:focus-visible{outline:none}.predictive-search__overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(38,37,35,.5);z-index:999;display:none}@media(min-width: 1024px){.predictive-search__overlay{top:6.5rem}.predictive-search__overlay.active{display:block}}.predictive-search__products{height:fit-content;padding-bottom:6.25rem;margin-top:2.0625rem}.predictive-search__product-grid{display:grid;grid-template-columns:repeat(var(--columns-mobile), 1fr);width:100%;gap:2.5rem .75rem}@media(min-width: 1024px){.predictive-search__product-grid{grid-template-columns:repeat(var(--columns-desktop), 1fr);gap:2.5rem 3rem}}.predictive-search__product-grid .product-card__variants{display:none}@media(min-width: 1024px){.predictive-search__result-group{flex-direction:row}}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:flex;flex-direction:column;border-bottom:.1rem solid rgba(var(--color-dark), 0.08)}@media(min-width: 1024px){.predictive-search__results-groups-wrapper{flex-direction:row;gap:2rem}.predictive-search__results-groups-wrapper>.predictive-search__result-group:first-child{flex:0 0 25%;max-width:25%}.predictive-search__results-groups-wrapper>.predictive-search__result-group:last-child{flex:1 1 75%;max-width:75%}}@media(min-width: 1024px){.predictive-search__results-groups-wrapper{flex-direction:row}}@media screen and (max-width: 64rem){.predictive-search--header{min-width:auto;width:100%;border-radius:0;box-shadow:none}}@media screen and (max-width: 64rem)and (min-width: 1024px){.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}@media screen and (min-width: 750px){.predictive-search{border-top:none;width:calc(100% + .2rem)}.predictive-search .header predictive-search{position:relative}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}.predictive-search__result-group:first-child{padding-bottom:1rem}@media(min-width: 1024px){.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2),.predictive-search__result-group:last-child .predictive-search__pages-wrapper{display:none}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}.predictive-search__result-group:first-child{border-bottom:none;padding-bottom:0}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}}.predictive-search__heading{margin-bottom:.75rem}.predictive-search__heading:first-child{margin-top:var(--space-30)}.predictive-search__suggestions-heading{display:flex;justify-content:space-between}.predictive-search__suggestions-heading .cta{font-size:.875rem;line-height:1.28}.predictive-search predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}predictive-search:not([loading]) .predictive-search__loading-state,predictive-search:not([loading]) .predictive-search-status__loading{display:none}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:1rem}predictive-search[loading] .predictive-search__search-for-button{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__search-for-button{display:initial}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:rgb(var(--color-dark));background-color:rgba(var(--color-dark), 0.04)}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__item{display:flex;padding:.5rem 2rem;text-align:left;text-decoration:none;width:100%;padding:.5rem 0 0 0}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:4rem 1fr;grid-column-gap:.25rem;grid-template-areas:"product-image product-content"}@media(min-width: 1024px){.predictive-search__item--link-with-thumbnail{grid-column-gap:1rem}}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column}.predictive-search__item-content.product-info{margin-left:1.75rem}@media(min-width: 1024px){.predictive-search__item-content.product-info{margin-left:1rem}}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0}@media(min-width: 1024px){.predictive-search__item-heading{font-size:1.125rem}}.predictive-search__item-query-result *:not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--color-dark), 0.75)}.predictive-search__item-query-result mark{background-color:rgba(0,0,0,0)}.predictive-search__item .price{color:rgba(var(--color-dark), 0.7);font-size:1.2rem}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.5rem}.predictive-search__see-text{color:var(--color-dark);line-height:1;font-size:1rem}.predictive-search__item--term{justify-content:flex-end;align-items:center;padding:.625rem 2rem;word-break:break-all;column-gap:.625rem;background-color:#f5f5f5}.predictive-search__item--term:hover{background-color:#f5f5f5}@media screen and (min-width: 750px){.predictive-search__item--term{padding-top:1rem;padding-bottom:1rem}}.predictive-search__item--term .icon-arrow{width:calc(var(--font-heading-scale)*1.4rem);height:calc(var(--font-heading-scale)*1.4rem);flex-shrink:0;margin-left:calc(var(--font-heading-scale)*2rem);color:rgb(var(--color-link))}.predictive-search__image{object-fit:contain;mix-blend-mode:multiply}.predictive-search__image-wrapper{display:flex;justify-content:center;align-items:center;position:relative;width:5rem;height:6.25rem;margin-right:1rem;overflow:hidden;border-radius:1rem;background-color:var(--color-light-grey);mix-blend-mode:multiply}.predictive-search #predictive-search-results-products-list{max-height:21.25rem;overflow-y:auto}.predictive-search #predictive-search-results-products-list::-webkit-scrollbar{display:none}input[type=search]::-webkit-search-cancel-button{appearance:none;display:none}.popular-searches{padding-top:.625rem}.popular-searches ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.popular-searches ul li a{text-decoration:none;color:var(--color-picklebalm-navy)}[data-search-toggle]{cursor:pointer}.predictive-clear{position:absolute;top:50%;transform:translateY(-50%);right:3rem;color:var(--color-black);display:none;text-decoration:none;margin-top:-1.09375rem}.predictive-clear:hover{text-decoration:underline}input[aria-expanded=true]~.predictive-clear{display:block}
