/*
 * Deuton-X UI 0.8.7
 * Readability and homepage product-density refinement.
 * Mobile navigation and the shared Shop/cart/related card component stay intact.
 */

@media (min-width: 981px) {
	.deuton-x-design-v2 #header-menu-1 > ul > li > a {
		font-size: 14px;
		font-weight: 650;
		letter-spacing: 0.01em;
	}
}

/* Keep the complete navigation on one line at the narrow desktop breakpoint. */
@media (min-width: 981px) and (max-width: 1080px) {
	.deuton-x-design-v2 #header-menu-1 > ul > li > a {
		font-size: 13px;
		padding-inline: 0.4rem;
	}
}

/*
 * The homepage may grow to four featured products. Cards stay compact and
 * centred without altering the approved shared card tokens or other listings.
 */
@media (min-width: 851px) {
	.deuton-x-design-v2.home .deuton-x-soot-info__grid[data-dx-showcase="home"] {
		grid-template-columns: repeat(auto-fit, minmax(240px, 270px));
		justify-content: center;
		margin-inline: auto;
		max-width: 1134px;
	}
}
