@media (max-width: 640px) {

	body.home .mgk-header--home .mgk-header__brand {
		display: grid;
		grid-template-columns: 36px minmax(0, 1fr);
		grid-template-rows: 36px minmax(0, 17px);
		column-gap: 8px;
		row-gap: 9px;
		align-items: center;
		min-height: 62px;
		margin-top: 4px;
	}

	body.home .mgk-header--home .mgk-header__logo {
		display: flex;
		grid-column: 1;
		grid-row: 1;
		width: 36px;
		height: 36px;
	}

	body.home .mgk-header--home .mgk-header__brand-text {
		display: contents;
	}

	body.home .mgk-header--home .mgk-header__brand-name {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		color: #142139;
	}

	body.home .mgk-header--home .mgk-header__brand-accent {
		color: inherit;
	}

	body.home .mgk-header--home .mgk-header__location {
		grid-column: 1 / -1;
		grid-row: 2;
		align-self: start;
		width: 100%;
		margin: 0;
		color: #6b788d;
		font-size: 12px;
		font-weight: 400;
		line-height: 17px;
	}

	body.home .mgk-header--home .mgk-header__location svg {
		display: block;
		width: 13px;
		height: 13px;
		color: currentColor;
	}

	body.home .mgk-header--home .mgk-header__location::after {
		content: none;
	}

	body.home .mgk-header--home .mgk-header__cart {
		height: 44px;
		min-height: 44px;
		margin-top: 4px;
		margin-right: 0;
	}

	body.home .mgk-header--home .mgk-header__icon > .mgk-custom-cart-svg {

		display: none !important;
	}

	body.home .mgk-header--home .mgk-header__icon > .mgk-icon-m {
		display: block !important;
		width: 22px !important;
		height: 22px !important;
		stroke-width: 2;
	}

	body.home .mgk-header--home .mgk-header__notifications .mgk-icon-m:not(.mgk-icon-m--v19) {
		display: none !important;
	}

}
