@charset "UTF-8";

/* product list */
.ec-shelfGrid__item-price01 {
	color: #707070;
	text-decoration: line-through;
	font-size: 14px;
	margin: 8px 0 2px;
	text-align: right;
}

.ec-shelfGrid__item-name {
	color: #000;
	font-weight: bold;
	margin: 6px 0 3px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 22px;
	max-height: calc(22px*3);
}