 #wc-live-search-result { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: #ffffff; border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.15); z-index: 9999; max-height: 360px;  overflow-y: auto; padding: 6px; }  #wc-live-search-result:empty { display: none !important; }  .wc-live-search-item { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 10px; text-decoration: none; color: #1f2937; transition: background .2s ease; } .wc-live-search-item:hover { background: #f9fafb; }  .wc-live-search-item img { width: 56px; height: 56px; flex-shrink: 0; object-fit: cover; border-radius: 8px; background: #f3f4f6; }  .wc-live-search-info { display: flex; flex-direction: column; gap: 4px; } .wc-live-search-title { font-size: 15px !important; font-weight: 600 !important; line-height: 1.3 !important; } .wc-live-search-price { font-size: 14px !important; color: #16a34a !important; }  .wc-live-search-empty { padding: 14px; text-align: center; font-size: 14px; color: #6b7280; }  #wc-live-search-result { scrollbar-width: thin;  scrollbar-color: #c7c7c7 transparent;  }  #wc-live-search-result::-webkit-scrollbar { width: 8px; } #wc-live-search-result::-webkit-scrollbar-track { background: transparent; border-radius: 10px; } #wc-live-search-result::-webkit-scrollbar-thumb { background-color: #c7c7c7; border-radius: 10px; border: 2px solid transparent; background-clip: content-box; } #wc-live-search-result::-webkit-scrollbar-thumb:hover { background-color: #9ca3af; }