.filter-top > div:first-child button {
    border: none;
    position: relative;
    padding-right: 2rem;
}
.filter-top > div:first-child button span {
    position: absolute;
    top: 0;
    padding-left: 0.5rem;
}
.filter-top button {
    background: transparent;
    border: var(--border1);
    padding: 1rem 2rem;
    cursor: pointer;
    margin-right: 0.5rem;
}
.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 .media {
    width: 100%;
    margin-right: 0rem;
}
.filter-results .itemtext {
    padding: 0.9rem 0 3rem 0;
}
.map-filter-column .filter-results .item.horizontal {
    box-shadow: unset;
    border-bottom: var(--border1);
}
.map-filter-column .filter-results .itemtext {
    padding: 2rem 4rem 2rem 0rem;
}
.map-marker-content {
    padding: 1rem;
    width: 25rem;
    text-align: left;
}
.map-marker-content h4 {
    margin: 0 0 0.5rem 0;
}
.map-marker-content p {
    line-height: 1.5;
    margin-top: 1rem;
}
.filter-results .itemtext h3 {
    margin: 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-bottom: 1rem;
}
.filter-top .filter-btn {
    margin-top: 1rem;
}
section.filter .map-filter-column .container > .bottom-arrrow {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 2rem;
    width: 2rem;
    text-align: center;
    z-index: 1;
    transform: translateX(-50%);
    transition: var(--animtime2);
    opacity: 1;
    -moz-animation:
        bounce 2s infinite,
        fadeIn ease 0.4s;
    -webkit-animation:
        bounce 2s infinite,
        fadeIn ease 0.4s;
    animation:
        bounce 2s infinite,
        fadeIn ease 0.4s;
    cursor: pointer;
}
section.filter .map-filter-column .container > .bottom-arrrow svg {
    transform: rotate(90deg);
    width: 2rem;
    height: auto;
}
section.filter .map-filter-column .container .item .bottom-arrrow {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    transition: var(--animtime2);
}
@media (hover: hover) {
    section.filter .map-filter-column .item.horizontal:hover .bottom-arrrow {
        right: 0.5rem;
    }
}
section.filter .map-filter-column {
    position: relative;
}
section.filter .map-filter-column:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 15rem;
    bottom: 0;
    left: 0;
    background: transparent
        linear-gradient(
            0deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%
        )
        0% 0% no-repeat padding-box;
}
.load-more-container button.show-more {
    margin-top: 0;
}
.filter .load-more-container {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.4rem;
}
.map-modal {
    height: 15rem;
    width: 60%;
    position: absolute;
    display: flex;
    bottom: 5rem;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}
section.map {
    padding: 0;
    position: relative;
}
section.filter:not(.full-width) {
    display: flex;
}
.map-filter-column,
.map-column {
    flex: 0 0 50%;
    position: relative;
}
.map-filter-column .container {
    overflow: auto;
    height: 80vh;
}
.map-filter-column .container::-webkit-scrollbar {
    display: none;
}

.map-filter-column .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.map-filter-column .container .items-list {
    padding-bottom: 8rem;
    row-gap: unset;
}
section.filter .map-filter-column.hide-arrow:after {
    display: none;
}
.map-column #map {
    height: 80vh;
}
.bottom-arrrow .arowb {
    stroke: var(--clr1);
}
#map .gm-ui-hover-effect {
    top: 0.5rem !important;
    right: 0.5rem !important;
}
#map .bottom-arrrow {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}
.filter li.product {
    width: auto !important;
    margin-right: 0 !important;
}

.filter .container {
    display: flex;
    column-gap: 4rem;
}

.filter-left {
    width: 35rem;
    flex: 0 0 auto;
}

.filter-right {
    flex: 1 1 auto;
}

.filter-left-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.filter-btn {
    padding: 1.2rem 2.4rem;
    border-radius: 6rem;
    border: 1px solid var(--Color-Brand-Blue-Core, #08006f);
    color: var(--Color-Brand-Blue-Core, #08006f);
    font-size: var(--Typeface-Size-Miscellaneous-Button-large, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
    transition:
        background-color var(--animtime1),
        color var(--animtime1);
}

.filter-btn:focus-visible {
    outline: 2px solid var(--Color-Brand-Blue-Core, #08006f);
    outline-offset: 3px;
}

.filter-btn.active {
    border-color: var(--Color-Brand-Blue-Core, #08006f);
    background-color: var(--Color-Brand-Blue-Core, #08006f);
    color: var(--Gray-10, #fff);
}

.filter-title {
    margin: 0 0 1.6rem;
}

.showing-top {
    font-family: var(--font-secondary);
    font-size: var(--Typeface-Size-Body-Small, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Small, 20px); /* 142.857% */
    margin: 0;
}

.filter .items-list {
    display: block;
    margin: 4rem 0 0;
}

.filter .list-container {
    row-gap: 4rem;
}

.filter .progress-bar {
    margin: 0;
}

.filter .item {
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    position: relative;
}

.filter .item .itemtext {
    padding: 0 1.6rem 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
    height: 100%;
}

.filter .item .itemtext .h4 a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.filter .item .itemtext .h4 a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.filter .item .itemtext .h4 {
    margin: 0 0 1rem;
    display: inline;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left bottom 1px;
    background-size: 0% 1px;
    transition: background-size var(--animtime1);
}

@media (hover: hover) {
    .filter .item:hover .itemtext .h4 {
        background-size: 100% 1px;
    }
}

.bookmark-info {
    margin-bottom: 0.6rem;
}

.bookmark-info + .bookmark-info {
    margin-top: 0.8rem;
}

.bookmark-info span {
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bookmark-info p {
    margin: 0;
}

.list-item-foot {
    padding: 1rem 1.6rem 0;
    margin-right: -1.6rem;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid currentColor;
    margin-top: auto;
    margin-bottom: 0;
    width: calc(100% + 1.6rem);
}

.list-item-foot svg {
    height: 1.2rem;
    width: 1.2rem;
    transform: translateX(0);
    transition: transform var(--animtime1);
}

section.filter.dark {
    color: #fff;
}

section.filter.dark .filter-btn {
    color: #fff;
    border-color: #fff;
}

section.filter.dark .filter-btn.active {
    background-color: var(--clr1);
}

@media (hover: hover) {
    .filter .item:hover .list-item-foot svg {
        transform: translateX(4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .filter-btn,
    .filter .item .itemtext .h4,
    .list-item-foot svg,
    section.filter .map-filter-column .container > .bottom-arrrow,
    section.filter .map-filter-column .container .item .bottom-arrrow {
        transition: none;
    }
    section.filter .map-filter-column .container > .bottom-arrrow {
        animation: none;
    }
}

@media screen and (max-width: 1000px) {
    section.filter:not(.full-width) {
        flex-direction: column-reverse;
    }
    .map-filter-column .container .items-list {
        padding-bottom: 3rem;
    }
    .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 .container {
        display: block;
    }

    .filter-left {
        width: 100%;
        margin: 0 0 8rem;
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.3rem);
    }
}
