/* Product compare */
.ns_product-compare {
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: stretch;
	justify-content: flex-start;
	padding-top: 32px;
	padding-bottom: 32px;
}

.ns_product-compare .ns_product-compare-thumbnail {
	margin-bottom: 16px;
}

.ns_product-compare .ns_product-compare-rating,
.ns_product-compare .ns_product-compare-title {
	margin-bottom: 4px;
	white-space: nowrap;
}

.ns_product-compare .ns_product-compare-rating .ns_product-rating {
	justify-content: center;
}

.ns_product-compare .ns_product-compare-price {
	margin-bottom: 16px;
}

.ns_product-compare .ns_product-compare-price > div:first-child{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.3em;
}

.ns_product-compare .ns_product-compare-price .amount bdi {
	color: var(--hipnos-color-primary-1);
	font-weight: var(--hipnos-font-weight-bold);
}

.ns_product-compare .ns_product-compare-price del .amount bdi{
	color: var(--hipnos-color-neutral-2);
	font-weight: var(--hipnos-font-weight-normal);
}

.ns_product-compare .ns_product-compare-info {
	color: var(--hipnos-color-secondary-1);
	margin-bottom: 32px;
}

.ns_product-compare .ns_product-compare-list ul {
	list-style: none;
	margin-bottom: 32px;
	border-top: 2px solid var(--hipnos-color-neutral-4);
	border-bottom: 2px solid var(--hipnos-color-neutral-4);
}

.ns_product-compare .ns_product-compare-list ul > li {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	color: var(--hipnos-color-secondary-1);
}

.ns_product-compare .ns_product-compare-list ul > li:not(:last-child) {
	border-bottom: 2px solid var(--hipnos-color-neutral-4);
}

.ns_product-compare .ns_product-compare-financing-info {
	font-size: 12px;
	line-height: 18px;
	margin-top: 8px;
}
