.oby-filters{--height:50px;cursor:pointer;position:relative;height:var(--height);line-height:var(--height);padding-top:var(--height);font-size:16px;font-family:var(--font-obviously);font-weight:var(--font-medium);background-color:var(--x-cream2);border-radius:20px;padding:0 24px;overflow:hidden}.oby-filters:hover{overflow:visible}.oby-filters>:first-child{display:flex;justify-content:space-between;gap:8px;align-items:center}.oby-filters>:first-child::after{content:">";display:inline-block;transform:rotate(90deg)}.oby-filters__options{position:absolute;z-index:5;top:100%;right:0;background-color:var(--x-cream2);border-radius:12px}.oby-filters__options>div{padding:0 24px}.oby-filters__options>div a,.oby-filters__options>div span{cursor:pointer;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media all and (max-width:768px){.oby-filters__options{width:100%}}