.dropdown-wrapper{--topOffset:2px;padding:12px 8px;box-shadow:0 0 12px rgba(2,51,114,.15);border-radius:8px;background-color:#fff;position:absolute;top:calc(100% + var(--topOffset));width:max-content;right:0;z-index:2}.dropdown--max-height{max-height:240px;overflow:auto}.dropdown--max-height::-webkit-scrollbar{width:5px;height:5px;border-radius:0;background-color:#f5f5f5}.dropdown--max-height::-webkit-scrollbar-thumb{background-color:var(--color-gray-border);border-radius:10em}.dropdown--max-height::-webkit-scrollbar-thumb:hover{cursor:pointer;background-color:var(--color-gray-border)}.dropdown--max-height{padding:0 12px 8px 0}@media(max-width:1199px){.dropdown--max-height{padding:0}}.dropdown--filter{--topOffset:8px;box-shadow:0 0 12px rgba(2,51,114,.15)}.dropdown--max-width{max-width:100%}.dropdown--min-width{width:100%}.dropdown--right{right:0;left:auto}.dropdown:before{position:absolute;content:"";left:0;right:0;bottom:100%;height:var(--topOffset)}@media(max-width:1199px){.dropdown--select{max-width:100%;width:100%}}.catalog-page__sort .dropdown--min-width{width:200px}