.masecor-product-legend {
	display: grid;
	gap: 14px;
	margin: 18px 0 4px;
	clear: both;
}

.masecor-product-legend__group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.masecor-product-legend__group-label {
	flex: 0 0 100%;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: #687477;
}

.masecor-product-legend__items {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 12px 14px;
}

.masecor-product-legend__item {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 52px;
	max-width: 110px;
	gap: 6px;
	text-align: center;
}

.masecor-product-legend__icon-trigger {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	outline: none;
	cursor: help;
	isolation: isolate;
}

.masecor-product-legend__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(20, 34, 38, .16);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 7px 18px rgba(16, 34, 37, .09);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.masecor-product-legend__icon img {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
	filter: grayscale(1) brightness(0);
}

.masecor-product-legend__icon-trigger:hover .masecor-product-legend__icon,
.masecor-product-legend__icon-trigger:focus-visible .masecor-product-legend__icon {
	transform: translateY(-2px);
	border-color: rgba(20, 34, 38, .34);
	box-shadow: 0 11px 24px rgba(16, 34, 37, .14);
}

.masecor-product-legend__icon-trigger::before,
.masecor-product-legend__icon-trigger::after {
	position: absolute;
	left: 50%;
	z-index: 20;
	opacity: 0;
	pointer-events: none;
	transition: opacity .15s ease, transform .15s ease;
}

.masecor-product-legend__icon-trigger::before {
	content: attr(data-tooltip);
	bottom: calc(100% + 11px);
	max-width: 220px;
	padding: 7px 10px;
	border-radius: 7px;
	background: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	box-shadow: 0 7px 20px rgba(0, 0, 0, .2);
	transform: translate(-50%, 4px);
}

.masecor-product-legend__icon-trigger::after {
	content: "";
	bottom: calc(100% + 5px);
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #111;
	transform: translate(-50%, 4px);
}

.masecor-product-legend__icon-trigger:hover::before,
.masecor-product-legend__icon-trigger:hover::after,
.masecor-product-legend__icon-trigger:focus-visible::before,
.masecor-product-legend__icon-trigger:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
}

.masecor-product-legend__value {
	display: block;
	max-width: 110px;
	color: #263236;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.15;
	text-align: center;
	overflow-wrap: anywhere;
}

.masecor-product-legend__sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* Integracion con la ficha personalizada de Masecor. */
.masecor-product-summary > .masecor-product-legend {
	margin-top: 16px;
	margin-bottom: 18px;
}

@media (max-width: 560px) {
	.masecor-product-legend {
		gap: 12px;
	}

	.masecor-product-legend__items {
		gap: 11px 12px;
	}

	.masecor-product-legend__item {
		min-width: 48px;
		max-width: 96px;
	}

	.masecor-product-legend__icon-trigger,
	.masecor-product-legend__icon {
		width: 48px;
		height: 48px;
	}

	.masecor-product-legend__icon img {
		width: 31px;
		height: 31px;
	}

	.masecor-product-legend__value {
		max-width: 96px;
		font-size: 12px;
	}
}
