/**
 * PLP: 3-column product grid + availability status on cards.
 * Standalone — theme SCSS build is not available.
 */

.woocommerce .products-holder ul.products,
.woocommerce-page .products-holder ul.products {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.woocommerce .products-holder ul.products li.product,
.woocommerce-page .products-holder ul.products li.product {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	margin: 0 0 24px !important;
	padding: 0 8px !important;
	box-sizing: border-box;
}

@media print, screen and (min-width: 40em) {
	.woocommerce .products-holder ul.products li.product,
	.woocommerce-page .products-holder ul.products li.product {
		width: 50% !important;
		margin-bottom: 32px !important;
	}
}

@media print, screen and (min-width: 64em) {
	.woocommerce .products-holder ul.products li.product,
	.woocommerce-page .products-holder ul.products li.product {
		width: 33.333% !important;
	}
}

.products-holder .pieejami {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 4px 0 8px;
	color: #079455;
}

.products-holder .pieejami svg {
	display: none;
}

.products-holder .pieejami::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	flex-shrink: 0;
}

.products-holder .pieejami-orange {
	color: #dc6803;
}

.products-holder .pieejami-red {
	color: #d92d20;
}
