.category-item{display:flex;justify-content:center;align-items:center;width:85px;height:85px;margin-bottom:10px;border-radius:50px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.category-item:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 16px #0000004d}.category-item img{width:60%;height:auto}.category-link{text-decoration:none;color:inherit}.category-title{font-weight:700;text-align:center;max-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:normal;width:100%;margin-bottom:0;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;line-height:1.2em}.scroll-h-wrapper{position:relative;width:100%;display:flex;align-items:center}.scroll-h-container{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;width:100%}.scroll-h-container::-webkit-scrollbar{width:8px;height:8px}.scroll-h-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.scroll-h-container::-webkit-scrollbar-track{background-color:#f1f1f1}.arrow{position:absolute;top:50%;transform:translateY(-80%);background:none;color:#616161;border:none;padding:10px;cursor:pointer;z-index:1;width:10px;height:auto;display:flex;align-items:center;justify-content:center}.arrow-left{left:10px}.arrow-right{right:10px}.arrow:disabled{opacity:.5;cursor:not-allowed}
