/* =========================================================
   MicroVida Admin - Product Page
========================================================= */

.woocommerce-price-suffix,
.product_meta,
.single-product .woocommerce-product-details__short-description,
.woocommerce-js div.product form.cart div.quantity,
.woocommerce-js div.product p.ast-stock-detail,
.woocommerce-js div.product p.stock {
	display: none !important;
}

.mv-click-collect {
	margin: 12px 0 18px;
}

.mv-click-collect__field {
	margin-bottom: 12px;
}

.mv-click-collect__field label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #1b4332;
}

.mv-click-collect__control {
	width: 100%;
	max-width: 420px;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
}

.mv-click-collect__hint {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: #666;
	line-height: 1.4;
}

.mv-cutlery-quantity {
	margin-bottom: 20px;
}

.mv-cutlery-quantity label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	color: #1b4332;
}

.mv-cutlery-quantity__hint {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.5;
	color: #5b6470;
}

.mv-cutlery-quantity__price {
	font-weight: 600;
	color: #1b4332;
}

.mv-stock-reservation-notice {
	margin: 0 0 14px;
	padding: 12px 14px;
	border-radius: 14px;
	font-size: 13px;
	line-height: 1.5;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background: #f4f6f5;
	color: #274c3a;
}

.mv-stock-reservation-notice--blocked {
	border-color: rgba(183, 104, 47, 0.22);
	background: #fff4e8;
	color: #8a4b16;
}

.mv-stock-reservation-notice--active {
	border-color: rgba(27, 67, 50, 0.15);
	background: #eef7f1;
	color: #1b4332;
}

@media (max-width: 768px) {
	.mv-click-collect {
		margin: 10px 0 14px;
	}

	.mv-click-collect__field {
		margin-bottom: 10px;
	}

	.mv-click-collect__field label,
	.mv-cutlery-quantity label {
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 1.25;
		letter-spacing: 0.01em;
	}

	.mv-click-collect__control {
		max-width: 100%;
		min-height: 52px;
		padding: 11px 14px;
		font-size: 16px;
		border-radius: 12px;
	}

	.mv-click-collect__hint,
	.mv-cutlery-quantity__hint {
		margin-top: 5px;
		font-size: 11px;
		line-height: 1.45;
	}

	.mv-cutlery-quantity {
		margin-bottom: 16px;
	}

	.mv-stock-reservation-notice {
		margin-bottom: 12px;
		padding: 11px 12px;
		font-size: 12px;
		border-radius: 12px;
	}

	.single-product div.product form.cart,
	.mv-bundle-product-page.single-product div.product form.cart {
		margin-top: 14px;
	}

	.single-product div.product form.cart .button,
	.mv-bundle-product-page.single-product div.product form.cart .button {
		width: min(100%, 280px);
		padding: 13px 18px !important;
		font-size: 14px !important;
	}
}

@media (max-width: 480px) {
	.mv-click-collect {
		margin: 8px 0 12px;
	}

	.mv-click-collect__field label,
	.mv-cutlery-quantity label {
		font-size: 14px;
	}

	.mv-click-collect__control {
		min-height: 50px;
		padding: 10px 12px;
	}

	.single-product div.product form.cart .button,
	.mv-bundle-product-page.single-product div.product form.cart .button {
		width: 100%;
	}
}
