.cws-search-wrap {
    position: relative !important;
    overflow: visible !important;
}

.cws-dropdown {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2147483647 !important;
}


.cws-search-wrap{position:relative;max-width:520px;z-index:10001}
.cws-dropdown{position:absolute;left:0;right:0;background:#fff;border:1px solid #e6e6e6;box-shadow:0 6px 18px rgba(0,0,0,0.08);z-index:9999;max-height:420px;overflow:auto;border-radius:8px;margin-top:10px;}
.cws-search-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px}
.cws-list{display:block}
.cws-row{display:flex;align-items:center;padding:10px;border-bottom:1px solid #f3f3f3;color:#222;text-decoration:none}
.cws-row:hover{background: #fff5f6;text-decoration: none;}
.cws-thumb{width:56px;height:56px;flex:0 0 56px;margin-right:12px}
.cws-thumb img{width:56px;height:56px;object-fit:contain}
.cws-meta{flex:1}
.cws-title{font-size:14px;color:#222;margin-bottom:6px}
.cws-price{font-weight:700;color:#d33}
.cws-discount{display:inline-block;background:#ff4d4f;color:#fff;padding:2px 6px;border-radius:12px;font-size:12px;margin-left:8px}
.cws-empty{padding:12px;color:#666;font-size:14px;}

/* Section header */
.cws-section{border-top:1px solid #eee}
.cws-section:first-child{border-top:none}
.cws-section-header{background:#f3f3f3;padding:12px;font-weight:700;color:#333;font-size:14px}

/* Related searches */
.cws-related-list{padding:8px 12px}
.cws-related-item{display:flex;align-items:center;padding:8px 6px;color:#333;cursor:pointer;font-size:16px}
.cws-related-item .cws-rel-icon{margin-right:8px;color:#999;font-size:14px}
.cws-related-item:hover{background:#fafafa}

/* Product styles */
.cws-price-wrap{display:flex;flex-direction:column;}
.cws-price-sale{font-weight:700;color:#d33;font-size:16px}
.cws-price-regular{color:#999;text-decoration:line-through;font-size:12px}
.cws-discount-badge{background:#ff4d4f;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px}
.cws-price-right{display:flex;align-items:center;gap:8px;}

.cws-thumb-placeholder{width:56px;height:56px;background:#f0f0f0;border-radius:4px}

.cws-related-item{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:6px}
.cws-related-item .cws-rel-text{flex:1;margin-left:8px}
.cws-related-item .cws-delete{background:transparent;border:0;color:#999;cursor:pointer;padding:4px 6px;border-radius:6px}
.cws-related-item .cws-delete:hover{color:#d33}
.cws-related-item.cws-active{background:#f6f6f6}

.cws-row.cws-active{background:#fafafa}

/* Backdrop when dropdown is open */
.cws-backdrop{position:fixed;inset:0;background:rgba(0,0,0,0.35);display:none;z-index: 9;}

.cws-search-input {
    padding: 12px 48px 12px 16px !important;
}

.cws-search-button {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 10003;
    display: grid;
    width: 28px;
    height: 28px;
    padding: 0;
    place-items: center;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #555;
    cursor: pointer;
}

.cws-search-button:hover {
    color: #d33;
}

.cws-search-button svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}
