/* Product hero compactness overrides loaded after site.bundle.min.css. */
button.sidebar-browsed__title {
	width: 100%;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background: transparent;
	text-align: left;
	font: inherit;
	cursor: pointer;
}

button.sidebar-browsed__title:focus-visible,
.inline-link-button:focus-visible {
	outline: 2px solid #ffac0a;
	outline-offset: 2px;
}

.inline-link-button {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	font: inherit;
}

.product-info-column {
	min-width: 0;
}

.product-info-column .product-annotation {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0 0 12px;
	padding: 12px 14px !important;
	border: 1px solid #dce8f3;
	border-radius: 10px;
	background: #f8fbff;
	color: #2f3d4d;
	font-size: 14px;
	line-height: 1.45;
	overflow: hidden;
	overflow-wrap: anywhere;
	word-break: normal;
}

.product-info-column .product-annotation__text {
	max-width: 100%;
}

.product-info-column .product-annotation-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: calc(1.45em * 4);
	overflow: hidden;
	line-height: 1.45;
}

@media (max-width: 480px) {
	.cookie-banner {
		gap: 6px 8px;
		max-height: none !important;
		padding: 7px 8px !important;
	}

	.cookie-banner__summary {
		line-height: 1.3;
	}

	.cookie-banner__actions {
		gap: 6px;
	}

	.cookie-banner__actions .btn {
		min-height: 32px;
		padding: 0.3rem 0.4rem;
	}
}

@media (max-width: 575.98px) {
	.product-body-html h2 {
		line-height: 1.24;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.product-tech-html,
	.product-tech-html table,
	.product-tech-html tbody,
	.product-tech-html tr,
	.product-tech-html td,
	.product-tech-html th {
		box-sizing: border-box;
		max-width: 100% !important;
	}

	.product-tech-html table,
	.product-tech-html tbody,
	.product-tech-html tr,
	.product-tech-html td,
	.product-tech-html th {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	.product-tech-html tr {
		background: #ffffff;
		border-bottom: 1px solid #e8eef5;
	}

	.product-tech-html tr:last-child {
		border-bottom: 0;
	}

	.product-tech-html td,
	.product-tech-html th {
		border-bottom: 0 !important;
		padding: 8px 12px !important;
		overflow-wrap: break-word;
		word-break: normal;
	}

	.product-tech-html td:first-child,
	.product-tech-html th:first-child {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding-bottom: 4px !important;
		background: #f8fafc;
		color: #526174;
		font-weight: 700;
	}

	.product-tech-html td:not(:first-child),
	.product-tech-html th:not(:first-child) {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		background: #ffffff;
	}
}

@media (max-width: 767.98px) {
	.product-info-column {
		display: flex !important;
		flex-direction: column !important;
	}

	.product-info-column .product-annotation {
		order: 1 !important;
		margin-bottom: 12px;
		color: #334155;
		font-size: 14px;
		line-height: 1.5;
	}

	.product-purchase-meta {
		order: 2 !important;
		padding-bottom: 10px !important;
	}

	.product-info-column .product-price-block {
		order: 3 !important;
	}

	.product-cta-stack {
		order: 4 !important;
		padding-bottom: 14px !important;
	}

	.product-info-column .plate-selector {
		order: 5 !important;
	}

	.product-info-column .product-purchase-specs {
		order: 6 !important;
	}

	.product .product-mobile-gallery {
		order: 7 !important;
	}
}
