.steel-bofu-page .products-section {
	background: var(--crisp-white);
}

.steel-bofu-page .products-section .section-container {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 24px;
}

.steel-bofu-page .product-tabs {
	margin-top: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.steel-bofu-page .product-tabs span {
	min-height: 34px;
	border: 1px solid var(--border-steel);
	background: #fff;
	cursor: default;
}

.steel-bofu-page .product-tabs span.active,
.steel-bofu-page .product-tabs span:hover {
	background: #46454b;
	border-color: #46454b;
	color: #fff;
}

.steel-bofu-page .specs-section {
	padding: 96px 0;
	background:
		linear-gradient(90deg, rgba(19, 28, 38, 0.98), rgba(30, 45, 61, 0.92)),
		repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255, 255, 255, 0.025) 3px, rgba(255, 255, 255, 0.025) 4px),
		var(--forge-mid);
	color: rgba(255, 255, 255, 0.78);
}

.steel-bofu-page .specs-section::before {
	background: linear-gradient(90deg, var(--accent-orange), transparent 40%, rgba(196, 208, 222, 0.34));
}

.steel-bofu-page .specs-section h2 {
	color: #fff;
}

.steel-bofu-page .specs-section .section-label {
	background: color-mix(in srgb, var(--accent-orange) 12%, transparent);
	border-left-color: var(--accent-orange);
	color: var(--accent-orange);
}

.steel-bofu-page .article-table-wrap {
	background: var(--mill-white);
}

.steel-bofu-page .article-table {
	min-width: 620px;
}

.steel-bofu-page .article-table th {
	width: auto;
	background: var(--forge-dark);
	color: var(--mill-white);
}

.steel-bofu-page .article-table td {
	color: var(--text-mid);
}

.steel-bofu-page .related-section {
	background: var(--forge-mid);
	color: rgba(255, 255, 255, 0.76);
}

.steel-bofu-page .related-section h2 {
	color: #fff;
}

.steel-bofu-page .related-section .section-label {
	color: var(--accent-orange);
}

@media (max-width: 900px) {
	.steel-bofu-page .products-section .section-container {
		grid-template-columns: 1fr;
	}
}
