.dpc-3964-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.dpc-3964-image-wrap {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
}

.dpc-3964-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #4C593C;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 6px 12px;
	text-transform: uppercase;
	z-index: 2;
}

.dpc-3964-image-wrap img {
	/* Explicitly let controls handle these values, start with defaults */
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.dpc-3964-content-wrap {
	padding: 20px 25px 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-grow: 1;
	box-sizing: border-box;
}

.dpc-3964-cat {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 12px;
}

.dpc-3964-title {
	font-size: 20px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: 400;
	color: #222;
	margin: 0 0 12px 0;
	line-height: 1.2;
}

.dpc-3964-desc {
	font-size: 12px;
	color: #555;
	margin-bottom: 20px;
	line-height: 1.4;
}

.dpc-3964-footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dpc-3964-prices {
	display: flex;
	align-items: center;
	gap: 8px;
}

.dpc-3964-price {
	font-size: 18px;
	font-family: 'Times New Roman', Times, serif;
	color: #222;
}

.dpc-3964-reg-price {
	font-size: 13px;
	color: #999;
	text-decoration: line-through;
}

.dpc-3964-add-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #222;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	cursor: pointer;
	border: none;
}

.dpc-3964-add-btn:hover {
	background-color: #444;
	color: #fff;
}
