:root {
    --winedux-nav: #2c1810;
    --winedux-accent: #8b2942;
}

.bg-winedux {
    background: linear-gradient(135deg, var(--winedux-nav) 0%, #4a2c2a 100%) !important;
}

.navbar-dark .nav-link {
    color: rgba(255, 255, 255, 0.88) !important;
}

.navbar-dark .nav-link:hover {
    color: #fff !important;
}

.wine-typeahead-wrap {
    position: relative;
}

.wine-typeahead-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1050;
    max-height: 320px;
    overflow-y: auto;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

.wine-typeahead-item {
    cursor: pointer;
}

.wine-typeahead-item:hover,
.wine-typeahead-item.active {
    background-color: var(--bs-secondary-bg);
}

.hero-winedux {
    background: linear-gradient(160deg, #f8f5f2 0%, #efe6dc 100%);
    border-radius: 0.75rem;
    border: 1px solid rgba(44, 24, 16, 0.08);
}
