.item { @apply w-[100px] h-[100px]; } .image { @apply w-full h-[100px] relative border border-gray_r-6 p-2.5 rounded-lg mb-3; } .fillDesc { @apply mt-2 text-danger-600; } .quantity { @apply backdrop-blur-lg border border-danger-300 text-danger-600 font-semibold px-2 py-1 text-caption-2 flex items-center justify-center rounded absolute bottom-2.5; } .name { @apply mt-1 line-clamp-2 leading-5 font-medium; }