/* Size guide generated page styles. */

.actorshop-size-guide-intro {
	width: 100%;
	margin: 54px auto 22px;
}

.actorshop-size-guide-intro .eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0 0 12px;
	padding: 0 12px;
	background: var(--actorshop-text, #111111);
	color: #ffffff;
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-size-guide-intro__kicker {
	max-width: 720px;
	margin: 0 0 10px;
	color: var(--actorshop-muted, #555555);
	font-size: var(--actorshop-p2-size, 16px);
	font-weight: var(--actorshop-weight-body, 700);
	line-height: 1.45;
}

.actorshop-size-guide-intro h1 {
	max-width: 900px;
	margin: 0;
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-display, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: clamp(40px, 5vw, 68px);
	font-weight: var(--actorshop-weight-display, 950);
	letter-spacing: 0;
	line-height: 0.98;
}

.actorshop-size-guide-intro__copy {
	max-width: 760px;
	margin: 16px 0 0;
	color: var(--actorshop-text, #111111);
	font-size: var(--actorshop-p2-size, 16px);
	line-height: 1.65;
}

.actorshop-size-guide-intro p:not(.eyebrow):not(.actorshop-size-guide-intro__kicker):not(.actorshop-size-guide-intro__copy) {
	max-width: 720px;
	margin: 18px 0 0;
	color: var(--actorshop-muted, #555555);
	font-size: var(--actorshop-p2-size, 16px);
	line-height: var(--actorshop-p2-line, 1.55);
}

.actorshop-size-guide-page {
	width: 100%;
	margin: 0 auto 72px;
	display: grid;
	gap: 24px;
}

.actorshop-size-guide-page__empty {
	padding: 28px;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: var(--actorshop-surface, #f7f7f7);
	color: var(--actorshop-muted, #555555);
}

.actorshop-size-guide-page__empty p {
	margin: 0;
}

.actorshop-size-guide-page__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding: 12px;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: var(--actorshop-page, #ffffff);
}

.actorshop-size-guide-page__nav :where(a, button) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid var(--actorshop-text, #111111);
	background: var(--actorshop-page, #ffffff);
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease;
	cursor: pointer;
}

.actorshop-size-guide-page__nav :where(a, button):hover,


.actorshop-size-guide-page__nav :where(a, button):focus-visible,


.actorshop-size-guide-page__nav :where(a, button).is-active,


.actorshop-size-guide-page__nav :where(a, button)[aria-selected="true"] {
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
}

.actorshop-size-guide-page__grid {
	display: grid;
	gap: 18px;
}

.actorshop-size-guide-card {
	display: grid;
	gap: 14px;
	border: 0;
	background: transparent;
}

.actorshop-size-guide-card[hidden],


.actorshop-size-table-tabs__panel[hidden] {
	display: none !important;
}

.actorshop-size-guide-card__header {
	display: none;
	align-items: center;
	min-height: 0;
	padding: 9px 18px;
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
}

.actorshop-size-guide-card__header p {
	order: 2;
	margin: 0;
	color: inherit;
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
	white-space: nowrap;
}

.actorshop-size-guide-card__header h3 {
	margin: 0;
	color: inherit;
	font-family: var(--actorshop-font-display, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: clamp(17px, 1.8vw, 22px);
	font-weight: var(--actorshop-weight-display, 950);
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-size-guide-page .actorshop-size-guide-card__header :where(h3, p) {
	color: var(--actorshop-on-ink, #ffffff) !important;
}

.actorshop-size-guide-card__products {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 0;
	border: 0;
	background: transparent;
}

.actorshop-size-guide-card__products > span {
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.actorshop-size-guide-card__products ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.actorshop-size-guide-card__products a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: var(--actorshop-page, #ffffff);
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: 12px;
	font-weight: var(--actorshop-weight-ui, 850);
	line-height: 1;
	text-decoration: none;
}

.actorshop-size-guide-card__products a:hover,


.actorshop-size-guide-card__products a:focus-visible {
	border-color: var(--actorshop-text, #111111);
}

.actorshop-size-guide-card__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: var(--actorshop-page, #ffffff);
	color: var(--actorshop-muted, #555555);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
	white-space: nowrap;
}

.actorshop-size-guide-card__tables {
	display: grid;
	gap: 14px;
	padding: 0;
}

.actorshop-size-table-tabs {
	display: grid;
	gap: 14px;
}

.actorshop-size-table-tabs__controls {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	padding: 0;
	border: 0;
	background: transparent;
}

.actorshop-size-table-tabs__controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: var(--actorshop-surface, #f7f7f7);
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
	cursor: pointer;
}

.actorshop-size-table-tabs__controls button:hover,


.actorshop-size-table-tabs__controls button:focus-visible,


.actorshop-size-table-tabs__controls button.is-active,


.actorshop-size-table-tabs__controls button[aria-selected="true"] {
	border-color: var(--actorshop-text, #111111);
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
}

.actorshop-size-table-tabs__panel {
	min-width: 0;
}

.actorshop-size-table-card__body {
	display: grid;
	grid-template-columns: minmax(160px, 0.24fr) minmax(0, 1fr);
	gap: 18px;
	align-items: start;
	padding: 18px;
}

.actorshop-size-table-card__body--no-visual {
	grid-template-columns: minmax(0, 1fr);
}

.actorshop-size-table-card__visual {
	margin: 0;
	padding: 12px;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: var(--actorshop-surface, #f7f7f7);
}

.actorshop-size-table-card__visual img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: contain;
}

.actorshop-size-table-card__content {
	min-width: 0;
	display: grid;
	gap: 12px;
}

.actorshop-size-table-card__description {
	color: var(--actorshop-muted, #555555);
	font-size: var(--actorshop-p3-size, 14px);
	line-height: var(--actorshop-p3-line, 1.5);
}

.actorshop-size-table-card__description p {
	margin: 0 0 8px;
}

.actorshop-size-table-card__description p:last-child {
	margin-bottom: 0;
}

.actorshop-size-guide-page .actorshop-product-table-card {
	margin: 0;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: var(--actorshop-page, #ffffff);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.actorshop-size-guide-page .actorshop-product-table-card__header {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 14px;
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-size-guide-page :where(.wp-block-table, table:not(.variations):not(.shop_table):not(.woocommerce-grouped-product-list)) {
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.actorshop-size-guide-page table:not(.variations):not(.shop_table):not(.woocommerce-grouped-product-list),


.actorshop-size-guide-page .wp-block-table table {
	width: 100%;
	min-width: min(620px, 100%);
	border: 0;
	border-collapse: collapse;
	background: var(--actorshop-page, #ffffff);
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-body, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-p3-size, 14px);
	font-weight: var(--actorshop-p3-weight, var(--actorshop-weight-body, 500));
	line-height: var(--actorshop-p3-line, 1.5);
	table-layout: auto;
}

.actorshop-size-guide-page table:not(.variations):not(.shop_table):not(.woocommerce-grouped-product-list) :where(th, td),


.actorshop-size-guide-page .wp-block-table table :where(th, td) {
	padding: 13px 14px;
	border: 1px solid var(--actorshop-line, #dddddd);
	text-align: left;
	vertical-align: top;
}

.actorshop-size-guide-page table:not(.variations):not(.shop_table):not(.woocommerce-grouped-product-list) :where(th, thead td),


.actorshop-size-guide-page .wp-block-table table :where(th, thead td) {
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.actorshop-size-guide-page table:not(.variations):not(.shop_table):not(.woocommerce-grouped-product-list) tbody tr:nth-child(even),


.actorshop-size-guide-page .wp-block-table table tbody tr:nth-child(even) {
	background: var(--actorshop-surface, #f7f7f7);
}

.actorshop-size-guide-page .actorshop-product-table-card--size table :where(th, td):not(:first-child) {
	text-align: center;
	white-space: nowrap;
}

.actorshop-size-guide-page .actorshop-product-table-card--size table tbody td:first-child {
	width: 26%;
	min-width: 190px;
	font-weight: var(--actorshop-weight-ui, 850);
}

@media (max-width: 700px) {

	.actorshop-size-guide-intro {
		width: 100%;
		margin-top: 34px;
	}

	.actorshop-size-guide-intro h1 {
		font-size: 38px;
	}

	.actorshop-size-guide-page {
		width: 100%;
		margin-bottom: 48px;
	}

	.actorshop-size-guide-page__nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.actorshop-size-guide-page__nav :where(a, button) {
		width: 100%;
	}

	.actorshop-size-table-tabs__controls {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.actorshop-size-table-tabs__controls button {
		width: 100%;
	}

	.actorshop-size-guide-card__header {
		min-height: 0;
		padding: 9px 14px;
	}

	.actorshop-size-guide-card__header p {
		order: 0;
		white-space: normal;
	}

	.actorshop-size-guide-card__header h3 {
		font-size: 18px;
	}

	.actorshop-size-guide-card__products {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.actorshop-size-guide-card__tables {
		padding: 0;
	}

	.actorshop-size-table-card__body {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.actorshop-size-table-card__visual img {
		max-height: 180px;
	}

	.actorshop-size-guide-page .actorshop-product-table-card--size table tbody td:first-child {
		min-width: 150px;
	}}
