.category{position:relative;overflow:hidden;direction:rtl;margin-bottom:16px}.categoryPreloaderWrapper{width:-moz-fit-content;width:fit-content;display:flex;padding:8px 16px 16px 0}.category .swiper{padding:0 16px 0 0!important}.category .swiper-slide{background-color:transparent!important;overflow:visible!important}.category .categoryItem{position:relative;display:flex;margin-left:16px;flex-direction:column;justify-content:flex-start;align-items:center}.category .categoryItem img{position:relative;display:block;object-fit:contain;width:130px;height:130px;border-radius:50%;background-color:var(--reverse-color);transition:all .3s}.category .categoryItem:hover img{box-shadow:var(--action-color) 0 4px 16px 0}.category .categoryItem .title{width:130px;height:36px;line-height:18px;font-size:13px;font-weight:600;margin-top:8px;text-align:center;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text-color)}.category .categoryItem .preloading{width:130px;height:176px;background-color:var(--body-color)}.category .categoryItem .preloading .preloadingImageSkeleton{width:130px;height:130px;border-radius:50%;overflow:hidden}.category .categoryItem .preloading .preloadingTextSkeleton{width:calc(100% - 20px);height:16px;margin-right:10px;margin-top:10px;border-radius:10px;overflow:hidden}@media (max-width:600px){.category .categoryItem .title{width:100px}.category .categoryItem .preloading{width:100px;height:148px;background-color:var(--body-color)}.category .categoryItem .preloading .preloadingImageSkeleton{width:100px;height:100px;border-radius:50%;overflow:hidden}.category .categoryItem img{width:100px;height:100px}}