.ws-dropdown{position:relative;width:270px;height:48px}.ws-dropdown-inner{width:100%;position:absolute;left:0;top:0;border:1px solid transparent;background-color:#fff;-webkit-transition:all .2s linear;transition:all .2s linear}.ws-dropdown-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;cursor:pointer}.ws-dropdown-icon svg{display:block;width:11px;height:7px}.ws-dropdown-select{display:none;width:100%;height:300px;padding-block:10px;z-index:400}.ws-dropdown-list{height:100%;overflow-y:auto}.ws-dropdown-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;color:inherit}.ws-dropdown-item a:hover{background-color:#f8f9fb;color:#ff0097}.ws-dropdown.open .ws-dropdown-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ws-dropdown.open .ws-dropdown-inner{border:1px solid #e6e6e6;-webkit-box-shadow:0 4px 20px 0 rgba(0,0,0,.1);box-shadow:0 4px 20px 0 rgba(0,0,0,.1)}.ws-dropdown.open .ws-dropdown-select{display:block}.category .category-header-inner{border-bottom:1px solid #080434;padding-block:50px 20px}.category .category-title{margin-block:0}.category .category-description{color:#7a7a8a}.category .category-description p{margin-block:5px 0;font-size:inherit}@media screen and (max-width:575px){.category .category-header-inner{padding-block:20px}}