.category-list-wrapper{display:flex;justify-content:center;padding:20px 0;margin:0 20px}.category-list{flex-direction:row;background-color:#f0f5ff;padding:20px 24px;border-radius:50px;box-shadow:0 3px 3px #f0f5ff;width:max-content;overflow-x:auto;scrollbar-color:rgba(206,21,68,.2) rgba(0,0,0,0);scrollbar-width:1px}.category-item,.category-list{display:flex;align-items:center}.category-item{position:relative;cursor:pointer;margin:0 15px}.category-item:not(:last-child):after{content:"";position:absolute;right:-15px;height:20px;width:1px;background-color:#88aadc}.category-item.selected .category-name{color:#ce1544}.category-item .category-name{transition:color .2s}.category-item .category-name:hover{color:#ce1544}@media screen and (min-width:600px)and (max-width:899px){.category-name{font-size:12px}}@media screen and (max-width:599px){.category-name{font-size:10px}}