.search-product-preview {
    background: #fff;
    border: 1px solid #bbb;
    border-top: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.search-product-preview-label {
    color: #757575;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 10px 4px;
    text-transform: uppercase;
}

.search-product-preview-list {
    display: flex;
    flex-direction: column;
}

.search-product-preview-item {
    align-items: center;
    border-top: 1px solid #f1f1f1;
    color: inherit;
    display: flex;
    padding: 8px 10px;
    text-decoration: none;
}

.search-product-preview-item:hover {
    background: #f5f5f5;
}

.search-product-preview-image {
    background: #f5f5f5;
    flex: 0 0 44px;
    height: 44px;
    margin-right: 10px;
    overflow: hidden;
    width: 44px;
}

.search-product-preview-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.search-product-preview-details {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.search-product-preview-name {
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-product-preview-designer {
    color: #757575;
    font-size: 1.1rem;
}

.search-product-preview-price {
    font-size: 1.2rem;
    font-weight: 600;
}

.search-preview-viewall {
    border-top: 1px solid #e8e8e8;
    padding: 10px 16px;
    text-align: center;
}

.search-preview-viewall-link {
    color: #7b6e5d;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
}

.search-preview-viewall-link:hover {
    color: #c49a6c;
    text-decoration: underline;
}

.search-preview-viewall--secondary {
    border-top: none;
    padding-top: 4px;
}

.search-preview-viewall--secondary .search-preview-viewall-link {
    color: #9b8e7d;
    font-size: 1.2rem;
}
