<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.data-text-card-feature-nw:not(:first-child)::before {
    content: ", ";
}

.img-card-nw {
	position: relative;
	margin-bottom: 2em;
	text-align: center;
	overflow: hidden;
	box-shadow: 0 0 4px 2px rgb(0 0 0 / 0.12);
	border-radius: 8px;
	height: 100vw;
	
}
.img-card-nw img {
	max-width: 100%;
	height: auto;
  	vertical-align: middle;
	transition: all .2s ease-in-out;
	object-fit: cover;
}

.price-change-text-card-nw {
	font-size: 0.9rem;
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: red;
}

.price-before-text-card-nw {
	color: red;
	font-weight: 200;
	line-height: 10px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.img-card-nw img{
		height: 27rem;
	}

	.img-card-nw{
		height: 27.5rem;
	}

	.price-change-text-card-nw {
		bottom: 27px;
	}
}

.img-card-nw img:hover {
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.text-card-nw {
	position: absolute;
	text-align: left;
	color: #212529;
	background: #fff;
	padding: 20px;
	line-height: 1.8em;
	bottom: 0;
	width: 100%;
}

.card-features svg {
    margin-right: 5px;
		margin-right: 0.6em;
}

.title-nw {
    font-size: 2.8rem;
    font-weight: 300;
}

.line_under_title_nw {
    width: 30%;
    margin: auto;
    margin-bottom: auto;
    height: 3px;
    background: transparent; /*#6c757d*/
}


.text_under_title_nw {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #333333;
}

.title-text-card-nw {
  text-decoration: none;
	line-height: inherit;
	font-size: 19px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.title-text-card-nw a {
  color: #000000;
}

.price-text-card-nw {
	font-size: 18px;
	font-weight: 500;
}

.features2-text-card-nw {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.img-card-nw .img-card-layer {
	transition: all .2s ease-in-out;
	width: 100%;
	height: 20em;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.img-card-nw:hover .img-card-layer {
	transform: scale(1.05);
}

#news_inmotek {
	min-height: 250px;
}</pre></body></html>