﻿@media only screen{
	.webshop-html .ProductListNewsImage:not(:empty), .webshop-html .ProductCardNewsImage:not(:empty) {
		background-color: #e3d7c9;
	}
}
@media only screen{
	.webshop-html .ProductListNewsImage:not(:empty):after, .webshop-html .ProductCardNewsImage:not(:empty):after {
		color: #000000;
	}
}
@media only screen{
	.webshop-html .SpecialOfferImage:not(:empty), .webshop-html .ProductCardSpecielOfferImage:not(:empty) {
		background-color: #000000;
	}
}
@media only screen{
	.webshop-html .SpecialOfferImage:not(:empty):after, .webshop-html .ProductCardSpecielOfferImage:not(:empty):after {
		color: #e3d7c9;
	}
}
@media only screen{
	.webshop-html .ProductListBanner {
		color: #222222;
		background-color: #bcc6bf;
	}
}