.eo-is-scope {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 150px;
    max-width: 45%;
    border: none;
    border-right: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 0 26px 0 10px;
    z-index: 3;
    cursor: pointer;
    border-radius: 2px 0 0 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f3f3f3;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='10'%20height='6'%20viewBox='0%200%2010%206'%3E%3Cpath%20d='M1%201l4%204%204-4'%20stroke='%23444'%20stroke-width='1.6'%20fill='none'%20stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 10px 6px;
}
.eo-is-scope:hover { background-color: #ececec; }
.block-search .control { position: relative; }
.block-search input#search { padding-left: 160px; }

.eo-is-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
    max-height: 70vh;
    overflow-y: auto;
    text-align: left;
}
.eo-is-sect { border-bottom: 1px solid #f0f0f0; padding: 4px 0; }
.eo-is-h {
    font-size: 11px; text-transform: uppercase; letter-spacing: .04em;
    color: #888; padding: 6px 14px 2px;
}
.eo-is-row, .eo-is-prod {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 14px; color: #333; text-decoration: none; font-size: 13px;
}
.eo-is-row:hover, .eo-is-prod:hover { background: #f3f7fb; text-decoration: none; }
.eo-is-ico { opacity: .55; font-size: 13px; width: 16px; text-align: center; }
.eo-is-thumb {
    width: 40px; height: 40px; object-fit: contain; flex: 0 0 40px;
    background: #fafafa; border: 1px solid #eee; border-radius: 3px;
}
.eo-is-noimg { display: inline-block; }
.eo-is-name { flex: 1 1 auto; line-height: 1.3; color: #1979c3; }
.eo-is-sku { display: block; font-size: 11px; color: #999; margin-top: 2px; }
.eo-is-prod:hover .eo-is-name { text-decoration: underline; }
.eo-is-price { flex: 0 0 auto; font-weight: 700; color: #111; white-space: nowrap; }
.eo-is-all {
    display: block; text-align: center; padding: 10px;
    font-weight: 600; color: #1979c3; text-decoration: none;
    background: #fafafa; border-top: 1px solid #eee;
}
.eo-is-all:hover { background: #f0f4f8; text-decoration: none; }
.eo-is-empty { padding: 14px; color: #888; font-size: 13px; text-align: center; }
