#percentage {
	position: absolute;
}
.main_page header {
	grid-template-columns: auto 7rem;
}

.logo_section {
	justify-self: stretch;
	grid-template-columns: 7rem auto;	
}

.logo_section H1 {
	padding-bottom: 1.25rem;
	font-family: PopOT;
	font-size: 2.25rem;
}

.logo_section img {
	width: 5rem;
}

.cart_items_div {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.cart_pic_div {
	width: calc( var( --header_height ) * 0.5);
	height: calc( var( --header_height ) * 0.5);
	background-image: url("/imgs/header/cart/basket.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}