body.post-type-archive-wines .navbar {
    background-color: #5b5287 !important;
}

body.post-type-archive-wines .navbar .nav-link,
body.post-type-archive-wines .navbar .navbar-brand,
body.post-type-archive-wines .navbar .btn-search svg,
body.post-type-archive-wines .navbar .btn-search svg path {
    color: #fff !important;
    fill: #fff !important;
}

body.post-type-archive-wines .navbar .site-logo svg,
body.post-type-archive-wines .navbar .site-logo svg *,
body.post-type-archive-wines .navbar img {
    fill: #fff !important;
    filter: brightness(0) invert(1);
}

body.post-type-archive-wines .dropdown-menu .nav-link {
    color: #5b5287 !important;
}

body.post-type-archive-wines .dropdown-menu .nav-link:hover,
body.post-type-archive-wines .dropdown-menu .nav-link:focus {
    color: #b40766 !important;
}

.read-more-js {
    max-height: 144px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.page-our-wine .view-header {
    background-color: #5b5287;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 30px;
    font-size: 1rem;
}

.page-our-wine .view-header h1,
.page-our-wine .view-header p {
    color: white;
}

.page-our-wine .view-header .title {
    color: white;
}

.page-our-wine-mini-bottles .title{margin-top: 1em;}

.page-our-wine .filter-container {
    background-color: #3f2b4f;
    color: #fff;
    position: relative;
    z-index: 5;
}

.page-our-wine .filter-container .custom-select {
    min-width: 160px;
}

.page-our-wine .filter-container .wine-type-filter {
    margin-right: 0.75rem;
}

@media (max-width: 575.98px) {
    .page-our-wine .filter-container .d-flex {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0.75rem;
        overflow-x: auto;
    }

    .page-our-wine .filter-container form {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        margin-bottom: 0;
    }

    .page-our-wine .filter-container .custom-select,
    .page-our-wine .filter-container .wine-type-filter {
        width: 160px;
        min-width: 160px;
    }

    .page-our-wine .filter-container select + select {
        margin-left: 0.75rem;
    }
}
