.product_meta .wm-product-identity {
	--wm-meta-pine: var(--massi-pine, #2f4f4f);
	--wm-meta-eucalyptus: var(--massi-eucalyptus, #508072);
	--wm-meta-gold: var(--massi-gold, #d4af37);
	--wm-meta-gold-light: var(--massi-gold-light, #e8d79b);
	--wm-meta-warm: var(--massi-ivory, #fbfaf7);
	--wm-meta-line: var(--massi-line, #d9e3df);
	display: grid;
	grid-template-columns: minmax(132px, .72fr) minmax(0, 1.6fr);
	gap: 14px;
	width: 100%;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid var(--wm-meta-line);
	border-left: 4px solid var(--wm-meta-gold);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff 0%, var(--wm-meta-warm) 52%, #f1ede5 100%);
	box-shadow: var(--massi-shadow-card, 0 10px 28px rgba(28, 61, 61, .08));
	color: #223434;
	font-family: Lato, Arial, sans-serif;
}
.product_meta .wm-product-identity[hidden] { display: none !important; }
.product_meta .wm-product-identity__reference,
.product_meta .wm-product-identity__categories { display: grid; align-content: center; gap: 6px; min-width: 0; }
.product_meta .wm-product-identity__reference[hidden] { display: none !important; }
.product_meta .wm-product-identity__reference[hidden] + .wm-product-identity__categories { grid-column: 1 / -1; }
.product_meta .wm-product-identity__reference span,
.product_meta .wm-product-identity__categories > span {
	color: #607174;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}
.product_meta .wm-product-identity__reference strong {
	color: var(--wm-meta-pine);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .035em;
	line-height: 1.15;
}
.product_meta .wm-product-identity__categories > div { display: flex; flex-wrap: wrap; gap: 5px; min-width: 0; }
.product_meta .wm-product-identity__categories a,
.product_meta .wm-product-identity__categories a:visited,
.product_meta .wm-product-identity__categories div > span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 9px;
	border: 1px solid rgba(80, 128, 114, .22);
	border-radius: 999px;
	background: rgba(255,255,255,.82);
	color: var(--wm-meta-pine);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.15;
	text-decoration: none !important;
}
.product_meta .wm-product-identity__categories a:hover,
.product_meta .wm-product-identity__categories a:focus-visible {
	border-color: var(--wm-meta-gold);
	background: #fff9e8;
	color: var(--wm-meta-pine);
	text-decoration: none !important;
}
.product_meta .wm-product-identity__categories a:focus-visible { outline: 2px solid rgba(212,175,55,.34); outline-offset: 2px; }
.product_meta .wm-product-identity ~ .sku_wrapper,
.product_meta .wm-product-identity ~ .posted_in,
.product_meta .wm-product-identity ~ .tagged_as { display: none !important; }
.product_meta:has(> .wm-product-identity[hidden]) { margin: 0 !important; }
body.single-product p.stock.wm-stock-status,
body.single-product .woocommerce-variation-availability p.stock.wm-stock-status,
.woocommerce div.product p.stock.wm-stock-status {
	--wm-stock-card: linear-gradient(118deg, #123f3f 0%, #285b52 70%, #4d796a 100%);
	--wm-stock-accent: #e0b72f;
	--wm-stock-accent-ink: #173f3e;
	position: relative;
	isolation: isolate;
	display: grid !important;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	min-height: 82px;
	margin: 12px 0 14px !important;
	padding: 13px 14px;
	overflow: hidden;
	border: 1px solid rgba(224, 183, 47, .9) !important;
	border-left: 5px solid var(--wm-stock-accent) !important;
	border-radius: 16px;
	background: var(--wm-stock-card) !important;
	box-shadow: 0 14px 30px rgba(20, 63, 63, .2);
	color: #fff !important;
	font-family: Lato, Arial, sans-serif;
	text-align: left;
}
body.single-product p.stock.wm-stock-status::after,
.woocommerce div.product p.stock.wm-stock-status::after {
	position: absolute;
	top: -45%;
	right: -5%;
	z-index: -1;
	width: 38%;
	height: 190%;
	transform: rotate(17deg);
	background: linear-gradient(90deg, transparent, rgba(255,255,255,.14));
	content: "";
	pointer-events: none;
}
body.single-product p.stock.wm-stock-status.is-low,
.woocommerce div.product p.stock.wm-stock-status.is-low {
	--wm-stock-card: linear-gradient(118deg, #604a08 0%, #896912 68%, #b28a1d 100%);
	--wm-stock-accent: #f2cf57;
	--wm-stock-accent-ink: #4e3b04;
}
body.single-product p.stock.wm-stock-status.is-out,
.woocommerce div.product p.stock.wm-stock-status.is-out {
	--wm-stock-card: linear-gradient(118deg, #71342d 0%, #93483a 68%, #b3634c 100%);
	--wm-stock-accent: #f2d8cd;
	--wm-stock-accent-ink: #71342d;
}
body.single-product .wm-stock-status__seal,
.woocommerce div.product .wm-stock-status__seal {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 50%;
	background: var(--wm-stock-accent);
	box-shadow: 0 6px 16px rgba(0,0,0,.16);
	color: var(--wm-stock-accent-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}
body.single-product .wm-stock-status__copy,
.woocommerce div.product .wm-stock-status__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}
body.single-product .wm-stock-status__copy > small,
.woocommerce div.product .wm-stock-status__copy > small {
	color: #f2d77c !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .17em;
	line-height: 1;
	text-transform: uppercase;
}
body.single-product .wm-stock-status__label,
.woocommerce div.product .wm-stock-status__label {
	color: #fff !important;
	font-size: clamp(14px, 1.25vw, 17px);
	font-weight: 900;
	letter-spacing: .075em;
	line-height: 1.08;
	text-transform: uppercase;
}
body.single-product .wm-stock-status__amount,
.woocommerce div.product .wm-stock-status__amount {
	display: grid;
	place-items: center;
	align-content: center;
	min-width: 78px;
	min-height: 54px;
	padding: 5px 11px;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 13px;
	background: #fbfaf5;
	box-shadow: 0 7px 18px rgba(0,0,0,.14);
	color: var(--wm-stock-accent-ink) !important;
}
body.single-product .wm-stock-status__amount strong,
.woocommerce div.product .wm-stock-status__amount strong {
	color: inherit !important;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}
body.single-product .wm-stock-status__amount small,
.woocommerce div.product .wm-stock-status__amount small {
	color: inherit !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .07em;
	line-height: 1.1;
	text-transform: uppercase;
}
body.single-product .wm-stock-status__amount.is-empty,
.woocommerce div.product .wm-stock-status__amount.is-empty { min-width: 102px; }
@media (max-width: 480px) {
	body.single-product p.stock.wm-stock-status,
	.woocommerce div.product p.stock.wm-stock-status {
		grid-template-columns: 38px minmax(0, 1fr) auto;
		gap: 9px;
		min-height: 72px;
		padding: 10px;
		border-radius: 14px;
	}
	body.single-product .wm-stock-status__seal,
	.woocommerce div.product .wm-stock-status__seal { width: 36px; height: 36px; font-size: 18px; }
	body.single-product .wm-stock-status__label,
	.woocommerce div.product .wm-stock-status__label { font-size: 12px; letter-spacing: .045em; }
	body.single-product .wm-stock-status__amount,
	.woocommerce div.product .wm-stock-status__amount { min-width: 61px; min-height: 47px; padding-inline: 7px; }
	body.single-product .wm-stock-status__amount strong,
	.woocommerce div.product .wm-stock-status__amount strong { font-size: 20px; }
	body.single-product .wm-stock-status__amount.is-empty,
	.woocommerce div.product .wm-stock-status__amount.is-empty { min-width: 82px; }
}

/* Ficha pública global: acabado de galería MASSI sin JavaScript adicional. */
body.single-product .eael-single-product-images,
body.single-product .eael-single-product-images .product_image_slider,
body.single-product .eael-single-product-images .product_image_slider__container,
body.single-product .eael-single-product-images .swiper-slider,
body.single-product .eael-single-product-images .image_slider__image,
body.single-product .eael-single-product-images .image_slider__image img,
body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery .flex-viewport,
body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image img,
body.single-product .wm-promo-visual-carousel__stage {
	border-radius: 15px !important;
}
body.single-product .eael-single-product-images .product_image_slider__container,
body.single-product .eael-single-product-images .swiper-slider,
body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery .flex-viewport,
body.single-product .wm-promo-visual-carousel__stage {
	overflow: hidden;
}
body.single-product .eael-single-product-images .product_image_slider__container,
body.single-product .woocommerce-product-gallery .flex-viewport {
	box-shadow: 0 16px 38px rgba(28, 61, 61, .11);
}

/* Descripciones MASSI. Se aplican tanto al widget de Elementor como a las
 * pestañas nativas de WooCommerce y no cargan fuentes o recursos externos. */
body.single-product .elementor-widget-woocommerce-product-content,
body.single-product .woocommerce-Tabs-panel--description,
body.single-product #tab-description,
body.single-product .woocommerce-product-details__short-description {
	--wm-description-pine: var(--massi-pine, #2f4f4f);
	--wm-description-eucalyptus: var(--massi-eucalyptus, #508072);
	--wm-description-gold: var(--massi-gold, #d4af37);
	--wm-description-ivory: var(--massi-ivory, #fbfaf7);
	--wm-description-line: var(--massi-line, #d9e3df);
	color: #344a4a;
	font-family: Lato, Arial, sans-serif;
	font-size: clamp(1rem, .96rem + .18vw, 1.12rem);
	font-weight: 400;
	line-height: 1.76;
	box-sizing: border-box;
	overflow-wrap: anywhere;
}

body.single-product .elementor-widget-woocommerce-product-content,
body.single-product .woocommerce-Tabs-panel--description,
body.single-product #tab-description {
	position: relative;
	margin-block: clamp(24px, 4vw, 52px);
	padding: clamp(22px, 4vw, 48px);
	border: 1px solid var(--wm-description-line);
	border-top: 3px solid var(--wm-description-pine);
	border-radius: 18px;
	background:
		radial-gradient(circle at 100% 0, rgba(80,128,114,.09), transparent 24%),
		linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,246,239,.94)),
		var(--wm-description-ivory);
	box-shadow: 0 18px 44px rgba(28, 61, 61, .07);
}

body.single-product .elementor-widget-woocommerce-product-content::before,
body.single-product .woocommerce-Tabs-panel--description::before,
body.single-product #tab-description::before {
	content: '';
	position: absolute;
	top: -3px;
	left: clamp(22px, 4vw, 48px);
	width: clamp(64px, 9vw, 120px);
	height: 3px;
	border-radius: 999px;
	background: var(--wm-description-gold);
}

body.single-product .elementor-widget-woocommerce-product-content > :first-child,
body.single-product .woocommerce-Tabs-panel--description > :first-child,
body.single-product #tab-description > :first-child { margin-top: 0; }
body.single-product .elementor-widget-woocommerce-product-content > :last-child,
body.single-product .woocommerce-Tabs-panel--description > :last-child,
body.single-product #tab-description > :last-child { margin-bottom: 0; }

body.single-product .elementor-widget-woocommerce-product-content p,
body.single-product .woocommerce-Tabs-panel--description p,
body.single-product #tab-description p {
	max-width: 86ch;
	margin: 0 0 1.05em;
	color: #425858;
}

body.single-product .elementor-widget-woocommerce-product-content h2,
body.single-product .elementor-widget-woocommerce-product-content h3,
body.single-product .elementor-widget-woocommerce-product-content h4,
body.single-product .woocommerce-Tabs-panel--description h2,
body.single-product .woocommerce-Tabs-panel--description h3,
body.single-product .woocommerce-Tabs-panel--description h4,
body.single-product #tab-description h2,
body.single-product #tab-description h3,
body.single-product #tab-description h4 {
	max-width: 34ch;
	margin: 1.35em 0 .58em;
	color: var(--wm-description-pine);
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 600;
	letter-spacing: -.012em;
	line-height: 1.18;
}
body.single-product .elementor-widget-woocommerce-product-content h2,
body.single-product .woocommerce-Tabs-panel--description h2,
body.single-product #tab-description h2 {
	position: relative;
	padding-left: 18px;
	font-size: clamp(1.55rem, 1.22rem + 1vw, 2.25rem);
}
body.single-product .elementor-widget-woocommerce-product-content h2::before,
body.single-product .woocommerce-Tabs-panel--description h2::before,
body.single-product #tab-description h2::before {
	content: '';
	position: absolute;
	top: .1em;
	bottom: .1em;
	left: 0;
	width: 4px;
	border-radius: 99px;
	background: linear-gradient(180deg, var(--wm-description-pine), var(--wm-description-eucalyptus));
}

body.single-product .elementor-widget-woocommerce-product-content strong,
body.single-product .woocommerce-Tabs-panel--description strong,
body.single-product #tab-description strong,
body.single-product .woocommerce-product-details__short-description strong {
	color: var(--wm-description-pine);
	font-weight: 650;
}

body.single-product .elementor-widget-woocommerce-product-content ul,
body.single-product .elementor-widget-woocommerce-product-content ol,
body.single-product .woocommerce-Tabs-panel--description ul,
body.single-product .woocommerce-Tabs-panel--description ol,
body.single-product #tab-description ul,
body.single-product #tab-description ol {
	display: grid;
	gap: .42rem;
	max-width: 80ch;
	margin: .5rem 0 1.3rem;
	padding: .9rem 1rem .9rem 1.2rem;
	border: 1px solid rgba(80, 128, 114, .15);
	border-left: 4px solid var(--wm-description-eucalyptus);
	border-radius: 12px;
	background: linear-gradient(90deg, rgba(80,128,114,.07), rgba(255,255,255,.76) 28%);
	list-style-position: inside;
}
body.single-product .elementor-widget-woocommerce-product-content li::marker,
body.single-product .woocommerce-Tabs-panel--description li::marker,
body.single-product #tab-description li::marker {
	color: var(--wm-description-gold);
	font-weight: 800;
}

body.single-product .elementor-widget-woocommerce-product-content a,
body.single-product .woocommerce-Tabs-panel--description a,
body.single-product #tab-description a {
	color: var(--wm-description-eucalyptus);
	font-weight: 650;
	text-decoration-color: rgba(212,175,55,.72);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
body.single-product .elementor-widget-woocommerce-product-content blockquote,
body.single-product .woocommerce-Tabs-panel--description blockquote,
body.single-product #tab-description blockquote {
	margin: 1.35rem 0;
	padding: 1rem 1.2rem;
	border-left: 4px solid var(--wm-description-gold);
	border-radius: 0 12px 12px 0;
	background: rgba(80,128,114,.08);
	color: var(--wm-description-pine);
	font-family: Georgia, 'Times New Roman', serif;
}
body.single-product .elementor-widget-woocommerce-product-content table,
body.single-product .woocommerce-Tabs-panel--description table,
body.single-product #tab-description table {
	width: 100%;
	margin: 1.2rem 0;
	border: 1px solid var(--wm-description-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 12px;
	overflow: hidden;
}
body.single-product .elementor-widget-woocommerce-product-content th,
body.single-product .woocommerce-Tabs-panel--description th,
body.single-product #tab-description th {
	background: var(--wm-description-pine);
	color: #fff;
	font-weight: 650;
}
body.single-product .elementor-widget-woocommerce-product-content th,
body.single-product .elementor-widget-woocommerce-product-content td,
body.single-product .woocommerce-Tabs-panel--description th,
body.single-product .woocommerce-Tabs-panel--description td,
body.single-product #tab-description th,
body.single-product #tab-description td { padding: .72rem .85rem; border-bottom: 1px solid var(--wm-description-line); }

body.single-product .woocommerce-product-details__short-description {
	margin-block: 14px;
	padding: 13px 16px;
	border-left: 3px solid var(--wm-description-eucalyptus);
	border-radius: 0 12px 12px 0;
	background: linear-gradient(90deg, rgba(80,128,114,.1), rgba(212,175,55,.05));
}
body.single-product .woocommerce-product-details__short-description > :last-child { margin-bottom: 0; }

body.single-product .wm-product-warranty-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin: clamp(2rem, 5vw, 4rem) 0 .5rem;
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid rgba(227, 190, 71, .82);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255,255,255,.045), transparent 42%), linear-gradient(145deg, #173f3d, #234f49 58%, #173a38);
	box-shadow: 0 22px 48px rgba(16, 48, 46, .22), inset 0 0 0 5px rgba(227, 190, 71, .07);
	color: #f6edcf;
	text-align: center;
}
body.single-product .wm-product-warranty-card::before,
body.single-product .wm-product-warranty-card::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 88px;
	height: 88px;
	border-color: rgba(227, 190, 71, .62);
	pointer-events: none;
}
body.single-product .wm-product-warranty-card::before {
	top: 15px;
	left: 15px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-radius: 12px 0 0;
}
body.single-product .wm-product-warranty-card::after {
	right: 15px;
	bottom: 15px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-radius: 0 0 12px;
}
body.single-product .wm-product-warranty-card__logo {
	display: flex;
	justify-content: center;
	margin: 0 auto 14px;
}
body.single-product .wm-product-warranty-card__logo img {
	display: block;
	width: clamp(155px, 24vw, 235px) !important;
	height: auto !important;
	margin: 0 auto;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	object-fit: contain;
}
body.single-product .wm-product-warranty-card__eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	max-width: none !important;
	margin: 0 auto 18px !important;
	box-sizing: border-box;
	color: #e3be47 !important;
	text-align: center;
	font-size: clamp(.78rem, .72rem + .2vw, .92rem);
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
}
body.single-product .wm-product-warranty-card__eyebrow::before,
body.single-product .wm-product-warranty-card__eyebrow::after {
	content: '';
	flex: 1 1 0;
	min-width: 24px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #e3be47);
}
body.single-product .wm-product-warranty-card__eyebrow span {
	display: block;
	flex: 0 1 auto;
	text-align: center;
}
body.single-product .wm-product-warranty-card__eyebrow::after { background: linear-gradient(90deg, #e3be47, transparent); }
body.single-product .elementor-widget-woocommerce-product-content .wm-product-warranty-card h2,
body.single-product .woocommerce-Tabs-panel--description .wm-product-warranty-card h2,
body.single-product #tab-description .wm-product-warranty-card h2 {
	max-width: none;
	margin: 0 auto 12px;
	padding: 0 !important;
	color: #f3d779;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.35rem, 1.05rem + 1vw, 2.1rem);
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.15;
}
body.single-product .elementor-widget-woocommerce-product-content .wm-product-warranty-card h2::before,
body.single-product .woocommerce-Tabs-panel--description .wm-product-warranty-card h2::before,
body.single-product #tab-description .wm-product-warranty-card h2::before { display: none; }
body.single-product .wm-product-warranty-card__maker {
	margin: 0 auto 22px !important;
	color: #e3be47 !important;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}
body.single-product .wm-product-warranty-card__promise {
	max-width: 780px;
	margin: 0 auto 12px !important;
	color: #fff8e5 !important;
	font-size: clamp(1rem, .92rem + .2vw, 1.12rem);
	line-height: 1.65;
}
body.single-product .wm-product-warranty-card__terms {
	max-width: 760px;
	margin: 0 auto !important;
	color: rgba(246, 237, 207, .76) !important;
	font-size: .82rem;
	line-height: 1.55;
}

@media (max-width: 620px) {
	.product_meta .wm-product-identity { grid-template-columns: 1fr; gap: 9px; padding: 11px 12px; }
	.product_meta .wm-product-identity__reference + .wm-product-identity__categories { padding-top: 9px; border-top: 1px solid var(--wm-meta-line); }
	.product_meta .wm-product-identity__reference[hidden] + .wm-product-identity__categories { grid-column: auto; padding-top: 0; border-top: 0; }
	body.single-product .elementor-widget-woocommerce-product-content,
	body.single-product .woocommerce-Tabs-panel--description,
	body.single-product #tab-description {
		width: calc(100vw - 32px) !important;
		max-width: 100% !important;
		margin-block: 20px;
		margin-inline: auto;
		padding: 20px 17px;
		border-radius: 15px;
	}
	body.single-product .elementor-widget-woocommerce-product-content h2,
	body.single-product .woocommerce-Tabs-panel--description h2,
	body.single-product #tab-description h2 { padding-left: 14px; }
	body.single-product .wm-product-warranty-card {
		margin: 1.5rem 0 .25rem;
		padding: 22px 17px 24px;
		border-radius: 15px;
	}
	body.single-product .wm-product-warranty-card::before,
	body.single-product .wm-product-warranty-card::after { width: 54px; height: 54px; }
	body.single-product .wm-product-warranty-card::before { top: 10px; left: 10px; }
	body.single-product .wm-product-warranty-card::after { right: 10px; bottom: 10px; }
	body.single-product .wm-product-warranty-card__logo { margin-bottom: 9px; }
	body.single-product .wm-product-warranty-card__logo img { width: 128px !important; }
	body.single-product .wm-product-warranty-card__eyebrow {
		gap: 8px;
		margin-bottom: 11px !important;
		font-size: .62rem;
		letter-spacing: .13em;
	}
	body.single-product .wm-product-warranty-card__eyebrow::before,
	body.single-product .wm-product-warranty-card__eyebrow::after { min-width: 10px; }
	body.single-product .elementor-widget-woocommerce-product-content .wm-product-warranty-card h2,
	body.single-product .woocommerce-Tabs-panel--description .wm-product-warranty-card h2,
	body.single-product #tab-description .wm-product-warranty-card h2 {
		max-width: 330px;
		margin-bottom: 9px;
		font-size: clamp(1.05rem, 4.8vw, 1.22rem);
		line-height: 1.24;
		text-wrap: balance;
	}
	body.single-product .wm-product-warranty-card__maker {
		margin-bottom: 14px !important;
		font-size: .62rem;
		letter-spacing: .08em;
		line-height: 1.4;
	}
	body.single-product .wm-product-warranty-card__promise {
		margin-bottom: 9px !important;
		font-size: .88rem;
		line-height: 1.45;
	}
	body.single-product .wm-product-warranty-card__terms {
		font-size: .72rem;
		line-height: 1.45;
	}
}
