header.woocommerce-products-header.karacsonyi_header {
    min-height: 622px;
    background-size: cover;
    background-position: center;
	overflow: hidden;
    position: relative;
}
div#snow {
    width: 100%;
    height: 620px;
    z-index: 10;
    position: relative;
}
body.archive.tax-product_cat.term-karacsony {
    overflow-x: hidden;
}
a.mainlogo-link {
    display: block;
    position: relative;
}
a.mainlogo-link:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 50px;
    background-image: url(../images/santahat.webp);
}
a.mainlogo-link:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: -19px;
    width: 47px;
    height: 35px;
    background-image: url(../images/santahat.webp);
    z-index: 2;
    background-size: cover;
    transform: rotate(-20deg);
}
.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

@media(max-width: 500px) {
	header.woocommerce-products-header.karacsonyi_header {
		min-height: 200px;
	}
	div#snow {
		height: 200px;
	}
}