.product-search-section{padding:58px 0;background:#fff;border-bottom:1px solid var(--line)}
.product-search-section .shell{display:grid;grid-template-columns:340px 1fr;gap:70px;align-items:center}
.product-search-heading h2{font-size:30px;line-height:1.2;margin:8px 0}
.product-search-heading p{margin:0;color:#6b7b86}
.product-search{display:grid;grid-template-columns:1fr 130px;position:relative;border:1px solid #b9c5cc;padding:8px;background:#f7f9fa}
.product-search input{min-width:0;height:58px;border:0;background:#fff;padding:0 20px;font:inherit;font-size:16px;outline:none}
.product-search input:focus{box-shadow:inset 0 0 0 2px var(--orange)}
.product-search>button{border:0;background:var(--orange);color:#fff;font:inherit;font-weight:800;cursor:pointer}
.search-results{position:absolute;z-index:15;top:76px;left:0;right:0;background:#fff;border:1px solid #b9c5cc;box-shadow:0 16px 35px rgba(7,31,51,.15);max-height:390px;overflow:auto}
.search-results>a{display:flex;justify-content:space-between;gap:20px;padding:15px 18px;border-bottom:1px solid var(--line)}
.search-results>a:hover{background:var(--pale)}
.search-results span{color:#6b7b86;font-size:13px;text-align:right}
.search-empty{padding:18px;margin:0;color:#6b7b86}
.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}
@media(max-width:900px){.product-search-section .shell{grid-template-columns:1fr;gap:25px}.product-search{grid-template-columns:1fr 110px}}
@media(max-width:560px){.product-search-section{padding:42px 0}.product-search{grid-template-columns:1fr}.product-search>button{height:48px}.search-results{top:122px}.search-results>a{flex-direction:column;gap:2px}.search-results span{text-align:left}}
