.pieni-painike .wp-block-button a {
	font-size: var(--wp--preset--font-size--x-small);
}

.tuotteet .wp-block-columns{
	margin-top:0;
}

@media screen and (min-width:1024px){
.site-header:not(.skrollaus){
	position:fixed;
	width:100%;
	top:0;
	background-color: rgba(0,0,0,0.75);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,0.75) 33%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0.75) 33%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0.75) 33%,rgba(0,0,0,0.75) 100%);
    border-bottom: 0px solid #eee;
}
.site-header.skrollaus{
	background:#000;
	position:fixed;
	width:100%;
}
}