|
|
@ -61,10 +61,10 @@ const ProductDesign = ({ |
|
|
|
{/* product image */} |
|
|
|
{/* product image */} |
|
|
|
<div className="w-full relative"> |
|
|
|
<div className="w-full relative"> |
|
|
|
{/* icons on image */} |
|
|
|
{/* icons on image */} |
|
|
|
<div className="absolute left-2 top-2"> |
|
|
|
<div className="absolute left-0 top-10"> |
|
|
|
{discountPricePercent && ( |
|
|
|
{discountPricePercent && ( |
|
|
|
<div className="bg-discountPriceBg rounded-md px-2"> |
|
|
|
<div className="bg-discountPriceBg bg-white w-full p-2 px-3"> |
|
|
|
<p className="text-discountPriceTitle font-bold text-xs"> |
|
|
|
<p className="text-discountPriceTitle font-bold text-md text-blueC0"> |
|
|
|
23<span>%</span> |
|
|
|
23<span>%</span> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|