.category_container{padding:20px 0}.category_section_header{display:flex;justify-content:space-between}.category_items{display:flex;gap:10px;overflow-x:scroll;padding:20px 0}.category_item{height:100px;width:100px;border-radius:10px;background-color:aqua;flex-shrink:0}.category_items::-webkit-scrollbar{width:6px;height:6px}.category_items::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:10px}.category_items::-webkit-scrollbar-track{background-color:rgba(0,0,0,.1)}