.side-cart-button{
	padding:0;
	min-width:fit-content;
	width:fit-content;
}
.cart-button-icon-count{
	background-color: #FD430C;
}
.header-content{
	gap:5px;
}
.main-menu-button span{
	background-color:#000000;
}
.header-account-link .header-account-icon, .header-account-link .header-account-icon svg, .header-account-link .header-account-icon img{
	width:24px;
	height:24px;
}
.cart-button-icon-svg svg {
    height: 24px;
    width: 24px;
}
.main-menu{
	z-index:10;
}
.main-menu-button{
	margin-left:5px;
}
.main-menu-button span{
	height:2px;
}
.main-menu-button span:nth-child(2){
	top:1.5px;
}
#header:has(.main-menu.open) .main-menu-button span{
	background-color:#ffffff;
}
@media screen and (max-width: 1024px) {
	.main-menu a{
		color:#ffffff;
	}
}