/* Native Shopify predictive-search behavior and shared states */
.predictive-search{display:none;position:absolute;top:calc(100% + 14px);left:0;width:100%;max-height:calc(100dvh - 118px);overflow-y:auto;-webkit-overflow-scrolling:touch;border:0;background:#fff;color:#05070d;box-shadow:none;z-index:30;scrollbar-width:thin;scrollbar-color:#d7dbe1 transparent;font-family:'Gilroy',var(--font-body-family,Arial,sans-serif)}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search *{box-sizing:border-box}.predictive-search__loading-state{display:flex;justify-content:center;padding:30px}.predictive-search:not([loading]) .predictive-search__loading-state,.predictive-search:not([loading]) .predictive-search-status__loading{display:none}.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__results-groups-wrapper{display:grid;grid-template-columns:minmax(190px,240px) minmax(0,1fr);gap:34px;padding:22px 0 36px;border:0}.predictive-search__result-group{display:flex;min-width:0;flex-direction:column;gap:12px}.predictive-search__result-group:first-child{padding-right:28px;border-right:1px solid #e7e9ed}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:block}.predictive-search__result-group:last-child .predictive-search__pages-wrapper{display:none}.predictive-search__heading{margin:0;padding:0 0 9px;border:0;color:#8a9099;font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.12em;text-transform:uppercase}.predictive-search__results-list{margin:0;padding:0;list-style:none}.predictive-search__result-group:first-child .predictive-search__results-list{display:flex;flex-direction:column;gap:3px}.predictive-search__result-group:first-child .predictive-search__item{min-height:38px;padding:9px 10px;border-radius:10px;color:#05070d;font-size:14px;line-height:1.25}.predictive-search__result-group:first-child .predictive-search__item:hover,.predictive-search__result-group:first-child .predictive-search__item[aria-selected=true],.predictive-search__result-group:first-child .predictive-search__list-item[aria-selected=true]>*{background:#f3f5f7;color:#05070d}.predictive-search__result-group:first-child .predictive-search__item-heading{font-size:inherit;font-weight:500;text-decoration:none!important}#predictive-search-results-products-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 14px}.predictive-search__list-item{min-width:0}.predictive-search__item{width:100%;color:#05070d;text-align:left;text-decoration:none}.predictive-search__item--link-with-thumbnail{display:block;padding:0;background:transparent!important}.predictive-search__item--link-with-thumbnail:hover{background:transparent!important}.predictive-search__item--link-with-thumbnail .predictive-search__image{display:block;width:100%!important;height:auto!important;aspect-ratio:.86;object-fit:cover!important;border-radius:16px;background:#f2f3f5;transition:transform .24s ease}.predictive-search__item--link-with-thumbnail:hover .predictive-search__image{transform:translateY(-2px)}.predictive-search__item-content{display:flex;flex-direction:column;gap:3px;padding:11px 2px 0}.predictive-search__item-vendor{display:none}.predictive-search__item-heading{display:-webkit-box;margin:0;overflow:hidden;color:#05070d;font-size:14px;font-weight:500;line-height:1.2;text-decoration:none!important;-webkit-box-orient:vertical;-webkit-line-clamp:2}.predictive-search__item .price{margin-top:4px;color:#05070d;font-size:13px;font-weight:600;line-height:1.2}.predictive-search__item .price--on-sale .price-item--regular{color:#92969d;font-weight:400}.predictive-search__item-query-result *:not(mark){font-weight:600}.predictive-search__item-query-result mark{background:transparent;color:#7c828b;font-weight:400}.predictive-search__search-for-button,.predictive-search__item--term{display:flex;min-height:48px;align-items:center;justify-content:space-between;margin:4px 0 0;padding:0 18px;border:1px solid #05070d;border-radius:999px;background:#05070d;color:#fff!important;font-size:12px;font-weight:600;line-height:1;text-decoration:none!important;transition:opacity .18s ease}.predictive-search__search-for-button:hover,.predictive-search__item--term:hover{background:#05070d!important;color:#fff!important;opacity:.88}.predictive-search__item--term .icon-arrow{width:15px;height:15px;margin-left:14px;color:currentColor}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:#05070d}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:none}@media(max-width:1199px){#predictive-search-results-products-list{grid-template-columns:repeat(3,minmax(0,1fr))}.predictive-search__results-groups-wrapper{grid-template-columns:205px minmax(0,1fr);gap:24px}.predictive-search__result-group:first-child{padding-right:20px}}@media(max-width:749px){.predictive-search{top:calc(100% + 10px);max-height:calc(100dvh - 92px)}.predictive-search__results-groups-wrapper{display:block;padding:12px 0 28px}.predictive-search__result-group:first-child{margin-bottom:22px;padding:0 0 18px;border-right:0;border-bottom:1px solid #e7e9ed}.predictive-search__result-group{gap:10px}#predictive-search-results-products-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}.predictive-search__item--link-with-thumbnail .predictive-search__image{border-radius:13px}.predictive-search__item-heading{font-size:12px}.predictive-search__item .price{font-size:11px}.predictive-search__item-content{padding-top:8px}.predictive-search__result-group:first-child .predictive-search__item{min-height:34px;padding:7px 8px;font-size:13px}.predictive-search__search-for-button,.predictive-search__item--term{min-height:44px;padding:0 15px;font-size:11px}}@media(prefers-reduced-motion:reduce){.predictive-search__item--link-with-thumbnail .predictive-search__image{transition:none}.predictive-search__item--link-with-thumbnail:hover .predictive-search__image{transform:none}}
