.cws-search-wrapper {
    position: relative;
    display: inline-block;
}

.cws-search-icon {
    font-size: 22px;
    cursor: pointer;
    padding: 5px;
}

.cws-search-box {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    width: 280px;
    z-index: 9999;
    border-radius: 5px;
}

.cws-search-box.active {
    display: block;
}

#cws-search-input {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    border-radius: 4px;
}

#cws-search-results {
    max-height: 300px;
    overflow-y: auto;
}

.cws-result-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 6px;
}

.cws-result-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 8px;
}

.cws-result-item a {
    flex: 1;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.cws-price {
    font-weight: bold;
    font-size: 13px;
    color: red;
}

.cws-view-all {
    text-align: center;
    margin-top: 10px;
}

.cws-view-all a {
    display: inline-block;
    background: #32ce32;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}
