<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
	background-image: url('/wp-content/themes/golfpiste/assets/img/bg/gp-videot-bg.jpg');
	background-position-y: bottom;
}

.search-results.grid {
	display: flex;
	flex-wrap: wrap;
}

.grid .search-result-item__content {
	height: auto;
	padding-bottom: 15px;
}

.search-results.grid section {
	width: 100%;
}

@media screen and (max-width: 1365px) {
	
	.grid .search-result-item {
		width: calc(50% - 10px);
	}
	.grid .search-result-item h3 {
		font-size: 18px;
	}
	
	.search-results.grid {
		margin-right: -10px;
	}

	.grid .section--ad__panorama {
		margin-left: -10px;
	}

	.grid .search-result-item {
		margin-right: 10px;
		display: inline-block;
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	.grid .search-result-item__content, .grid .search-result-item__image {
		width: 100%;
	}

	.grid .search-result-item__image &gt; div {
		margin-right: 0;
	}

	.grid .search-result-item__content {
		padding: 10px 10px 15px;
		border-top: 3px solid #f5a623;
		overflow: hidden;
	}

	.grid .search-result-item__image {
		position: relative;
		border-right: none;
		margin-bottom: -1px;
	}

	.grid .search-result-item__image span {
		width: 100%;
	}

	.grid .search-result-item h3 {
		font-size: 16px;
	}

	.grid .category-tag {
		font-size: 11px;
		max-height: 43px;
		overflow: hidden;
	}

	.grid .search-result-price span {
		font-size: 28px;
	}

	.grid .search-result-item__content img {
		left: 0;
		right: 0;
		margin: auto;
		max-height: 45px;
	}

	.grid .item-content {
		display: none;
	}
	
}

@media screen and (max-width: 1324px) {

	.hero {
		padding-bottom: 25px;
		min-height: 0;
	}

	.hero p {
		margin: 15% auto;
	}

}

@media screen and (max-width: 650px) {
	
	.grid .search-result-item {
		width: 100%;
		margin-right: 0;
		box-shadow: 0px 0px 20px #e6e6e6;
	}

	.grid .search-result-item:last-child {
		margin-bottom: 0;
	}
	
	.search-result-item__image {
		border-bottom: none;
	}

	.search-results .section--ad.section--ad__mob {
		margin-top: 10px;
	}

	#paginationBottom {
		margin-top: 30px;
	}
	
}

/*** haltuunotto ***/
@media screen and (min-width: 1362px) {
	body.takeover div#wrapper {
	    background: white!important;
	    padding: 20px!important;
	}
	body.takeover .hero {
	    background-image: none!important;
	}
	body.takeover .content-wrapper.has-hero.bg-white.has-sidebar {
	    background: none!important;
	}
}</pre></body></html>