/* Характеристики */

.product_card_characteristics p{
	display: flex; 
	justify-content: space-between;
}

.product_card_characteristics p span:last-child{
	max-width: 100%;
	opacity:unset;
	text-align: right;
}

.product_card_characteristics p{
	margin-bottom: 4px;
}


.product_card_characteristics span {
	width: fit-content; 
	line-height: 18px;
}

.long .product_card_characteristics p{
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	padding: 7px;
}

.long .product_card_characteristics{
	/* cursor: pointer; */
}

.long .product_card_characteristics p:hover {
	background-color: #dadcde;
	transition: .3s;
}

.long .product_card_characteristics p span:first-child{
	/* word-break: break-all; */
	/* min-width: max-content; */
}

.long .selector{
	flex: 1;
	border-bottom: 1px dotted #dadcde;
}


.product_card_text .selector{
	min-width:10px;
}

/* Кликабельная ссылка на бренд */
.product_card_characteristics .brand_link {
	color: var(--color-prime);
	text-decoration: none;
	border-bottom: 1px dashed currentColor;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.product_card_characteristics .brand_link:hover {
	color: #ff6b35;
	border-bottom-color: #ff6b35;
}



@media (max-width: 991px) {  
	.long .product_card_characteristics p span:first-child {
		font-size: 10px;}
		

}



/*.product_card_characteristics p, 
.product_card_characteristics span {border: 1px solid red;}*/








