.quick-product-find {
    position: relative;
    color: #e6e6e6;
}

.quick-product-find * {
    font-family: 'Open Sans', sans-serif;
}

.quick-product-find__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    /* padding: 10px 12px; */
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    color: #f1f1f1;
    border: none;
}

.quick-product-find__toggle:hover,
.quick-product-find__toggle:focus {
    /* background: rgba(255,255,255,0.1); */
    color: rgba(255,255,255,0.5);
    outline: none;
}

.quick-product-find__toggle-label {
    display: block;
}

.quick-product-find__caret {
    position: relative;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #c5ced7;
    margin-left: 12px;
}

.quick-product-find__dropdown.uk-dropdown {
    width: 320px;
    padding: 0;
    background: #000;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.quick-product-find__panel {
    padding: 12px;
}

.quick-product-find__input {
    width: 100%;
    background: #15191f;
    color: #f1f1f1;
    border: 1px solid #2a2f36;
}

.quick-product-find__input::placeholder {
    color: #8c98a5;
}

.quick-product-find__status {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(230, 230, 230, 0.65);
}

.quick-product-find__results {
    margin-top: 8px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
}

.quick-product-find__result {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.quick-product-find__result:last-child {
    border-bottom: none;
}

.quick-product-find__link {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: inherit;
    text-decoration: none;
    padding: 6px;
}

.quick-product-find__link:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.06);
}

.quick-product-find__title {
    font-size: 14px;
    font-weight: 600;
}

.quick-product-find__sku {
    font-size: 12px;
    opacity: 0.7;
}

.quick-product-find__results::-webkit-scrollbar {
    background: transparent;
}

.quick-product-find__results::-webkit-scrollbar {
    background: rgba(255,255,255,0.1);
}

.quick-product-find__results::-webkit-scrollbar-thumb {
    background: white;
}

@media (max-width: 640px) {
    .quick-product-find__dropdown.uk-dropdown {
        width: 90vw;
        max-width: 360px;
    }
}
