<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#new-products_block_right ul a { display: none;} 
#new-products_block_right ul a:first-child { display: block; }
#new-products_block_right ul a:nth-child(2) { display: block; }
#new-products_block_right .newproducts.all a {
    width: 100%;
    text-align: center;
}
/*# sourceMappingURL=blocknewproducts.css.map */

#new-products_block_right ul li .product-image-container {
	background: white;
	border: 1px solid #d6d4d4;
    padding: 9px;
    margin-bottom: 13px;
    position: relative;
}

/*# sourceMappingURL=blockspecials.css.map */
#new-products_block_right ul li span.reduction {
	position: absolute; 
	top: 40px;
	left: 0;
	background: #02b0ed;
    font: 500 11px/12px "Montserrat", sans-serif;
    color: #fff;
    height: 28px;
    width: 60px;
    line-height: 28px;
    display: inline-block;
}

#new-products_block_right  .product-description {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 13px;
}

#new-products_block_right .product-image-container img {
    margin: 0 auto;
}

#new-products_block_right .product-image-container .price-discount {
	text-decoration: line-through;
	color: #b1b0b0;
	font: 500 13px/18px "Montserrat", sans-serif;
}

.price-bar {
    background: none;
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -9px;
    line-height: 32px;
}</pre></body></html>