মধু
ঘি
সরিষার তেল
খেজুর
সুন্দরবন মধু
৳850
খাঁটি ঘি
৳1200
কেন আমাদের বেছে নেবেন?
- ১০০% খাঁটি পণ্য
- সারা বাংলাদেশে ডেলিভারি
- ক্যাশ অন ডেলিভারি
.hero{
background:#198754;
color:white;
text-align:center;
padding:100px 20px;
}
.hero h1{
font-size:50px;
margin-bottom:15px;
}
.btn{
background:white;
color:#198754;
padding:12px 25px;
border-radius:5px;
text-decoration:none;
}
.categories{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
padding:50px 20px;
}
.cat-box{
background:#f5f5f5;
text-align:center;
padding:30px;
border-radius:10px;
font-weight:bold;
}
.products{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
padding:50px 20px;
}
.product{
background:white;
padding:20px;
text-align:center;
box-shadow:0 2px 10px rgba(0,0,0,.1);
border-radius:10px;
}
.product img{
width:100%;
border-radius:8px;
}
.product button{
background:#198754;
color:white;
border:none;
padding:10px 20px;
border-radius:5px;
}
.why-us{
padding:60px 20px;
background:#f8f8f8;
text-align:center;
}
footer{
background:#222;
color:white;
text-align:center;
padding:40px;
}
