100% Cotton 180 GSM T-Shirt
max-width: 600px;
margin: 20px auto;
font-family: Arial, sans-serif;
}
.pricing-title {
text-align: center;
font-size: 22px;
font-weight: 700;
margin-bottom: 15px;
color: #001f3f; /* Navy Blue */
}
.pricing-table {
width: 100%;
border-collapse: collapse;
background: #ffffff;
border-radius: 10px;
overflow: hidden;
}
.pricing-table th {
background: #001f3f; /* Navy Blue */
color: #fff;
padding: 14px;
font-size: 16px;
text-align: center;
}
.pricing-table td {
padding: 12px;
font-size: 15px;
text-align: center;
border-bottom: 1px solid #eee;
}
.pricing-table tr:hover {
background: #f2f7ff;
}
.price {
font-weight: bold;
color: #001f3f; /* Navy Blue */
font-size: 16px;
}
/* Mobile Responsive */
@media (max-width: 480px) {
.pricing-table th,
.pricing-table td {
font-size: 14px;
padding: 10px;
}
}
| Quantity | Price (per piece) |
|---|---|
| 200 – 500 pieces | $5.80 |
| 500 – 2000 pieces | $5.50 |
| 10000 – 19,999 pieces | $4.68 |
| 20,000+ pieces | $2.18 |


