.deals-widget-container-placeholder {
    display: flex;
	width: 100%;
	height: 200px;
    gap: 10px;
}

.deals-widget-container-placeholder .single-deal {
	width: 50%;
	height: 100%;
	border-radius: 12px;
}

.deals-widget-container-placeholder .single-deal > .content {
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: space-evenly;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.deals-widget-container-placeholder .single-deal > .content .placeholder {
	background-color: #eee;
}

.deals-widget-container-placeholder .single-deal > .content > .image {
	width: 60%;
	height: 38%;
}

.deals-widget-container-placeholder .single-deal > .content > .title {
	width: 90%;
	height: 18%;
}

.deals-widget-container-placeholder .single-deal > .content > .price {
	width: 35%;
	height: 14%;
}

.deals-widget-container-placeholder .single-deal > .content > .button {
	width: 80%;
	height: 18%;
}