/**
 * TMO Global UI: classic WooCommerce frontend adapter.
 *
 * Activation is route-controlled in PHP. Bunny player, gate and purchased-video
 * descendants are explicitly excluded from interactive and text presentation.
 */
body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce {
	min-width: 0;
	color: var(--tmo-ui-text);
	font-family: var(--tmo-ui-font-body);
	font-size: var(--tmo-ui-font-size-md);
	line-height: var(--tmo-ui-line-height-body);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-content {
	box-sizing: border-box;
	min-width: 0;
	padding: var(--tmo-ui-space-6);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-card);
	background-color: var(--tmo-ui-surface);
	box-shadow: var(--tmo-ui-shadow-sm);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-navigation {
	box-sizing: border-box;
	padding: var(--tmo-ui-space-3);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-card);
	background-color: var(--tmo-ui-surface);
	box-shadow: var(--tmo-ui-shadow-xs);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-navigation li + li {
	margin-top: var(--tmo-ui-space-1);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: var(--tmo-ui-touch-target);
	padding: var(--tmo-ui-space-2) var(--tmo-ui-space-3);
	border-radius: var(--tmo-ui-radius-input);
	color: var(--tmo-ui-text-secondary);
	font-size: var(--tmo-ui-font-size-sm);
	font-weight: var(--tmo-ui-font-weight-semibold);
	line-height: var(--tmo-ui-line-height-ui);
	text-decoration: none;
	transition:
		background-color var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard),
		color var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-navigation a:hover {
	background-color: var(--tmo-ui-brand-soft);
	color: var(--tmo-ui-link-hover);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-navigation .is-active > a {
	background-color: var(--tmo-ui-brand-soft);
	box-shadow: inset 3px 0 0 var(--tmo-ui-brand);
	color: var(--tmo-ui-link-hover);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	.woocommerce-MyAccount-content,
	.cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce-billing-fields,
	.woocommerce-shipping-fields,
	.woocommerce-address-fields
) :where(h2, h3):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *) {
	margin: 0 0 var(--tmo-ui-space-4);
	color: var(--tmo-ui-text);
	font-family: var(--tmo-ui-font-heading);
	font-weight: var(--tmo-ui-font-weight-bold);
	letter-spacing: -0.015em;
	line-height: var(--tmo-ui-line-height-heading);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	.woocommerce-MyAccount-content,
	.cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce-billing-fields,
	.woocommerce-shipping-fields,
	.woocommerce-address-fields
) h2:not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *) {
	font-size: var(--tmo-ui-font-size-2xl);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	.woocommerce-MyAccount-content,
	.cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce-billing-fields,
	.woocommerce-shipping-fields,
	.woocommerce-address-fields
) h3:not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *) {
	font-size: var(--tmo-ui-font-size-xl);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-content :where(p, li):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *) {
	color: var(--tmo-ui-text-secondary);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce a:not(.button):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *) {
	color: var(--tmo-ui-link);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce a:not(.button):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *):hover {
	color: var(--tmo-ui-link-hover);
}

/* Secondary is the safe default for row, download and account actions. */
body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	a.button,
	button.button,
	input.button
):not(.tmo-bunny-product-gate .button):not(.tmo-purchased-product-video .button):not([data-tmo-purchased-product-video] .button):not(.tmo-bunny-view-gate .button):not([data-tmo-bunny-view-gate] .button):not(.tmo-bunny-profile-player .button):not(.tmo-bunny-profile-player__frame .button):not(.bunny-video-block .button) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--tmo-ui-touch-target);
	min-height: var(--tmo-ui-touch-target);
	margin: 0;
	padding: 0.625rem 1rem;
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border-strong);
	border-radius: var(--tmo-ui-radius-button);
	background-color: var(--tmo-ui-surface);
	box-shadow: none;
	color: var(--tmo-ui-link);
	font-family: var(--tmo-ui-font-body);
	font-size: 0.9375rem;
	font-weight: var(--tmo-ui-font-weight-semibold);
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	appearance: none;
	cursor: pointer;
	transition:
		background-color var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard),
		border-color var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard),
		box-shadow var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard),
		transform var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	a.button,
	button.button,
	input.button
):not(.tmo-bunny-product-gate .button):not(.tmo-purchased-product-video .button):not([data-tmo-purchased-product-video] .button):not(.tmo-bunny-view-gate .button):not([data-tmo-bunny-view-gate] .button):not(.tmo-bunny-profile-player .button):not(.tmo-bunny-profile-player__frame .button):not(.bunny-video-block .button):not(:disabled):not([aria-disabled="true"]):hover {
	border-color: var(--tmo-ui-brand);
	background-color: var(--tmo-ui-brand-soft);
	box-shadow: var(--tmo-ui-shadow-xs);
	color: var(--tmo-ui-link-hover);
	text-decoration: none;
	transform: translateY(-1px);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	a.button.alt,
	button.button.alt,
	a.checkout-button,
	button[name="save_account_details"],
	button[name="save_address"],
	button[name="woocommerce_checkout_place_order"],
	#place_order
):not(.tmo-bunny-product-gate .button):not(.tmo-purchased-product-video .button):not([data-tmo-purchased-product-video] .button):not(.tmo-bunny-view-gate .button):not([data-tmo-bunny-view-gate] .button):not(.tmo-bunny-profile-player .button):not(.tmo-bunny-profile-player__frame .button):not(.bunny-video-block .button) {
	border-color: var(--tmo-ui-brand);
	background-color: var(--tmo-ui-brand);
	box-shadow: var(--tmo-ui-shadow-xs);
	color: var(--tmo-ui-on-brand);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	a.button.alt,
	button.button.alt,
	a.checkout-button,
	button[name="save_account_details"],
	button[name="save_address"],
	button[name="woocommerce_checkout_place_order"],
	#place_order
):not(.tmo-bunny-product-gate .button):not(.tmo-purchased-product-video .button):not([data-tmo-purchased-product-video] .button):not(.tmo-bunny-view-gate .button):not([data-tmo-bunny-view-gate] .button):not(.tmo-bunny-profile-player .button):not(.tmo-bunny-profile-player__frame .button):not(.bunny-video-block .button):not(:disabled):not([aria-disabled="true"]):hover {
	border-color: var(--tmo-ui-brand-hover);
	background-color: var(--tmo-ui-brand-hover);
	box-shadow: var(--tmo-ui-shadow-sm);
	color: var(--tmo-ui-on-brand);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	a.button,
	button.button,
	input.button
):not(.tmo-bunny-product-gate .button):not(.tmo-purchased-product-video .button):not([data-tmo-purchased-product-video] .button):not(.tmo-bunny-view-gate .button):not([data-tmo-bunny-view-gate] .button):not(.tmo-bunny-profile-player .button):not(.tmo-bunny-profile-player__frame .button):not(.bunny-video-block .button):not(:disabled):not([aria-disabled="true"]):active {
	border-color: var(--tmo-ui-brand-active);
	background-color: var(--tmo-ui-brand-active);
	box-shadow: var(--tmo-ui-shadow-xs);
	color: var(--tmo-ui-on-brand);
	transform: translateY(0);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	a.button,
	button.button,
	input.button
):not(.tmo-bunny-product-gate .button):not(.tmo-purchased-product-video .button):not([data-tmo-purchased-product-video] .button):not(.tmo-bunny-view-gate .button):not([data-tmo-bunny-view-gate] .button):not(.tmo-bunny-profile-player .button):not(.tmo-bunny-profile-player__frame .button):not(.bunny-video-block .button):is(:disabled, [aria-disabled="true"], .disabled) {
	border-color: var(--tmo-ui-disabled-surface);
	background-color: var(--tmo-ui-disabled-surface);
	box-shadow: none;
	color: var(--tmo-ui-disabled-text);
	cursor: not-allowed;
	transform: none;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form :where(
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="search"],
	select,
	textarea
):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *) {
	box-sizing: border-box;
	width: 100%;
	min-height: var(--tmo-ui-control-height);
	padding: 0.625rem 0.75rem;
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border-strong);
	border-radius: var(--tmo-ui-radius-input);
	background-color: var(--tmo-ui-surface);
	box-shadow: var(--tmo-ui-shadow-xs);
	color: var(--tmo-ui-text);
	font-family: var(--tmo-ui-font-body);
	font-size: var(--tmo-ui-font-size-md);
	line-height: var(--tmo-ui-line-height-ui);
	transition:
		border-color var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard),
		box-shadow var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard),
		background-color var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form :where(
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="search"],
	select,
	textarea
):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *):not(:disabled):not([readonly]):hover {
	border-color: var(--tmo-ui-text-secondary);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form :where(
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="search"],
	select,
	textarea
):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *):focus {
	border-color: var(--tmo-ui-focus);
	box-shadow: 0 0 0 var(--tmo-ui-focus-width) var(--tmo-ui-focus-ring);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form :where(input, textarea):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *)::placeholder {
	color: var(--tmo-ui-text-muted);
	opacity: 1;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form textarea:not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *) {
	min-height: 8rem;
	resize: vertical;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form :where(input, select, textarea):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *):is(:disabled, [readonly]) {
	border-color: var(--tmo-ui-border);
	background-color: var(--tmo-ui-disabled-surface);
	box-shadow: none;
	color: var(--tmo-ui-disabled-text);
	cursor: not-allowed;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form :where(input[type="checkbox"], input[type="radio"]):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *) {
	accent-color: var(--tmo-ui-brand);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form .form-row {
	margin: 0 0 var(--tmo-ui-space-5);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form .form-row > label {
	display: inline-block;
	margin: 0 0 var(--tmo-ui-space-2);
	color: var(--tmo-ui-text);
	font-size: var(--tmo-ui-font-size-sm);
	font-weight: var(--tmo-ui-font-weight-semibold);
	line-height: var(--tmo-ui-line-height-ui);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form .form-row :where(.description, .woocommerce-password-hint) {
	display: block;
	margin: var(--tmo-ui-space-2) 0 0;
	color: var(--tmo-ui-text-muted);
	font-size: var(--tmo-ui-font-size-sm);
	line-height: var(--tmo-ui-line-height-ui);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce form .woocommerce-invalid :where(input, select, textarea) {
	border-color: var(--tmo-ui-error-solid);
	box-shadow: 0 0 0 var(--tmo-ui-focus-width) var(--tmo-ui-error-ring);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce .select2-container .select2-selection--single {
	min-height: var(--tmo-ui-control-height);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border-strong);
	border-radius: var(--tmo-ui-radius-input);
	background-color: var(--tmo-ui-surface);
	color: var(--tmo-ui-text);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0.625rem 2.25rem 0.625rem 0.75rem;
	color: var(--tmo-ui-text);
	line-height: 1.5;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	.cart_totals,
	.woocommerce-checkout-review-order,
	.woocommerce-billing-fields,
	.woocommerce-shipping-fields,
	.woocommerce-address-fields,
	.woocommerce-Address
) {
	box-sizing: border-box;
	padding: var(--tmo-ui-space-6);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-card);
	background-color: var(--tmo-ui-surface);
	box-shadow: var(--tmo-ui-shadow-sm);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce table.shop_table {
	width: 100%;
	margin: 0 0 var(--tmo-ui-space-6);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: var(--tmo-ui-radius-card);
	background-color: var(--tmo-ui-surface);
	color: var(--tmo-ui-text);
	font-size: var(--tmo-ui-font-size-sm);
	line-height: var(--tmo-ui-line-height-ui);
	overflow: hidden;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce table.shop_table :where(th, td) {
	padding: var(--tmo-ui-space-3) var(--tmo-ui-space-4);
	border: 0;
	border-bottom: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	color: var(--tmo-ui-text-secondary);
	text-align: start;
	vertical-align: middle;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce table.shop_table thead th {
	background-color: var(--tmo-ui-surface-subtle);
	color: var(--tmo-ui-text);
	font-size: 0.8125rem;
	font-weight: var(--tmo-ui-font-weight-semibold);
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce table.shop_table tbody tr:last-child > :where(th, td) {
	border-bottom: 0;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce table.shop_table tbody tr {
	transition: background-color var(--tmo-ui-duration-fast) var(--tmo-ui-ease-standard);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce table.shop_table tbody tr:hover {
	background-color: var(--tmo-ui-surface-subtle);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce .quantity .qty {
	width: 5rem;
	min-height: var(--tmo-ui-touch-target);
	text-align: center;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 var(--tmo-ui-space-5);
	padding: var(--tmo-ui-space-4);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-info-border);
	border-left-width: 4px;
	border-radius: var(--tmo-ui-radius-input);
	background-color: var(--tmo-ui-info-surface);
	box-shadow: none;
	color: var(--tmo-ui-info-text);
	font-size: var(--tmo-ui-font-size-sm);
	font-weight: var(--tmo-ui-font-weight-medium);
	line-height: var(--tmo-ui-line-height-ui);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce .woocommerce-message {
	border-color: var(--tmo-ui-success-border);
	background-color: var(--tmo-ui-success-surface);
	color: var(--tmo-ui-success-text);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce .woocommerce-error {
	border-color: var(--tmo-ui-error-border);
	background-color: var(--tmo-ui-error-surface);
	color: var(--tmo-ui-error-text);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) > :first-child {
	margin-top: 0;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(.woocommerce-info, .woocommerce-message, .woocommerce-error) > :last-child {
	margin-bottom: 0;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-content .woocommerce-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--tmo-ui-space-2);
	margin: var(--tmo-ui-space-6) 0 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-content .woocommerce-pagination .page-numbers :where(a, span) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--tmo-ui-touch-target);
	min-height: var(--tmo-ui-touch-target);
	padding: var(--tmo-ui-space-2);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-input);
	background-color: var(--tmo-ui-surface);
	color: var(--tmo-ui-text-secondary);
	font-size: var(--tmo-ui-font-size-sm);
	font-weight: var(--tmo-ui-font-weight-semibold);
	line-height: 1;
	text-decoration: none;
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-content .woocommerce-pagination .page-numbers :where(a, span):is(:hover, .current) {
	border-color: var(--tmo-ui-brand);
	background-color: var(--tmo-ui-brand-soft);
	color: var(--tmo-ui-link-hover);
}

body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
	a[href],
	button,
	input:not([type="hidden"]),
	select,
	textarea,
	summary,
	[tabindex]:not([tabindex="-1"])
):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *):focus-visible {
	outline: var(--tmo-ui-focus-width) solid var(--tmo-ui-focus);
	outline-offset: 3px;
}

@media (max-width: 63.9375rem) {
	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
		.woocommerce-MyAccount-content,
		.cart_totals,
		.woocommerce-checkout-review-order,
		.woocommerce-billing-fields,
		.woocommerce-shipping-fields,
		.woocommerce-address-fields,
		.woocommerce-Address
	) {
		padding: var(--tmo-ui-space-5);
	}

	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-content {
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 47.9375rem) {
	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-navigation,
	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-content {
		float: none;
		width: 100%;
	}

	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce-MyAccount-navigation {
		margin-bottom: var(--tmo-ui-space-5);
	}

	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
		.woocommerce-MyAccount-content,
		.cart_totals,
		.woocommerce-checkout-review-order,
		.woocommerce-billing-fields,
		.woocommerce-shipping-fields,
		.woocommerce-address-fields,
		.woocommerce-Address
	) {
		padding: var(--tmo-ui-space-4);
		border-radius: var(--tmo-ui-radius-input);
	}

	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
		.woocommerce-cart-form,
		.woocommerce-checkout-review-order
	) {
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce table.shop_table :where(th, td) {
		white-space: nowrap;
	}
}

@media (max-width: 29.9375rem) {
	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
		.checkout-button,
		#place_order,
		button[name="save_account_details"],
		button[name="save_address"]
	) {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.tmo-ui-active.tmo-ui-adapter-woocommerce #content .woocommerce :where(
		a.button,
		button.button,
		input.button,
		input,
		select,
		textarea
	):not(.tmo-bunny-product-gate *):not(.tmo-purchased-product-video *):not([data-tmo-purchased-product-video] *):not(.tmo-bunny-view-gate *):not([data-tmo-bunny-view-gate] *):not(.tmo-bunny-profile-player *):not(.tmo-bunny-profile-player__frame *):not(.bunny-video-block *) {
		transition-duration: 0.01ms;
		transform: none;
	}
}

/*
 * Standard product: dark entertainment-commerce presentation.
 *
 * Activation is restricted by the exact server-side WooCommerce product
 * context. Bunny products never receive this class or adapter.
 */
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce {
	color-scheme: dark;
	background-color: var(--tmo-ui-canvas);
	color: var(--tmo-ui-text);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #page,
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content.site-content {
	background-color: var(--tmo-ui-canvas);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content.site-content > .container {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--tmo-ui-container-wide);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content #primary.content-area,
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content #main.site-main {
	box-sizing: border-box;
	float: none;
	width: 100%;
	min-width: 0;
	max-width: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content #secondary.widget-area {
	display: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content {
	--tmo-ui-text: #fbfcff;
	--tmo-ui-text-secondary: #d7dce5;
	--tmo-ui-text-muted: #b6c0ce;
	--tmo-ui-link: #a991f0;
	--tmo-ui-link-hover: #c8baf7;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content .woocommerce-breadcrumb {
	margin: var(--tmo-ui-space-5) 0 var(--tmo-ui-space-6);
	color: var(--tmo-ui-text-muted);
	font-family: var(--tmo-ui-font-body);
	font-size: var(--tmo-ui-font-size-sm);
	line-height: var(--tmo-ui-line-height-ui);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content .woocommerce-breadcrumb a {
	color: var(--tmo-ui-link);
	text-decoration: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content .woocommerce-breadcrumb a:hover {
	color: var(--tmo-ui-link-hover);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(21rem, 0.92fr);
	grid-template-areas: "gallery summary";
	align-items: start;
	gap: var(--tmo-ui-space-10);
	min-width: 0;
	margin-bottom: var(--tmo-ui-space-16);
	color: var(--tmo-ui-text);
	font-family: var(--tmo-ui-font-body);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"]::before,
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"]::after {
	display: none;
	content: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-product-gallery {
	grid-area: gallery;
	box-sizing: border-box;
	float: none;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: var(--tmo-ui-space-4);
	overflow: hidden;
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-modal);
	background-color: var(--tmo-ui-surface);
	box-shadow: var(--tmo-ui-shadow-md);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] .woocommerce-product-gallery__wrapper {
	margin: 0;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] .woocommerce-product-gallery__image {
	overflow: hidden;
	border-radius: var(--tmo-ui-radius-card);
	background-color: var(--tmo-ui-surface-subtle);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: inherit;
	object-fit: cover;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] .flex-control-thumbs:not(.slick-initialized) {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--tmo-ui-space-3);
	margin: var(--tmo-ui-space-4) 0 0;
	padding: 0;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] .flex-control-thumbs:not(.slick-initialized) li {
	float: none;
	width: auto;
	margin: 0;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] .flex-control-thumbs:not(.slick-initialized) img {
	box-sizing: border-box;
	aspect-ratio: 16 / 9;
	border: var(--tmo-ui-border-width) solid transparent;
	border-radius: var(--tmo-ui-radius-input);
	object-fit: cover;
	opacity: 0.68;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] ol.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider {
	display: block;
	width: 100%;
	margin: var(--tmo-ui-space-4) 0 0;
	padding: 0;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] ol.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider .slick-list {
	min-height: 5rem;
	margin-inline: 2.5rem;
	overflow: hidden;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] ol.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider .slick-track {
	display: flex;
	align-items: stretch;
	gap: var(--tmo-ui-space-3);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] ol.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider li.slick-slide {
	flex: 0 0 5rem;
	float: none;
	width: 5rem !important;
	height: 5rem;
	margin: 0;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] ol.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider li.slick-slide img {
	box-sizing: border-box;
	width: 5rem !important;
	height: 5rem !important;
	aspect-ratio: 1;
	border: var(--tmo-ui-border-width) solid transparent;
	border-radius: var(--tmo-ui-radius-input);
	object-fit: cover;
	opacity: 0.68;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] .flex-control-thumbs img:hover,
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] .flex-control-thumbs img.flex-active {
	border-color: var(--tmo-ui-brand);
	opacity: 1;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary {
	grid-area: summary;
	box-sizing: border-box;
	float: none;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-modal);
	background-color: var(--tmo-ui-surface);
	box-shadow: var(--tmo-ui-shadow-md);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .product_title {
	margin: 0 0 var(--tmo-ui-space-5);
	overflow-wrap: anywhere;
	color: var(--tmo-ui-text);
	font-family: var(--tmo-ui-font-heading);
	font-size: clamp(2rem, 3.6vw, 3.25rem);
	font-weight: var(--tmo-ui-font-weight-extrabold);
	letter-spacing: -0.035em;
	line-height: 1.08;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary > .price {
	margin: 0 0 var(--tmo-ui-space-5);
	color: var(--tmo-ui-brand);
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	font-weight: var(--tmo-ui-font-weight-extrabold);
	line-height: var(--tmo-ui-line-height-tight);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary > .price :where(del, ins) {
	color: inherit;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary > .woocommerce-product-details__short-description {
	margin-bottom: var(--tmo-ui-space-6);
	color: var(--tmo-ui-text-secondary);
	font-size: var(--tmo-ui-font-size-lg);
	line-height: var(--tmo-ui-line-height-body);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary > .woocommerce-product-details__short-description > :last-child {
	margin-bottom: 0;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: var(--tmo-ui-space-3);
	margin: 0 0 var(--tmo-ui-space-6);
	padding: var(--tmo-ui-space-4);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-card);
	background-color: var(--tmo-ui-surface-raised);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary form.cart .quantity {
	float: none;
	margin: 0;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary form.cart .quantity .qty {
	min-height: var(--tmo-ui-control-height-large);
	border-color: var(--tmo-ui-border-strong);
	background-color: var(--tmo-ui-surface);
	color: var(--tmo-ui-text);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary form.cart .single_add_to_cart_button {
	flex: 1 1 12rem;
	min-height: var(--tmo-ui-control-height-large);
	border-color: var(--tmo-ui-brand);
	background-color: var(--tmo-ui-brand);
	color: var(--tmo-ui-on-brand);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary form.cart .single_add_to_cart_button:hover {
	border-color: var(--tmo-ui-brand-hover);
	background-color: var(--tmo-ui-brand-hover);
	color: var(--tmo-ui-on-brand);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .product_meta {
	margin-top: var(--tmo-ui-space-6);
	padding-top: var(--tmo-ui-space-5);
	border-top: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	color: var(--tmo-ui-text-muted);
	font-size: var(--tmo-ui-font-size-sm);
	line-height: var(--tmo-ui-line-height-ui);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .product_meta .pr-sub-heading {
	margin: 0 0 var(--tmo-ui-space-3);
	color: var(--tmo-ui-text-secondary);
	font-family: var(--tmo-ui-font-body);
	font-size: var(--tmo-ui-font-size-xs);
	font-weight: var(--tmo-ui-font-weight-bold);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .product_meta .pr-atts-row {
	display: block;
	margin-top: var(--tmo-ui-space-2);
	color: var(--tmo-ui-text-muted);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .product_meta a {
	color: var(--tmo-ui-link);
	text-decoration: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .product_meta a:hover {
	color: var(--tmo-ui-link-hover);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .dokan-vendor-info-wrap {
	display: flex;
	align-items: center;
	gap: var(--tmo-ui-space-3);
	margin-top: var(--tmo-ui-space-5);
	padding: var(--tmo-ui-space-3);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-input);
	background-color: var(--tmo-ui-surface-subtle);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .dokan-vendor-image img {
	display: block;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: var(--tmo-ui-radius-pill);
	object-fit: cover;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .dokan-vendor-name h5 {
	margin: 0;
	color: var(--tmo-ui-text-secondary);
	font-family: var(--tmo-ui-font-body);
	font-size: var(--tmo-ui-font-size-sm);
	font-weight: var(--tmo-ui-font-weight-semibold);
	line-height: var(--tmo-ui-line-height-ui);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs {
	grid-column: 1 / -1;
	min-width: 0;
	margin: 0;
	padding: clamp(1.25rem, 3vw, 2.5rem);
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-modal);
	background-color: var(--tmo-ui-surface);
	box-shadow: var(--tmo-ui-shadow-sm);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: var(--tmo-ui-space-2);
	margin: 0 0 var(--tmo-ui-space-8);
	padding: 0 0 var(--tmo-ui-space-4);
	overflow: visible;
	border: 0;
	border-bottom: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs::before {
	display: none;
	content: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: var(--tmo-ui-border-width) solid transparent;
	border-radius: var(--tmo-ui-radius-pill);
	background-color: transparent;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs li::before,
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs li::after {
	display: none;
	content: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: var(--tmo-ui-space-2) var(--tmo-ui-space-4);
	color: var(--tmo-ui-text-secondary);
	font-size: var(--tmo-ui-font-size-sm);
	font-weight: var(--tmo-ui-font-weight-semibold);
	text-decoration: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs li:hover,
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs li.active {
	border-color: var(--tmo-ui-brand);
	background-color: var(--tmo-ui-brand-soft);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs li:hover a,
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs li.active a {
	color: var(--tmo-ui-link-hover);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs .panel {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	background-color: var(--tmo-ui-surface);
	color: var(--tmo-ui-text-secondary);
	font-size: var(--tmo-ui-font-size-md);
	line-height: var(--tmo-ui-line-height-body);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs .panel :where(
	p,
	li,
	dl,
	dt,
	dd,
	address,
	table,
	th,
	td,
	.store-name,
	.seller-name,
	.details,
	.dokan-store-info,
	.dokan-vendor-info-wrap
) {
	color: var(--tmo-ui-text-secondary);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs .panel :where(strong, b) {
	color: var(--tmo-ui-text);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs .panel a {
	color: var(--tmo-ui-link);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs .panel :where(h1, h2, h3, h4, h5, h6) {
	color: var(--tmo-ui-text);
	font-family: var(--tmo-ui-font-heading);
	font-weight: var(--tmo-ui-font-weight-bold);
	line-height: var(--tmo-ui-line-height-heading);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs #tab-more_seller_product ul.products > li.product {
	background-color: var(--tmo-ui-surface-subtle);
	color: var(--tmo-ui-text-secondary);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .related.products,
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .upsells.products {
	grid-column: 1 / -1;
	min-width: 0;
	margin: 0;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > h2 {
	margin: 0 0 var(--tmo-ui-space-5);
	color: var(--tmo-ui-text);
	font-family: var(--tmo-ui-font-heading);
	font-size: var(--tmo-ui-font-size-section-title);
	font-weight: var(--tmo-ui-font-weight-extrabold);
	letter-spacing: -0.025em;
	line-height: var(--tmo-ui-line-height-tight);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--tmo-ui-space-6);
	width: 100%;
	margin: 0;
	padding: 0;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products::before,
body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products::after {
	display: none;
	content: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products > li.product {
	display: flex;
	flex-direction: column;
	float: none;
	width: auto;
	max-width: none;
	height: 100%;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: var(--tmo-ui-border-width) solid var(--tmo-ui-border);
	border-radius: var(--tmo-ui-radius-card);
	background-color: var(--tmo-ui-surface);
	box-shadow: var(--tmo-ui-shadow-sm);
	color: var(--tmo-ui-text);
	transition:
		border-color var(--tmo-ui-duration-standard) var(--tmo-ui-ease-standard),
		box-shadow var(--tmo-ui-duration-standard) var(--tmo-ui-ease-standard),
		transform var(--tmo-ui-duration-standard) var(--tmo-ui-ease-standard);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products > li.product:hover {
	border-color: var(--tmo-ui-brand);
	box-shadow: var(--tmo-ui-shadow-md);
	transform: translateY(-2px);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products > li.product > a.woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	color: var(--tmo-ui-text);
	text-decoration: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products > li.product > a.woocommerce-loop-product__link > img {
	display: block;
	width: 100%;
	max-width: none;
	aspect-ratio: 16 / 9;
	margin: 0;
	border-radius: 0;
	object-fit: cover;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products > li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 2.8em;
	margin: 0;
	padding: var(--tmo-ui-space-5) var(--tmo-ui-space-5) 0;
	overflow: hidden;
	color: var(--tmo-ui-text);
	font-family: var(--tmo-ui-font-body);
	font-size: var(--tmo-ui-font-size-md);
	font-weight: var(--tmo-ui-font-weight-bold);
	letter-spacing: -0.01em;
	line-height: 1.4;
	text-align: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products > li.product .price {
	margin: auto 0 0;
	padding: var(--tmo-ui-space-4) var(--tmo-ui-space-5) var(--tmo-ui-space-5);
	color: var(--tmo-ui-brand);
	font-size: var(--tmo-ui-font-size-md);
	font-weight: var(--tmo-ui-font-weight-bold);
	line-height: var(--tmo-ui-line-height-ui);
	text-align: left;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products > li.product > a.button {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: var(--tmo-ui-control-height-large);
	margin: 0;
	padding: var(--tmo-ui-space-3) var(--tmo-ui-space-4);
	border: 0;
	border-top: var(--tmo-ui-border-width) solid var(--tmo-ui-brand);
	border-radius: 0;
	background-color: var(--tmo-ui-brand);
	box-shadow: none;
	color: var(--tmo-ui-on-brand);
	font-size: var(--tmo-ui-font-size-sm);
	font-weight: var(--tmo-ui-font-weight-semibold);
	line-height: var(--tmo-ui-line-height-ui);
	text-decoration: none;
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products > li.product > a.button:hover {
	background-color: var(--tmo-ui-brand-hover);
	color: var(--tmo-ui-on-brand);
}

body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] :where(
	.woocommerce-product-gallery a,
	.summary a,
	.summary button,
	.summary input,
	.woocommerce-tabs a,
	.related.products a,
	.upsells.products a
):focus-visible {
	outline: var(--tmo-ui-focus-width) solid var(--tmo-ui-focus);
	outline-offset: 3px;
}

@media (max-width: 63.9375rem) {
	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"gallery"
			"summary";
		gap: var(--tmo-ui-space-6);
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--tmo-ui-space-5);
	}
}

@media (max-width: 47.9375rem) {
	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content .woocommerce-breadcrumb {
		margin-block: var(--tmo-ui-space-4);
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] {
		gap: var(--tmo-ui-space-5);
		margin-bottom: var(--tmo-ui-space-10);
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-product-gallery,
	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary,
	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs {
		padding: var(--tmo-ui-space-4);
		border-radius: var(--tmo-ui-radius-card);
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary .product_title {
		font-size: clamp(1.75rem, 9vw, 2.25rem);
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] ol.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider .slick-list {
		min-height: 4rem;
		margin-inline: 2.25rem;
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] ol.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider li.slick-slide {
		flex-basis: 4rem;
		width: 4rem !important;
		height: 4rem;
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] ol.flex-control-nav.flex-control-thumbs.slick-initialized.slick-slider li.slick-slide img {
		width: 4rem !important;
		height: 4rem !important;
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary form.cart {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary form.cart .quantity,
	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary form.cart .quantity .qty,
	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .summary form.cart .single_add_to_cart_button {
		width: 100%;
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > .woocommerce-tabs ul.tabs {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] > :where(.related.products, .upsells.products) > ul.products {
		grid-template-columns: minmax(0, 1fr);
		gap: var(--tmo-ui-space-4);
	}
}

@media (prefers-reduced-motion: reduce) {
	body.tmo-ui-active.tmo-ui-dark.tmo-ui-context--woocommerce-product.tmo-ui-adapter-woocommerce #content div.product[id^="product-"] :where(
		.related.products li.product,
		.upsells.products li.product
	) {
		transition-duration: 0.01ms;
		transform: none;
	}
}