[autosuggest-app]{--autosuggest-clear-btn-width:40px;--autosuggest-clear-btn-right:5px;--autosuggest-panel-max-height:clamp(300px,40vh,480px);--autosuggest-panel-z-index:1050;--autosuggest-image-width-sm:40px;--autosuggest-image-width-md:60px;--autosuggest-image-width-lg:72px;--autosuggest-image-height-sm:40px;--autosuggest-image-height-md:60px;--autosuggest-image-height-lg:72px;--autosuggest-text-small-font-size:14px;--autosuggest-font-weight-bold:700}.text-small{font-size:var(--autosuggest-text-small-font-size)}.text-strong{font-weight:var(--autosuggest-font-weight-bold)}.autosuggest-container{position:relative;width:100%}.autosuggest-search-field .input-group{position:relative}.autosuggest-search-field input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.autosuggest-clear-btn{height:100%;position:absolute;right:var(--autosuggest-clear-btn-right);top:50%;transform:translate(-100%,-50%);width:var(--autosuggest-clear-btn-width)}.autosuggest-clear-btn.btn{background:none;border:none;color:var(--bs-secondary);padding:0;position:absolute;z-index:10}.autosuggest-clear-btn.btn:hover{background-color:transparent;color:var(--bs-secondary-color,#343a40)}.autosuggest-clear-btn.btn:focus-visible{background-color:transparent;color:var(--bs-secondary)}.autosuggest-results{left:0;max-height:var(--autosuggest-panel-max-height);overflow-y:auto;position:absolute;width:100%;z-index:var(--autosuggest-panel-z-index)}.autosuggest-item{display:block}.autosuggest-item:hover{background-color:var(--bs-gray-100,#f8f9fa)}.autosuggest-item:last-child{border-bottom:none}.autosuggest-item--active{background-color:var(--bs-gray-100,#f8f9fa)}.autosuggest-item-image{height:var(--autosuggest-image-height-sm);object-fit:cover;width:var(--autosuggest-image-width-sm)}@media (min-width:768px){.autosuggest-item-image{height:var(--autosuggest-image-height-md);width:var(--autosuggest-image-width-md)}}@media (min-width:1024px){.autosuggest-item-image{height:var(--autosuggest-image-height-lg);width:var(--autosuggest-image-width-lg)}}.autosuggest-item-content{flex:1}.autosuggest-item-description{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--bs-secondary-color,#495057);display:-webkit-box;font-size:.875rem;margin-bottom:.25rem;overflow:hidden}.autosuggest-item-sku .badge{font-size:.75rem}.autosuggest-results-loader .placeholder-image{height:40px;width:40px}.autosuggest-redirect-indicator{height:64px}