.cw-product-suggestions {
  position: fixed;
  z-index: 10000;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  border: 1px solid #dbe4eb;
  border-top: 3px solid #00ccff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgb(18 46 69 / 14%);
  color: #122e45;
  font: 400 14px/1.4 Roboto, Arial, sans-serif;
}
.cw-product-suggestions[hidden] { display: none; }
.cw-product-option {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  min-height: 68px;
  cursor: pointer;
  border-bottom: 1px solid #eef2f5;
}
.cw-product-option:hover, .cw-product-option[aria-selected="true"] { background: #eafaff; }
.cw-product-option img { width: 44px; height: 44px; object-fit: contain; flex: 0 0 44px; }
.cw-product-option span { min-width: 0; overflow-wrap: anywhere; }
.cw-product-option strong { display: block; font-size: 14px; font-weight: 600; }
.cw-product-option small { display: block; margin-top: 3px; color: #475569; font-size: 12px; }
.cw-product-suggestions-note { margin: 0; padding: 12px; font-size: 12px; }
.cw-search-live { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
