
.header-collection-list{padding: 15px 1.5rem;

    .inner{display: flex; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; padding-bottom: 12px; scrollbar-width: none;-ms-overflow-style: none;

        @media(max-width:991px){padding-bottom: 0;}

        &::-webkit-scrollbar {display: none;}

        .collection-list-item {flex-shrink: 0;flex-grow: 0;flex-basis: 29%;padding: 0 15px;box-sizing: border-box;text-align: center; text-decoration: none!important; color: rgb(var(--color-foreground)); font-weight: 600; font-size: 1.6rem;

            @media (min-width: 750px) {flex-basis: 12.5%;}

            @media(max-width:991px){font-size: 1.2rem; padding: 0 5px;}

            
            .img-wrap{width: 70px;height: 70px;border-radius: 50%;overflow: hidden;margin: 0 auto 15px;

                img{width: 100%;height: 100%; object-fit: cover;}


                @media(max-width:991px){width: 47px;height: 47px;margin: 0 auto 7px;}


            }
        
        }
  }
}