.mmo-chillvn-products {
	box-sizing: border-box;
	margin: 1rem 0;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	padding: 1rem;
}

.mmo-chillvn-products--error {
	border-color: #f0caca;
	background: #fff8f8;
	color: #8a1f1f;
}

.mmo-chillvn-products__head {
	margin-bottom: 0.8rem;
}

.mmo-chillvn-products__title {
	margin: 0;
	font-size: 1.5rem;
}

.mmo-chillvn-products__filters {
	display: grid;
	grid-template-columns: 1.2fr 1fr auto auto;
	gap: 0.6rem;
	margin-bottom: 0.8rem;
}

.mmo-chillvn-products__filters input,
.mmo-chillvn-products__filters select {
	height: 38px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 0 0.7rem;
}

.mmo-chillvn-products__price-sort.button.warning {
	background: #f2c100;
	border-color: #f2c100;
	color: #222;
}

.mmo-chillvn-products__table-wrap {
	overflow: auto;
}

.mmo-chillvn-products__table {
	width: 100%;
	border-collapse: collapse;
}

.mmo-chillvn-products__table thead th {
	font-size: 0.78rem;
	color: #8d8d8d;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #ececec;
	padding: 0.6rem 0.4rem;
	text-align: left;
}

.mmo-chillvn-products__table tbody td {
	border-bottom: 1px solid #f1f1f1;
	padding: 0.75rem 0.4rem;
	vertical-align: top;
}

.mmo-chillvn-products__name {
	font-weight: 700;
}

.mmo-chillvn-products__id {
	font-size: 0.82rem;
	color: #8c8c8c;
	margin-top: 0.2rem;
}

.mmo-chillvn-products__price {
	color: #2f7fd7;
	font-weight: 700;
	white-space: nowrap;
}

.mmo-chillvn-products__status {
	font-weight: 600;
	font-size: 0.88rem;
}

.mmo-chillvn-products__status--ok {
	color: #1a7f37;
}

.mmo-chillvn-products__status--out {
	color: #b42318;
}

.mmo-chillvn-products__require {
	font-size: 0.88rem;
	color: #3d3d3d;
	max-width: 14rem;
}

.mmo-chillvn-products__empty {
	opacity: 0.7;
	text-align: center;
}

@media (max-width: 850px) {
	.mmo-chillvn-products__filters {
		grid-template-columns: 1fr 1fr;
	}
}
