/* True Axis Bio Toolkit v2.3.5 — Research Products / Categories / Resources / COA public pages. */

/* -------------------------------------------------------------------------- */
/* Full-width Astra/WooCommerce reset for Toolkit-owned catalog landing pages. */
/* -------------------------------------------------------------------------- */
body.tabt-public-catalog-page {
	background:#020202 !important;
	color:#f5f5f5;
	overflow-x:hidden;
}
@supports (overflow:clip) { body.tabt-public-catalog-page { overflow-x:clip; } }

body.tabt-public-catalog-page #content,
body.tabt-public-catalog-page .site-content,
body.tabt-public-catalog-page #content > .ast-container,
body.tabt-public-catalog-page .site-content > .ast-container,
body.tabt-public-catalog-page #primary,
body.tabt-public-catalog-page .content-area,
body.tabt-public-catalog-page .site-main,
body.tabt-public-catalog-page article.page,
body.tabt-public-catalog-page article.type-page,
body.tabt-public-catalog-page .entry-content,
body.tabt-public-catalog-page .post-content,
body.tabt-public-catalog-page .page-content {
	background:transparent !important;
	border:0 !important;
	box-shadow:none !important;
	box-sizing:border-box !important;
	float:none !important;
	margin:0 !important;
	max-width:none !important;
	min-width:0 !important;
	padding:0 !important;
	width:100% !important;
}
body.tabt-public-catalog-page #content > .ast-container,
body.tabt-public-catalog-page .site-content > .ast-container {
	display:block !important;
	max-width:100% !important;
}
body.tabt-public-catalog-page #secondary,
body.tabt-public-catalog-page .widget-area,
body.tabt-public-catalog-page .sidebar-main { display:none !important; }
body.tabt-public-catalog-page :where(.entry-header,.page-header,.woocommerce-products-header,.ast-archive-description),
body.tabt-public-catalog-page main :where(.entry-title,.page-title,.wp-block-post-title) { display:none !important; }

.tabt-catalog-page,
.tabt-catalog-page * { box-sizing:border-box; }
.tabt-catalog-page {
	background-color:#020202;
	background-image:
		linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.36)),
		url('../images/catalog-v231/catalog-science-backdrop.png');
	background-position:center top,center top;
	background-repeat:no-repeat,no-repeat;
	background-size:cover,100% auto;
	color:#f5f5f5;
	isolation:isolate;
	margin:0 !important;
	min-height:680px;
	padding:0 clamp(18px,3vw,44px) clamp(70px,7vw,112px);
	position:relative;
	width:100% !important;
}
.tabt-catalog-page::before {
	background:
		radial-gradient(circle at 5% 28%,rgba(108,9,18,.16),transparent 28%),
		radial-gradient(circle at 96% 70%,rgba(108,9,18,.13),transparent 28%),
		linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,.02) 18%,rgba(0,0,0,.02) 82%,rgba(0,0,0,.18));
	content:'';
	inset:0;
	pointer-events:none;
	position:absolute;
	z-index:-1;
}
.tabt-catalog-sr-only {
	clip:rect(0 0 0 0) !important;
	clip-path:inset(50%) !important;
	height:1px !important;
	overflow:hidden !important;
	position:absolute !important;
	white-space:nowrap !important;
	width:1px !important;
}

/* -------------------------------------------------------------------------- */
/* Shared heading system — approved Research Products page is the page standard. */
/* -------------------------------------------------------------------------- */
.tabt-catalog-hero {
	margin:0 auto;
	max-width:1040px;
	padding:clamp(34px,4.1vw,58px) 0 clamp(20px,2.3vw,32px);
	text-align:center;
}
.tabt-catalog-heading-row {
	align-items:center;
	display:grid;
	gap:clamp(20px,2.3vw,34px);
	grid-template-columns:minmax(80px,1fr) auto minmax(80px,1fr);
	justify-content:center;
	margin:0 auto;
	max-width:820px;
}
.tabt-catalog-heading-line {
	background:#d32027;
	display:block;
	height:2px;
	max-width:145px;
	width:100%;
}
.tabt-catalog-heading-row .tabt-catalog-heading-line:first-child { justify-self:end; }
.tabt-catalog-heading-row .tabt-catalog-heading-line:last-child { justify-self:start; }
.tabt-catalog-hero h1 {
	color:#f7f7f7 !important;
	font-family:inherit;
	font-size:clamp(30px,3.15vw,46px);
	font-weight:800;
	letter-spacing:.025em;
	line-height:1.05;
	margin:0 !important;
	text-transform:uppercase;
	white-space:nowrap;
}
.tabt-catalog-hero p {
	color:#aeb0b4;
	font-size:clamp(14px,1.2vw,17px);
	line-height:1.45;
	margin:12px 0 0 !important;
}

/* -------------------------------------------------------------------------- */
/* Research Products controls.                                                */
/* -------------------------------------------------------------------------- */
.tabt-products-controls-wrap {
	margin:0 auto clamp(20px,2vw,28px);
	max-width:1040px;
}
.tabt-products-controls {
	display:grid;
	gap:14px;
	grid-template-columns:1.2fr 1fr 1fr;
	margin:0 0 0 10%;
	max-width:720px;
	width:calc(90% - 0px);
}
.tabt-catalog-control {
	display:block;
	margin:0 !important;
	min-width:0;
	position:relative;
}
body.tabt-public-catalog-page .tabt-catalog-control input,
body.tabt-public-catalog-page .tabt-catalog-control input[type='search'],
body.tabt-public-catalog-page .tabt-catalog-control select {
	-webkit-appearance:none !important;
	appearance:none !important;
	background-color:#050505 !important;
	border:1px solid #555 !important;
	border-radius:2px !important;
	box-shadow:none !important;
	color:#f2f2f2 !important;
	font-family:inherit !important;
	font-size:13px !important;
	font-weight:500 !important;
	height:42px !important;
	line-height:40px !important;
	margin:0 !important;
	max-width:none !important;
	min-height:42px !important;
	outline:0 !important;
	padding:0 40px 0 14px !important;
	text-indent:0 !important;
	-webkit-text-fill-color:#f2f2f2 !important;
	width:100% !important;
}
body.tabt-public-catalog-page .tabt-catalog-control input::placeholder {
	color:#9ea0a4 !important;
	opacity:1 !important;
	-webkit-text-fill-color:#9ea0a4 !important;
}
body.tabt-public-catalog-page .tabt-catalog-control input:-webkit-autofill,
body.tabt-public-catalog-page .tabt-catalog-control input:-webkit-autofill:hover,
body.tabt-public-catalog-page .tabt-catalog-control input:-webkit-autofill:focus {
	-webkit-box-shadow:0 0 0 1000px #050505 inset !important;
	-webkit-text-fill-color:#f2f2f2 !important;
}
body.tabt-public-catalog-page .tabt-catalog-control input:focus,
body.tabt-public-catalog-page .tabt-catalog-control select:focus {
	border-color:#d32027 !important;
	box-shadow:0 0 0 1px rgba(211,32,39,.35),0 0 16px rgba(211,32,39,.15) !important;
}
body.tabt-public-catalog-page .tabt-catalog-control select {
	background-image:linear-gradient(45deg,transparent 50%,#ddd 50%),linear-gradient(135deg,#ddd 50%,transparent 50%) !important;
	background-position:calc(100% - 17px) 50%,calc(100% - 13px) 50% !important;
	background-repeat:no-repeat !important;
	background-size:4px 4px,4px 4px !important;
}
body.tabt-public-catalog-page .tabt-catalog-control--search input[type='search'] { padding-left:42px !important; }
.tabt-catalog-search-icon {
	border:1.5px solid #e8e8e8;
	border-radius:50%;
	height:11px;
	left:15px;
	pointer-events:none;
	position:absolute;
	top:50%;
	transform:translateY(-58%);
	width:11px;
	z-index:2;
}
.tabt-catalog-search-icon::after {
	background:#e8e8e8;
	content:'';
	height:1.5px;
	left:8px;
	position:absolute;
	top:9px;
	transform:rotate(45deg);
	transform-origin:left center;
	width:6px;
}

/* -------------------------------------------------------------------------- */
/* Research Products grid — label-only live On Hand Catalog cards.            */
/* -------------------------------------------------------------------------- */
.tabt-products-grid-stage,
.tabt-products-grid-shell {
	background:transparent !important;
	margin:0 auto;
	max-width:1040px;
	padding:0;
	width:100%;
}
.tabt-products-grid {
	align-items:start;
	display:grid;
	gap:clamp(26px,2.5vw,36px);
	grid-template-columns:repeat(4,minmax(0,1fr));
	margin:0;
	width:100%;
}
.tabt-catalog-product-card {
	background:transparent;
	border:0;
	border-radius:18px;
	box-shadow:none;
	margin:0;
	min-width:0;
	overflow:visible;
	padding:0;
}
.tabt-catalog-product-card[hidden] { display:none !important; }
.tabt-catalog-product-card__link,
.tabt-catalog-product-card__link:hover,
.tabt-catalog-product-card__link:focus,
.tabt-catalog-product-card__link:active,
.tabt-catalog-product-card__link:visited {
	background:transparent !important;
	border:0 !important;
	box-shadow:none;
	color:inherit !important;
	display:block;
	margin:0 auto;
	max-width:230px;
	outline:0;
	padding:0;
	text-decoration:none !important;
	transform:translateY(0);
	transition:transform .18s ease;
	width:100%;
}
.tabt-catalog-product-card__link > .tabt-live-product-label--catalog {
	display:flex;
	height:auto !important;
	margin:0 auto !important;
	max-width:230px !important;
	min-height:0;
	padding:7% !important;
	transition:border-color .18s ease,box-shadow .18s ease,filter .18s ease;
	width:100% !important;
}
.tabt-catalog-product-card__link:hover,
.tabt-catalog-product-card__link:focus-visible,
.tabt-catalog-product-card:focus-within .tabt-catalog-product-card__link {
	transform:translateY(-7px);
}
.tabt-catalog-product-card__link:hover > .tabt-live-product-label--catalog,
.tabt-catalog-product-card__link:focus-visible > .tabt-live-product-label--catalog,
.tabt-catalog-product-card:focus-within .tabt-live-product-label--catalog {
	border-color:#ff2934;
	box-shadow:
		inset 0 0 60px rgba(0,0,0,.65),
		0 0 8px rgba(255,41,52,.78),
		0 0 24px rgba(211,32,39,.60),
		0 12px 34px rgba(211,32,39,.34);
	filter:brightness(1.035);
}
.tabt-catalog-product-card__link:focus-visible > .tabt-live-product-label--catalog {
	outline:2px solid rgba(255,255,255,.78);
	outline-offset:5px;
}
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__brand { flex-basis:22%; }
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__logo {
	max-height:none;
	max-width:none;
	width:clamp(30px,4vw,56px);
}
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__brand-name {
	font-size:clamp(6px,.72vw,10px);
	letter-spacing:.04em;
	width:82%;
}
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__name {
	font-size:clamp(14px,1.45vw,21px);
	line-height:1.02;
}
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__facts {
	gap:5px;
	margin-top:4%;
}
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__fact {
	border-radius:6px;
	gap:4%;
	min-height:32px;
	padding:2.4% 3.5%;
}
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__fact dt {
	font-size:clamp(5px,.55vw,8px);
	gap:4px;
}
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__fact-icon {
	height:clamp(12px,1.2vw,17px);
	width:clamp(12px,1.2vw,17px);
}
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__fact dd {
	font-size:clamp(6px,.66vw,9px);
}
.tabt-catalog-product-card__link .tabt-live-product-label--catalog .tabt-live-product-label__compliance strong {
	font-size:clamp(5px,.61vw,8px);
}
.tabt-catalog-empty {
	color:#d4d4d4;
	font-size:15px;
	margin:0;
	padding:54px 20px;
	text-align:center;
}

/* -------------------------------------------------------------------------- */
/* Research Categories landing page — same visual system as Research Products. */
/* -------------------------------------------------------------------------- */
.tabt-research-categories-grid-wrap {
	margin:0 auto;
	max-width:1040px;
	width:100%;
}
.tabt-research-categories-grid {
	display:grid;
	gap:16px;
	grid-template-columns:repeat(3,minmax(0,1fr));
	margin:0;
	width:100%;
}
.tabt-research-category-card,
.tabt-research-category-card:hover,
.tabt-research-category-card:focus,
.tabt-research-category-card:active,
.tabt-research-category-card:visited {
	background:#030303;
	border:1px solid rgba(211,32,39,.94);
	border-radius:4px;
	box-shadow:0 0 0 rgba(211,32,39,0);
	color:#f5f5f5 !important;
	display:flex;
	flex-direction:column;
	overflow:hidden;
	text-decoration:none !important;
	transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.tabt-research-category-card:hover,
.tabt-research-category-card:focus-visible {
	border-color:#ff2934;
	box-shadow:0 0 8px rgba(255,41,52,.78),0 0 24px rgba(211,32,39,.60),0 12px 34px rgba(211,32,39,.34);
	transform:translateY(-4px);
}
.tabt-research-category-card__image {
	aspect-ratio:16 / 9;
	display:block;
	overflow:hidden;
}
.tabt-research-category-card__image img {
	display:block;
	height:100%;
	object-fit:cover;
	width:100%;
}
.tabt-research-category-card__body {
	align-items:center;
	border-top:1px solid rgba(211,32,39,.48);
	display:flex;
	gap:14px;
	justify-content:space-between;
	min-height:54px;
	padding:12px 16px;
}
.tabt-research-category-card__body strong {
	color:#f5f5f5;
	font-size:14px;
	font-weight:700;
	line-height:1.2;
}
.tabt-research-category-card__cta {
	color:#ff202b;
	flex:0 0 auto;
	font-size:11px;
	font-weight:700;
	letter-spacing:.01em;
}
.tabt-research-category-card__cta span { font-size:1.3em; margin-left:3px; }

/* -------------------------------------------------------------------------- */
/* Responsive.                                                                */
/* -------------------------------------------------------------------------- */
@media (max-width:1100px) {
	.tabt-catalog-page { background-size:cover,auto 100%; }
	.tabt-products-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:860px) {
	.tabt-catalog-page { padding-inline:22px; }
	.tabt-catalog-hero { padding-top:34px; }
	.tabt-catalog-heading-row { gap:18px; grid-template-columns:minmax(42px,1fr) auto minmax(42px,1fr); }
	.tabt-catalog-hero h1 { font-size:clamp(28px,6vw,38px); white-space:normal; }
	.tabt-products-controls { grid-template-columns:1fr 1fr; margin-left:0; max-width:none; width:100%; }
	.tabt-catalog-control--search { grid-column:1 / -1; }
	.tabt-products-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.tabt-research-categories-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:560px) {
	.tabt-catalog-page { padding-inline:16px; padding-bottom:64px; }
	.tabt-catalog-heading-row { display:block; }
	.tabt-catalog-heading-line { display:none; }
	.tabt-catalog-hero h1 { font-size:30px; }
	.tabt-catalog-hero p { font-size:14px; }
	.tabt-products-controls { grid-template-columns:1fr; }
	.tabt-catalog-control--search { grid-column:auto; }
	.tabt-products-grid,
	.tabt-research-categories-grid { grid-template-columns:1fr; }
	.tabt-catalog-product-card__link { max-width:260px; }
	.tabt-catalog-product-card__link > .tabt-live-product-label--catalog { max-width:260px !important; }
	.tabt-research-category-card__body { padding-inline:14px; }
}
@media (prefers-reduced-motion:reduce) {
	.tabt-catalog-product-card__link,
	.tabt-catalog-product-card__link > .tabt-live-product-label--catalog,
	.tabt-research-category-card { transition:none; }
	.tabt-catalog-product-card__link:hover,
	.tabt-catalog-product-card__link:focus-visible,
	.tabt-catalog-product-card:focus-within .tabt-catalog-product-card__link,
	.tabt-research-category-card:hover,
	.tabt-research-category-card:focus-visible { transform:none; }
}

/* -------------------------------------------------------------------------- */
/* v2.3.3 — Individual native Research Category archive template.             */
/* Approved Research Products visual system, with category context panel.      */
/* -------------------------------------------------------------------------- */
.tabt-product-category-archive .tabt-category-archive-hero {
	max-width:1200px;
	padding-bottom:24px;
}
.tabt-product-category-archive .tabt-category-archive-hero .tabt-catalog-heading-row {
	max-width:1120px;
}
.tabt-product-category-archive .tabt-category-archive-hero h1 {
	font-size:clamp(30px,3vw,44px);
}
.tabt-category-intro {
	align-items:stretch;
	background:rgba(3,3,3,.82);
	border:1px solid #4d4d4d;
	border-radius:5px;
	display:grid;
	grid-template-columns:minmax(250px,34%) 1fr;
	margin:0 auto 28px;
	max-width:1040px;
	overflow:hidden;
	width:100%;
}
.tabt-category-intro__media {
	background:#050505;
	min-height:176px;
	overflow:hidden;
	position:relative;
}
.tabt-category-intro__media::after {
	background:linear-gradient(90deg,transparent 70%,rgba(0,0,0,.34));
	content:'';
	inset:0;
	pointer-events:none;
	position:absolute;
}
.tabt-category-intro__media img {
	display:block;
	height:100%;
	object-fit:cover;
	width:100%;
}
.tabt-category-intro__copy {
	align-self:center;
	color:#c6c7c9;
	font-size:14px;
	line-height:1.58;
	padding:22px 26px;
}
.tabt-category-intro__copy p {
	color:inherit !important;
	font-size:inherit !important;
	line-height:inherit !important;
	margin:0 !important;
}
.tabt-category-intro__copy p + p { margin-top:10px !important; }
.tabt-category-intro__compliance { color:#aeb0b4 !important; }
.tabt-category-controls-wrap {
	margin:0 auto 28px;
	max-width:1040px;
	width:100%;
}
.tabt-category-controls {
	align-items:center;
	display:grid;
	gap:20px;
	grid-template-columns:minmax(260px,1.15fr) minmax(230px,.9fr) auto;
	width:100%;
}
.tabt-category-product-count {
	color:#f3f3f3;
	font-size:13px;
	font-weight:700;
	justify-self:end;
	min-width:86px;
	text-align:right;
	white-space:nowrap;
}
.tabt-category-products-stage { padding-top:0; }

@media (max-width:860px) {
	.tabt-product-category-archive .tabt-category-archive-hero h1 { white-space:normal; }
	.tabt-category-intro { grid-template-columns:1fr; }
	.tabt-category-intro__media { aspect-ratio:16 / 7; min-height:0; }
	.tabt-category-intro__media::after { background:linear-gradient(180deg,transparent 68%,rgba(0,0,0,.28)); }
	.tabt-category-controls { grid-template-columns:1fr 1fr; }
	.tabt-category-product-count { grid-column:1 / -1; justify-self:start; text-align:left; }
}
@media (max-width:560px) {
	.tabt-category-intro__copy { padding:18px; }
	.tabt-category-controls { grid-template-columns:1fr; gap:12px; }
	.tabt-category-product-count { grid-column:auto; }
}


/* -------------------------------------------------------------------------- */
/* v2.3.4 — Resources landing page.                                           */
/* Uses the Research Products/Categories page system as the sitewide standard. */
/* -------------------------------------------------------------------------- */
.tabt-resources-hub .tabt-resources-hero { padding-bottom:24px; }
.tabt-resources-grid-wrap {
	margin:0 auto;
	max-width:1040px;
	width:100%;
}
.tabt-resources-grid {
	display:grid;
	gap:16px;
	grid-template-columns:repeat(3,minmax(0,1fr));
	margin:0;
	width:100%;
}
.tabt-resource-hub-card,
.tabt-resource-hub-card:hover,
.tabt-resource-hub-card:focus,
.tabt-resource-hub-card:active,
.tabt-resource-hub-card:visited {
	background:#030303;
	border:1px solid rgba(211,32,39,.94);
	border-radius:4px;
	box-shadow:0 0 0 rgba(211,32,39,0);
	color:#f5f5f5 !important;
	display:flex;
	flex-direction:column;
	margin:0;
	overflow:hidden;
	padding:0;
	text-decoration:none !important;
	transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;
}
.tabt-resource-hub-card:hover,
a.tabt-resource-hub-card:focus-visible {
	border-color:#ff2934;
	box-shadow:0 0 8px rgba(255,41,52,.78),0 0 24px rgba(211,32,39,.60),0 12px 34px rgba(211,32,39,.34);
	transform:translateY(-4px);
}
.tabt-resource-hub-card__image {
	aspect-ratio:16 / 9;
	display:block;
	overflow:hidden;
}
.tabt-resource-hub-card__image img {
	display:block;
	height:100%;
	object-fit:cover;
	width:100%;
}
.tabt-resource-hub-card__body {
	align-items:center;
	border-top:1px solid rgba(211,32,39,.48);
	display:flex;
	gap:14px;
	justify-content:space-between;
	min-height:54px;
	padding:12px 16px;
}
.tabt-resource-hub-card__body strong {
	color:#f5f5f5;
	font-size:14px;
	font-weight:700;
	line-height:1.2;
}
.tabt-resource-hub-card__cta {
	color:#ff202b;
	flex:0 0 auto;
	font-size:11px;
	font-weight:700;
	letter-spacing:.01em;
}
.tabt-resource-hub-card__cta span { font-size:1.3em; margin-left:3px; }
.tabt-resource-hub-card--inactive { cursor:default; }
.tabt-resource-hub-card--inactive .tabt-resource-hub-card__cta { opacity:.62; }
@media (max-width:860px) {
	.tabt-resources-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:560px) {
	.tabt-resources-grid { grid-template-columns:1fr; }
	.tabt-resource-hub-card__body { padding-inline:14px; }
}
@media (prefers-reduced-motion:reduce) {
	.tabt-resource-hub-card { transition:none; }
	a.tabt-resource-hub-card:hover,
	a.tabt-resource-hub-card:focus-visible { transform:none; }
}

/* -------------------------------------------------------------------------- */
/* v2.3.5 — Certificates of Analysis hub.                                     */
/* Uses the approved Research Products visual language and the COA preview.    */
/* -------------------------------------------------------------------------- */
.tabt-coa-hub .tabt-coa-hero { max-width:1120px; padding-bottom:22px; }
.tabt-coa-hub .tabt-coa-hero .tabt-catalog-heading-row { max-width:940px; }
.tabt-coa-hub .tabt-coa-hero h1 { font-size:clamp(30px,3vw,44px); }
.tabt-coa-search-wrap {
	margin:0 auto 24px;
	max-width:660px;
	width:100%;
}
.tabt-coa-search { width:100%; }
.tabt-coa-browser {
	display:grid;
	gap:18px;
	grid-template-columns:minmax(210px,245px) minmax(0,1fr);
	margin:0 auto;
	max-width:1180px;
	width:100%;
}
.tabt-coa-peptides,
.tabt-coa-documents {
	background:rgba(3,3,3,.90);
	border:1px solid #4b4b4b;
	border-radius:5px;
	min-width:0;
	overflow:hidden;
}
.tabt-coa-peptides { align-self:start; }
.tabt-coa-peptides h2 {
	background:linear-gradient(180deg,#111,#080808);
	border-bottom:1px solid #474747;
	color:#f4f4f4;
	font-size:15px;
	font-weight:800;
	letter-spacing:.02em;
	margin:0 !important;
	padding:13px 16px;
	text-align:center;
	text-transform:uppercase;
}
.tabt-coa-peptide-list { max-height:620px; overflow:auto; scrollbar-color:#555 #090909; }
.tabt-coa-peptide,
.tabt-coa-peptide:hover,
.tabt-coa-peptide:focus,
.tabt-coa-peptide:active,
.tabt-coa-peptide:visited {
	align-items:center;
	background:#0a0a0a;
	border-bottom:1px solid #343434;
	border-left:3px solid transparent;
	color:#efefef !important;
	display:grid;
	font-size:13px;
	gap:8px;
	grid-template-columns:minmax(0,1fr) auto auto;
	line-height:1.25;
	min-height:42px;
	padding:10px 12px;
	text-decoration:none !important;
	transition:background .15s ease,border-color .15s ease,color .15s ease;
}
.tabt-coa-peptide:hover,
.tabt-coa-peptide:focus-visible,
.tabt-coa-peptide.is-active {
	background:linear-gradient(90deg,rgba(211,32,39,.13),rgba(8,8,8,.96));
	border-left-color:#d32027;
	color:#ff3038 !important;
}
.tabt-coa-peptide small {
	background:#171717;
	border:1px solid #3e3e3e;
	border-radius:999px;
	color:#bdbdbd;
	font-size:9px;
	line-height:1;
	min-width:20px;
	padding:4px 6px;
	text-align:center;
}
.tabt-coa-peptide[hidden] { display:none !important; }
.tabt-coa-peptide-empty { color:#aeb0b4; font-size:12px; margin:0 !important; padding:18px; text-align:center; }
.tabt-coa-documents { border-color:rgba(211,32,39,.88); }
.tabt-coa-documents__header {
	align-items:center;
	border-bottom:1px solid #454545;
	display:flex;
	gap:18px;
	justify-content:space-between;
	min-height:62px;
	padding:13px 18px;
}
.tabt-coa-documents__header > div { align-items:center; display:flex; gap:12px; min-width:0; }
.tabt-coa-chain { color:#ff202b; font-size:24px; line-height:1; }
.tabt-coa-documents__header h2 {
	color:#f6f6f6;
	font-size:clamp(19px,2vw,27px);
	font-weight:800;
	line-height:1.1;
	margin:0 !important;
	text-transform:uppercase;
}
.tabt-coa-document-count {
	background:#111;
	border:1px solid #555;
	border-radius:3px;
	color:#f4f4f4;
	font-size:11px;
	font-weight:700;
	padding:6px 9px;
	white-space:nowrap;
}
.tabt-coa-table { width:100%; }
.tabt-coa-table__head,
.tabt-coa-table__row {
	display:grid;
	grid-template-columns:minmax(270px,2fr) minmax(155px,1.15fr) minmax(115px,.8fr) minmax(95px,.65fr) minmax(130px,.85fr);
}
.tabt-coa-table__head {
	background:#060606;
	border-bottom:1px solid #454545;
	color:#ff3038;
	font-size:10px;
	font-weight:800;
	letter-spacing:.02em;
	text-transform:uppercase;
}
.tabt-coa-table__head > span { padding:11px 14px; }
.tabt-coa-table__row { border-bottom:1px solid #393939; min-height:128px; }
.tabt-coa-table__row:last-child { border-bottom:0; }
.tabt-coa-table__row > * { border-right:1px solid #393939; }
.tabt-coa-table__row > *:last-child { border-right:0; }
.tabt-coa-doc-main {
	align-items:center;
	display:flex;
	gap:14px;
	min-width:0;
	padding:14px;
}
.tabt-coa-pdf-preview {
	align-items:center;
	background:linear-gradient(145deg,#f4f4f4,#d7d7d7);
	border:1px solid #fff;
	box-shadow:inset 0 0 0 1px #bbb;
	color:#222;
	display:flex;
	flex:0 0 58px;
	flex-direction:column;
	height:78px;
	justify-content:center;
	line-height:1;
	position:relative;
	width:58px;
}
.tabt-coa-pdf-preview::after {
	border-bottom:10px solid transparent;
	border-left:10px solid #aaa;
	content:'';
	right:4px;
	position:absolute;
	top:4px;
}
.tabt-coa-pdf-preview strong { font-size:13px; }
.tabt-coa-pdf-preview small { font-size:8px; margin-top:6px; }
.tabt-coa-doc-main > div { display:flex; flex-direction:column; gap:5px; min-width:0; }
.tabt-coa-doc-main strong { color:#f4f4f4; font-size:13px; line-height:1.25; }
.tabt-coa-doc-main span { color:#b9babd; font-size:11px; line-height:1.3; }
.tabt-coa-table__cell,
.tabt-coa-table__actions {
	align-content:center;
	display:grid;
	gap:5px;
	padding:14px;
}
.tabt-coa-table__cell strong { color:#f2f2f2; font-size:12px; line-height:1.3; }
.tabt-coa-table__cell > span:not(.tabt-coa-file-type) { color:#aeb0b4; font-size:10px; }
.tabt-coa-file-type {
	border:1px solid #d32027;
	border-radius:3px;
	color:#ff3038;
	font-size:10px;
	font-weight:800;
	justify-self:start;
	padding:5px 7px;
}
.tabt-coa-table__actions { place-items:center; }
.tabt-coa-table__actions a,
.tabt-coa-table__actions a:hover,
.tabt-coa-table__actions a:focus,
.tabt-coa-table__actions a:visited {
	align-items:center;
	background:#050505;
	border:1px solid #d32027;
	border-radius:3px;
	color:#ff3038 !important;
	display:inline-flex;
	font-size:11px;
	font-weight:800;
	gap:7px;
	justify-content:center;
	min-width:112px;
	padding:9px 11px;
	text-decoration:none !important;
	text-transform:uppercase;
	transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease;
}
.tabt-coa-table__actions a:hover,
.tabt-coa-table__actions a:focus-visible {
	border-color:#ff2934;
	box-shadow:0 0 14px rgba(211,32,39,.42);
	transform:translateY(-1px);
}
.tabt-coa-empty-state { padding:58px 24px; text-align:center; }
.tabt-coa-empty-state h3 { color:#f4f4f4; font-size:18px; margin:0 0 8px !important; }
.tabt-coa-empty-state p { color:#aeb0b4; font-size:13px; margin:0 !important; }

@media (max-width:980px) {
	.tabt-coa-browser { grid-template-columns:210px minmax(0,1fr); }
	.tabt-coa-table__head { display:none; }
	.tabt-coa-table__row { grid-template-columns:1fr 1fr; min-height:0; padding:4px 0; }
	.tabt-coa-table__row > * { border-right:0; border-bottom:1px solid #282828; }
	.tabt-coa-doc-main { grid-column:1 / -1; }
	.tabt-coa-table__cell,
	.tabt-coa-table__actions { min-height:74px; padding:12px 14px; }
	.tabt-coa-table__cell::before,
	.tabt-coa-table__actions::before { color:#ff3038; content:attr(data-label); font-size:9px; font-weight:800; text-transform:uppercase; }
	.tabt-coa-table__actions { place-items:start; }
}
@media (max-width:760px) {
	.tabt-coa-hub .tabt-coa-hero h1 { white-space:normal; }
	.tabt-coa-browser { grid-template-columns:1fr; }
	.tabt-coa-peptide-list { display:flex; max-height:none; overflow:auto; }
	.tabt-coa-peptide { border-bottom:0; border-left:0; border-right:1px solid #343434; border-top:3px solid transparent; flex:0 0 auto; min-width:170px; }
	.tabt-coa-peptide:hover,
	.tabt-coa-peptide:focus-visible,
	.tabt-coa-peptide.is-active { border-left-color:transparent; border-top-color:#d32027; }
}
@media (max-width:560px) {
	.tabt-coa-documents__header { align-items:flex-start; flex-direction:column; gap:10px; }
	.tabt-coa-table__row { grid-template-columns:1fr; }
	.tabt-coa-doc-main { grid-column:auto; }
	.tabt-coa-table__actions a { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
	.tabt-coa-peptide,
	.tabt-coa-table__actions a { transition:none; }
	.tabt-coa-table__actions a:hover,
	.tabt-coa-table__actions a:focus-visible { transform:none; }
}



/* -------------------------------------------------------------------------- */
/* v2.3.6 — Global elevated interaction standard for public catalog surfaces. */
/* Any Toolkit catalog element that lifts carries the Research Products glow. */
/* -------------------------------------------------------------------------- */
.tabt-catalog-product-card__link:hover,
.tabt-catalog-product-card__link:focus-visible,
.tabt-catalog-product-card:focus-within .tabt-catalog-product-card__link,
.tabt-research-category-card:hover,
.tabt-research-category-card:focus-visible,
.tabt-resource-hub-card:hover,
a.tabt-resource-hub-card:focus-visible,
.tabt-coa-table__actions a:hover,
.tabt-coa-table__actions a:focus-visible {
	filter:drop-shadow(0 0 7px rgba(255,41,52,.42)) drop-shadow(0 10px 18px rgba(211,32,39,.22));
}
@media (prefers-reduced-motion:reduce) {
	.tabt-resource-hub-card:hover { transform:none; }
}


/* v2.3.17 — use the uncropped reviewed 2:3 artwork instead of WooCommerce square thumbnails. */
.tabt-catalog-product-card__link > img.tabt-reviewed-product-image {
	display: block;
	height: auto !important;
	margin: 0 auto !important;
	max-width: 230px !important;
	object-fit: contain !important;
	object-position: center !important;
	transition: box-shadow .18s ease,filter .18s ease;
	width: 100% !important;
}
.tabt-catalog-product-card__link:hover > img.tabt-reviewed-product-image,
.tabt-catalog-product-card__link:focus-visible > img.tabt-reviewed-product-image,
.tabt-catalog-product-card:focus-within img.tabt-reviewed-product-image {
	box-shadow: 0 0 8px rgba(255,41,52,.78),0 0 24px rgba(211,32,39,.60),0 12px 34px rgba(211,32,39,.34);
	filter: brightness(1.035);
}
@media (max-width:640px) {
	.tabt-catalog-product-card__link > img.tabt-reviewed-product-image { max-width:260px !important; }
}
