.po-catalog .po-category-title {
	margin-top: 30px;
	border-bottom: 2px solid #eee;
	padding-bottom: 8px;
}

.po-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}

.po-product-card {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 14px;
	background: #fff;
}

.po-product-thumb img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 8px;
}

.po-product-title {
	margin: 6px 0 4px;
	font-size: 15px;
}

.po-product-price {
	font-weight: 600;
	color: #1a7a3c;
	margin-bottom: 10px;
	min-height: 34px;
}

.po-product-add {
	display: flex;
	gap: 6px;
}

.po-qty-input {
	width: 70px;
}

.po-cart-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.po-cart-table th,
.po-cart-table td {
	border-bottom: 1px solid #eee;
	padding: 8px 6px;
	text-align: left;
}

.po-cart-qty {
	width: 70px;
}

.po-cart-total {
	font-size: 16px;
	text-align: right;
}

.po-order-items {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.po-order-items th,
.po-order-items td {
	border-bottom: 1px solid #eee;
	padding: 8px 6px;
	text-align: left;
}

.po-order-total {
	font-size: 18px;
	font-weight: 700;
}

.po-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	background: #eee;
	color: #333;
}

.po-status-pending_confirmation { background: #fff3cd; color: #8a6500; }
.po-status-confirmed { background: #cfe2ff; color: #084298; }
.po-status-paid { background: #d1f7e0; color: #0f5132; }
.po-status-processing { background: #e2d9f3; color: #4b2e83; }
.po-status-delivered { background: #d1ecf1; color: #0c5460; }
.po-status-returned { background: #f8d7da; color: #842029; }
.po-status-completed { background: #d4edda; color: #155724; }

.po-error {
	color: #b32d2e;
	margin-top: 8px;
}

.po-order-log {
	list-style: disc;
	padding-left: 20px;
}
