.item-wrap{gap:15px 10px;display:grid;grid-template-columns:repeat(3,1fr)}.item-wrap .item{border-radius:12px;overflow:hidden}.item-wrap .item-img{height:140px;object-fit:cover}.item-wrap .delete-wrap{right:0;top:0;z-index:2;padding:4px 6px}.item-wrap .item-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}@media(min-width:0px)and (max-width:768px){.item-wrap{grid-template-columns:repeat(2,1fr)}}@media(min-width:769px)and (max-width:1400px){.item-wrap{grid-template-columns:repeat(3,1fr)}}@media(min-width:1401px)and (max-width:1600px){.item-wrap{grid-template-columns:repeat(4,1fr)}}@media(min-width:1601px){.item-wrap{grid-template-columns:repeat(5,1fr)}}.catergory-wrap .leve-item{padding:4px 20px}.catergory-wrap .active:after{content:"";position:absolute;bottom:0;height:2px;background-color:#6844ca;width:60%;left:50%;transform:translateX(-50%)}