/* XROAD Team Catalog — Sports page shell (Barlow + brand accents) */

/* Keep "xPro" mixed-case inside uppercase headings/labels. */
.xroad-tc__brand-xpro {
	text-transform: none;
}

/* Trim Hongo’s 130px page padding, but keep clearance so catalog
   does not slide under the sticky/main header. */
body.page-id-103624 .hongo-main-content-wrap.default-page-space,
.page-id-103624 .default-page-space {
	padding-top: 2rem !important;
	padding-bottom: 1.5rem !important;
}

body.page-id-103624 #masthead,
body.page-id-103624 .header-common-wrapper.site-header {
	position: relative;
	z-index: 200;
}

/* Inset the main header nav row */
body.page-id-103624 #masthead .header-common-wrapper.header-main-wrapper > .container > section.vc_row.wpb_row.vc_row-flex {
	margin: 18px !important;
}

body.page-id-103624 .hongo-main-content-wrap,
body.page-id-103624 .xroad-tc {
	position: relative;
	z-index: 1;
}

/* Kit drawer is reparented to <body>; keep header under the overlay. */
body.xroad-kit-drawer-open #masthead,
body.xroad-kit-drawer-open .header-common-wrapper,
body.xroad-kit-drawer-open .mini-header-main-wrapper,
body.page-id-103624.xroad-kit-drawer-open #masthead,
body.page-id-103624.xroad-kit-drawer-open .header-common-wrapper.site-header {
	z-index: 1 !important;
}

body.page-id-103624 .xroad-tc.is-kit-open,
body.page-id-103624 #xroad-team-catalog.xroad-tc.is-kit-open {
	z-index: 1;
	overflow: visible;
}

.xroad-tc,
#xroad-team-catalog.xroad-tc {
	--xroad-tc-bg: #141414;
	--xroad-tc-panel: #1e1e1e;
	--xroad-tc-line: rgba(255, 255, 255, 0.1);
	--xroad-tc-text: #f4f4f4;
	--xroad-tc-muted: rgba(255, 255, 255, 0.62);
	--xroad-tc-accent: #e0556b;
	--xroad-tc-lime: #d5f200;
	--xroad-tc-radius: 10px;
	font-family: "Barlow Semi Condensed", Barlow, "Segoe UI", sans-serif;
	color: var(--xroad-tc-text);
	background: linear-gradient(165deg, #1a1a1a 0%, #0f0f0f 55%, #171717 100%);
	border: 1px solid var(--xroad-tc-line);
	border-radius: 14px;
	overflow: hidden;
	margin: 18px;
	clear: both;
}

.xroad-tc__shell {
	padding: 1rem 1.1rem 1.4rem;
	margin: 10px 0;
}

.xroad-tc__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 0.85rem;
}

.xroad-tc__brand {
	min-width: 0;
}

.xroad-tc__eyebrow {
	display: block;
	font-size: 0.85rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--xroad-tc-lime);
	font-weight: 600;
}

.xroad-tc__lead {
	margin: 0.35rem 0 0;
	max-width: 36rem;
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4;
	color: var(--xroad-tc-muted);
	text-transform: none;
}

.xroad-tc__title {
	display: block;
	font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.xroad-tc__kit-btn,
.xroad-tc__multi-btn,
.xroad-tc__primary,
.xroad-tc__ghost,
.xroad-tc__add {
	appearance: none;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.xroad-tc__top-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.55rem;
	flex-shrink: 0;
}

.xroad-tc__multi-btn {
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.85rem;
	border: 1px solid rgba(213, 242, 0, 0.45);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.xroad-tc__multi-btn:hover {
	background: rgba(213, 242, 0, 0.14);
	color: #e8ff6a;
}

.xroad-tc__kit-btn {
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff7a90, var(--xroad-tc-accent));
	color: #fff;
	font-size: 0.85rem;
	box-shadow: 0 4px 14px rgba(224, 85, 107, 0.35);
}

.xroad-tc__kit-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.45rem;
	height: 1.45rem;
	margin-left: 4px;
	padding: 0 5px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.28);
	font-size: 0.8rem;
}

.xroad-tc__crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin-bottom: 1rem;
	font-size: 0.95rem;
	color: var(--xroad-tc-muted);
}

.xroad-tc__crumbs a {
	color: var(--xroad-tc-text);
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.xroad-tc__crumbs a:hover {
	border-bottom-color: var(--xroad-tc-lime);
}

.xroad-tc__loading,
.xroad-tc__empty,
.xroad-tc__error {
	padding: 2rem 0.5rem;
	text-align: center;
	color: var(--xroad-tc-muted);
	font-size: 1.05rem;
}

.xroad-tc__error {
	color: #ffb4bf;
}

.xroad-tc__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 180px));
	gap: 12px;
	justify-content: start;
	align-content: start;
}

@media (min-width: 768px) {
	.xroad-tc__grid {
		grid-template-columns: repeat(auto-fill, minmax(170px, 200px));
		gap: 14px;
	}
}

.xroad-tc__family,
.xroad-tc section.xroad-tc__family {
	margin: 0 0 1rem;
	padding: 0;
	min-height: 0;
	height: auto;
}

.xroad-tc__family:last-child,
.xroad-tc section.xroad-tc__family:last-child {
	margin-bottom: 0;
}

.xroad-tc__family-title {
	margin: 0 0 0.55rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid var(--xroad-tc-line);
	font-size: clamp(1.05rem, 0.95rem + 0.45vw, 1.25rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
}

.xroad-tc__card {
	display: flex;
	flex-direction: column;
	background: transparent;
	border: 1px solid var(--xroad-tc-line);
	border-radius: var(--xroad-tc-radius);
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

button.xroad-tc__card {
	width: 100%;
	text-align: left;
	padding: 0;
	font: inherit;
	cursor: pointer;
}

.xroad-tc__card:hover {
	border-color: rgba(213, 242, 0, 0.45);
	transform: translateY(-1px);
}

.xroad-tc__card-media {
	aspect-ratio: 1 / 1;
	background: #101010;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xroad-tc__card-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.xroad-tc__card-body {
	padding: 0.55rem 0.65rem 0.7rem;
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 0 0 auto;
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(44px);
	-webkit-backdrop-filter: blur(44px);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.xroad-tc__card-body {
		background: rgba(255, 255, 255, 0.12);
	}
}

.xroad-tc__card-name {
	font-size: clamp(1rem, 0.92rem + 0.35vw, 1.15rem);
	font-weight: 600;
	line-height: 1.3;
}

.xroad-tc__card-price {
	font-size: clamp(1.2rem, 1.1rem + 0.4vw, 1.35rem);
	color: var(--xroad-tc-lime);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.xroad-tc__badge {
	display: inline-block;
	align-self: flex-start;
	margin-top: 2px;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.08);
	color: var(--xroad-tc-muted);
}

.xroad-tc__detail {
	display: grid;
	gap: 1rem;
	align-items: start;
}

.xroad-tc__detail-stack {
	display: flex;
	flex-direction: column;
	gap: 1.15rem;
}

.xroad-tc__stack-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	background: rgba(213, 242, 0, 0.1);
	border: 1px solid rgba(213, 242, 0, 0.35);
	position: sticky;
	top: 0.5rem;
	z-index: 5;
}

.xroad-tc__stack-bar-copy {
	margin: 0;
	flex: 1 1 14rem;
	font-size: 0.95rem;
	line-height: 1.35;
	color: #f4f4f4;
}

.xroad-tc__stack-bar-copy strong {
	color: var(--xroad-tc-lime);
	font-weight: 800;
}

.xroad-tc__add-all {
	min-height: 42px;
	padding: 0 1.1rem;
	white-space: nowrap;
}

.xroad-tc__detail-panel {
	position: relative;
	padding-top: 0.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.xroad-tc__detail-stack .xroad-tc__detail-panel:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.xroad-tc__panel-remove {
	appearance: none;
	display: block;
	width: fit-content;
	margin: 0 0 0.65rem auto;
	border: 0;
	background: #e0556b;
	color: #fff;
	border-radius: 999px;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.4rem 1rem;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(224, 85, 107, 0.35);
}

.xroad-tc__panel-remove:hover,
.xroad-tc__panel-remove:focus-visible {
	background: #c94458;
	color: #fff;
}

.xroad-tc__detail-copy .xroad-tc__tiers tr.is-active-tier td {
	background: rgba(213, 242, 0, 0.16) !important;
	color: #fff !important;
	font-weight: 800;
}

.xroad-tc__panel-subtotal {
	margin: 0.35rem 0 0.75rem;
	padding: 0.55rem 0.75rem;
	border-radius: 10px;
	background: rgba(213, 242, 0, 0.1);
	border: 1px solid rgba(213, 242, 0, 0.28);
	font-size: 0.95rem;
	color: #fff;
}

.xroad-tc__panel-subtotal strong {
	color: var(--xroad-tc-lime);
	margin-right: 0.35rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.78rem;
}

.xroad-tc__panel-subtotal em {
	font-style: normal;
	color: var(--xroad-tc-muted);
	font-size: 0.88em;
}

.xroad-tc__price-summary-count {
	margin: -0.35rem 0 0.75rem;
	font-size: 0.9em;
	color: var(--xroad-tc-muted);
}

.xroad-tc__price-summary {
	margin-top: 0.35rem;
	padding: 1rem 1.05rem 1.1rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	font-size: 1.15rem; /* +15% vs previous ~1rem body type */
}

.xroad-tc__price-summary-inner {
	display: block;
}

.xroad-tc__price-summary-title {
	margin: 0 0 0.75rem;
	font-size: 1.05em;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
}

.xroad-tc__price-summary-empty {
	margin: 0;
	color: var(--xroad-tc-muted);
	font-size: 0.95em;
}

.xroad-tc__price-summary-block {
	padding: 0.65rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.xroad-tc__price-summary-block:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.xroad-tc__price-summary-item-name {
	margin: 0 0 0.45rem;
	font-size: 1em;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.02em;
}

.xroad-tc__price-summary .xroad-tc__pick-row-badge {
	font-size: 0.72em;
}

.xroad-tc__price-summary-line {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0.28rem 0;
	font-size: 0.95em;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.88);
}

.xroad-tc__price-summary-line em {
	font-style: normal;
	color: var(--xroad-tc-muted);
	font-size: 0.86em;
}

.xroad-tc__price-summary-line span:last-child {
	font-weight: 700;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.xroad-tc__price-summary-line--addon {
	padding-left: 0.55rem;
	color: rgba(255, 255, 255, 0.78);
}

.xroad-tc__price-summary-line--discount {
	color: #e8ff6a;
}

.xroad-tc__price-summary-line--discount span:last-child {
	color: #e8ff6a;
}

.xroad-tc__price-summary-line--sub {
	margin-top: 0.45rem;
	padding-top: 0.4rem;
	border-top: 1px dashed rgba(255, 255, 255, 0.12);
	font-weight: 700;
}

.xroad-tc__price-summary-line--total {
	margin-top: 0.75rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(213, 242, 0, 0.35);
	font-size: 1.15em;
	font-weight: 800;
	color: #fff;
}

.xroad-tc__price-summary-line--total span:last-child {
	color: var(--xroad-tc-lime);
	font-size: 1.25em;
}

.xroad-tc__price-summary-line--grand-disc {
	margin-top: 0.55rem;
}

@media (min-width: 860px) {
	.xroad-tc__detail {
		grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
		gap: 1.15rem;
	}
}

.xroad-tc__detail-media {
	position: relative;
	isolation: isolate;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 14px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow:
		0 10px 28px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(18px) saturate(160%);
	-webkit-backdrop-filter: blur(18px) saturate(160%);
}

.xroad-tc__detail-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* —— Detail copy: compact dark frosted glass panel —— */
.xroad-tc__detail-copy {
	--xroad-glass-ink: #f4f6fa;
	--xroad-glass-muted: rgba(244, 246, 250, 0.72);
	--xroad-glass-lime: #d5f200;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 1rem 1.05rem 1.05rem;
	color: var(--xroad-glass-ink);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background:
		linear-gradient(155deg, rgba(36, 38, 44, 0.92) 0%, rgba(22, 24, 28, 0.88) 52%, rgba(16, 17, 20, 0.9) 100%);
	box-shadow:
		0 14px 36px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		inset 0 -1px 0 rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
}

.xroad-tc__detail-copy::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.1) 0%,
		rgba(255, 255, 255, 0.03) 28%,
		transparent 55%
	);
	opacity: 0.95;
	z-index: 0;
}

.xroad-tc__detail-copy > * {
	position: relative;
	z-index: 1;
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.xroad-tc__detail-copy {
		background: #1c1e24;
	}
	.xroad-tc__detail-media {
		background: #f5f6f8;
	}
}

.xroad-tc .xroad-tc__detail-copy h1,
.xroad-tc__detail-copy h1.xroad-tc__detail-title {
	margin: 0 0 0.35rem;
	padding: 0;
	font-size: clamp(1.45rem, 1.2rem + 0.95vw, 1.95rem) !important;
	font-weight: 800 !important;
	line-height: 1.12 !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff !important;
}

.xroad-tc__detail-copy .xroad-tc__badge {
	display: inline-flex;
	align-items: center;
	margin: 0 0 0.55rem;
	padding: 0.42rem 1.2rem;
	border-radius: 999px;
	background: rgba(213, 242, 0, 0.16);
	color: #e8ff6a;
	border: 1px solid rgba(213, 242, 0, 0.4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.xroad-tc__detail-copy .xroad-tc__price-label {
	color: var(--xroad-glass-lime) !important;
	font-weight: 800;
	font-size: clamp(1.35rem, 1.15rem + 0.55vw, 1.65rem);
	margin: 0 0 0.7rem;
	letter-spacing: 0.01em;
}

.xroad-tc__detail-copy .xroad-tc__tiers {
	width: 100%;
	max-width: 26rem;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 1.02rem;
	margin: 0 0 0.7rem;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.xroad-tc__detail-copy .xroad-tc__tiers th,
.xroad-tc__detail-copy .xroad-tc__tiers td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 0.48rem 0.75rem;
	text-align: left;
	color: #f2f4f8;
}

.xroad-tc__detail-copy .xroad-tc__tiers tr:last-child td {
	border-bottom: 0;
}

.xroad-tc__detail-copy .xroad-tc__tiers th {
	color: #10120a;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-size: 1.05rem;
	background: linear-gradient(135deg, rgba(213, 242, 0, 0.92), rgba(213, 242, 0, 0.7));
}

.xroad-tc__detail-copy .xroad-tc__tiers td:last-child {
	font-weight: 800;
	font-size: 1.05rem;
	color: #fff;
}

.xroad-tc__detail-copy .xroad-tc__kit-slots {
	margin: 0 0 0.7rem;
	padding: 0.4rem 0.7rem;
	list-style: none;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.xroad-tc__detail-copy .xroad-tc__kit-slots li {
	padding: 0.38rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 1rem;
	color: #f0f2f6;
	font-weight: 600;
	line-height: 1.3;
}

.xroad-tc__detail-copy .xroad-tc__kit-slots li:last-child {
	border-bottom: 0;
}

.xroad-tc__detail-copy .xroad-tc__qty-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.55rem 0.7rem;
	margin: 0.65rem 0 0.25rem;
	padding: 0.55rem 0.85rem;
	min-height: 3.5rem;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.xroad-tc__detail-copy .xroad-tc__qty-row label {
	display: inline-flex;
	align-items: center;
	margin: 0;
	font-size: 0.88rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	line-height: 1;
}

.xroad-tc__detail-copy .xroad-tc__qty-row input {
	width: 84px;
	height: 40px;
	min-height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	padding: 0 12px;
	margin: 0;
	font: inherit;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	vertical-align: middle;
}

.xroad-tc__detail-copy .xroad-tc__qty-row input#xroad-qty:focus,
.xroad-tc__detail-copy .xroad-tc__qty-row input#xroad-qty:focus-visible,
.xroad-tc__detail-copy .xroad-tc__qty-row input#xroad-qty:active,
.xroad-tc__detail-copy .xroad-tc__qty-row input[data-panel-qty]:focus,
.xroad-tc__detail-copy .xroad-tc__qty-row input[data-panel-qty]:focus-visible,
.xroad-tc__detail-copy .xroad-tc__qty-row input[data-panel-qty]:active {
	outline: 0.8px solid var(--xroad-tc-lime) !important;
	outline-offset: 1px;
	border-color: rgba(213, 242, 0, 0.55);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 0 0.8px var(--xroad-tc-lime);
}

.xroad-tc__detail-copy .xroad-tc__add {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	min-height: 40px;
	margin: 0;
	padding: 0 1.15rem;
	font-size: 0.88rem;
	line-height: 1;
	box-shadow:
		0 6px 18px rgba(224, 85, 107, 0.35),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.xroad-tc__detail-copy .xroad-tc__addons {
	margin-top: 0.75rem;
	padding: 0.75rem 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.xroad-tc__detail-copy .xroad-tc__addons h2 {
	margin: 0 0 0.55rem;
	font-size: 0.98rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff !important;
}

.xroad-tc__detail-copy .xroad-tc__addons-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.4rem 0.55rem;
}

@media (min-width: 640px) {
	.xroad-tc__detail-copy .xroad-tc__addons-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.xroad-tc__detail-copy .xroad-tc__addons-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.xroad-tc__detail-copy .xroad-tc__addon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 0.5rem 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	font-size: 0.98rem;
	color: #f2f4f8;
	min-height: 100%;
	transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}

.xroad-tc__detail-copy .xroad-tc__addon:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(213, 242, 0, 0.45);
	transform: translateY(-1px);
}

.xroad-tc__detail-copy .xroad-tc__addon:last-child {
	padding-bottom: 0.5rem;
}

.xroad-tc__detail-copy .xroad-tc__addon label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	color: #f2f4f8;
	font-weight: 650;
	line-height: 1.25;
	min-width: 0;
	flex: 1;
}

.xroad-tc__detail-copy .xroad-tc__addon label input {
	margin: 0;
	flex: 0 0 auto;
	accent-color: #c5e000;
}

.xroad-tc__detail-copy .xroad-tc__addon span {
	color: var(--xroad-glass-lime);
	font-weight: 800;
	font-size: 1.4rem; /* ~40% larger than prior 1rem */
	line-height: 1.1;
	white-space: nowrap;
	flex: 0 0 auto;
	padding-top: 0;
	align-self: center;
}

@media (prefers-reduced-motion: reduce) {
	.xroad-tc__detail-copy .xroad-tc__addon {
		transition: none;
	}
	.xroad-tc__detail-copy .xroad-tc__addon:hover {
		transform: none;
	}
}

.xroad-tc__add,
.xroad-tc__primary {
	min-height: 44px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff7a90, var(--xroad-tc-accent));
	color: #fff;
	font-size: 0.85rem;
	box-shadow: 0 4px 14px rgba(224, 85, 107, 0.3);
}

.xroad-tc__ghost {
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	border: 1px solid var(--xroad-tc-line);
	font-size: 0.75rem;
}

.xroad-tc__drawer {
	position: fixed;
	inset: 0;
	z-index: 1000500;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	justify-content: flex-end;
}

body.xroad-kit-drawer-open .xroad-tc__drawer {
	z-index: 1000500;
}

.xroad-tc__drawer[hidden] {
	display: none !important;
}

.xroad-tc__drawer-panel {
	width: min(440px, 100%);
	height: 100%;
	max-height: 100vh;
	background: transparent;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	display: flex;
	flex-direction: column;
	box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
	position: relative;
	z-index: 1;
}

.xroad-tc__drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.1rem 1.05rem 0.85rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	flex: 0 0 auto;
	background: rgba(22, 22, 22, 0.35);
	backdrop-filter: blur(55px);
	-webkit-backdrop-filter: blur(55px);
}

.xroad-tc__drawer-head h2 {
	margin: 0;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.xroad-tc__icon-btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
}

.xroad-tc__drawer-body {
	flex: 1 1 auto;
	overflow: auto;
	padding: 0.9rem 1.05rem;
	-webkit-overflow-scrolling: touch;
	position: relative;
	z-index: 1;
	background: rgba(22, 22, 22, 0.03);
	backdrop-filter: blur(35px);
	-webkit-backdrop-filter: blur(35px);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.xroad-tc__drawer-body {
		background: rgba(22, 22, 22, 0.92);
	}
}

.xroad-tc__kit-line {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto auto;
	gap: 10px;
	align-items: center;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--xroad-tc-line);
	font-size: 1.032rem; /* ~20% larger than 0.86rem */
	position: relative;
}

.xroad-tc__kit-line--child {
	grid-template-columns: 12px 48px minmax(0, 1fr) auto;
	margin: 0 0 0 0.85rem;
	padding: 0.65rem 0.55rem 0.65rem 0.35rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	border-left: 2px solid rgba(213, 242, 0, 0.4);
	border-radius: 0 10px 10px 0;
	background: rgba(255, 255, 255, 0.04);
}

.xroad-tc__kit-child-rail {
	width: 12px;
	height: 100%;
	min-height: 28px;
	align-self: stretch;
	position: relative;
}

.xroad-tc__kit-child-rail::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 50%;
	width: 10px;
	height: 2px;
	background: rgba(213, 242, 0, 0.45);
	border-radius: 1px;
	transform: translateY(-50%);
}

.xroad-tc__kit-line--child .xroad-tc__kit-thumb {
	width: 48px;
	height: 48px;
	border-radius: 8px;
}

.xroad-tc__kit-line--child .xroad-tc__kit-line-name {
	font-size: 0.98rem;
}

.xroad-tc__kit-line--child input[type="number"],
.xroad-tc__kit-line--child input {
	width: 64px;
	height: 34px;
	min-height: 34px;
	max-height: 34px;
	font-size: 1.05rem;
	line-height: 34px;
}

.xroad-tc__kit-line > * {
	align-self: center;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.xroad-tc__kit-thumb {
	width: 64px;
	height: 64px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.xroad-tc__kit-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.xroad-tc__kit-thumb--empty {
	background: rgba(255, 255, 255, 0.08);
}

.xroad-tc__kit-line-copy {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.xroad-tc__kit-line-name {
	display: block;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.25;
	color: #fff;
}

.xroad-tc__kit-line-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.65rem;
	margin-top: 0.25rem;
	align-items: center;
}

.xroad-tc__kit-line-type {
	display: inline-block;
	padding: 0.12rem 0.45rem;
	border-radius: 999px;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 800;
	background: rgba(213, 242, 0, 0.16);
	color: #e8ff6a;
}

.xroad-tc__kit-line-price {
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff !important;
	opacity: 1;
}

.xroad-tc__kit-line input[type="number"],
.xroad-tc__kit-line input {
	width: 72px;
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid var(--xroad-tc-line);
	background: #101010;
	color: #fff;
	padding: 0 8px;
	margin: 0 !important;
	font: inherit;
	font-size: 1.21rem; /* +15% vs 1.05rem */
	font-weight: 700;
	line-height: 38px;
	align-self: center;
	vertical-align: middle;
	outline: none;
}

.xroad-tc__kit-line input[type="number"]:focus,
.xroad-tc__kit-line input[type="number"]:focus-visible,
.xroad-tc__kit-line input:focus,
.xroad-tc__kit-line input:focus-visible {
	border-color: var(--xroad-tc-lime);
	outline: 1px solid var(--xroad-tc-lime); /* half of default ~2px browser outline */
	outline-offset: 0;
	box-shadow: none;
}

.xroad-tc__kit-line button[data-kit-remove],
.xroad-tc__kit-line button {
	appearance: none;
	border: 0;
	background: transparent;
	color: #ff8a9a;
	cursor: pointer;
	font: inherit;
	font-size: 0.86rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 !important;
	padding: 0.35rem 0.15rem;
	line-height: 1.2;
	align-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	min-height: 38px;
}

.xroad-tc__drawer-foot {
	padding: 1rem 1.05rem 1.25rem;
	border-top: 1px solid rgba(213, 242, 0, 0.22);
	flex: 0 0 auto;
	background:
		linear-gradient(180deg, rgba(36, 38, 44, 0.98) 0%, rgba(18, 19, 22, 1) 100%);
	box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.4);
}

.xroad-tc__hint {
	margin: 0 0 0.75rem;
	font-size: 0.94rem; /* ~20% larger than 0.78rem */
	line-height: 1.4;
	color: var(--xroad-tc-muted);
}

.xroad-tc__drawer-foot .xroad-tc__hint {
	margin: 0 0 0.85rem;
	padding: 0.7rem 0.8rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-left: 3px solid var(--xroad-tc-lime);
	background: rgba(255, 255, 255, 0.07);
	color: rgba(244, 246, 250, 0.92);
	font-size: 0.9rem;
	line-height: 1.45;
}

.xroad-tc__drawer-foot .xroad-tc__primary,
aside#xroad-tc-kit-drawer .xroad-tc__drawer-foot button.xroad-tc__primary,
aside#xroad-tc-kit-drawer .xroad-tc__drawer-foot button.xroad-tc__primary:not(:hover):not(:active):not(:focus) {
	width: 100%;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 1.02rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	/* Theme button rules were wiping the lime fill — force idle contrast. */
	color: #0a0a0a !important;
	background-color: #d5f200 !important;
	background-image: linear-gradient(135deg, #e8ff4a 0%, #d5f200 55%, #c6e000 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.35) !important;
	box-shadow:
		0 6px 20px rgba(213, 242, 0, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
	opacity: 1 !important;
	filter: none !important;
	-webkit-text-fill-color: #0a0a0a !important;
}

.xroad-tc__drawer-foot .xroad-tc__primary:hover,
.xroad-tc__drawer-foot .xroad-tc__primary:focus-visible,
.xroad-tc__drawer-foot .xroad-tc__primary:active,
aside#xroad-tc-kit-drawer .xroad-tc__drawer-foot button.xroad-tc__primary:hover,
aside#xroad-tc-kit-drawer .xroad-tc__drawer-foot button.xroad-tc__primary:focus-visible,
aside#xroad-tc-kit-drawer .xroad-tc__drawer-foot button.xroad-tc__primary:active {
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
	background-color: #e4ff3a !important;
	background-image: linear-gradient(135deg, #f0ff70 0%, #dff530 55%, #d5f200 100%) !important;
	box-shadow:
		0 8px 24px rgba(213, 242, 0, 0.5),
		inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
	opacity: 1 !important;
}

.xroad-tc__section-title {
	margin: 0 0 0.85rem;
	font-size: clamp(1rem, 0.9rem + 0.4vw, 1.2rem);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--xroad-tc-muted);
	font-weight: 700;
}

/* —— Store layout: left category rail + product families —— */
.xroad-tc__store {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.1rem;
	align-items: start;
}

@media (min-width: 900px) {
	.xroad-tc__store {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 1.35rem;
	}
}

.xroad-tc__catnav {
	position: sticky;
	top: 0.75rem;
	z-index: 2;
	background: rgba(20, 20, 20, 0.92);
	border: 1px solid var(--xroad-tc-line);
	border-radius: 12px;
	padding: 0.75rem 0.65rem 0.85rem;
	backdrop-filter: blur(8px);
}

.xroad-tc__catnav-label {
	margin: 0 0 0.65rem 0.35rem;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--xroad-tc-lime);
	font-weight: 700;
}

.xroad-tc__catnav-list {
	display: flex;
	flex-direction: row;
	gap: 0.45rem;
	overflow-x: auto;
	padding-bottom: 0.15rem;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

@media (min-width: 900px) {
	.xroad-tc__catnav-list {
		flex-direction: column;
		overflow: visible;
		padding-bottom: 0;
	}
}

.xroad-tc__catnav-item {
	appearance: none;
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr) 52px;
	align-items: center;
	column-gap: 0.45rem;
	position: relative;
	flex: 0 0 auto;
	min-width: 148px;
	width: 100%;
	min-height: calc(52px + 0.8rem);
	margin: 0;
	padding: 0.4rem;
	border: 1px solid var(--xroad-tc-line);
	border-radius: 10px;
	background: var(--xroad-tc-panel);
	color: inherit;
	font: inherit;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.xroad-tc__catnav-item::after {
	content: "";
	width: 52px;
	height: 52px;
	visibility: hidden;
	pointer-events: none;
}

@media (min-width: 900px) {
	.xroad-tc__catnav-item {
		min-width: 0;
	}
}

.xroad-tc__catnav-item:hover {
	border-color: rgba(213, 242, 0, 0.4);
	transform: translateY(-1px);
}

.xroad-tc__catnav-item.is-active {
	border-color: rgba(213, 242, 0, 0.75);
	background: linear-gradient(135deg, rgba(213, 242, 0, 0.12), rgba(30, 30, 30, 0.95));
	box-shadow: 0 0 0 1px rgba(213, 242, 0, 0.2);
}

.xroad-tc__catnav-thumb {
	position: static;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	overflow: hidden;
	background: #f3f6fb;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.xroad-tc__catnav-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.xroad-tc__catnav-fallback {
	font-size: 1.1rem;
	font-weight: 700;
	color: #222;
}

.xroad-tc__catnav-name {
	display: block;
	width: auto;
	min-width: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
}

.xroad-tc__catnav-name--preserve {
	text-transform: none;
}

.xroad-tc__store-main {
	min-width: 0;
	align-self: start;
}

.xroad-tc__store-head {
	margin: 0 0 0.85rem;
	padding: 0;
	text-align: center;
}

.xroad-tc__store-title {
	margin: 0 auto;
	padding: 0;
	font-size: clamp(1.75rem, 1.35rem + 1.4vw, 2.5rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff !important;
	line-height: 1.15 !important;
	text-align: center !important;
	width: 100%;
}

.xroad-tc .xroad-tc__store-head .xroad-tc__store-title,
.xroad-tc h1.xroad-tc__store-title {
	margin: 0 auto;
	padding: 0;
	font-size: clamp(1.75rem, 1.35rem + 1.4vw, 2.5rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff !important;
	line-height: 1.15 !important;
	text-align: center !important;
	width: 100%;
}

.xroad-tc__store-sub {
	margin: 0.45rem auto 0;
	max-width: 28rem;
	font-size: 0.95rem;
	line-height: 1.4;
	color: var(--xroad-tc-muted);
	text-align: center;
	font-weight: 500;
}

.xroad-tc__warn {
	margin: 0.5rem 0 0;
	font-size: 0.75rem;
	color: #ffc107;
}

/* Multi-product picker modal */
.xroad-tc__picker {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.62);
	backdrop-filter: blur(4px);
}

.xroad-tc__picker[hidden] {
	display: none;
}

.xroad-tc__picker-panel {
	width: min(720px, 100%);
	max-height: min(84vh, 760px);
	display: flex;
	flex-direction: column;
	background: #161616;
	border: 1px solid var(--xroad-tc-line);
	border-radius: 16px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
	overflow: hidden;
}

.xroad-tc__picker-head {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	padding: 0.95rem 1rem 0.75rem;
	border-bottom: 1px solid var(--xroad-tc-line);
}

.xroad-tc__picker-titles {
	flex: 1;
	min-width: 0;
}

.xroad-tc__picker-head h2 {
	margin: 0;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.xroad-tc__picker-sub {
	margin: 0.25rem 0 0;
	font-size: 0.86rem;
	color: var(--xroad-tc-muted);
	line-height: 1.35;
}

.xroad-tc__picker-back {
	appearance: none;
	border: 0;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
	margin-top: 0.1rem;
}

.xroad-tc__picker-back[hidden] {
	display: none;
}

.xroad-tc__picker-body {
	flex: 1;
	overflow: auto;
	padding: 0.85rem 1rem 1rem;
}

.xroad-tc__picker-foot {
	padding: 0.85rem 1rem 1.1rem;
	border-top: 1px solid var(--xroad-tc-line);
}

.xroad-tc__picker-foot[hidden] {
	display: none;
}

.xroad-tc__picker-foot .xroad-tc__primary {
	width: 100%;
}

.xroad-tc__pick-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 0.65rem;
}

.xroad-tc__pick-card {
	appearance: none;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	border-radius: 12px;
	padding: 0.75rem 0.7rem;
	text-align: left;
	cursor: pointer;
	font: inherit;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	min-height: 4.5rem;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.xroad-tc__pick-card:hover {
	border-color: rgba(213, 242, 0, 0.45);
	background: rgba(213, 242, 0, 0.08);
}

.xroad-tc__pick-card-thumb {
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
}

.xroad-tc__pick-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xroad-tc__pick-card-name {
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.2;
}

.xroad-tc__pick-card-meta {
	font-size: 0.78rem;
	color: var(--xroad-tc-muted);
}

.xroad-tc__pick-list {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.xroad-tc__pick-family,
.xroad-tc .xroad-tc__pick-family,
.xroad-tc section.xroad-tc__pick-family {
	margin: 0 0 0.55rem !important;
	padding: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	border: 0 !important;
	background: transparent !important;
}

.xroad-tc__pick-family:last-child,
.xroad-tc .xroad-tc__pick-family:last-child {
	margin-bottom: 0 !important;
}

.xroad-tc__pick-family-title {
	margin: 0 0 0.35rem !important;
	padding: 0 0 0.25rem !important;
	border-bottom: 1px solid var(--xroad-tc-line);
	font-size: clamp(0.95rem, 0.88rem + 0.3vw, 1.1rem) !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff !important;
	line-height: 1.2 !important;
}

.xroad-tc__pick-row {
	appearance: none;
	width: 100%;
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center !important;
	justify-content: space-between;
	gap: 0.55rem;
	padding: 0.45rem 0.55rem;
	min-height: 64px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.xroad-tc__pick-row:hover,
.xroad-tc__pick-row:focus {
	border-color: rgba(213, 242, 0, 0.45);
	background: rgba(213, 242, 0, 0.08);
	outline: none;
}

.xroad-tc__pick-row-thumb {
	width: 52px;
	height: 52px;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.xroad-tc__pick-row-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.xroad-tc__pick-row-thumb--empty {
	background: rgba(255, 255, 255, 0.08);
}

.xroad-tc__pick-row-copy {
	min-width: 0;
	flex: 1 1 auto;
}

.xroad-tc__pick-row-name {
	display: block;
	font-size: 1.33rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}

.xroad-tc__pick-row-price {
	display: block;
	margin-top: 0.15rem;
	font-size: 1.2rem;
	color: var(--xroad-tc-lime);
	font-weight: 700;
}

.xroad-tc__pick-row-badge {
	display: inline-block;
	margin-top: 0.25rem;
	padding: 0.12rem 0.45rem;
	border-radius: 999px;
	font-size: 0.95rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: rgba(213, 242, 0, 0.16);
	color: #e8ff6a;
}

.xroad-tc__pick-row-cta {
	flex-shrink: 0;
	min-height: 34px;
	padding: 0 0.85rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(224, 85, 107, 0.92);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
