<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box-product div {
	position: relative;
}
.box-product .videos {
	position: absolute;
}
.box-product .videos a {
	position:relative;
	display: inline-block;
	top:-22px;
	left:2px;
}
.product-list div {
	position: relative;
}
.product-list .videos {
	position: absolute;
}
.product-list .videos a {
	position:relative;
	display: inline-block;
	top:69px;
	left:2px;
}
.product-list .videos img {
	background:none;
	border:none;
}
.product-list .name {
	margin:0 230px 0 90px;
}
.product-list .description {
	margin:0 230px 0 90px;
}
.product-list .rating {
	margin:0 230px 0 90px;
}
.product-list .right {
	z-index:99;
}
.product-grid div {
	position: relative;
}
.product-grid .videos {
	position: absolute;
}
.product-grid .videos a {
	position:relative;
	display: inline-block;
	top:-22px;
	left:2px;
}
.product-grid .videos img {
	background:none;
	border:none;
}</pre></body></html>