.search-container{position:relative;max-width:600px;margin:0 auto 2rem;padding:0 1rem}.search-input-wrapper{position:relative;width:100%}.search-input{width:100%;padding:0.875rem 3rem 0.875rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:0.75rem;background:#fff;color:#111827;transition:all 0.2s ease;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.search-input:focus{outline:none;border-color:#047857;box-shadow:0 0 0 3px rgba(4,120,87,0.1)}.search-input::placeholder{color:#9ca3af}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none;color:#9ca3af}.search-results{position:absolute;top:100%;left:0;right:0;margin-top:0.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:0.75rem;box-shadow:0 10px 25px rgba(0,0,0,0.1);max-height:400px;overflow-y:auto;z-index:1000;display:none}.search-results.active{display:block}.search-results-empty{padding:1.5rem;text-align:center;color:#6b7280;font-size:0.9375rem}.search-result-item{padding:0.875rem 1rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background-color 0.15s ease;display:flex;align-items:center;gap:0.75rem}.search-result-item:last-child{border-bottom:none}.search-result-item:hover,.search-result-item.highlighted{background-color:#f9fafb}.search-result-item:active{background-color:#f3f4f6}.search-result-product-name{font-weight:600;color:#111827;font-size:0.9375rem;flex:1}.search-result-product-name mark{background-color:#fef3c7;color:#111827;padding:0;font-weight:700}.search-result-category{font-size:0.8125rem;color:#6b7280;padding:0.25rem 0.5rem;background-color:#f3f4f6;border-radius:0.375rem;white-space:nowrap}.search-result-price{font-weight:600;color:#047857;font-size:0.9375rem;white-space:nowrap}.search-results::-webkit-scrollbar{width:8px}.search-results::-webkit-scrollbar-track{background:#f9fafb;border-radius:0 0.75rem 0.75rem 0}.search-results::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.search-results::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes highlightProduct{0%{background-color:transparent}50%{background-color:#fef3c7}100%{background-color:transparent}}.prodotto-highlighted{animation:highlightProduct 2s ease-in-out}@media (max-width:640px){.search-container{margin:0 auto 1.5rem;padding:0 0.75rem}.search-input{padding:0.75rem 2.5rem 0.75rem 0.875rem;font-size:0.9375rem}.search-results{max-height:300px}.search-result-item{padding:0.75rem;flex-wrap:wrap}.search-result-product-name{width:100%;margin-bottom:0.25rem}}