/* Shared product-manufacturer presentation. Loaded only by opted-in templates. */
.site-main--product-manufacturer {
	min-width: 0;
	background: var(--yd-color-white);
	color: var(--yd-color-ink);
}

.site-main--product-manufacturer .yd-product-manufacturer__section {
	position: relative;
	min-width: 0;
}

.site-main--product-manufacturer .yd-product-manufacturer__inner {
	width: min(calc(100% - 2rem), var(--yd-content-width));
	margin-inline: auto;
}

.site-main--product-manufacturer .yd-product-manufacturer__section img {
	display: block;
	max-width: 100%;
	height: auto;
}

.site-main--product-manufacturer .yd-product-manufacturer__section h1,
.site-main--product-manufacturer .yd-product-manufacturer__section h2,
.site-main--product-manufacturer .yd-product-manufacturer__section h3,
.site-main--product-manufacturer .yd-product-manufacturer__section h4,
.site-main--product-manufacturer .yd-product-manufacturer__section p {
	margin-top: 0;
}

.site-main--product-manufacturer .yd-product-manufacturer__section h1,
.site-main--product-manufacturer .yd-product-manufacturer__section h2 {
	margin-bottom: 0.75rem;
	font-weight: 500;
	letter-spacing: -0.035em;
}

.site-main--product-manufacturer .yd-product-manufacturer__section h1 {
	font-size: clamp(2.75rem, 5.2vw, 4.75rem);
}

.site-main--product-manufacturer .yd-product-manufacturer__section h2 {
	font-size: clamp(2.15rem, 4vw, 3.35rem);
}

.site-main--product-manufacturer .yd-product-manufacturer__section h3 {
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	font-weight: 500;
}

.site-main--product-manufacturer .yd-product-manufacturer__section h4 {
	font-size: 1.05rem;
	font-weight: 600;
}

.site-main--product-manufacturer .yd-product-manufacturer__eyebrow {
	margin-bottom: 0.45rem;
	color: var(--yd-color-burgundy);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.site-main--product-manufacturer .yd-product-manufacturer__intro {
	max-width: 65ch;
	margin-bottom: 0;
	color: var(--yd-color-muted);
	font-size: clamp(1rem, 1.5vw, 1.1rem);
	line-height: 1.65;
}

.site-main--product-manufacturer .yd-product-manufacturer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.site-main--product-manufacturer .yd-product-manufacturer__actions a,
.site-main--product-manufacturer .yd-product-manufacturer__text-link,
.site-main--product-manufacturer .yd-product-manufacturer__section--manufacturing > .yd-product-manufacturer__inner > div:first-child > a,
.site-main--product-manufacturer .yd-product-manufacturer__section--faq > .yd-product-manufacturer__inner > div:first-child > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.7rem 1.25rem;
	border: 1px solid var(--yd-color-burgundy);
	color: var(--yd-color-burgundy);
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.site-main--product-manufacturer .yd-product-manufacturer__actions a:first-child {
	background: var(--yd-color-burgundy);
	color: var(--yd-color-white);
}

.site-main--product-manufacturer .yd-product-manufacturer__actions a:hover,
.site-main--product-manufacturer .yd-product-manufacturer__actions a:focus-visible,
.site-main--product-manufacturer .yd-product-manufacturer__text-link:hover,
.site-main--product-manufacturer .yd-product-manufacturer__text-link:focus-visible,
.site-main--product-manufacturer .yd-product-manufacturer__section--manufacturing > .yd-product-manufacturer__inner > div:first-child > a:hover,
.site-main--product-manufacturer .yd-product-manufacturer__section--manufacturing > .yd-product-manufacturer__inner > div:first-child > a:focus-visible,
.site-main--product-manufacturer .yd-product-manufacturer__section--faq > .yd-product-manufacturer__inner > div:first-child > a:hover,
.site-main--product-manufacturer .yd-product-manufacturer__section--faq > .yd-product-manufacturer__inner > div:first-child > a:focus-visible {
	border-color: var(--yd-color-burgundy-hover);
	background: var(--yd-color-burgundy-hover);
	color: var(--yd-color-white);
}

.site-main--product-manufacturer .yd-product-manufacturer__icon {
	display: block;
	width: 1.65rem;
	height: 1.65rem;
	color: var(--yd-color-burgundy);
	flex: 0 0 auto;
}

.site-main--product-manufacturer .yd-product-manufacturer__section a:focus-visible,
.site-main--product-manufacturer .yd-product-manufacturer__section summary:focus-visible {
	outline: 0.1875rem solid var(--yd-color-burgundy);
	outline-offset: 0.1875rem;
}

@media (max-width: 42rem) {
	.site-main--product-manufacturer .yd-product-manufacturer__inner {
		width: min(calc(100% - 1.5rem), var(--yd-content-width));
	}

	.site-main--product-manufacturer .yd-product-manufacturer__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.site-main--product-manufacturer .yd-product-manufacturer__actions a {
		width: 100%;
	}
}
