export function MultipleColumnShoppingCartPage() {
return (
<section className="relative py-24">
<div className="lg-6 mx-auto w-full max-w-7xl px-4 md:px-5">
<h2 className="title font-manrope mb-8 text-center text-4xl leading-10 font-bold text-black">
Shopping Cart
</h2>
<div className="hidden grid-cols-2 py-6 lg:grid">
<div className="text-xl leading-8 font-normal text-gray-500">
Product
</div>
<p className="flex items-center justify-between text-xl leading-8 font-normal text-gray-500">
<span className="w-full max-w-[200px] text-center">
Delivery Charge
</span>
<span className="w-full max-w-[260px] text-center">Quantity</span>
<span className="w-full max-w-[200px] text-center">Total</span>
</p>
</div>
<div className="grid grid-cols-1 border-t border-gray-200 py-6 min-[550px]:gap-6 lg:grid-cols-2">
<div className="flex w-full flex-col items-center gap-3 max-xl:mx-auto max-xl:max-w-xl max-xl:justify-center min-[550px]:flex-row min-[550px]:gap-6">
<div className="img-box">
<img
src="https://pagedone.io/asset/uploads/1701162850.png"
alt="perfume bottle image"
className="rounded-xl object-cover xl:w-[140px]"
/>
</div>
<div className="pro-data w-full max-w-sm">
<h5 className="text-xl leading-8 font-semibold text-black max-[550px]:text-center">
Latest N-5 Perfuam
</h5>
<p className="my-2 text-lg leading-8 font-normal text-gray-500 max-[550px]:text-center min-[550px]:my-3">
Perfumes
</p>
<h6 className="text-lg leading-8 font-medium text-indigo-600 max-[550px]:text-center">
$120.00
</h6>
</div>
</div>
<div className="flex w-full flex-col items-center gap-2 max-xl:mx-auto max-xl:max-w-xl min-[550px]:flex-row">
<h6 className="font-manrope w-full max-w-[176px] text-center text-2xl leading-9 font-bold text-black">
$15.00{" "}
<span className="ml-3 text-sm whitespace-nowrap text-gray-300 lg:hidden">
(Delivery Charge)
</span>
</h6>
<div className="mx-auto flex w-full items-center justify-center">
<button className="group flex items-center justify-center rounded-l-full border border-gray-200 px-6 py-[18px] shadow-sm shadow-transparent transition-all duration-500 hover:border-gray-300 hover:bg-gray-50 hover:shadow-gray-200"></button>
<input
type="text"
className="w-full max-w-[118px] min-w-[80px] border-y border-gray-200 bg-transparent py-[15px] text-center text-lg font-semibold text-gray-900 outline-none placeholder:text-gray-900"
/>
<button className="group flex items-center justify-center rounded-r-full border border-gray-200 px-6 py-[18px] shadow-sm shadow-transparent transition-all duration-500 hover:border-gray-300 hover:bg-gray-50 hover:shadow-gray-200"></button>
</div>
<h6 className="font-manrope w-full max-w-[176px] text-center text-2xl leading-9 font-bold text-indigo-600">
$120.00
</h6>
</div>
</div>
<div className="grid grid-cols-1 border-t border-gray-200 py-6 min-[550px]:gap-6 lg:grid-cols-2">
<div className="flex w-full flex-col items-center gap-3 max-xl:mx-auto max-xl:max-w-xl max-xl:justify-center min-[550px]:flex-row min-[550px]:gap-6">
<div className="img-box">
<img
src="https://pagedone.io/asset/uploads/1701162866.png"
alt="perfume bottle image"
className="rounded-xl object-cover xl:w-[140px]"
/>
</div>
<div className="pro-data w-full max-w-sm">
<h5 className="text-xl leading-8 font-semibold text-black max-[550px]:text-center">
Musk Rose Cooper
</h5>
<p className="my-2 text-lg leading-8 font-normal text-gray-500 max-[550px]:text-center min-[550px]:my-3">
Perfumes
</p>
<h6 className="text-lg leading-8 font-medium text-indigo-600 max-[550px]:text-center">
$120.00
</h6>
</div>
</div>
<div className="flex w-full flex-col items-center gap-2 max-xl:mx-auto max-xl:max-w-xl min-[550px]:flex-row">
<h6 className="font-manrope w-full max-w-[176px] text-center text-2xl leading-9 font-bold text-black">
$15.00{" "}
<span className="ml-3 text-sm whitespace-nowrap text-gray-300 lg:hidden">
(Delivery Charge)
</span>
</h6>
<div className="mx-auto flex w-full items-center justify-center">
<button className="group flex items-center justify-center rounded-l-full border border-gray-200 px-6 py-[18px] shadow-sm shadow-transparent transition-all duration-500 hover:border-gray-300 hover:bg-gray-50 hover:shadow-gray-200"></button>
<input
type="text"
className="w-full max-w-[118px] min-w-[80px] border-y border-gray-200 bg-transparent py-[15px] text-center text-lg font-semibold text-gray-900 outline-none placeholder:text-gray-900"
/>
<button className="group flex items-center justify-center rounded-r-full border border-gray-200 px-6 py-[18px] shadow-sm shadow-transparent transition-all duration-500 hover:border-gray-300 hover:bg-gray-50 hover:shadow-gray-200"></button>
</div>
<h6 className="font-manrope w-full max-w-[176px] text-center text-2xl leading-9 font-bold text-indigo-600">
$120.00
</h6>
</div>
</div>
<div className="grid grid-cols-1 border-t border-gray-200 py-6 min-[550px]:gap-6 lg:grid-cols-2">
<div className="flex w-full flex-col items-center gap-3 max-xl:mx-auto max-xl:max-w-xl max-xl:justify-center min-[550px]:flex-row min-[550px]:gap-6">
<div className="img-box">
<img
src="https://pagedone.io/asset/uploads/1701162880.png"
alt="perfume bottle image"
className="rounded-xl object-cover xl:w-[140px]"
/>
</div>
<div className="pro-data w-full max-w-sm">
<h5 className="text-xl leading-8 font-semibold text-black max-[550px]:text-center">
Dusk Dark Hue
</h5>
<p className="my-2 text-lg leading-8 font-normal text-gray-500 max-[550px]:text-center min-[550px]:my-3">
Perfumes
</p>
<h6 className="text-lg leading-8 font-medium text-indigo-600 max-[550px]:text-center">
$120.00
</h6>
</div>
</div>
<div className="flex w-full flex-col items-center gap-2 max-xl:mx-auto max-xl:max-w-xl min-[550px]:flex-row">
<h6 className="font-manrope w-full max-w-[176px] text-center text-2xl leading-9 font-bold text-black">
$15.00{" "}
<span className="ml-3 text-sm whitespace-nowrap text-gray-300 lg:hidden">
(Delivery Charge)
</span>
</h6>
<div className="mx-auto flex w-full items-center justify-center">
<button className="group flex items-center justify-center rounded-l-full border border-gray-200 px-6 py-[18px] shadow-sm shadow-transparent transition-all duration-500 hover:border-gray-300 hover:bg-gray-50 hover:shadow-gray-200"></button>
<input
type="text"
className="w-full max-w-[118px] min-w-[80px] border-y border-gray-200 bg-transparent py-[15px] text-center text-lg font-semibold text-gray-900 outline-none placeholder:text-gray-900"
/>
<button className="group flex items-center justify-center rounded-r-full border border-gray-200 px-6 py-[18px] shadow-sm shadow-transparent transition-all duration-500 hover:border-gray-300 hover:bg-gray-50 hover:shadow-gray-200"></button>
</div>
<h6 className="font-manrope w-full max-w-[176px] text-center text-2xl leading-9 font-bold text-indigo-600">
$120.00
</h6>
</div>
</div>
<div className="mb-8 w-full rounded-xl bg-gray-50 p-6 max-lg:mx-auto max-lg:max-w-xl">
<div className="mb-6 flex w-full items-center justify-between">
<p className="text-xl leading-8 font-normal text-gray-400">
Sub Total
</p>
<h6 className="text-xl leading-8 font-semibold text-gray-900">
$360.00
</h6>
</div>
<div className="flex w-full items-center justify-between border-b border-gray-200 pb-6">
<p className="text-xl leading-8 font-normal text-gray-400">
Delivery Charge
</p>
<h6 className="text-xl leading-8 font-semibold text-gray-900">
$45.00
</h6>
</div>
<div className="flex w-full items-center justify-between py-6">
<p className="font-manrope text-2xl leading-9 font-medium text-gray-900">
Total
</p>
<h6 className="font-manrope text-2xl leading-9 font-medium text-indigo-500">
$405.00
</h6>
</div>
</div>
<div className="mt-8 flex flex-col items-center justify-center gap-3 sm:flex-row">
<button className="flex w-full max-w-[280px] items-center justify-center rounded-full bg-indigo-50 py-4 transition-all duration-500 hover:bg-indigo-100">
<span className="px-2 text-lg leading-8 font-semibold text-indigo-600">
Add Coupon Code
</span>
</button>
<button className="flex w-full max-w-[280px] items-center justify-center rounded-full bg-indigo-600 py-4 text-center text-lg font-semibold text-white transition-all duration-500 hover:bg-indigo-700">
Continue to Payment
</button>
</div>
</div>
</section>
)
}