/* CSS Document */


.header__logo img {
	width:300px;
}

.footer__logo img {
	width:300px;
	fill:white;
	filter: invert(1);
}

.component__productbox-picture img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: fit-content;
    -o-object-fit: scale-down;
    object-fit: cover;
}


[data-listing="productList"]  {
    justify-content: center;
}


.component__productbox {
    padding: 50px 50px 30px;
}

