.tps_product_box {
	display: grid;
	background: #b093808f;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
	padding: 20px 0;
}

.tps_productContent {
	padding: 20px;
	width: 100%;
	align-items: center;
	display: grid;
	grid-template-rows: auto 1fr 35px 53px;
	position: relative;
    align-items: baseline;
	height: fit-content;
}

.tps_productContent_imageBox {
	padding-top: 100%;
	position: relative;
	margin-bottom: 20px;
	border: none!important;
}

.tps_productContent_imageBox:hover {
	border: none!important;
}

.tps_productContent_imageBoxWhite {
	background-color: #fff;
}

.tps_productContent_imageCover {
	object-fit: cover;
}

.tps_productContent_imageContain {
	object-fit: contain;
}

.tps_productContent img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.tps_productContent_priceRow a {
	color: #595959dd;
	margin-left: 10px;
	font-size: 13px;
	border-bottom: 1px solid;
}

.tps_productContent_priceRow strong {
	font-size: 18px;
}

.tps_productContent_name {
	text-align: left;
	margin-bottom: 10px;
	font-size: 18px;
	color:#0e0e0e!important;
	border: none!important;
}

.tps_productContent_name:hover {
	border: none!important;
	text-decoration: underline!important;
}


.tps_product_shopLinkBox {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.tps_product_shopLink {
	color: #0e0e0e !important;
	padding: 10px 20px !important;
	background: #fff;
	transition: 0.3s;
}

.tps_product_shopLink:hover {
	color: #fff !important;
	background: #0e0e0e;
	border-bottom: 1px solid transparent!important;
}

.tps_productContent_priceRow {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.tps_product_box video {
	width: calc(100% - 40px) !important;
	height: 100% !important;
	object-fit: cover;
	max-height: 100% !important;
	max-width: 100% !important;
}

.tps_product_box .tps_awsVideoContainer {
	margin-bottom: 0 !important;
}

@media (min-width: 768px) {
	.tps_productContent {
		width: 100%;
		padding: 40px 70px 40px 70px;
	}

	.tps_product_box video {
		width: 100% !important;
	}

	.tps_product_box {
		grid-template-columns: 0.6fr 0.4fr;
		grid-template-rows: 1fr;
		padding: 0;
	}
}
