<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap');

html, body, ul, li, ol, h1, h2, h3, h4, h5, h6, span, strong, cite, a, div, section {
   font-family: 'Roboto', sans-serif;
}

[class*="section_shop_tt_widget_products"] .carousel_slider .product_img&gt;a&gt;img , [class*="section_shop_trending_tt_widget_trending"] .carousel_slider .product_img&gt;a&gt;img {
	height: 310px;
	object-fit: cover;
}

[class*="section_shop_trending_tt_widget_trending"]  .product_info , [class*="section_shop_tt_widget_products"] .product_info {
	min-height: 141px;
}

.tt_widget_list_category .product_img img {
	height: 150px;
	object-fit: cover;
}


@media(max-width: 767px){
	[class*="section_shop_tt_widget_products"] .carousel_slider .product_img&gt;a&gt;img, [class*="section_shop_trending_tt_widget_trending"] .carousel_slider .product_img&gt;a&gt;img{
		    height: 190px;
		    object-fit: contain;
		    display: block;
		    margin: 0px auto;
		    width: 100% !important;
	}
	.tt_widget_list_category .product_img img{
		 object-fit: cover;
    display: block;
    margin: 0px auto;
    width: 100% !important;
    height: 100px;
	}
}</pre></body></html>