.aovest-cs {
	font-family: inherit;
	margin-bottom: 2rem;
}

.aovest-cs__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aovest-cs__item + .aovest-cs__item {
	margin-top: .85rem;
	padding-top: .85rem;
	border-top: 1px solid #ececec;
}

.aovest-cs__link {
	display: flex;
	align-items: flex-start;
	gap: .8rem;
	text-decoration: none;
	color: inherit;
}

.aovest-cs__thumb {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	overflow: hidden;
	border-radius: 6px;
	background: #f5f5f5;
}

.aovest-cs__thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
	display: block;
	transition: transform .35s ease;
}

.aovest-cs__link:hover .aovest-cs__thumb img {
	transform: scale(1.06);
}

.aovest-cs__meta {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	min-width: 0;
}

.aovest-cs__name {
	font-size: .9rem;
	line-height: 1.35;
	font-weight: 500;
	color: #1a1a1a;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.aovest-cs__link:hover .aovest-cs__name {
	color: #b68442;
}

.aovest-cs__price {
	font-size: .9rem;
	font-weight: 700;
	color: #b68442;
}

.aovest-cs__price del {
	color: #999;
	font-weight: 400;
	margin-right: .35rem;
}

.aovest-cs__more {
	display: inline-block;
	margin-top: 1.1rem;
	padding: .5rem 1rem;
	font-size: .8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #2c2c2c;
	text-decoration: none;
	border: 1px solid #b68442;
	border-radius: 4px;
	transition: background-color .3s ease, color .3s ease;
}

.aovest-cs__more:hover {
	background: #b68442;
	color: #fff;
}
