/* Loop product */
.ns_loop-products.columns-2 .ns_loop-product{
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}

.ns_loop-products.columns-3 .ns_loop-product{
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
}

.ns_loop-products.columns-4 .ns_loop-product{
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}

@media only screen and (max-width: 767px) {
	.ns_loop-products .ns_loop-product{
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
}

.row.ns_loop-products.products{
	margin-top: -32px;
	margin-bottom: -32px;
}

.row.ns_loop-products.products > .ns_loop-product{
	padding-top: 32px;
	padding-bottom: 32px;
}

.ns_loop-product > .product{
	position: relative;
	display: block;
}

.ns_loop-products[data-type="alternative"] .ns_loop-product > .product{
	background: var(--hipnos-color-neutral-5);
	padding: 16px;
	padding-bottom: 24px;
	border-radius: var(--hipnos-border-radius);
	box-shadow: var(--hipnos-box-shadow-style-4);
}

.ns_loop-products[data-type="alternative"] .ns_loop-product > .product,
.ns_loop-products[data-type="default"] .ns_loop-product-image > a{
	transition: box-shadow var(--hipnos-transition-ease);
}

@media (hover: hover) and (pointer: fine){
	.ns_loop-products[data-type="alternative"] .ns_loop-product:hover > .product,
	.ns_loop-products[data-type="default"] .ns_loop-product-image:hover > a{
		box-shadow: var(--hipnos-box-shadow-style-1);
	}
}

.ns_loop-product .ns_loop-product-image{
	margin-bottom: 16px;
	background: var(--hipnos-color-neutral-4);
	border-radius: var(--hipnos-border-radius);
	overflow: hidden;
}

.ns_loop-product .ns_loop-product-image > a{
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: space-between;
	align-items: stretch;
	border-radius: var(--hipnos-border-radius);
	overflow: hidden;
	opacity: 1;
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar,
.ns_loop-product .ns_loop-product-image .ns_loop-product-attributes{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 16px 16px;
	width: 100%;
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar{
	position: absolute;
	top: 0px;
	left: 0px;
	align-content: flex-start;
	align-items: flex-start;
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar .price > ins{
	/* margin-top: 20px; */
	display: inline-block;
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar .price > span.ns_product-price-from{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: var(--hipnos-color-neutral-2);
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar .price > span.ns_product-price-from + ins{
	margin-top: 0px;
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar .price .amount bdi,
.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar .price ins .amount bdi {
	font-weight: var(--hipnos-font-weight-bold);
/* 	color: var(--hipnos-color-primary-1); */
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar .price del .amount bdi {
	font-weight: var(--hipnos-font-weight-normal);
/* 	color: var(--hipnos-color-neutral-2); */
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar .ns_product-sale{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	text-align: right;
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar .ns_product-sale .ns_countdown.active{
	font-size: 12px;
	line-height: 18px;
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-topbar .ns_product-sale .ns_countdown > span:first-child{
	display: none;
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-thumbnail{
	padding-top: 15%;
	padding-bottom: 10%;
}

.ns_loop-product .ns_loop-product-image .ns_loop-product-attributes{
	font-size: 12px;
	line-height: 18px;
	background: var(--hipnos-color-secondary-1);
	color: var(--hipnos-color-neutral-5);
}

.ns_loop-product .ns_loop-product-details{
	margin-bottom: 16px;
}

.ns_loop-product .ns_loop-product-details h3{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ns_loop-product .ns_loop-product-details .ns_loop-product-description-short{
	position: relative;
	width: 90%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
}

.ns_loop-product .ns_loop-product-details .ns_product-rating{
	margin-top: 6px;
}

.ns_loop-product .ns_loop-product-financing-info{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	padding-top: 8px;
}
