.wrapper { @apply border-b border-gray-300 pb-8; } .header { @apply mb-4 flex items-center text-caption-1 leading-6; } .badgeType { @apply min-w-fit p-2 flex items-center gap-x-1.5 rounded-md border border-danger-500 text-danger-500; } .mainProdWrapper { @apply flex; } .image { @apply md:h-32 md:w-32 md:min-w-[128px] w-24 h-24 min-w-[96px] rounded flex p-2 border border-gray-300; } .noImage { @apply m-auto font-semibold text-gray-400; } .details { @apply ml-4 flex flex-col gap-y-1 w-full; } .name { @apply font-medium; } .spacing2 { @apply h-2; } .discPriceSection { @apply flex flex-col md:flex-row gap-x-2.5; } .priceBefore { @apply line-through text-gray-500; } .price { @apply text-red-600 font-medium; } .savingAmt { @apply text-success-600; } .weightLabel { @apply text-gray-500; } .quantity { @apply py-2.5 bg-red-100 border border-red-300 text-red-800 h-fit my-auto rounded-md ml-auto font-medium w-12 text-center; }