.category-scrollbar{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:inline mandatory;padding-block-end:20px}.category-scrollbar::-webkit-scrollbar{height:5px}.category-scrollbar::-webkit-scrollbar-button{width:calc(20% - 40px)}.category-scrollbar::-webkit-scrollbar-track{outline:2px solid #5b0303;border-radius:50px;background:#fff}.category-scrollbar::-webkit-scrollbar-thumb{border:1px solid #5b0303;border-radius:50px;background-color:#5b0303}