.wd-product {
	container-type: inline-size;
}

.wd-product .product-element-bottom > .wd-product-cats {
	display: none;
}

/* Home: "Mejores productos de la semana" (productos vistos recientemente). */
.elementor-element-c2f463b .lac-installments {
	display: none;
}

.elementor-element-c2f463b .product-element-bottom > .price {
	border-top: 0;
	display: block;
	margin-top: 5px;
	padding-top: 0;
}

.elementor-element-c2f463b .wd-product .product-element-bottom > .price del {
	display: none;
}

.elementor-element-c2f463b .wd-product .product-element-bottom > .price ins {
	border-left: 0;
	display: block;
	font-size: 14px;
	padding-left: 0;
}

.elementor-element-c2f463b .wd-product .product-element-bottom > .price ins::before {
	content: none;
}

.lac-installments {
	container-type: inline-size;
	display: grid;
	gap: 5px;
	margin: 10px 0 14px;
	min-width: 0;
	width: 100%;
}

.lac-installment {
	align-items: center;
	background: #f5f8fb;
	border: 1px solid #c8d6e2;
	border-radius: 8px;
	color: #111;
	display: grid;
	column-gap: 4px;
	font-size: 11px;
	grid-template-columns: 34px minmax(58px, auto) minmax(0, 1fr);
	line-height: 1.15;
	min-height: 38px;
	min-width: 0;
	overflow: hidden;
	padding: 5px 7px;
}

.lac-installment--naranja {
	background: #fff8f3;
	border-color: #ebd1c0;
}

.lac-installment__brand {
	align-items: center;
	display: flex;
	height: 22px;
	line-height: 1;
	text-align: left;
}

.lac-installment__brand img {
	display: block;
	height: auto;
	max-height: 18px;
	max-width: 31px;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

.lac-installment--tuya .lac-installment__brand img {
	max-height: 17px;
	max-width: 32px;
}

.lac-installment__copy {
	white-space: nowrap;
}

.lac-installment__copy strong {
	font-size: 15px;
	font-weight: 800;
	margin-left: 2px;
	margin-right: 2px;
}

.lac-installment__amount {
	font-size: 13px;
	font-weight: 800;
	justify-self: end;
	text-align: right;
	white-space: nowrap;
}

.lac-installment__amount .woocommerce-Price-currencySymbol {
	margin-right: 1px;
}

.lac-single-installments {
	margin: 4px 0 16px;
	width: 100%;
}

.lac-single-installments__title {
	font-size: 18px;
	margin: 0 0 9px;
}

.lac-installments--single {
	gap: 7px;
	margin: 0;
	max-width: 520px;
}

.lac-installments--single .lac-installment {
	font-size: 14px;
	grid-template-columns: 62px minmax(120px, auto) minmax(0, 1fr);
	min-height: 48px;
	padding: 7px 12px;
}

.lac-installments--single .lac-installment__brand {
	height: 30px;
}

.lac-installments--single .lac-installment__brand img {
	max-height: 25px;
	max-width: 48px;
}

.lac-installments--single .lac-installment--tuya .lac-installment__brand img {
	max-height: 23px;
	max-width: 50px;
}

.lac-installments--single .lac-installment__copy strong {
	font-size: 20px;
}

.lac-installments--single .lac-installment__amount {
	font-size: 16px;
}

@container (max-width: 230px) {
	.lac-installment {
		column-gap: 2px;
		font-size: 8px;
		grid-template-columns: 26px 50px minmax(0, 1fr);
		min-height: 38px;
		padding: 4px;
	}

	.lac-installment__brand img {
		max-height: 14px;
		max-width: 24px;
	}

	.lac-installment--tuya .lac-installment__brand img {
		max-height: 13px;
		max-width: 25px;
	}

	.lac-installment__copy {
		overflow: visible;
	}

	.lac-installment__copy strong {
		font-size: 15px;
	}

	.lac-installment__amount {
		font-size: 13px;
	}
}

.wd-product .product-element-bottom > .price {
	align-items: end;
	border-top: 1px solid #e3e3e3;
	display: grid;
	gap: 6px;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
	margin-top: 7px;
	padding-top: 10px;
	position: relative;
	width: 100%;
}

.wd-product .product-element-bottom > .price del,
.wd-product .product-element-bottom > .price ins {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	min-width: 0;
	text-decoration: none;
}

.wd-product .product-element-bottom > .price .amount {
	white-space: nowrap;
}

.wd-product .product-element-bottom > .price del {
	color: #9c9c9c;
}

.wd-product .product-element-bottom > .price ins {
	border-left: 1px solid #d7d7d7;
	color: #064f38;
	font-size: 1.18em;
	font-weight: 800;
	padding-left: 8px;
}

.wd-product .product-element-bottom > .price del::before,
.wd-product .product-element-bottom > .price ins::before {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 2px;
	text-decoration: none;
	white-space: nowrap;
}

.wd-product .product-element-bottom > .price del::before {
	content: "Precio de lista";
}

.wd-product .product-element-bottom > .price ins::before {
	color: #064f38;
	content: "Precio final";
}

.wd-product .product-element-bottom > .price del .amount {
	text-decoration: line-through;
}

@container (max-width: 230px) {
	.wd-product .product-element-bottom > .price {
		gap: 3px;
		grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr);
		padding-top: 8px;
	}

	.wd-product .product-element-bottom > .price del {
		font-size: 8px;
		letter-spacing: -0.55px;
	}

	.wd-product .product-element-bottom > .price ins {
		font-size: 10px;
		letter-spacing: -0.65px;
		padding-left: 4px;
	}

	.wd-product .product-element-bottom > .price del::before,
	.wd-product .product-element-bottom > .price ins::before {
		font-size: 8px;
		letter-spacing: 0;
	}
}

@media (max-width: 575px) {
	.lac-installments {
		margin-bottom: 10px;
	}

	.wd-product .product-element-bottom > .price {
		gap: 6px;
		padding-top: 8px;
	}

	.wd-product .product-element-bottom > .price ins {
		font-size: 1em;
		padding-left: 6px;
	}

	.wd-product .product-element-bottom > .price del::before,
	.wd-product .product-element-bottom > .price ins::before {
		font-size: 8px;
	}

	.lac-installments--single .lac-installment {
		font-size: 11px;
		grid-template-columns: 40px minmax(84px, auto) minmax(0, 1fr);
		min-height: 42px;
		padding: 5px 7px;
	}

	.lac-installments--single .lac-installment__brand img {
		max-height: 19px;
		max-width: 35px;
	}

	.lac-installments--single .lac-installment__copy strong {
		font-size: 16px;
	}

	.lac-installments--single .lac-installment__amount {
		font-size: 12px;
	}
}
