<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event-mark-product-page {
	width: 65px !important;
	height: 65px !important;
	position: absolute;
	top: 11px !important;
	right: 7px !important;
	z-index: 1;
	background-size: contain !important;
}
.card-product .card-product__wr-img &gt; div.event-mark-product-item {
	width: 55px!important;
	height: 55px!important;
	position: absolute;
	top: -10px!important;
	right: -5px!important;
	z-index: 1;
	background-size: contain !important;
}
@media(min-width: 576px){
	.card-product .card-product__wr-img &gt; div.event-mark-product-item {
		width: 65px!important;
		height: 65px!important;
		top: -10px !important;
		right: -11px !important;
	}
}
@media(min-width: 768px) {
	.event-mark-product-page {
		width: 80px !important;
		height: 80px !important;
		top: 20px !important;
		right: 20px !important;
	}
}
@media(min-width: 1200px) {
	.event-mark-product-page {
		width: 100px!important;
		height: 100px!important;
		top: 20px!important;
		right: 20px!important;
	}
	.card-product .card-product__wr-img &gt; div.event-mark-product-item {
		top: -2px !important;
		right: -14px !important;
		width: 60px !important;
		height: 60px !important;
	}

}
</pre></body></html>