.custom-category-dropdown{background:#000;border:1px solid #fff;border-radius:8px;width:285px;margin-top:10px;box-shadow:0 4px 15px rgba(255,255,255,.1);position:absolute;z-index:999;top:100%}.custom-category-dropdown .filter-item{padding:10px 14px;cursor:pointer;border-bottom:1px solid #404040;font-size:14px;color:#fff}.custom-category-dropdown .filter-item:last-child{border-bottom:none}.custom-sort-dropdown{position:relative;width:auto;background:#000;color:#fff;border-radius:8px;cursor:pointer;user-select:none;border:2px solid #fff}.custom-sort-dropdown .dropdown-selected{display:flex;align-items:center;padding:10px 12px;justify-content:space-between}.custom-sort-dropdown .selected-text{flex:1;padding:0 10px}.custom-sort-dropdown .dropdown-options{display:none;position:absolute;top:100%;left:0;width:100%;background:#222;border-radius:8px;overflow:hidden;z-index:200;border:1px solid #333;padding:0}.custom-sort-dropdown.active .dropdown-options{display:block}.custom-sort-dropdown .dropdown-options li{padding:10px 15px;border-bottom:1px solid #fff;cursor:pointer;list-style:none}.custom-sort-dropdown .dropdown-options li:hover{background:#000}.custom-sort-dropdown .dropdown-options li:last-child{border-bottom:none}