.filter-top > div:first-child button {
    border: none;
    position: relative;
    padding-right: 2rem;
}
.map-marker-content .btn.btn3:hover {
    border-color: var(--clr7);
}
.filter-top button > span {
    display: none!important;
}
.filter-top > div:first-child button span {
    position: absolute;
    top: 0;
    padding-left: 0.5rem;
}
.filter-top .filters-wrap2 button {
    border: 2px solid var(--clr1);
    padding: 1rem 1.8rem;
    background: transparent;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: normal;
    font-weight: 700;
    color: var(--clr1);
    transition: var(--animtime1);
    text-transform: uppercase;
}
@media screen and (min-width: 1001px) {
    .filter-top .filters-wrap2 button:hover {
        background-color: #b685ff;
    }
}
.filter-top .filters-wrap2 button.active {
    background-color: var(--clr1);
    color: #fff;
}

.filter-btn.active {
    background-color: var(--clr3);
    color: var(--textclr4);
}
.map-modal .item {
    opacity: 1;
}
.filter-results .item .media {
    width: 15rem;
    margin-right: 2rem;
}

.filter-results.items-list .item.horizontal .media {
    width: 37.5rem;
    flex: 0 0 auto;
}

.filter-results.items-list .item .media {
    width: 100%;
    margin-right: 0rem;
}

.filter-results.items-list img,
.filter-results.items-list video {
    transform: scale(1);
    transform-origin: center;
    transition: var(--animtime1);
}
.filter-results.items-list img:hover,
.filter-results.items-list video:hover {
    transform: scale(1.05);
}
.item.employee img:hover, .item.employee video:hover,
.item.employees img:hover, .item.employees video:hover {
    transform: none;
}

.filter-results .itemtext {
    padding: 1.6rem 0 0;
}

.filter-results .item:not(.item-has-media) .itemtext {
    padding: 6rem 0 0;
}

.filter-results .item:not(.item-has-media) .tag {
    top: 0;
}

.map-marker-content {
    padding: 0 2.4rem 2.4rem;
    width: 25rem;
    text-align: left;
}
.map-marker-content h4 {
    margin: 0 0 0.8rem 0;
    font-size: 2.3rem;
    line-height: 3rem;
    hyphens: none;
}
.map-marker-content .addr {
    font-family: var(--Typeface-Family-Miscellaneous, Malik);
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem; /* 123.077% */
    margin: 0 0 1rem;
}
.map-marker-content .work-hours {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.map-marker-content .btn.btn3 {
    border-color: #000;
    color: #000;
    margin-top: 4rem;
}
.map-marker-content .btn.btn3:hover {
    color: #fff;
}
.filter-results .employee .itemtext h3,
.filter-results .employees .itemtext h3 {
    margin: 0.8rem 0;
}
.filter-results .itemtext h3 {
    margin: 0;
}

.filter-results .itemtext h3 a:hover {
    text-decoration: underline;
}

.filter-results .itemtext p {
    margin: 0.8rem 0 0;
}

.filter-results .itemtext p:last-of-type {
    margin-bottom: 0;
}
.full-width .filter-results .item .media {
    width: 100%;
    height: 24rem;
    margin-right: 0;
}
.filter-top h2 {
    margin: 0 0 4.8rem;
}
button.show-more {
    font-family: var(--Typeface-Family-Body, Inter);
    margin-top: 3.5rem;
    display: block;
    letter-spacing: 0.112rem;
    font-weight: 800;
    text-transform: uppercase;
}
button.show-more::after {
    transform: rotate(90deg);
    transform-origin: center;
}
button.show-more:hover::after {
    transform: rotate(90deg) translateX(0.3rem);
}
.load-more-container button.show-more {
    margin-top: 0;
    margin: 0 auto;
}
.filter .load-more-container {
    margin-bottom: 0;
    margin-top: 3rem;
}
.map-modal {
    height: 15rem;
    width: 60%;
    position: absolute;
    display: flex;
    bottom: 5rem;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.map-filter-column,
.map-column {
    width: 100%;
    position: relative;
}
.filter-with-map .filter-results,
.filter-with-map .load-more-container {
    display: none;
}
.filter[data-type='filter_cpt'] {
    flex-direction: column;
}

.map-column #map {
    height: 80vh;
}
.bottom-arrrow .arowb {
    stroke: var(--clr1);
}
#map .gm-ui-hover-effect {
    top: 0.5rem !important;
    right: 0.5rem !important;
}

.filter li.product {
    width: auto !important;
    margin-right: 0 !important;
}

.filters-wrap2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    row-gap: 0.8rem;
}

h2.map-filter-title {
    margin: 0 0 2.4rem;
}

.filter-search {
    margin: 4rem 0 0;
    height: 4.8rem;
    border-radius: 0 6rem 6rem 0;
    border: 2px solid var(--clr1);
    min-width: 46.3rem;
    padding: 0 6.2rem 0 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%236400B8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.5 25C20.299 25 25 20.299 25 14.5S20.299 4 14.5 4 4 8.701 4 14.5 8.701 25 14.5 25Z'/%3E%3Cpath stroke='%236400B8' stroke-linejoin='round' stroke-width='2' d='M21.926 21.925 28 28'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2rem center;
    background-size: 3.2rem 3.2rem;
    color: #000;
    font-family: var(--Typeface-Family-Body, Inter);
    font-size: var(--Typeface-Size-Body-Base, 1.8rem);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Size-Line-height-Base, 2.8rem);
}

.filter-search::placeholder {
    color: var(--Color-Brand-Dark, #351551);
}

.map-filter-column .filters-wrap1 {
    margin: 8rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1.6rem;
}

.map-filter-column .filter-top {
    margin: 0 0 2.4rem;
}
.map-filter-column .itemtext {
    padding-top: 0 !important;
}
.map-list-toggle {
    padding: 0;
    background-color: transparent;
    border: none;
    color: var(--clr1);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

div .gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 0;
    background-color: var(--clr3);
}

div .gm-style .gm-style-iw-d {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}

div .gm-style .gm-style-iw-d::-webkit-scrollbar {
    display: none; /* Older Safari and Chromium */
}

div .gm-style .gm-style-iw-d,
div .gm-style .gm-style-iw-tc::after {
    background-color: var(--clr3);
}
@media screen and (max-width: 1000px) {
    section.filter:not(.full-width) {
        flex-direction: column-reverse;
    }

    .map-filter-column,
    .map-column {
        flex: 0 0 100%;
    }
    .map-column #map {
        height: 50rem;
    }
    .map-filter-column .container {
        height: auto;
    }
    section.filter .map-filter-column:after,
    section.filter .map-filter-column .bottom-arrrow.total {
        display: none;
    }
    .filter-top h2 {
        margin: 0 0 2.4rem;
    }
    h2.map-filter-title {
        margin: 0 0 1.6rem;
    }
    .hassubtitle .filters-wrap1 {
        margin-top: 2.4rem;
    }
    .filter-search {
        margin: 2.4rem 0 0;
        min-width: 100%;
        font-size: var(--Typeface-Size-Body-Base, 1.6rem);
        line-height: var(--Typeface-Size-Line-height-Base, 2.4rem);
    }
    .map-filter-column .filters-wrap1 {
        margin: 4rem 0 0;
        flex-direction: column;
        row-gap: 4rem;
        align-items: flex-start;
    }

    .filter-results.items-list .item.horizontal .media {
        width: 100%;
    }

    .filter-with-map .filter-results {
        padding-top: 1.6rem;
    }
}
@media screen and (max-width: 768px) {
    .map-filter-column .filters-wrap2 .show-more-btn , .map-filter-column .filters-wrap2 .show-less-btn {
            background: var(--clr3);
            border-color: var(--clr3);
        }
        .map-filter-column .filters-wrap2 button.filter-btn:nth-of-type(n+4) {
            display: none!important;
        }

    .filter-top .filters-wrap2 button {
        font-size: 1.2rem;
        }
    .filter ul.products li.product {
        width: auto !important;
        margin: 0 0 2.992em;
    }

    div .gm-style .gm-style-iw-c {
        max-width: 100% !important;
    }
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.3rem);
    }
}
