

/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.section/catalog_block/style.css?16929647701413*/
div.catalog_block .article_block {
	display: block;
}

div.pl-custom-labels {
	position: absolute;
	width: calc(100% + 40px);
	top: 0;
	left: -20px;
	z-index: 3;
	line-height: 1;
	font-size: initial;
}

div.pl-custom-labels__tag {
	height: 32px;
	width: 45%;
	min-width: 140px;
	background: linear-gradient(0, #FCC400 0%, #dcaf09 100%);
	position: relative;
}

div.pl-custom-labels__tag::after {
	content: '';
	position: absolute;
	height: 24px;
	width: 24px;
	background: linear-gradient(0, #FCC400 0%, #dcaf09 100%);
	top: 50%;
	left: 100%;
	z-index: -1;
	transform: rotateZ(45deg) translateX(-70%);
	border-radius: 4px;
}

div.pl-custom-labels__tag-text {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	row-gap: 2px;
}

div.pl-custom-labels__tag-text span:first-child {
	font-size: 11px;
	color: #614821;
}

div.pl-custom-labels__tag-text span:last-child {
	font-size: 11px;
	color: #FF1800;
	text-transform: uppercase;
	font-weight: 600;
}

.special-offer-item {
	border: 1px solid #FCC400 !important;
	margin: unset !important;
}

.special-offer-item .price_matrix_wrapper span {
	color: #bd1c3c;
}
.special-offer-item .price_matrix_wrapper div.price {
	background: bisque;
	border-radius: 4px;
	margin-bottom: 0 !important;
	padding: 6px 8px;
}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.section/catalog_block/style.css?16929647701413 */
