html,
body,
ul,
li {
    padding: 0;
    margin: 0;
    font-family: Pretendard;
}

input,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
aside,
span,
a,
strong,
em,
article,
section {
    font-family: Pretendard;
}

html {
    overflow: hidden;
}

.act_mo {
    font-family: 'NotoSansKR', 'Malgun Gothic', '맑은 고딕', sans-serif !important;
}

.bsn-find {
    margin: 0 auto 0;
    padding: 0 0;
}

.bsn-top-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 2px;
    pointer-events: none;
    overflow: hidden;
    background: transparent;
}

.bsn-top-loading[hidden] {
    display: none;
}

.bsn-top-loading span {
    display: block;
    width: 0;
    height: 100%;
    background: #ff4d0a;
    box-shadow: 0 0 8px rgba(255, 77, 10, .45);
    transition: width .2s ease;
}

.bsn-top-loading.is-on span {
    animation: bsn-top-loading-run 1.6s ease-out forwards;
}

.bsn-top-loading.is-done span {
    animation: none;
    width: 100%;
    opacity: 0;
    transition: width .18s ease, opacity .22s ease .05s;
}

@keyframes bsn-top-loading-run {
    0% {
        width: 0;
    }

    40% {
        width: 55%;
    }

    70% {
        width: 78%;
    }

    100% {
        width: 90%;
    }
}

.bsn-find-box {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(0, 0, 0, .08);
    max-height: 100vh;
}

.bsn-find-side {
    width: 380px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #eee;
    background: #fff;
}

.bsn-find-side-head {
    padding: 16px 20px 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 1px solid #E5E7EB;
    height: 58px;
}

.bsn-side-head-pc {
    display: flex;
}

.bsn-find-results .bsn-find-side-head {
    display: none;
}

.bsn-find-side-head h2 {
    font-family: Pretendard;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #111317;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.68px;
}

.bsn-side-head-pc .bsn-find-count {
    margin-top: 0px;
}

.bsn-find-count {
    margin: 6px 0 0;
    font-size: 15px;
    color: #8D8D8D;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.6px;
}

.bsn-find-search {
    display: flex;
    gap: 6px;
    padding: 0 20px 12px;
    justify-content: space-between;
}

.bsn-find-search input {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 13px;
    background: #F7F7F7;
    padding: 10px 36px 10px 12px;
    color: #8D8D8D;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.6px;
}

.bsn-find-search button {
    height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 4px;
    background: #050505;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    font-family: Pretendard;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.6px;
}

.bsn-search-icon,
.bsn-search-back {
    display: none;
}

.bsn-dd {
    position: relative;
    padding: 0 20px 6px;
}

.bsn-dd-field {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 40px;
    padding: 4px 10px 4px 8px;
    border: 0 none;
    cursor: pointer;
    border-radius: 4px;
    background: #F7F7F7;
}

.bsn-dd.is-open .bsn-dd-field {
    background: #f3f3f3;
    border-color: #e8e8e8;
}

.bsn-dd-chips {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #d4d4d4 transparent;
}

.bsn-dd-chips::-webkit-scrollbar {
    height: 4px;
}

.bsn-dd-chips::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 4px;
}

.bsn-dd-placeholder {
    padding: 0 4px;
    font-size: 15px;
    white-space: nowrap;
    color: #8D8D8D;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.6px;
}

.bsn-dd-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    height: 26px;
    padding: 0 6px 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #f5f5f5;
    font-size: 12px;
    font-weight: 700;
    color: #050505;
    white-space: nowrap;
}

.bsn-dd-chip button {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #737373;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.bsn-dd-clear,
.bsn-dd-caret {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: -1px;
}

.bsn-dd-clear.is-hidden {
    display: none;
}

.bsn-dd-caret svg {
    display: block;
    margin: 0 auto;
    transition: transform .2s ease;
}

.bsn-dd.is-open .bsn-dd-caret svg {
    transform: rotate(180deg);
}

.bsn-dd.is-open .bsn-dd-menu {
    display: flex;
    flex-direction: column;
}

.bsn-dd-menu {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 30;
    margin-top: 4px;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    overflow: hidden;
}

.bsn-dd-list {
    max-height: 200px;
    overflow-y: auto;
    padding: 4px 0;
    /* scrollbar-width: thin; */
    /* scrollbar-color: #E0E0E0 transparent; */
}

.scroller-container {
    /* scrollbar-width: thin; */
    /* scrollbar-color: #E0E0E0 transparent; */
}

.scroller-container::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
}

.scroller-container::-webkit-scrollbar-button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.scroller-container::-webkit-scrollbar-track {
    background: transparent;
    display: none;
}

.scroller-container::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 4px;
}

.bsn-dd-list::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
}

.bsn-dd-list::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.bsn-dd-list::-webkit-scrollbar-track {
    background: transparent;
}

.bsn-dd-list::-webkit-scrollbar-thumb {
    background: #E0E0E0;
    border-radius: 4px;
}

.bsn-dd-menu label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px;
    cursor: pointer;
    font-weight: 500;
    color: var(--font-icon-primary, #050505);
    font-family: var(--Shokz-Sans-Text, Pretendard);
    font-size: var(--text-body-size, 15px);
    font-style: normal;
    font-weight: var(--text-body-weight, 400);
    line-height: var(--text-body-line-height, 24px);
    letter-spacing: var(--text-body-letter-spacing, -0.6px);
}

.bsn-dd-menu label:hover {
    background: #f7f7f7;
}

.bsn-dd-menu input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background: #fff;
    flex-shrink: 0;
    cursor: pointer;
}

.bsn-dd-menu input[type="checkbox"]:checked {
    border-color: #050505;
    background: #050505 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2l2.4 2.4 4.6-5' fill='none' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: 16px 16px;
}

.bsn-dd-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 10px 12px;
}

.bsn-dd-foot button {
    height: 28px;
    padding: 0 24px;
    border: 1px solid #050505;
    border-radius: 4px;
    background: #fff;
    color: #050505;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
}

.bsn-dd-foot .bsn-dd-apply {
    width: 220px;
}

.bsn-dd-foot button:hover {
    background: #f7f7f7;
}

.bsn-type {
    padding: 12px 20px 12px;
}

.top-description {
    color: #BABABA;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.44px;
    padding-left: 20px;
}

.bsn-type h3 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
}

.bsn-type-pills {
    display: flex;
    width: 100%;
    overflow: hidden;
    background: #f3f3f3;
    border-radius: 4px;
}

.bsn-type-pills button {
    position: relative;
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 36px;
    padding: 0 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    color: #050505;
    cursor: pointer;
    white-space: nowrap;
}

.bsn-type-pills button+button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    background: #e0e0e0;
    transform: translateY(-50%);
}

.bsn-type-pills button.is-on {
    background: #050505;
    color: #fff;
}

.bsn-type-pills button.is-on::before,
.bsn-type-pills button.is-on+button::before {
    content: none;
}

.bsn-type-pills button svg {
    flex-shrink: 0;
}

.bsn-type-pills button svg path {
    stroke: currentColor;
}


.bsn-demo-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px 20px 12px;
    font-size: 13px;
    cursor: pointer;
    color: #050505;
}

.bsn-demo-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    background: #fff;
    flex-shrink: 0;
    cursor: pointer;
}

.bsn-demo-check input[type="checkbox"]:checked {
    border-color: #050505;
    background: #050505 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.2l2.4 2.4 4.6-5' fill='none' stroke='%23fff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    background-size: 12px 12px;
}

.bsn-find-results {
    flex: 1;
    overflow: auto;
    /* border-top: 1px solid #f0f0f0; */
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

.bsn-find-results:hover,
.bsn-find-results:focus-within {
    scrollbar-color: #cfcfcf transparent;
}

.bsn-find-results::-webkit-scrollbar {
    width: 6px;
}

.bsn-find-results::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.bsn-find-results::-webkit-scrollbar-corner {
    background: transparent;
}

.bsn-find-results::-webkit-scrollbar-track {
    background: transparent;
}

.bsn-find-results::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 6px;
}

.bsn-find-results:hover::-webkit-scrollbar-thumb,
.bsn-find-results:focus-within::-webkit-scrollbar-thumb {
    background: #d4d4d4;
}

.bsn-find-results:hover::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

#bsn-store-count {
    color: #FF6008
}

.bsn-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 32px 24px;
    text-align: center;
    color: #737373;
}

.bsn-empty.is-hidden,
.bsn-store-list.is-hidden {
    display: none;
}

.bsn-empty img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 8px;
}

.bsn-empty p {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
}

.bsn-store-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bsn-store-list button {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.bsn-empty-title {
    color: #666;
    text-align: center;
    font-family: Pretendard;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.68px;
}

p.bsn-empty-desc {
    color: #8D8D8D;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.6px;
    width: 199px;
}

.bsn-store-list button.is-on {
    background: #F1F1F1;
    border-bottom: 1px solid #050505;
    border-left: 2px solid #050505;
}

.bsn-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
    min-height: 18px;
}

.bsn-card-flag {
    font-size: 12px;
    font-weight: 500;
    color: #737373;
}

.bsn-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.bsn-store-list strong {
    display: block;
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    color: #111317;
    font-family: Pretendard;
    font-style: normal;
    letter-spacing: -0.68px;
}

.bsn-card-dist {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
    color: #8D8D8D;
    white-space: nowrap;
    align-items: baseline;
    font-style: normal;
    line-height: 21px;
    letter-spacing: -0.52px;
}

.bsn-card-dist svg {
    flex-shrink: 0;
}

.bsn-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.bsn-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    height: 24px;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    font-family: Pretendard;
}

.bsn-card-tag img {
    width: 12px;
    height: 12px;
}

.bsn-card-tag.is-brand {
    border-radius: 40px;
    border: 1px solid #FF6008;
    background: #FFF5F0;
    color: #FF6008;
}

.bsn-card-tag.is-demo-products {
    border-radius: 40px;
    border: 1px solid #FFF085;
    background: #FEFCE8;
    color: #B97500;
}

.bsn-card-tag.is-dealer {
    border-radius: 40px;
    border: 1px solid #BEDBFF;
    background: #EFF6FF;
    color: #155DFC;
}

.bsn-card-tag.is-demo {
    background: #fff8dc;
    color: #b8860b;
}

.bsn-card-meta {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-top: 8px;
    font-size: 13px;
    color: #525252;
    word-break: keep-all;
    align-items: center;
    min-height: 21px;
}

.bsn-card-meta svg {
    flex-shrink: 0;
    margin-top: 1px;
}

.bsn-card-meta a {
    color: #666;
    /* text-decoration: underline; */
    text-underline-offset: 2px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.52px;
}

.bsn-card-meta a:hover {
    color: #ff6008;
}

.bsn-map-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
    background: #e8e8e8;
}

.bsn-map-wrap img {
    max-width: none;
}

#map {
    width: 100%;
    height: 100%;
    min-height: 680px;
}

.bsn-legend {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 4px;
}



.bsn-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /* padding: 6px 10px; */

    /* border-radius: 16px; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, .12); */
    font-size: 12px;
    font-weight: 700;
}

.bsn-legend img {
    display: block;
    width: 20px;
    height: 20px;
}

.bsn-legend .bsn-legend-arrow {
    display: none;
}

.bsn-marker {
    position: relative;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.bsn-marker.is-demo-frame {
    width: 28px;
    height: 28px;
}

.bsn-marker.is-active {
    width: 36px;
    height: 36px;
}

.bsn-marker.is-demo-frame.is-active {
    width: 36px;
    height: 36px;
}

.bsn-marker-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 23px;
    transform: translate(-50%, -50%);
    display: block;
    /* margin-top: 1px; */
}

.bsn-marker.is-active .bsn-marker-pin {
    width: 30px;
    height: 30px;
}

.bsn-marker.is-active .bsn-marker-frame {
    width: 36px;
    height: 36px;
}

.bsn-marker-frame {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bsn-store-card {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 20;
    width: 350px;
    padding: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
    overflow: hidden;
    pointer-events: auto;
    transition: left 0.28s ease, top 0.28s ease;
}

.bsn-store-card.is-hidden {
    display: none;
}

.bsn-store-card.is-position-instant {
    transition: none;
}

.bsn-store-card-head {
    position: relative;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bsn-store-card-close {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.bsn-store-card-close svg {
    display: block;
}

.bsn-store-card-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.bsn-store-card-title-row h3 {
    margin: 0;
    flex: 1;
    min-width: 0;
}

.bsn-store-card-body {
    padding: 21px 20px 20px 20px;
    border: 1px solid #E2E5EA;
    border-top: 0;
}

.bsn-store-card h3 {
    font-size: 17px;
    font-weight: 500;
    color: #111317;
    font-style: normal;
    line-height: 26px;
    letter-spacing: -0.68px;
}

.bsn-store-card .bsn-card-tags {
    margin-bottom: 8px;
}

.bsn-store-card-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 4px 0;
    font-size: 12px;
    color: #404040;
    word-break: keep-all;
    min-height: 21px;
}

.bsn-store-phone-row-span {
    margin-top: 2px;
}

.bsn-store-card-meta svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.bsn-store-card-meta a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--font-icon-tertiary, #666);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.bsn-pop-sec {
    margin-top: 12px;
}

.bsn-pop-sec-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    cursor: default;
    text-align: left;
    font-family: Pretendard;
    font-style: normal;
    line-height: 23px;
    letter-spacing: -0.6px;
}

.bsn-pop-sec.is-collapsible .bsn-pop-sec-toggle {
    cursor: pointer;
}

.bsn-pop-sec-toggle svg {
    flex-shrink: 0;
    transition: transform .2s ease;
}

.bsn-pop-sec.is-open .bsn-pop-sec-toggle svg {
    transform: rotate(180deg);
}

.bsn-pop-sec:not(.is-collapsible) .bsn-pop-sec-toggle svg {
    visibility: hidden;
}

.bsn-pop-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-height: 34px;
    overflow: hidden;
}

.bsn-pop-sec.is-open .bsn-pop-pills {
    max-height: none;
}

.bsn-pop-pill {
    display: inline-flex;
    align-items: center;
    height: 29px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    font-style: normal;
    line-height: 21px;
    letter-spacing: -0.52px;
    border: 1px solid #C6C6C6;
}

.bsn-pop-pill.is-demo {
    border: 1px solid #FFF085;
    background: #FEFCE8;
    color: #B97500;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.52px;
}

.bsn-pop-hint {
    margin: 12px 0 0;
    font-size: 11px;
    line-height: 1.4;
    color: #BABABA;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.44px;
}

.bsn-map-tools {
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* background: #fff; */
    /* border: 1px solid #e5e5e5; */
    /* border-radius: 6px; */
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, .12); */
    gap: 4px;
}

.bsn-search-btn {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.bsn-map-tools button {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    background: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;

}

.bsn-map-tools button:last-child {
    border-bottom: 0;
}

.bsn-map-tools button:hover {
    background: #f7f7f7;
}

.bsn-map-tools svg {
    display: block;
    margin: 0 auto;
}

.bsn-store-sheet-handle,
.bsn-best {
    display: none;
}

.bsn-map-float,
.bsn-locate-btn {
    display: none;
}

input[type='checkbox'] {
    display: block;
}

.bsn-legend-toggle,
.bsn-locate-btn,
.bsn-sheet-handle {
    display: none;
}

.map_copyright {
    display: none;
}

.bsn-map-wrap a[href*="legal.html"] {
    display: none !important;
}

.bsn-map-wrap {
    position: relative;
}

.bsn-store-card-line {
    border-top: 1px solid #E2E5EA;
}

.bsn-pop-sec {
    padding-top: 12px;
    border-top: 1px solid #E2E5EA;
}

.mt-12 {
    margin-top: 12px;
}

.scroll-container {
    overflow-y: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

.bsn-search-inner {
    display: flex;
    flex: 1;
}

.bsn-store-count {
    color: #FF6008;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.6px;
}

@media (max-width: 899px) {
    .bsn-find {
        --bsn-safe-bottom: max(20px, env(safe-area-inset-bottom, 0px));
        padding: 0;
        height: 100dvh;
        overflow: hidden;
    }

    .bsn-map-wrap::after {
        display: none;
    }

    .bsn-find-box {
        display: block;
        position: relative;
        height: 100dvh;
        max-height: 100dvh;
        min-height: 100dvh;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
    }

    .bsn-map-wrap {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    #map {
        min-height: 100%;
        height: 100%;
    }

    .bsn-map-tools {
        display: none;
    }

    .bsn-map-float {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        position: absolute;
        right: 16px;
        bottom: 62%;
        z-index: 16;
        transition: bottom .25s ease;
    }

    /*     .bsn-find-box.is-sheet-collapsed .bsn-map-float,
    .bsn-find-box.is-store-collapsed .bsn-map-float,
    .bsn-find-box.is-sheet-collapsed .bsn-legend,
    .bsn-find-box.is-store-collapsed .bsn-legend {
        bottom: 56px;
    }

    .bsn-find-box.is-store-collapsed .bsn-find-side {
        bottom: 40px;
    } */

    .bsn-legend-toggle,
    .bsn-locate-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .14);
        color: #050505;
        cursor: pointer;
    }

    .bsn-card-meta a {
        text-decoration: underline;
    }

    .bsn-legend {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        top: auto;
        right: auto;
        right: 64px;
        bottom: 62%;
        padding: 12px 14px;
        gap: 10px;
        border-radius: 4px;
        box-shadow: 0 4px 18px rgba(0, 0, 0, .14);
        max-width: none;
        transition: bottom .2s ease;
    }


    .bsn-legend .bsn-legend-arrow {
        display: block;
        position: absolute;
        left: auto;
        right: -5px;
        bottom: 14px;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        gap: 0;
        border-style: solid;
        border-width: 5px 0 5px 6px;
        border-color: transparent transparent transparent #fff;
        filter: drop-shadow(2px 0 3px rgba(0, 0, 0, .12));
        pointer-events: none;
        transform: none;
    }

    .bsn-legend.is-open {
        display: flex;
    }

    .bsn-legend span {
        color: var(--font-icon-primary, #050505);
        font-family: var(--Shokz-Sans-Text, "Shokz Sans Text");
        font-size: var(--text-utility-size, 12px);
        font-style: normal;
        font-weight: var(--text-utility-weight, 400);
        line-height: var(--text-utility-line-height, 16px);
        letter-spacing: var(--text-utility-letter-spacing, 0);
    }

    .bsn-legend img {
        width: 22px;
        height: 22px;
    }

    .bsn-map-tools {
        right: 12px;
        bottom: 228px;
    }

    .bsn-card-tag {
        font-size: 11px;
    }

    .bsn-empty {
        margin-bottom: calc(100px + var(--bsn-safe-bottom));
    }

    .bsn-find-side {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 25;
        width: 100%;
        max-height: 60vh;
        height: 60vh;
        border: 0;
        border-radius: 12px 12px 0 0;
        box-shadow: 0 -8px 28px rgba(0, 0, 0, .16);
        background: #fff;
        transition: height .25s ease, max-height .25s ease;
        padding-bottom: var(--bsn-safe-bottom);
        box-sizing: border-box;
    }

    .bsn-find-side.is-collapsed {
        height: 18vh;
        max-height: 18vh;
        padding-bottom: 0;
        overflow: hidden;
    }

    /* .bsn-find-side.is-collapsed .bsn-find-side-head,
    .bsn-find-side.is-collapsed .search-contaier,
    .bsn-find-side.is-collapsed .bsn-find-results {
        display: none !important;
    } */

    .bsn-card-tags {
        margin-bottom: 8px;
    }

    .bsn-card-meta {
        margin-top: 4px;
    }

    .bsn-card-heading {
        margin-bottom: 13px;
    }

    .bsn-store-list button {
        padding-bottom: 13px;
        padding-top: 12px;
    }

    .bsn-find-side.is-expanded {
        max-height: 89%;
        height: 89%;
    }

    .bsn-find-side.is-dragging {
        transition: none;
        overflow: hidden;
    }

    .bsn-find-side.is-dragging .bsn-find-results {
        max-height: none;
    }

    .bsn-sheet-handle {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: 40px;
        padding: 12.5px 0 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        flex-shrink: 0;
        touch-action: none;
        user-select: none;
        -webkit-user-select: none;
    }

    .bsn-sheet-handle span {
        display: block;
        width: 50px;
        height: 4px;
        border-radius: 4px;
        background: #e5e5e5;
    }

    .bsn-find-side-head {
        padding: 0 16px 2px;
        border-bottom: 0 none;
        margin-top: 12px;
        margin-bottom: 0px;
        height: initial;
    }

    .bsn-find-results .bsn-find-side-head {
        display: flex;
    }

    .bsn-side-head-pc {
        display: none;
    }

    .bsn-find-side-head h2 {
        font-size: 16px;
        display: none;
    }

    .bsn-find-search {
        /* position: fixed; */
        left: 16px;
        right: 16px;
        top: 12px;
        padding: 0;
        z-index: 40;
        gap: 6px;
        margin-top: 16px;
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-left: 16px;
        margin-right: 16px;
    }

    .bsn-find-search .bsn-search-inner {
        display: flex;
        flex: 1;
    }

    .bsn-find-search input {
        flex: 1;
        min-width: 0;
        height: 40px;
        border: 0;
        border-radius: 4px;
        background: #fff;
        font-size: 15px;
        color: #8D8D8D;
        box-shadow: 0 4px 16px rgba(0, 0, 0, .14);
        font-family: Pretendard;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.6px;
        width: 237px;
        padding: 10px 36px 10px 12px;
    }

    .bsn-store-card-content-inner {
        margin-right: 16px;
    }

    .bsn-store-card-content {
        margin-bottom: calc(100px + var(--bsn-safe-bottom));
        /* max-height: 556px; */
        max-height: calc(100% - 25%);
        margin-top: 24px;
    }

    .bsn-find-search input::placeholder {
        color: #a3a3a3;
    }

    .bsn-find-search #bsn-search-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        height: 40px;
        padding: 0 18px;
        border-radius: 4px;
        background: #050505;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
        white-space: nowrap;
        min-width: 86px;
    }

    .bsn-search-icon {
        display: none;
    }

    .bsn-find-filters {
        display: none;
        /* position: fixed; */
        left: 16px;
        right: 16px;
        top: 68px;
        bottom: auto;
        margin-bottom: 0;
        /* padding: 4px 0 12px; */
        /* background: #fff; */
        /* border-radius: 0 0 12px 12px; */
        /* box-shadow: 0 10px 28px rgba(0, 0, 0, .14); */
        z-index: 39;
        max-height: min(56vh, calc(100dvh - 220px));
        /* overflow: auto; */
        margin-top: 8px;
    }

    /* .bsn-find-box.is-store-open .is-filters-open .search-contaier {
        background: #fff;
    }

    .bsn-find-box.is-store-open .is-filters-open .bsn-search-back {
        display: none;
    } */

    /* .bsn-find-box.is-store-open .is-filters-open .bsn-search-inner input {
        padding: 0 14px;
        border: 0;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 4px 16px rgba(0, 0, 0, .14);
        font-size: 14px;
        width: fit-content;
    } */

    /* .bsn-find-box.is-store-open .is-filters-open .bsn-find-search #bsn-search-btn {
        box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
    }

    .bsn-find-box.is-store-open .is-filters-open .bsn-search-inner {
        background: transparent;
    } */

    .search-contaier {
        border-radius: 12px;
        background: transparent;
        position: fixed;
        left: 16px;
        right: 16px;
        top: 106px;
        display: flex;
        flex-direction: column;
        padding-bottom: 16px;
        z-index: 50;
        pointer-events: auto;
    }

    .is-filters-open .search-contaier {
        background: #FFF;
    }

    .bsn-find-side.is-expanded.is-filters-open .search-contaier,
    .bsn-find-box.is-store-open .bsn-find-side.is-filters-open .search-contaier {
        box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    }

    .bsn-find-side.is-filters-open .bsn-find-search {
        /* padding: 12px 12px 8px;
        gap: 8px;
        background: #fff;
        border-radius: 12px 12px 0 0; */
        /* box-shadow: 0 -2px 0 #fff, 0 10px 28px rgba(0, 0, 0, .14); */
    }

    .bsn-find-side.is-filters-open .bsn-search-back {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 28px;
        height: 40px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .bsn-find-side.is-filters-open .bsn-search-inner {
        border-radius: 4px;
        background: #F7F7F7;
        width: 80%;
        display: flex;
        width: 237px;
    }

    .bsn-find-side.is-filters-open .bsn-find-search input {
        padding: 0 4px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        font-size: 14px;
        width: fit-content;
    }

    .bsn-find-side.is-filters-open .bsn-find-search input:focus {
        outline: none;
        border: none;
    }

    .bsn-find-side.is-filters-open .bsn-find-search #bsn-search-btn {
        height: 40px;
        padding: 0 18px;
        border-radius: 4px;
        box-shadow: none;
    }

    .bsn-find-side.is-filters-open .bsn-find-filters {
        display: block;
        top: auto;
    }

    .top-description {
        color: #bababa;
        font-size: 11px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.44px;
        padding: 0 16px 8px;
    }

    .bsn-dd,
    .bsn-type,
    .bsn-demo-check {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bsn-type {
        padding-top: 4px;
        padding-bottom: 8px;
    }

    .bsn-demo-check {
        padding-bottom: 4px;
    }

    .bsn-dd-menu {
        left: 16px;
        right: 16px;
    }

    .bsn-find-results {
        max-height: none;
        flex: 1;
        min-height: 0;
        padding-bottom: var(--bsn-safe-bottom);
        box-sizing: border-box;
    }

    .bsn-find-side:not(.is-expanded) .bsn-find-results {
        max-height: 362px;
    }

    .bsn-store-card {
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        bottom: 0 !important;
        width: 100%;
        max-width: none;
        /* max-height: 78vh; */
        border-radius: 12px 12px 0 0;
        /* overflow: hidden; */
        box-shadow: 0 -8px 28px rgba(0, 0, 0, .16);
        z-index: 100;
        transition: height .25s ease, max-height .25s ease, bottom .25s ease, left 0s, top 0s;
        height: 88%;
        max-height: 88%;
        padding-bottom: var(--bsn-safe-bottom);
        box-sizing: border-box;
    }

    .bsn-store-card.is-collapsed {
        height: 40px;
        max-height: 40px;
        padding-bottom: 0;
        overflow: hidden;
    }

    .bsn-store-card.is-collapsed .bsn-store-card-body {
        padding: 0;
    }

    .bsn-store-card.is-collapsed .bsn-store-card-content {
        display: none;
    }

    .bsn-store-card.is-dragging {
        transition: none;
    }

    .bsn-store-card-head {
        display: none;
    }

    .bsn-store-card-title-row {
        margin-right: 16px;
    }

    .bsn-store-card-body {
        border: 0;
        padding: 4px 0px 20px 16px;
    }

    .bsn-store-sheet-handle {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: calc(100% + 16px);
        height: 40px;
        margin: -4px 0 0 -16px;
        padding: 12.5px 0 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        flex-shrink: 0;
        touch-action: none;
        user-select: none;
        -webkit-user-select: none;
    }

    .bsn-store-card.is-collapsed .bsn-store-sheet-handle {
        width: 100%;
        margin: 0;
    }

    .bsn-store-sheet-handle span {
        display: block;
        width: 50px;
        height: 4px;
        border-radius: 4px;
        background: #e5e5e5;
    }

    .bsn-store-card h3 {
        font-size: 17px;
    }

    .bsn-pop-hint {
        display: none;
    }

    .bsn-store-card .bsn-best {
        display: block;
        padding: 24px 0px 8px;
    }

    .bsn-find-box.is-store-open .bsn-find-side {
        background: transparent;
        box-shadow: none;
        max-height: 0;
        overflow: visible;
        pointer-events: none;
    }

    .bsn-find-box.is-store-open .bsn-sheet-handle,
    .bsn-find-box.is-store-open .bsn-find-side-head,
    .bsn-find-box.is-store-open .bsn-find-results {
        display: none;
    }

    .bsn-find-box.is-store-open .bsn-find-side:not(.is-filters-open) .bsn-find-filters {
        display: none;
    }

    .bsn-find-box.is-store-open .bsn-find-side.is-filters-open .bsn-find-filters {
        display: block;
    }

    .bsn-find-box.is-store-open .search-contaier,
    .bsn-find-box.is-store-open .bsn-find-search {
        pointer-events: auto;
    }

    .bsn-find-box.is-store-open .bsn-find-side.is-filters-open .search-contaier {
        z-index: 110;
    }

    /* .bsn-find-side.is-filters-open {
        background: transparent;
        box-shadow: none;
        max-height: 0;
        overflow: visible;
        pointer-events: none;
    }

    .bsn-find-side.is-filters-open .bsn-sheet-handle,
    .bsn-find-side.is-filters-open .bsn-find-side-head,
    .bsn-find-side.is-filters-open .bsn-find-results {
        display: none;
    }

    .bsn-find-side.is-filters-open .search-contaier,
    .bsn-find-side.is-filters-open .bsn-find-search,
    .bsn-find-side.is-filters-open .bsn-find-filters {
        pointer-events: auto;
    }

    .bsn-find-side.is-filters-open ~ .bsn-map-wrap .bsn-store-card {
        display: none;
    } */

    .bsn-marker {
        width: 32px;
        height: 32px;
    }

    .bsn-marker.is-demo-frame {
        width: 32px;
        height: 32px;
    }

    .bsn-marker.is-active {
        width: 48px;
        height: 48px;
    }

    .bsn-marker.is-demo-frame.is-active {
        width: 48px;
        height: 48px;
    }

    .bsn-marker.is-active .bsn-marker-frame {
        width: 48px;
        height: 48px;
    }

    .bsn-marker-pin {
        width: 26px;
        height: 26px;
    }

    .bsn-marker.is-active .bsn-marker-pin {
        width: 40px;
        height: 40px;
    }

    .bsn-find-side .bsn-best {
        margin-bottom: calc(82px + var(--bsn-safe-bottom));
    }

    .bsn-best {
        display: block;
        padding: 24px 0 calc(28px + var(--bsn-safe-bottom)) 16px;
        /* border-top: 8px solid #f5f5f5; */
        background: #fff;
        margin-bottom: calc(32px + var(--bsn-safe-bottom));
    }

    .bsn-find-side:not(.is-expanded) .bsn-best {
        /* display: none; */
    }

    .bsn-best-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 16px;
        margin-right: 16px;
    }

    .bsn-best-head h3 {
        margin: 0;
        font-size: 17px;
        font-weight: 500;
        color: #000;
    }

    .bsn-best-head a {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        height: 32px;
        padding: 0 12px;
        border: 1px solid #050505;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
        color: #050505;
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
    }

    .bsn-best-rate-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 6px;
        margin-top: 12px;
    }

    .bsn-best-grid {
        display: flex;
        /* grid-template-columns: 1fr 1fr; */
        gap: 8px;
        overflow-x: auto;
        scrollbar-width: none;
        scrollbar-color: transparent transparent;
    }

    .bsn-best-grid .bsn-best-card:last-child {
        margin-right: 16px;
    }

    #bsn-store-name {
        /* margin-top: 24px; */
    }

    .bsn-best-card h4 {
        font-size: 15px;
        color: #000;
        line-height: 22px;
        font-family: Pretendard;
    }

    .bsn-best-img {
        display: block;
        aspect-ratio: 1;
        border-radius: 8px;
        overflow: hidden;
        width: 178px;
        height: 178px;
        margin: 0 auto;
    }

    .bsn-best-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .bsn-best-rate {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.40);
        font-family: "Albert Sans";
        font-size: 10px;
        font-weight: 400;
        letter-spacing: -0.2px;
    }

    .bsn-best-rate span {
        color: #FF4D0A;
    }

    .bsn-best-desc {
        margin: 0 0 10px;
        font-size: 11px;
        color: #000;
        letter-spacing: 0;
        color: #000;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .bsn-best-price {
        margin: 0 0 6px;
        font-size: 15px;
        font-weight: 700;
        display: flex;
        align-items: baseline;
        color: #000;
        font-family: var(--Shokz-Sans-Text, Pretendard);
        font-size: var(--text-utility-size, 11px);
        font-style: normal;
        font-weight: var(--text-utility-weight, 400);
        line-height: var(--text-utility-line-height, 18px);
        letter-spacing: var(--text-utility-letter-spacing, 0);
    }

    .bsn-best-price del {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #a3a3a3;
        text-decoration: line-through;
        margin-left: 8px;
    }

    .bsn-best-buy {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 26px;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        background: #fff;
        margin-right: 4px;
        color: #000;
        font-family: var(--Shokz-Sans-Text, Pretendard);
        font-size: var(--text-utility-size, 11px);
        font-style: normal;
        font-weight: var(--text-utility-weight, 400);
        line-height: var(--text-utility-line-height, 18px);
        letter-spacing: var(--text-utility-letter-spacing, 0);
    }

    .bsn-best-compare {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-top: 24px;
        padding: 20px 16px;
        border-radius: 5.47px;
        margin-right: 16px;
        background: url('https://static.shokz.co.kr/resource/2026/09/04/Frame_2147240117_6a9a454af131b.webp') center/cover;
        text-decoration: none;
    }

    .bsn-best-compare-copy strong {
        display: block;
        margin: 0 0 6px;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        color: #000;
    }

    .bsn-best-compare-copy em {
        display: block;
        font-size: 13px;
        font-style: normal;
        line-height: 1.4;
        opacity: 0.6;
        color: #000;
        font-family: Pretendard;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

    .bsn-best-compare-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        padding: 0 14px;
        border-radius: 4px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        color: var(--font-icon-white, #FFF);
        font-family: var(--Shokz-Sans-Text, Pretendard);
        font-size: var(--text-utility-size, 13px);
        font-style: normal;
        font-weight: var(--text-utility-weight, 400);
        line-height: var(--text-utility-line-height, 21px);
        letter-spacing: var(--text-utility-letter-spacing, -0.52px);
        background: var(--Button-BG-black, #050505);
    }

    .bsn-best-card {
        flex-shrink: 0;
        box-sizing: border-box;
        display: block;
        text-decoration: none;
        color: inherit;
        cursor: pointer;
        /* width: 216px; */
        border-radius: 8.219px;
        background: #F2F2F2;
        padding: 0 12px 12px;
    }
}



@media (min-width: 768px) and (max-width: 899px) {
    .bsn-find {
        --bsn-safe-bottom: max(48px, env(safe-area-inset-bottom, 0px));
    }

    .bsn-find-side .bsn-best {
        margin-bottom: calc(130px + var(--bsn-safe-bottom));
    }
    .bsn-find-side.is-collapsed {
        height: 15vh;
        max-height: 15vh;
    }
}

@media (max-width: 440px) {
    .bsn-find-side.is-collapsed {
        height: 24vh;
        max-height: 24vh;
    }
}

@media (max-width: 412px) {
    .bsn-find-side.is-collapsed {
        height: 21vh;
        max-height: 21vh;
    }
}

@media (max-height: 968px) {
    .bsn-find-side.is-collapsed {
        height: 15vh;
        max-height: 15vh;
        /* margin-bottom: 106px; */
    }
}

@media (max-width: 412px) and (max-height: 924px) {
    .bsn-find-side.is-collapsed {
        height: 15vh;
        max-height: 15vh;
        margin-bottom: 0px;
    }
}

@media (max-width: 412px) and (max-height: 922px) {
    .bsn-find-side.is-collapsed {
        height: 15vh;
        max-height: 15vh;
        margin-bottom: 0px;
    }
}

@media (max-width: 393px) {
    .bsn-find-side.is-collapsed {
        height: 17vh;
        max-height: 17vh;
    }
}

@media (max-width: 375px) {
    .bsn-find-side.is-filters-open .bsn-find-search input {
        width: 176px;
    }

    .bsn-find-side .bsn-find-search input {
        width: 180px;
    }

    .bsn-find-side.is-collapsed {
        height: 21vh;
        max-height: 21vh;
    }
}

@media (max-width: 360px) {
    .bsn-find-search input {
        padding: 0 12px;
    }

    .bsn-find-side.is-collapsed {
        height: 18vh;
        max-height: 18vh;
    }

    .bsn-find-side .bsn-find-search input {
        width: 180px;
    }

    .bsn-find-side.is-filters-open .bsn-find-search input {
        width: 176px;
    }
}