.bj-product-specs {
	background: rgba(17, 17, 17, 0.03);
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 8px;
	padding: 18px;
}

.bj-product-specs__heading {
	align-items: flex-start;
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
}

.bj-product-specs__heading h2 {
	color: #111111;
	font-size: 1.05rem;
	font-weight: 800;
	margin: 0 0 3px;
}

.bj-product-specs__heading p {
	color: #62646c;
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 0;
}

.bj-product-specs__icon {
	align-items: center;
	background: #111111;
	border-radius: 6px;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 38px;
	height: 38px;
	justify-content: center;
}

.bj-product-specs__icon svg,
.bj-product-specs__builder-link svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.bj-product-specs__grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
}

.bj-product-specs__item {
	background: #ffffff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 6px;
	min-width: 0;
	padding: 10px 11px;
}

.bj-product-specs__item dt {
	color: #747780;
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.bj-product-specs__item dd {
	color: #17181b;
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.3;
	margin: 0;
	overflow-wrap: anywhere;
}

.bj-product-specs__compatibility {
	background: #fff7d6;
	border-left: 3px solid #e0aa00;
	border-radius: 4px;
	color: #423400;
	font-size: 0.85rem;
	line-height: 1.45;
	margin: 12px 0 0;
	padding: 9px 11px;
}

.bj-product-specs__builder-link {
	align-items: center;
	color: #191a1d;
	display: inline-flex;
	font-size: 0.84rem;
	font-weight: 800;
	gap: 6px;
	margin-top: 12px;
	text-decoration: none;
}

.bj-product-specs__builder-link:hover {
	color: #8a6700;
}

body.tnc-checkout-active[data-bj-theme="dark"] .bj-product-specs {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}

body.tnc-checkout-active[data-bj-theme="dark"] .bj-product-specs__heading h2,
body.tnc-checkout-active[data-bj-theme="dark"] .bj-product-specs__item dd,
body.tnc-checkout-active[data-bj-theme="dark"] .bj-product-specs__builder-link {
	color: #f4f6f8;
}

body.tnc-checkout-active[data-bj-theme="dark"] .bj-product-specs__heading p,
body.tnc-checkout-active[data-bj-theme="dark"] .bj-product-specs__item dt {
	color: #c5ccd5;
}

body.tnc-checkout-active[data-bj-theme="dark"] .bj-product-specs__item {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
}

body.tnc-checkout-active[data-bj-theme="dark"] .bj-product-specs__compatibility {
	background: rgba(224, 170, 0, 0.14);
	color: #ffe69a;
}

@media (max-width: 720px) {
	.bj-product-specs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.bj-product-card__spec-rail {
	display: grid;
	gap: 6px;
	position: absolute;
	right: 10px;
	top: 58px;
	z-index: 4;
}

.bj-product-card__spec-item {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(17, 17, 17, 0.16);
	border-radius: 6px;
	box-shadow: 0 8px 20px -14px rgba(0, 0, 0, 0.65);
	color: #17181b;
	cursor: help;
	display: flex;
	flex-direction: column;
	height: 42px;
	justify-content: center;
	position: relative;
	width: 42px;
}

.bj-product-card__spec-item::after {
	background: #17181b;
	border-radius: 5px;
	color: #ffffff;
	content: attr(data-tooltip);
	font-size: 0.72rem;
	font-weight: 750;
	line-height: 1.3;
	max-width: 220px;
	opacity: 0;
	padding: 7px 9px;
	pointer-events: none;
	position: absolute;
	right: calc(100% + 8px);
	top: 50%;
	transform: translate(5px, -50%);
	transition: opacity 0.16s ease, transform 0.16s ease;
	visibility: hidden;
	white-space: nowrap;
	z-index: 5;
}

.bj-product-card__spec-item:hover::after,
.bj-product-card__spec-item:focus::after,
.bj-product-card__spec-item:focus-visible::after {
	opacity: 1;
	transform: translate(0, -50%);
	visibility: visible;
}

.bj-product-card__spec-item:focus-visible {
	outline: 2px solid #dcae00;
	outline-offset: 2px;
}

.bj-product-card__spec-icon {
	display: inline-flex;
	height: 16px;
	justify-content: center;
	line-height: 0;
	width: 16px;
}

.bj-product-card__spec-icon svg {
	display: block;
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.bj-product-card__spec-item.is-height .bj-product-card__spec-icon {
	align-items: center;
	gap: 1px;
	width: 24px;
}

.bj-product-card__spec-item.is-height .bj-product-card__spec-icon svg {
	flex: 0 0 15px;
	width: 15px;
}

.bj-product-card__spec-item.is-height .bj-product-card__spec-icon::after {
	content: "↕";
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
}

.bj-product-card__spec-value {
	font-size: 0.58rem;
	font-weight: 850;
	line-height: 1.05;
	margin-top: 3px;
	white-space: nowrap;
}

.bj-product-card__spec-item.is-positive {
	border-color: rgba(18, 132, 82, 0.4);
	color: #087347;
}

.bj-product-card__spec-item.is-negative {
	color: #72757d;
}

html[data-bj-theme="dark"] .bj-product-card__spec-item,
body[data-bj-theme="dark"] .bj-product-card__spec-item {
	background: rgba(27, 28, 31, 0.95);
	border-color: rgba(255, 255, 255, 0.2);
	color: #f4f6f8;
}

html[data-bj-theme="dark"] .bj-product-card__spec-item.is-positive,
body[data-bj-theme="dark"] .bj-product-card__spec-item.is-positive {
	border-color: rgba(88, 221, 158, 0.5);
	color: #74e0ac;
}

html[data-bj-theme="dark"] .bj-product-card__spec-item.is-negative,
body[data-bj-theme="dark"] .bj-product-card__spec-item.is-negative {
	color: #adb3bc;
}

@media (max-width: 720px) {
	.bj-product-card__spec-rail {
		gap: 4px;
		right: 8px;
		top: 52px;
	}

	.bj-product-card__spec-item {
		height: 36px;
		width: 36px;
	}

	.bj-product-card__spec-icon {
		height: 14px;
		width: 14px;
	}

	.bj-product-card__spec-value {
		font-size: 0.53rem;
	}

	.bj-product-card__spec-item.is-secondary {
		display: none;
	}

}
