.wrapper { @apply border-b border-gray-300 pb-8; } .mainProdWrapper { @apply flex; } .image { @apply h-32 w-32 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; } .name { @apply font-medium; } .spacing2 { @apply h-2; } .discPriceSection { @apply flex 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; }