/* FILE: assets/css/out-of-stock.css */
.product-card--out {
	opacity: 0.55;
	filter: grayscale(30%);
}

.product-card--out .card-title {
	color: #6c757d !important; /* примерно как text-muted */
}

.product-card--out .product-img {
	opacity: 0.7;
}

.product-card--out .card-text {
	color: #6c757d !important;
}
