.search-form{position:relative}.search-form .search-results{position:absolute;left:0;right:0;top:100%;z-index:50;max-height:70vh;overflow-y:auto;background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 10px 25px rgb(0 0 0 / .12);margin-top:4px}.search-form .search-results.hidden{display:none}.ps-result{display:flex;align-items:center;gap:12px;padding:12px;text-decoration:none;color:#1b1b1b;border-bottom:1px solid #f0f0f0;transition:background-color 0.12s ease}.ps-result:last-child{border-bottom:0}.ps-result:hover,.ps-result:focus{background:#f7f7f7}.ps-result__img{width:40px;height:40px;object-fit:cover;border-radius:4px;flex-shrink:0}.ps-result__title{flex:1 1 auto;font-size:14px;line-height:1.3}.ps-result__price{font-size:14px;color:#555;white-space:nowrap}.ps-result__price .woocommerce-Price-amount{color:inherit}.ps-result__price del{opacity:.6;margin-right:4px}.ps-empty{padding:16px;font-size:14px;color:#777;text-align:center}.ps-trending{padding:12px}.ps-trending__heading{margin:0 0 8px;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#9a9a9a}.ps-trending__list{display:flex;flex-wrap:wrap;gap:8px}.ps-trending__term{display:inline-block;padding:5px 12px;font-size:14px;line-height:1.2;color:#1b1b1b;background:#f0f0f0;border:0;border-radius:999px;text-decoration:none;cursor:pointer;transition:background-color 0.12s ease}.ps-trending__term:hover,.ps-trending__term:focus{background:#e2e2e2;text-decoration:none;color:#1b1b1b}.search-form .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ps-loading{display:flex;align-items:center;justify-content:center;padding:20px}.ps-spinner{display:inline-block;width:22px;height:22px;border:2px solid #e0e0e0;border-top-color:#1b1b1b;border-radius:50%;animation:ps-spin 0.6s linear infinite}@keyframes ps-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ps-spinner{animation-duration:1.5s}}