.wpdf-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
	margin: 20px 0;
}
.wpdf-card {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
.wpdf-card-image {
	position: relative;
	height: 220px;
	background-size: cover;
	background-position: center;
	background-color: #f4f4f4;
}
.wpdf-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #d1223a;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 6px;
}
.wpdf-draft-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #555;
	color: #fff;
	font-size: 11px;
	padding: 3px 7px;
	border-radius: 6px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.wpdf-card-body {
	padding: 14px 16px 18px;
}
.wpdf-store {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #888;
	margin: 0 0 4px;
}
.wpdf-title {
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 4px;
}
.wpdf-brand {
	font-size: 13px;
	color: #555;
	margin: 0 0 8px;
}
.wpdf-price {
	margin: 0 0 12px;
}
.wpdf-sale-price {
	font-size: 17px;
	font-weight: 700;
	color: #1a7a3c;
	margin-right: 8px;
}
.wpdf-orig-price {
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}
.wpdf-shop-btn {
	display: block;
	text-align: center;
	background: #111;
	color: #fff;
	padding: 9px 0;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}
.wpdf-shop-btn:hover {
	background: #333;
	color: #fff;
}
.wpdf-empty {
	color: #777;
	font-style: italic;
}
