.jProduct2{
	min-height: 140px;
	max-height: 250px;
	max-width: 250px;
	margin: 0 auto 10px;
	position: relative;
	display: block;
}
.jProduct2 .overlay{
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 10px;
	min-height: 140px;
	height: 100%;
}
[data-pwa] .jProduct2 .overlay{
	margin-bottom: 10px;
}
.jProduct2 .overlay:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.6) 100%);
	transition: 0.3s;
	opacity: 0.7;
	z-index: 1;
}
.jProduct2.darker{
	border-radius: 10px;
	overflow: hidden;
}
.jProduct2.darker .overlay:after{
	background:linear-gradient(to bottom, transparent 31%, rgba(0,0,0,0.32) 55%, #000 100%);
}
.jProduct2 .overlay:hover:after{
	opacity: 1;
}

.jProduct2 .overlay a{
	display: block}
.jProduct2 .overlay[data-gr] img{
	opacity: 0.4;
}
.jProduct2 .overlay img{
	display:block; transition: 0.3s;
	transform: scale(1);
	width:100%;
}
[data-desktop] .jProduct2 .overlay:hover img{
	transform: scale(1.1);
}
.jProduct2 footer{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding: 0 10px 5px;
	transition: 0.3s;
	z-index: 2;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	overflow: hidden;
}
.jProduct2 footer > .f{
	direction: ltr;
}
.jProduct2 a:hover footer{
	padding-bottom: 20px;
}

.jProduct2 figcaption{
	max-height: 60px;
	opacity: 0;
	transition: 0.2s;
	line-height: 15px;
	overflow: hidden;
}
[data-desktop] .jProduct2 figcaption{
	opacity: 1;
}
[data-pwa] .jProduct2 figcaption{
	opacity: 0.8;
	max-height: 45px;
}
.jProduct2:hover figcaption{
	opacity: 1;
}
.jProduct2 .price{
	height: 25px;
	line-height: 25px;
	min-width: 80px;
	text-align: left;
	padding: 0 5%;
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.jProduct2 .unit{
	font-size: 10px;
	font-weight: 400;
	color: #eee;
}
.jProduct2 .compareAtPrice{
	font-size: 12px;
	color: #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 50px;
	text-decoration-color:#ff4747;
}


.jProduct2 h2{
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: initial;
}
[data-pwa] .jProduct2 h2{
	font-size: 10px;
	-webkit-line-clamp: 2;
	display: none;
}
.jProduct2 .jSlider1{
	margin: 0;
	margin-bottom: 5px;
	border-radius: 10px;
}
[data-desktop] .jProduct2 .jSlider1:hover img{
	transform: scale(1.1);
}
[data-pwa] .jProduct2 .jSlider1{
	margin-bottom: 10px;
}
.jProduct2 .jSlider1 .overlay{
	margin:0;
	border-radius: 0;
}
.jProduct2 .jSlider1 h2{
	font-size: 15px;
}

[data-pwa] .jProduct2 .jSlider1 h2{
	display: block;
	font-size: 12px;
}
.category .jProduct2 figcaption{
	text-shadow: 0px 3px 3px #777;
}
[data-pwa] .category .jProduct2 h2{
	display: block;
}


.jProduct2 .discount{
	position: absolute;
	overflow: hidden;
	direction: ltr;
	width: 100px;
	height: 40px;
	right: -37px;
	top: -8px;
	transform: rotate(45deg);
	background-color: #ff4747;
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding-top: 20px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	z-index: 2;
}
.jProduct2 .btnAddCart{
	position: absolute;
	display: block;
	top: 10px;
	bottom: 0;
	left: 10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	border-radius: 50%;
	overflow: hidden;
	content: "+";
	text-align: center;
	background-color: #00bfd5;
	color: #fff;
	opacity: 0;
	transition: 0.1s;
	z-index: 2;
	cursor: copy;
}
.jProduct2:hover .btnAddCart{
	opacity: 1;
}
[data-pwa] .jProduct2 .btnAddCart{
	display: none;
	opacity: 1;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
}

