Product Catalogue
Browse available products. Tap “Enquire” to contact us on WhatsApp for orders or details.
ID: DG-001 | Category: Medication
Product Name
Short description of the product goes here.
Price: GH₵ 0.00
Stock: Available
Expiry: 2026-12-31
GH₵ 0.00
Enquire on WhatsApp
ID: DG-002 | Category: Supplement
Product Name
Short description of the product goes here.
Price: GH₵ 0.00
Stock: Low
Expiry: 2027-03-10
GH₵ 0.00
Enquire on WhatsApp
.dg-catalogue{
max-width:1200px;
margin:auto;
padding:40px 20px;
font-family: Arial, sans-serif;
}
.dg-title{
text-align:center;
font-size:34px;
margin-bottom:10px;
color:#1a1a1a;
}
.dg-subtitle{
text-align:center;
margin-bottom:30px;
color:#666;
font-size:15px;
}
.dg-grid{
display:grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap:20px;
}
.dg-card{
border:1px solid #eee;
border-radius:14px;
padding:15px;
background:#fff;
box-shadow:0 3px 10px rgba(0,0,0,0.06);
transition:0.3s ease;
}
.dg-card:hover{
transform:translateY(-5px);
}
.dg-card img{
width:100%;
height:180px;
object-fit:cover;
border-radius:10px;
}
.dg-card h3{
margin:10px 0 5px;
}
.desc{
font-size:14px;
color:#666;
}
.meta{
font-size:12px;
color:#888;
margin-bottom:8px;
}
.meta-grid{
font-size:13px;
display:grid;
gap:4px;
margin:10px 0;
color:#444;
}
.price{
font-weight:bold;
color:#0a7a3d;
margin:10px 0;
font-size:16px;
}
.btn{
display:block;
text-align:center;
padding:10px;
background:#25D366;
color:white;
text-decoration:none;
border-radius:8px;
font-weight:bold;
}
.btn:hover{
background:#1ebe5d;
}