.myd-cart__products-empty {
	display: none;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: var(--myd-space-4);
}

.myd-cart__products-empty svg {
	fill: var(--myd-color-text-subtle);
	width: 180px;
	height: 180px;
}

.myd-cart-empty__text-content-title,
.myd-cart-empty__text-content-description {
	margin: 0;
}

.myd-cart-empty__text-content-title {
	font-weight: 600;
	font-size: 1.2rem;
	color: var(--myd-color-text);
}

.myd-cart-empty__text-content-description {
	font-weight: 400;
	font-size: 1rem;
	color: var(--myd-color-text-muted);
}
