#shop-filter-bar{background-color:#fff;max-height:600px;overflow:auto}@media(max-width:768px){#shop-filter-bar{padding-top:80px}}#shop-filter-bar::-webkit-scrollbar{width:5px}#shop-filter-bar::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:20px}#shop-filter-bar .wrapper{position:relative;padding:16px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:16px}#shop-filter-bar .wrapper .navIcon-close{position:absolute;top:20px;right:20px;display:none;color:pointer}@media(max-width:768px){#shop-filter-bar .wrapper .navIcon-close{display:block}}#shop-filter-bar .wrapper .navIcon-close .close-icon{color:var(--color-red)}#shop-filter-bar .wrapper .bt-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:5px;margin-top:10px}#shop-filter-bar .wrapper .bt-ctx{padding:5px;font-size:12px}#shop-filter-bar .wrapper .result-info{font-size:16px;font-weight:500;color:var(--color-red)}#shop-filter-bar .wrapper .com-inputV2{padding-top:13px;padding-bottom:13px}#shop-filter-bar .wrapper .selectInput{font-size:16px;color:rgba(0,0,0,.5);padding:10px 13px}#shop-filter-bar .wrapper .active-select,#shop-filter-bar .wrapper .selectInput option:not(:disabled){color:#000}#shop-filter-bar .wrapper .filter-title{font-size:16px;font-weight:600}#shop-filter-bar .wrapper .activity-type .activity-item{display:flex;justify-content:flex-start;align-items:center;gap:5px;margin:8px 0}#shop-filter-bar .wrapper .activity-type .activity-item input{accent-color:var(--color-primary);color:#fff}#shop-filter-bar .wrapper .budget-type .budget-subdetail{font-size:10px;font-weight:400;color:rgba(0,0,0,.7)}#shop-filter-bar .wrapper .budget-type .budget-fields{display:flex;justify-content:flex-start;align-items:center;gap:6px}#shop-filter-bar .wrapper .budget-type .budget-fields select{max-width:80px;color:#000}#shop-filter-bar .wrapper .budget-option{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:wrap;gap:10px}#shop-filter-bar .wrapper .budget-option .budget-range input{display:none}#shop-filter-bar .wrapper .budget-option .budget-range label{border-radius:200px;border:.5px solid rgba(0,0,0,.15);padding:8px;cursor:pointer}#shop-filter-bar .wrapper .budget-option input[type=radio]:checked+label{background-color:var(--color-primary);color:#fff}#shop-filter-bar .wrapper .popularity-type .popularity-item{display:flex;justify-content:flex-start;align-items:center;gap:5px;margin:8px 0}#shop-filter-bar .wrapper .popularity-type .popularity-item input{accent-color:var(--color-primary);color:#fff}#shop-filter-bar .wrapper .popularity-type .review-icon{color:var(--color-review)}.shop-filter-wrapper{transition:all .3s ease-in-out}@media(max-width:768px){.shop-filter-wrapper{position:fixed;height:100%;width:100%;top:50%;left:-100%;transform:translate(-50%,-50%);overflow:auto;z-index:9999999}}.active-shop-filter{left:50%}