@media (max-width: 1023px) {
	#mobile-menu {
		max-height: calc(100vh - 112px);
		overflow-y: auto;
	}
}

@media (max-width: 640px) {
	html {
		scroll-padding-top: 104px;
	}

	section {
		overflow-x: clip;
	}

	.site-main a,
	.site-main button {
		min-height: 44px;
	}

	#inventory table th,
	#inventory table td {
		white-space: nowrap;
	}
}
