<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myCarousel .carousel-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#myCarousel .carousel-indicators &gt; li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.img-product-hover {
	position:relative
}
.img-product-hover img {
	-webkit-transition:opacity 200ms ease-in-out;
	-moz-transition:opacity 200ms ease-in-out;
	-ms-transition:opacity 200ms ease-in-out;
	-o-transition:opacity 200ms ease-in-out;
	transition:opacity 200ms ease-in-out
}
.img-product-hover .image-hover {
	position:absolute;
	left:0;
	top:50%;
	opacity:0;
	max-width:100%;
	max-height:100%;
	transform:translateY(-50%)
}
.img-product-hover:hover img {
	opacity:0
}
.img-product-hover:hover .image-hover {
	opacity:1
}
.logo {
    width: 50px;
}
@media (max-width: 991.98px) {
	#page-content {
		padding-top: 0px!important
	}
}
@media (max-width: 767.98px) {
    #myCarousel .carousel-item img {
        width: 100%;
        height: auto;
    }
	.logo {
		max-height: 100px
	}
}</pre></body></html>