#product-search-panel{max-width:1280px;margin-top:28px;margin-bottom:12px;padding:25px 27px 22px;border:1px solid #d7e2e9;border-top:3px solid #00589a;border-radius:4px;background:#f1f6f9;color:#092d49}
#product-search-panel *{box-sizing:border-box}
#product-search-panel .product-search-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:17px}
#product-search-panel label{display:block;font-size:20px;font-weight:650;line-height:1.35;letter-spacing:-.02em;margin:0;color:#092d49}
#product-search-panel #product-search-status{flex-shrink:0;margin:0;padding:7px 11px;border:1px solid #d9e4eb;border-radius:3px;background:#fff;color:#44667c;font-size:12px;font-weight:600;line-height:1.5}
#product-search-panel #product-search-status:empty{display:none}
#product-search-panel .product-search-field{display:flex;align-items:center;gap:0;width:100%;min-height:62px;padding:0 8px 0 18px;border:1px solid #adc3d1;border-radius:4px;background:#fff;transition:border-color .15s,box-shadow .15s}
#product-search-panel .product-search-field:focus-within{border-color:#00589a;box-shadow:0 0 0 3px #0877c91a}
#product-search-panel .product-search-field>svg{width:22px;height:22px;flex:none;fill:none;stroke:#00589a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
#product-search-panel input{display:block;flex:1;min-width:0;width:100%;min-height:60px;margin:0;padding:16px 15px;border:0;border-radius:0;background:transparent;color:#092d49;font:inherit;font-size:16px;line-height:1.5;box-shadow:none;outline:none}
#product-search-panel input::placeholder{color:#6d8393;opacity:1}
#product-search-panel input::-webkit-search-cancel-button{-webkit-appearance:none}
#product-search-panel .product-search-field button{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:none;min-height:44px;margin:0;padding:10px 13px;border:1px solid #d2dfe8;border-radius:3px;background:#f2f6f9;color:#244d67;font:inherit;font-size:12px;font-weight:600;line-height:1.5;cursor:pointer}
#product-search-panel .product-search-field button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}
#product-search-panel .product-search-field button:hover:not(:disabled){border-color:#91b4cb;background:#e7f0f6;color:#00589a}
#product-search-panel .product-search-field button:disabled{opacity:.5;cursor:default}
#product-search-panel .product-search-hint{margin:12px 0 0;color:#567184;font-size:12px;line-height:1.7}
#product-search-panel .product-search-hint span{color:#284d66;white-space:nowrap}
#product-search-panel .product-search-empty{margin-top:22px;padding:24px;border:1px dashed #bdceda;border-radius:3px;background:#fff}
#product-search-panel .product-search-empty h2{font-size:23px;line-height:1.25;letter-spacing:-.025em;margin:0 0 12px;color:#092d49}
#product-search-panel .product-search-empty p{font-size:14px;line-height:1.7;margin:0 0 14px;color:#567184}
#product-search-panel .product-search-empty strong{color:#284d66;font-weight:600}
#product-search-panel .product-search-empty button{display:inline-flex;align-items:center;gap:20px;min-height:44px;padding:8px 0;border:0;background:transparent;color:#00589a;font:inherit;font-size:13px;font-weight:650;line-height:1.5;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
#product-search-panel .product-search-empty button:hover{color:#092d49}
#product-search-panel .product-search-empty button span{font-size:18px}
#product-search-panel button:focus-visible{outline:3px solid #0877c9;outline-offset:3px}
#product-search-panel [hidden]{display:none!important}
@media(max-width:800px){#product-search-panel .product-search-heading{align-items:flex-start;gap:16px}#product-search-panel label{max-width:430px}}
@media(max-width:680px){#product-search-panel{margin-top:22px;padding:20px 18px 18px}#product-search-panel .product-search-heading{flex-direction:column;gap:12px;margin-bottom:15px}#product-search-panel label{font-size:19px;max-width:none}#product-search-panel #product-search-status{padding:5px 8px;font-size:11px}#product-search-panel .product-search-field{padding-left:12px;padding-right:5px;min-height:58px}#product-search-panel .product-search-field>svg{width:19px;height:19px}#product-search-panel input{min-height:56px;padding:15px 10px}#product-search-panel .product-search-field button{padding:10px 9px;font-size:11px;gap:4px}#product-search-panel .product-search-hint{font-size:11px;margin-top:12px}#product-search-panel .product-search-empty{padding:20px 17px;margin-top:18px}#product-search-panel .product-search-empty h2{font-size:21px}#product-search-panel .product-search-empty p{font-size:13px}}
@media(prefers-reduced-motion:reduce){#product-search-panel .product-search-field{transition:none}}
