/*
Generated time: April 11, 2026 01:31
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.predictive-search{position:absolute;top:100%;left:0;right:0;background:var(--color-bg-primary);border:1px solid var(--color-border);box-shadow:0 10px 40px rgba(0,0,0,.08);z-index:50;max-height:400px;overflow-y:auto}.predictive-search__item{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm);transition:background var(--transition-fast)}.predictive-search__item:hover{background:var(--color-bg-secondary)}.predictive-search__item-image{width:50px;height:50px;object-fit:cover}.predictive-search__item-title{font-family:var(--font-heading);font-size:1.5rem}.predictive-search__item-price{font-size:1.2rem;color:var(--color-text-secondary)}