.tps_productItem {
	box-sizing: border-box;
	font-size: 14px;
	display: grid;
	grid-template-rows: auto 1fr;
	position: relative;
}

.tps_productItem_content {
	display: grid;
	padding: 10px;
	grid-template-rows:1fr auto 18px auto;
}

.tps_productItem_imageLink {
	position: relative;
	width: 100%;
	display: block;
	padding-top: 100%;
}

.tps_productItem_imageContainer {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	background: #fff;
}

.tps_productItem_imageContainer::-webkit-scrollbar {
	display: none;
}

.tps_productItem_image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease, transform 3s;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tps_productItem_imageHover {
	opacity: 1;
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	right: -101%;
	bottom: 0;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease, transform 3s;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tps_productItem_imagePagerMobile {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	bottom: 0;
}

.tps_productItem_imagePagerMobile div {
	width: 100%;
	height: 3px;
	background: #ababab;
}

.tps_productItem_imagePagerActive {
	width: 50%;
	background: #0e0e0e ;
	display: block;
	z-index: 1;
	position: relative;
	height: 3px;
}

.tps_productItem_image {
	opacity: 1;
}

.tps_productItem_gia {
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
	width: 35px;
	height: 35px;
	background-image: url('/tps/templates/product-item/gia.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	cursor: pointer;
}

.tps_productItem_wishlist {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	background-image: url('/tps/templates/product-item/wishlist.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	opacity: 0;
	transition: 0.5s opacity;
}

.tps_productItem_wishlistActive {
	background-image: url('/tps/templates/product-item/wishlist-active.svg') !important;
	opacity: 1 !important;
}

.tps_productItem_title {
	margin-bottom: 12px;
	line-height: 1.7;
	color: #000;
	display: block;
}

.tps_productItemPrice_line1 {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.tps_productItemPrice_withTax {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.tps_productItemPrice_withTaxLine2 {
	margin: 20px 0 10px 0;
}

.tps_productItemPrice_beforeSale {
	text-decoration: line-through
}

.tps_productItemPrice_noSale {
	padding-right: 10px;
}

.tps_productItemPrice_salePrice {
	padding-right: 10px;
	color: #c3363b;
	padding-left: 7px;
	font-weight: bold;
}

.tps_productItemPrice_tag2 {
	color: #c3363b;
	font-weight: bold;
}

.tps_productItemPrice_tagPromotionGift {
	color: #c3363b;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

.tps_productItemPrice_tax {
	font-size: 14px;
	padding-right: 10px;
}



.tps_productItemRating {
	align-items: center;
	display: flex;
}

.tps_productItemRating_count {
	margin-left: 4px;
	padding-top: 3px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	color: #62564a;
}



.tps_productItem_tag {
	background-color: #b39c8a;
	bottom: 7px;
	color: #fff;
	font-size: 10px;
	left: 7px;
	letter-spacing: 0.08em;
	padding: 2px 6px;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
}

.tps_productItem_overlayLink {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.tps_productItem_imageBox {
	position: relative;
}

.tps_productItem_imageBox:hover .tps_productItem_addToCart {
	opacity: 1;
}

.tps_productItem_addToCart {
	position: absolute;
	display: flex;
	opacity: 0;
	bottom: 15px;
	right: 15px;
	background: #fff;
	border-radius: 50%;
	transition: 0.3s;
	cursor: pointer;
	border: 1px solid #0e0e0e;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
}

.tps_productItem_addToCart span {
	width: 20px;
	height: 20px;
	background-image: url("/tps/templates/product-item/add-to-cart.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.tps_productItem_addToCartInProgress {
	border: 2px solid transparent;
	display: block;
	border-top: 2px solid #0e0e0e;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	animation: tps_productItem_addToCartInProgress_spin .5s linear infinite;
}

@keyframes tps_productItem_addToCartInProgress_spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.tps_productItem_addToCart:hover {
	scale: 1.1;
}

.tps_productItem_overlayLink a {
	display: block;
	width: 100%;
	height: 100%;
	color: transparent;
}

.tps_productItem_whiteBox {
	background: #fff;
}


.tps_productItem_footer {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
}

.tps_productItemVariants {
	display: none;
}

.tps_productItemVariants span {
	width: 22px;
	height: 22px;
	object-fit: contain;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 100px;
	margin: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tps_productItemVariants span.tps__selected {
	border-color: #0e0e0e;

}

.tps_productItemVariant_yellowGold {
	background: #eadc8e;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.tps_productItemVariant_whiteGold {
	background: #dddad1;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}


.tps__noscale .tps_productItem_image {
	object-fit: cover !important;
}

.tps__noscale .tps_productItem_imageHover {
	object-fit: contain !important;
	background: #fff;
}

.tps__noscale .tps_productItem_imageLinkHoverable:hover .tps_productItem_imageHover {
	transform: scale(1) !important;
}

.tps_productItem_videoHover {
	position: relative;
	right: -100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (min-width: 768px) {
	.tps_productItem_footer {
		align-items: center;
	}

	.tps_productItemVariants {
		display: flex;
		align-items: center;
		width: fit-content;
	}

	.tps_productItem_content {
		padding: 20px;
	}

	.tps_productItem_title {
		padding-top: 0px;
	}

	.tps_productItemPrice_tagPromotionGift {
		background-image: url('/tps/templates/product-item/tag-promotion-gift.svg?v2');
		background-size: 17px;
		background-position: left top;
		background-repeat: no-repeat;
		padding-left: 21px;
	}

	.tps_productItem_gia {
		top: 35px;
		right: 25px;
	}

	.tps_productItemRating_count {
		font-size: inherit;
		line-height: inherit;
		padding-top: 1px;
	}

	.tps_productItem_tag {
		font-size: 13px;
		left: 20px;
		bottom: 5px;
		padding: 4px 10px;
	}

	.tps_productItemPrice_tagPromotionGift {
		font-size: inherit;
	}

	.tps_productItem_imageLinkHoverable:hover .tps_productItem_image {
		opacity: 0;
	}

	.tps_productItem_imageLinkHoverable:hover .tps_productItem_imageHover {
		opacity: 1;
		transform: scale(1.1);
	}

	.tps_productItem_imageLinkHoverable.tps__preview .tps_productItem_image {
		opacity: 0;
	}

	.tps_productItem_imageLinkHoverable.tps__preview .tps_productItem_imageHover {
		opacity: 1;
		transform: scale(1.1);
	}

	.tps_productItem_imageLink:hover .tps_productItem_wishlist {
		opacity: 1;
	}

	.tps_productItem_imageLink:hover .tps_productItem_wishlist:hover {
		opacity: 1;
		background-size: 23px;
	}

	.tps_productItem_videoHover {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		transition: 0.3s;
		opacity: 0;
	}

	.tps_productItem_imageLink.tps_productItem_videoShowed .tps_productItem_image {
		opacity: 0;
	}

	.tps_productItem_imageLink.tps_productItem_videoShowed .tps_productItem_videoHover {
		opacity: 1;
	}

	.tps_productItem_title:hover {
		text-decoration: underline;
	}

	.tps_productItemRating_count:hover {
		color: #62564a;
		text-decoration: underline;
	}

	.tps_productItem_imageLink {
		overflow-x: hidden;
	}

	.tps_productItem_imageHover {
		left: 0;
		right: 0;
		opacity: 0;
		transition: 0.3s;
	}

	.tps_productItem_imagePagerMobile {
		display: none;
	}

	.tps_productItemVariants span {
		width: 26px;
		height: 26px;
	}

	.tps_productItemVariant_yellowGold,
	.tps_productItemVariant_whiteGold {
		width: 18px;
		height: 18px;
	}
}
