.product-thumb__lead-actions,
.product-page__lead-actions {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:8px;
	margin:12px 0 8px;
}

.high-value-action {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:42px;
	padding:9px 12px;
	border:1px solid #c90000;
	border-radius:5px;
	background:#fff;
	color:#b50000;
	font-size:13px;
	font-weight:600;
	line-height:1.25;
	text-align:center;
	cursor:pointer;
}

.high-value-action:hover,
.high-value-action:focus {
	background:#fff4f2;
	color:#970000;
	text-decoration:none;
}

.high-value-action--primary {
	grid-column:1 / -1;
	background:#c90000;
	color:#fff;
}

.high-value-action--primary:hover,
.high-value-action--primary:focus {
	background:#a90000;
	color:#fff;
}

.high-value-action--whatsapp {
	border-color:#1fa855;
	color:#168441;
}

.high-value-action--whatsapp i {
	margin-right:6px;
	font-size:17px;
}

.product-thumb__lead-actions .high-value-action {
	font-size:12px;
}

.product-thumb__cart.consultative-purchase .quick-order {
	display:none !important;
}

.product-thumb__cart.consultative-purchase .high-value-cart-secondary span {
	display:none;
}

.product-thumb__cart.consultative-purchase .high-value-cart-secondary {
	min-width:38px;
	background:#eee;
	color:#555;
}

.product-page__lead-actions {
	max-width:620px;
	grid-template-columns:minmax(220px, 1.25fr) minmax(180px, 1fr);
}

.product-page__lead-actions .high-value-action--whatsapp {
	grid-column:1 / -1;
}

.product-page__lead-benefits {
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:8px 18px;
	max-width:620px;
	margin:8px 0 14px;
	color:#555;
	font-size:13px;
}

.product-page__lead-benefits span {
	display:flex;
	align-items:flex-start;
}

.product-page__lead-benefits i {
	margin:3px 7px 0 0;
	color:#1fa855;
}

.product-page__cart.consultative-purchase .quick-order {
	display:none !important;
}

.product-page__cart.consultative-purchase .high-value-cart-secondary {
	background:#eee;
	color:#555;
}

.high-value-mobile-bar {
	display:none;
}

@media (max-width:767px) {
	body.has-high-value-mobile-bar {
		padding-bottom:72px;
	}

	.product-page__lead-actions,
	.product-thumb__lead-actions,
	.product-page__lead-benefits {
		grid-template-columns:1fr;
	}

	.product-page__lead-actions .high-value-action--whatsapp,
	.high-value-action--primary {
		grid-column:auto;
	}

	.high-value-mobile-bar {
		display:grid;
		grid-template-columns:1fr 46px 46px;
		gap:7px;
		position:fixed;
		left:0;
		right:0;
		bottom:0;
		z-index:1005;
		padding:8px 10px calc(8px + env(safe-area-inset-bottom));
		background:#fff;
		box-shadow:0 -3px 18px rgba(0, 0, 0, .18);
	}

	.high-value-mobile-bar__primary,
	.high-value-mobile-bar .high-value-action,
	.high-value-mobile-bar__call {
		display:flex;
		align-items:center;
		justify-content:center;
		min-height:46px;
		border:0;
		border-radius:5px;
	}

	.high-value-mobile-bar__primary {
		background:#c90000;
		color:#fff;
		font-weight:700;
	}

	.high-value-mobile-bar .high-value-action {
		padding:0;
		background:#1fa855;
		color:#fff;
	}

	.high-value-mobile-bar .high-value-action span {
		display:none;
	}

	.high-value-mobile-bar .high-value-action i {
		margin:0;
		font-size:21px;
	}

	.high-value-mobile-bar__call {
		background:#087fa0;
		color:#fff;
		font-size:19px;
	}
}
