/**
 * Account styles extracted from the legacy global cascade.
 */
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: var(--color-surface);
	padding: 24px;
	box-shadow: var(--shadow-soft);
}


.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	border-color: rgba(17, 17, 17, 0.1);
	background: #f7f7f7;
	box-shadow: 0 20px 46px rgba(17, 17, 17, 0.06);
}

/* Modern WooCommerce account area. */
.woocommerce-account .page-shell {
	width: min(100% - 32px, 1180px);
	padding-block: clamp(48px, 7vw, 86px) clamp(74px, 8vw, 110px);
}

.woocommerce-account .entry-card {
	padding: clamp(28px, 4.5vw, 54px);
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
}

.woocommerce-account .entry-header {
	margin-bottom: 30px;
}

.woocommerce-account .entry-title {
	display: grid;
	gap: 12px;
	margin: 0;
	color: #111111;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.94;
}

.woocommerce-account .entry-title::before {
	content: "Espace client";
	width: max-content;
	padding: 7px 10px;
	background: #111111;
	color: #ffffff;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-MyAccount-navigation) {
	display: grid;
	grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 34px);
	align-items: start;
}

.woocommerce-account .entry-content > .woocommerce:not(:has(.woocommerce-MyAccount-navigation)) {
	display: grid;
	gap: 22px;
	max-width: 760px;
}

.woocommerce-account .entry-content > .woocommerce:not(:has(.woocommerce-MyAccount-navigation)) > h2 {
	margin: 0;
	color: #111111;
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 950;
	line-height: 1.05;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
	border-radius: 0;
	box-shadow: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	position: sticky;
	top: 116px;
	padding: 10px;
	border: 1px solid #111111;
	background: #111111;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #ffffff;
	color: #111111;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::after {
	content: "→";
	font-size: 15px;
	font-weight: 900;
	opacity: 0.56;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
	border-color: #ffffff;
	background: #111111;
	color: #ffffff;
	transform: translateX(2px);
}

.woocommerce-account .woocommerce-MyAccount-content {
	min-height: 300px;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	margin: 0 0 24px;
	padding: 18px 20px;
	border: 1px solid #111111;
	background: #111111;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.65;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child strong {
	color: #ffffff;
	font-weight: 950;
}

.woocommerce-account .woocommerce-MyAccount-content a {
	color: #111111;
	font-weight: 850;
	text-decoration-color: rgba(17, 17, 17, 0.28);
	text-underline-offset: 0.22em;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
	color: #ffffff;
	text-decoration-color: rgba(255, 255, 255, 0.46);
}

.woocommerce-account .woocommerce-MyAccount-content > p {
	max-width: 78ch;
	margin: 0 0 18px;
	color: #444444;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.75;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-customer-details h2 {
	margin: 0 0 18px;
	color: #111111;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 950;
	line-height: 1.05;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 0;
	background: #f7f7f7;
	color: #111111;
	font-weight: 750;
}

.woocommerce-account .woocommerce table.shop_table {
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
}

.woocommerce-account .woocommerce table.shop_table th {
	background: #111111;
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce table.shop_table td {
	color: #333333;
	font-weight: 650;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-account address {
	padding: 22px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 0;
	background: #f7f7f7;
	box-shadow: none;
}

.woocommerce-account .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
}

.woocommerce-account .woocommerce-Address-title h2 {
	margin: 0;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.edit-account,
.woocommerce-account .woocommerce form.woocommerce-EditAccountForm {
	max-width: 760px;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
}

.woocommerce-account .woocommerce form .form-row {
	margin-bottom: 18px;
}

.woocommerce-account .woocommerce form label {
	margin-bottom: 8px;
	color: #111111;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce form .input-text,
.woocommerce-account .woocommerce form input[type="text"],
.woocommerce-account .woocommerce form input[type="email"],
.woocommerce-account .woocommerce form input[type="password"],
.woocommerce-account .woocommerce form input[type="tel"],
.woocommerce-account .woocommerce form select {
	width: 100%;
	min-height: var(--actorshop-input-height, var(--actorshop-button-height, 44px));
	padding: 0 var(--actorshop-input-padding-x, 14px);
	border: var(--actorshop-input-border-width, 1px) solid var(--actorshop-input-border-color, rgba(17, 17, 17, 0.16));
	border-radius: var(--actorshop-radius-control, 0px);
	background: var(--actorshop-input-background, #f7f7f7);
	color: var(--actorshop-input-color, #111111);
	font-size: var(--actorshop-input-font-size, var(--actorshop-p2-size));
	font-weight: var(--actorshop-input-font-weight, var(--actorshop-p2-weight));
	line-height: var(--actorshop-input-line-height, 1.2);
}

.woocommerce-account .woocommerce form .input-text:focus,
.woocommerce-account .woocommerce form input:focus,
.woocommerce-account .woocommerce form select:focus {
	border-color: var(--actorshop-input-border-color-focus, #111111);
	background: var(--actorshop-input-background-focus, #ffffff);
	outline: 2px solid color-mix(in srgb, var(--actorshop-input-border-color-focus, #111111) 14%, transparent);
	outline-offset: 2px;
}

.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce input.button {
	display: inline-grid;
	place-items: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid #111111;
	border-radius: 0;
	background: #111111;
	color: #ffffff;
	font-size: 13px;
	font-weight: 950;
	text-decoration: none;
	transition: background 160ms ease, color 160ms ease;
}

.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce input.button:hover,
.woocommerce-account .woocommerce button.button:focus,
.woocommerce-account .woocommerce a.button:focus,
.woocommerce-account .woocommerce input.button:focus {
	background: #ffffff;
	color: #111111;
}

@media (max-width: 900px) {
.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-MyAccount-navigation) {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		position: static;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


@media (max-width: 560px) {
.woocommerce-account .entry-card {
		padding: 24px 18px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 22px 16px;
	}
}

.woocommerce-account .page-shell {
	width: min(100% - 32px, var(--container));
	padding-block: clamp(48px, 6vw, 78px) clamp(72px, 8vw, 104px);
}

.woocommerce-account .entry-card {
	width: 100%;
	padding: clamp(34px, 5vw, 58px);
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #ffffff;
	box-shadow: none;
}

.woocommerce-account .entry-header {
	margin-bottom: clamp(28px, 4vw, 44px);
}

.woocommerce-account .entry-title {
	max-width: 12ch;
	font-size: clamp(44px, 5.8vw, 74px);
}

.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-MyAccount-navigation) {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: clamp(26px, 4vw, 42px) !important;
	align-items: stretch;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	position: static !important;
	width: 100% !important;
	padding: 8px !important;
	border: 1px solid #111111 !important;
	background: #111111 !important;
	box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 6px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	min-height: 48px;
	padding: 0 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	background: #ffffff !important;
	color: #111111 !important;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.15;
	white-space: normal;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::after {
	content: "+";
	color: rgba(17, 17, 17, 0.48);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
	background: #111111 !important;
	color: #ffffff !important;
	transform: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover::after,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus::after {
	content: ">";
	color: rgba(255, 255, 255, 0.72);
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	width: 100%;
	margin: 0 0 24px;
	padding: 20px 22px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #f7f7f7;
	color: #333333;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child strong,
.woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
	color: #111111;
}

.woocommerce-account .woocommerce-MyAccount-content > p {
	max-width: none;
}

.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .u-columns.woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 28px);
	margin-top: 24px;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .u-columns .woocommerce-Address {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #ffffff;
	overflow: hidden;
}

.woocommerce-account .woocommerce-Address-title {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: start;
	margin: 0 0 18px;
}

.woocommerce-account .woocommerce-Address-title h2 {
	max-width: 100%;
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.02;
	overflow-wrap: anywhere;
}

.woocommerce-account .woocommerce-Address-title .edit {
	display: inline-grid;
	float: none !important;
	place-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid #111111;
	background: #111111;
	color: #ffffff;
	font-size: 12px;
	font-weight: 950;
	text-decoration: none;
	white-space: nowrap;
}

.woocommerce-account .woocommerce-Address address,
.woocommerce-account .woocommerce-Address > address {
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	background: #f7f7f7;
	color: #444444;
	font-size: 14px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.woocommerce-account .woocommerce table.shop_table {
	width: 100%;
	margin: 0;
	table-layout: auto;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.edit-account,
.woocommerce-account .woocommerce form.woocommerce-EditAccountForm {
	max-width: 780px;
}

@media (max-width: 980px) {
.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}


@media (max-width: 700px) {
.woocommerce-account .page-shell {
		width: min(100% - 24px, var(--container));
	}

.woocommerce-account .entry-card {
		padding: 26px 18px;
	}

.woocommerce-account .entry-title {
		max-width: none;
		font-size: clamp(38px, 12vw, 54px);
	}

.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .u-columns.woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

.woocommerce-account .woocommerce-Address-title {
		grid-template-columns: 1fr;
	}

.woocommerce-account .woocommerce-Address-title .edit {
		width: max-content;
	}
}

/* Account area: boxed full width, clean endpoints and dynamic notices. */
.woocommerce-account .page-shell {
	width: min(100% - 32px, var(--container));
	padding-block: clamp(42px, 5vw, 64px) clamp(68px, 8vw, 104px);
}

.woocommerce-account .entry-card {
	width: 100%;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce-account .entry-header {
	margin-bottom: clamp(28px, 4vw, 44px);
}

.woocommerce-account .entry-title {
	max-width: none;
	margin: 0;
	font-size: clamp(48px, 6.4vw, 84px);
	line-height: 0.9;
	transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

.woocommerce-account .entry-title.is-actorshop-account-title-leaving {
	opacity: 0;
	filter: blur(2px);
	transform: translateY(8px);
}

.woocommerce-account .entry-title.is-actorshop-account-title-entering {
	opacity: 0;
	filter: blur(2px);
	transform: translateY(-8px);
}

.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-MyAccount-navigation) {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: clamp(28px, 4vw, 48px) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	position: static !important;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	padding: 0 14px !important;
	border: 1px solid rgba(17, 17, 17, 0.18) !important;
	background: #ffffff !important;
	color: #111111 !important;
	font-size: 12px;
	font-weight: 950;
	line-height: 1.15;
	text-decoration: none !important;
	transform: none !important;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
	white-space: normal;
}

.woocommerce-account .woocommerce-MyAccount-navigation a::after {
	content: "+";
	color: rgba(17, 17, 17, 0.45);
	font-size: 14px;
	font-weight: 950;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
	border-color: #111111 !important;
	background: #111111 !important;
	color: #ffffff !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover::after,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus::after {
	content: ">";
	color: rgba(255, 255, 255, 0.72);
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
	background: #f7f7f7 !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	display: grid;
	gap: clamp(20px, 3vw, 32px);
	width: 100% !important;
	min-width: 0 !important;
	min-height: 0;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transition: opacity 220ms ease, transform 220ms ease;
}

.woocommerce-account .woocommerce-MyAccount-content.is-actorshop-account-content-leaving {
	opacity: 0;
	transform: translateY(10px);
}

.woocommerce-account .woocommerce-MyAccount-content.is-actorshop-account-content-entering {
	opacity: 0;
	transform: translateY(14px);
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	width: 100%;
	margin: 0;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #f7f7f7;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.75;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child strong,
.woocommerce-account .woocommerce-MyAccount-content > p:first-child a {
	color: #111111 !important;
}

.woocommerce-account .woocommerce-MyAccount-content > p {
	max-width: 86ch;
	margin: 0;
	color: #333333;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.75;
}

.woocommerce-account .actorshop-account-notices {
	display: none !important;
}

.woocommerce-account .actorshop-account-notices .woocommerce-message,
.woocommerce-account .actorshop-account-notices .woocommerce-info,
.woocommerce-account .actorshop-account-notices .woocommerce-error {
	position: static;
	display: grid;
	grid-template-columns: 10px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	width: 100%;
	min-height: 0;
	margin: 0;
	padding: 16px 18px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: #ffffff;
	color: #111111;
	box-shadow: none;
	opacity: 1;
	transform: none;
}

.woocommerce-account .actorshop-account-notices .woocommerce-message::before,
.woocommerce-account .actorshop-account-notices .woocommerce-info::before,
.woocommerce-account .actorshop-account-notices .woocommerce-error::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #111111;
}

.woocommerce-account .actorshop-account-notices .button,
.woocommerce-account .actorshop-account-notices .wc-forward {
	justify-self: end;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid #111111;
	background: #111111;
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 950;
	text-decoration: none !important;
}

.woocommerce-account .actorshop-account-notices .button:hover,
.woocommerce-account .actorshop-account-notices .button:focus,
.woocommerce-account .actorshop-account-notices .wc-forward:hover,
.woocommerce-account .actorshop-account-notices .wc-forward:focus {
	background: #ffffff;
	color: #111111 !important;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-customer-details h2 {
	margin: 0;
	color: #111111;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 950;
	line-height: 0.98;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 18px 20px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: #ffffff;
	color: #111111;
	font-weight: 750;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before {
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	width: 9px;
	height: 9px;
	margin-right: 12px;
	border-radius: 50%;
	background: #111111;
}

.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .u-columns.woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 28px);
	margin: 0 !important;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .u-columns .woocommerce-Address {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #ffffff;
	overflow: hidden;
}

.woocommerce-account .woocommerce-Address-title {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
	margin: 0 0 22px;
}

.woocommerce-account .woocommerce-Address-title h2 {
	max-width: 100%;
	margin: 0;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 0.98;
	overflow-wrap: anywhere;
}

.woocommerce-account .woocommerce-Address-title .edit {
	display: inline-grid;
	float: none !important;
	place-items: center;
	min-height: 36px;
	padding: 0 13px;
	border: 1px solid #111111;
	background: #111111;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 950;
	text-decoration: none;
	white-space: nowrap;
}

.woocommerce-account .woocommerce-Address-title .edit:hover,
.woocommerce-account .woocommerce-Address-title .edit:focus {
	background: #ffffff;
	color: #111111 !important;
}

.woocommerce-account .woocommerce-Address address,
.woocommerce-account .woocommerce-Address > address {
	margin: 0;
	padding: 18px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	background: #f7f7f7;
	color: #444444;
	font-size: 14px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.65;
	overflow-wrap: anywhere;
}

.woocommerce-account .woocommerce table.shop_table {
	width: 100%;
	margin: 0;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	table-layout: auto;
}

.woocommerce-account .woocommerce table.shop_table th {
	background: #f7f7f7;
	color: #111111;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce table.shop_table td {
	color: #333333;
	font-weight: 650;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.edit-account,
.woocommerce-account .woocommerce form.woocommerce-EditAccountForm {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
	width: 100%;
	max-width: 900px;
	margin: 0 !important;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #ffffff;
	box-shadow: none;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
	max-width: 760px;
}

.woocommerce-account .woocommerce form .form-row,
.woocommerce-account .woocommerce form .form-row-first,
.woocommerce-account .woocommerce form .form-row-last {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.woocommerce-account .woocommerce form .form-row-wide,
.woocommerce-account .woocommerce form fieldset,
.woocommerce-account .woocommerce form .clear,
.woocommerce-account .woocommerce form p:last-child {
	grid-column: 1 / -1;
}

.woocommerce-account .woocommerce form fieldset {
	display: grid;
	gap: 18px;
	margin: 8px 0 0;
	padding: 22px 18px;
	border: 1px solid rgba(17, 17, 17, 0.18);
}

.woocommerce-account .woocommerce form fieldset legend {
	padding: 0 8px;
	color: #111111;
	font-weight: 850;
}

@media (max-width: 980px) {
.woocommerce-account .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}


@media (max-width: 700px) {
.woocommerce-account .page-shell {
		width: min(100% - 24px, var(--container));
		padding-block: 34px 72px;
	}

	.woocommerce-account .entry-title {
		font-size: clamp(42px, 13vw, 60px);
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-Addresses,
.woocommerce-account .u-columns.woocommerce-Addresses,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.edit-account,
.woocommerce-account .woocommerce form.woocommerce-EditAccountForm {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-Address-title {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .woocommerce-Address-title .edit {
		width: max-content;
	}
}

.woocommerce-account .entry-title {
	font-size: var(--actorshop-page-title-size);
	line-height: var(--actorshop-line-heading);
}

body.actorshop.page:not(.home):not(.woocommerce-account) .page-shell > .entry-card,
body.actorshop.page:not(.home):not(.woocommerce-account) .woocommerce-shell > .entry-card {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.actorshop.page:not(.home):not(.woocommerce-account) .page-shell .entry-content > :not(.alignfull):not(.alignwide) {
	box-sizing: border-box;
	max-width: 100%;
	margin-inline: 0;
}

body.actorshop.page:not(.home):not(.woocommerce-account) .page-shell .entry-content > .alignwide {
	width: 100%;
	max-width: var(--actorshop-wide, 1400px);
	margin-inline: auto;
}

body.actorshop:is(.actorshop-layout-boxed, .actorshop-layout-semi-boxed).page:not(.home):not(.woocommerce-account) .page-shell .entry-content > .alignwide {
	max-width: 100%;
}

/* ActorShop account area */
body.actorshop.woocommerce-account .page-shell {
	width: min(100% - 48px, 1180px);
	padding-block: clamp(34px, 4.4vw, 58px) clamp(54px, 7vw, 92px);
}

body.actorshop.woocommerce-account .entry-header {
	margin-bottom: clamp(22px, 3vw, 34px);
}

body.actorshop.woocommerce-account .entry-title {
	max-width: 11em;
	font-size: clamp(42px, 5.2vw, 70px);
	line-height: 0.94;
}

body.actorshop.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-MyAccount-navigation) {
	gap: clamp(18px, 2.8vw, 34px) !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 8px !important;
	width: 100%;
	overflow-x: auto;
	padding: 0 0 4px !important;
	scrollbar-width: thin;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation li {
	flex: 0 0 auto;
	min-width: 0;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: grid !important;
	grid-template-columns: 28px minmax(max-content, 1fr) 14px;
	gap: 9px;
	align-items: center;
	min-width: 154px;
	min-height: 46px;
	padding: 8px 10px !important;
	border-color: rgba(17, 17, 17, 0.16) !important;
	background: #ffffff !important;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1 !important;
	white-space: nowrap !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a::after {
	display: none !important;
}

body.actorshop.woocommerce-account .actorshop-account-nav__icon,
body.actorshop.woocommerce-account .actorshop-account-nav__arrow {
	display: inline-grid;
	place-items: center;
	line-height: 1;
}

body.actorshop.woocommerce-account .actorshop-account-nav__icon {
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #111111;
}

body.actorshop.woocommerce-account .actorshop-account-nav__icon .actorshop-icon,
body.actorshop.woocommerce-account .actorshop-account-nav__arrow .actorshop-icon {
	width: 13px;
	height: 13px;
	font-size: 13px;
}

body.actorshop.woocommerce-account .actorshop-account-nav__arrow {
	color: rgba(17, 17, 17, 0.4);
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
	border-color: #111111 !important;
	background: #111111 !important;
	color: #ffffff !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation li.is-active .actorshop-account-nav__icon,
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:hover .actorshop-account-nav__icon,
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:focus .actorshop-account-nav__icon {
	background: transparent;
	color: #ffffff;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation li.is-active .actorshop-account-nav__arrow,
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:hover .actorshop-account-nav__arrow,
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:focus .actorshop-account-nav__arrow {
	color: rgba(255, 255, 255, 0.74);
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
	background: #f6f6f6 !important;
}

body.actorshop.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-MyAccount-navigation),
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content {
	min-width: 0;
	max-width: 100%;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation {
	overflow: hidden;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content {
	width: 100% !important;
	gap: 18px;
	overflow-x: hidden;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > p:first-child,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
body.actorshop.woocommerce-account .actorshop-account-notices .woocommerce-message,
body.actorshop.woocommerce-account .actorshop-account-notices .woocommerce-info,
body.actorshop.woocommerce-account .actorshop-account-notices .woocommerce-error {
	padding: 14px 16px;
	background: #f8f8f8;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.55;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > p {
	max-width: 78ch;
	font-size: 14px;
	line-height: 1.6;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content h2,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content h3,
body.actorshop.woocommerce-account .woocommerce-customer-details h2 {
	font-size: clamp(22px, 2.2vw, 32px);
	line-height: 1;
}

body.actorshop.woocommerce-account .woocommerce table.shop_table {
	border-color: rgba(17, 17, 17, 0.16);
	background: #ffffff;
	font-size: 13px;
	table-layout: fixed;
}

body.actorshop.woocommerce-account .woocommerce table.shop_table th,
body.actorshop.woocommerce-account .woocommerce table.shop_table td {
	padding: 13px 14px !important;
	border-color: rgba(17, 17, 17, 0.08);
	vertical-align: middle;
}

body.actorshop.woocommerce-account .woocommerce table.shop_table th {
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

body.actorshop.woocommerce-account .woocommerce-orders-table__cell-order-number a {
	color: #111111 !important;
	font-weight: 950;
	text-decoration: none !important;
}

body.actorshop.woocommerce-account .woocommerce-orders-table__cell-order-status {
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	text-align: right;
}

body.actorshop.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
	display: inline-grid;
	grid-auto-flow: column;
	gap: 7px;
	align-items: center;
	min-height: 34px;
	padding: 0 12px !important;
	font-size: 10px !important;
	line-height: 1 !important;
	white-space: nowrap;
}

body.actorshop.woocommerce-account .woocommerce-orders-table__cell-order-actions .button::before {
	content: "\f06e";
	font-family: "Font Awesome 7 Pro";
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
}

body.actorshop.woocommerce-account .woocommerce-Addresses,
body.actorshop.woocommerce-account .u-columns.woocommerce-Addresses {
	gap: 14px;
}

body.actorshop.woocommerce-account .woocommerce-Address,
body.actorshop.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
body.actorshop.woocommerce-account .u-columns .woocommerce-Address {
	padding: 20px;
	border-color: rgba(17, 17, 17, 0.14);
}

body.actorshop.woocommerce-account .woocommerce-Address-title {
	gap: 12px;
	margin-bottom: 14px;
}

body.actorshop.woocommerce-account .woocommerce-Address-title h2 {
	font-size: clamp(22px, 2.6vw, 34px);
	line-height: 1;
}

body.actorshop.woocommerce-account .woocommerce-Address-title .edit {
	min-height: 34px;
	padding: 0 12px;
	font-size: 10px;
	letter-spacing: 0;
}

body.actorshop.woocommerce-account .woocommerce-Address address,
body.actorshop.woocommerce-account .woocommerce-Address > address {
	padding: 14px;
	font-size: 13px;
	line-height: 1.5;
}

body.actorshop.woocommerce-account .woocommerce form.login,
body.actorshop.woocommerce-account .woocommerce form.register,
body.actorshop.woocommerce-account .woocommerce form.edit-account,
body.actorshop.woocommerce-account .woocommerce form.woocommerce-EditAccountForm {
	max-width: 940px;
	gap: 14px 20px;
	padding: 24px;
}

body.actorshop.woocommerce-account .woocommerce form label {
	margin-bottom: 7px;
	font-size: 11px;
	line-height: 1.1;
	white-space: nowrap;
}

body.actorshop.woocommerce-account .woocommerce form .input-text,
body.actorshop.woocommerce-account .woocommerce form input[type="text"],
body.actorshop.woocommerce-account .woocommerce form input[type="email"],
body.actorshop.woocommerce-account .woocommerce form input[type="password"],
body.actorshop.woocommerce-account .woocommerce form input[type="tel"],
body.actorshop.woocommerce-account .woocommerce form select {
	min-height: 42px;
	font-size: 14px;
}

body.actorshop.woocommerce-account .woocommerce form fieldset {
	gap: 12px;
	margin-top: 4px;
	padding: 18px;
}

body.actorshop.woocommerce-account .woocommerce form fieldset legend {
	font-size: 15px;
}

@media (max-width: 920px) {
	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a {
		min-width: 148px;
	}
}

@media (max-width: 700px) {
	body.actorshop.woocommerce-account .page-shell {
		width: min(100% - 24px, var(--container));
		padding-block: 30px 66px;
	}

	body.actorshop.woocommerce-account .entry-title {
		font-size: clamp(36px, 11vw, 52px);
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin-inline: -12px !important;
		padding-inline: 12px !important;
	}

	body.actorshop.woocommerce-account .woocommerce table.shop_table {
		table-layout: auto;
	}

	body.actorshop.woocommerce-account .woocommerce table.shop_table tr {
		border-bottom: 1px solid rgba(17, 17, 17, 0.12);
	}

	body.actorshop.woocommerce-account .woocommerce table.shop_table td {
		display: grid !important;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 12px;
		align-items: center;
		text-align: left !important;
	}

	body.actorshop.woocommerce-account .woocommerce table.shop_table td::before {
		color: #777777;
		font-size: 10px;
		font-weight: 950;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	body.actorshop.woocommerce-account .woocommerce form label {
		white-space: normal;
	}
}

/* Account polish pass: full-width nav, dashboard, forms and tables. */
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	overflow: visible;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation li {
	width: 100%;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a {
	width: 100%;
	min-width: 0;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation li.is-active .actorshop-account-nav__icon,
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:hover .actorshop-account-nav__icon,
body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:focus .actorshop-account-nav__icon {
	background: transparent;
	color: #ffffff;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard {
	display: grid;
	gap: 12px;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	padding: clamp(18px, 2.4vw, 26px);
	border: 1px solid #111111;
	background: #111111;
	color: #ffffff;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__eyebrow {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.66);
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__hero h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 3.8vw, 50px);
	font-weight: 950;
	line-height: 0.95;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__hero p:not(.actorshop-account-dashboard__eyebrow) {
	max-width: 58ch;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.5;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__logout {
	display: inline-grid;
	grid-auto-flow: column;
	gap: 9px;
	align-items: center;
	min-height: 38px;
	padding: 0 13px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	min-width: 0;
	max-width: 100%;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__card {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 16px;
	gap: 12px;
	align-items: center;
	min-height: 112px;
	padding: 14px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: #ffffff;
	color: #111111 !important;
	text-decoration: none !important;
	min-width: 0;
	max-width: 100%;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__icon {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(17, 17, 17, 0.16);
	background: #f6f6f6;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__copy > span {
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__copy strong {
	font-size: clamp(18px, 2vw, 25px);
	font-weight: 950;
	line-height: 1;
}

body.actorshop.woocommerce-account .actorshop-account-dashboard__copy small {
	color: #555555;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.35;
}

body.actorshop.woocommerce-account .woocommerce-Addresses,
body.actorshop.woocommerce-account .u-columns.woocommerce-Addresses {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	align-items: stretch;
}

body.actorshop.woocommerce-account .woocommerce-Address-title {
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center;
}

body.actorshop.woocommerce-account .woocommerce-Address-title h2 {
	font-size: clamp(22px, 2.2vw, 30px);
	white-space: nowrap;
}

body.actorshop.woocommerce-account .woocommerce-Address-title .edit {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.actorshop.woocommerce-account .woocommerce table.shop_table tbody th,
body.actorshop.woocommerce-account .woocommerce table.shop_table tbody td,
body.actorshop.woocommerce-account .woocommerce table.shop_table tfoot td {
	background: #ffffff !important;
	color: #111111;
}

body.actorshop.woocommerce-account .woocommerce table.shop_table tfoot th {
	background: #f6f6f6 !important;
	color: #111111;
}

body.actorshop.woocommerce-account .woocommerce table.shop_table tbody tr:hover th,
body.actorshop.woocommerce-account .woocommerce table.shop_table tbody tr:hover td {
	background: #fafafa !important;
}

body.actorshop.woocommerce-account .woocommerce form.login,
body.actorshop.woocommerce-account .woocommerce form.register,
body.actorshop.woocommerce-account .woocommerce form.edit-account,
body.actorshop.woocommerce-account .woocommerce form.woocommerce-EditAccountForm,
body.actorshop.woocommerce-account .woocommerce form.woocommerce-EditAddressForm,
body.actorshop.woocommerce-account .woocommerce .woocommerce-address-fields {
	width: 100%;
	max-width: none;
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: #ffffff;
}

body.actorshop.woocommerce-account .woocommerce form .input-text,
body.actorshop.woocommerce-account .woocommerce form input[type="text"],
body.actorshop.woocommerce-account .woocommerce form input[type="email"],
body.actorshop.woocommerce-account .woocommerce form input[type="password"],
body.actorshop.woocommerce-account .woocommerce form input[type="tel"],
body.actorshop.woocommerce-account .woocommerce form select,
body.actorshop.woocommerce-account .woocommerce form textarea {
	width: 100%;
	border: 1px solid rgba(17, 17, 17, 0.18);
	background: #f6f6f6;
	color: #111111;
}

body.actorshop.woocommerce-account .select2-container {
	width: 100% !important;
}

body.actorshop.woocommerce-account .select2-container .select2-selection--single {
	display: grid;
	align-items: center;
	height: 42px;
	border: 1px solid rgba(17, 17, 17, 0.24);
	border-radius: 0;
	background: #ffffff;
}

body.actorshop.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 42px 0 13px;
	color: #111111;
	font-size: 14px;
	font-weight: 650;
	line-height: 40px;
}

body.actorshop.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 8px;
	width: 28px;
	height: 40px;
}

body.actorshop.woocommerce-account .select2-dropdown {
	border: 1px solid #111111;
	border-radius: 0;
}

body.actorshop.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #111111;
	color: #ffffff;
}

@media (max-width: 920px) {
	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex !important;
		flex-wrap: nowrap !important;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a {
		min-width: 148px;
	}

	body.actorshop.woocommerce-account .actorshop-account-dashboard__grid,
	body.actorshop.woocommerce-account .woocommerce-Addresses,
	body.actorshop.woocommerce-account .u-columns.woocommerce-Addresses {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 700px) {
	body.actorshop.woocommerce-account .actorshop-account-dashboard__hero {
		grid-template-columns: 1fr;
	}
}

/* Mobile account app navigation. */
@media (max-width: 700px) {
	body.actorshop.woocommerce-account {
		--actorshop-account-mobile-nav-height: 82px;
	}

	body.actorshop.woocommerce-account .page-shell {
		padding-bottom: calc(72px + var(--actorshop-account-mobile-nav-height) + env(safe-area-inset-bottom));
	}

	body.actorshop.woocommerce-account .entry-content > .woocommerce:has(.woocommerce-MyAccount-navigation) {
		gap: 22px !important;
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation {
		position: fixed !important;
		top: auto !important;
		inset-inline: 0;
		bottom: 0;
		z-index: 100090;
		width: 100% !important;
		max-width: none;
		height: auto !important;
		min-height: 0;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom)) !important;
		border: 0 !important;
		border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
		background: #111111 !important;
		box-shadow: 0 -18px 44px rgba(17, 17, 17, 0.2);
		overflow: hidden;
		transition: transform 180ms ease, opacity 180ms ease;
	}

	body.actorshop.woocommerce-account.is-cart-drawer-open .woocommerce-MyAccount-navigation {
		pointer-events: none;
		opacity: 0;
		transform: translateY(calc(100% + env(safe-area-inset-bottom)));
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: grid !important;
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
		gap: 4px !important;
		width: 100%;
		padding: 0 !important;
		overflow: visible;
		scrollbar-width: none;
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
		display: none;
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation li {
		min-width: 0;
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a {
		display: grid !important;
		grid-template-columns: 1fr !important;
		justify-items: center;
		gap: 5px;
		min-width: 0 !important;
		min-height: 58px !important;
		padding: 7px 4px !important;
		border: 1px solid rgba(255, 255, 255, 0.16) !important;
		background: transparent !important;
		color: rgba(255, 255, 255, 0.78) !important;
		font-size: 9px;
		font-weight: 900;
		line-height: 1.05 !important;
		text-align: center;
		text-transform: uppercase;
		white-space: normal !important;
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
		border-color: #ffffff !important;
		background: #ffffff !important;
		color: #111111 !important;
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
		background: transparent !important;
		color: rgba(255, 255, 255, 0.7) !important;
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover,
	body.actorshop.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:focus {
		background: #ffffff !important;
		color: #111111 !important;
	}

	body.actorshop.woocommerce-account .actorshop-account-nav__icon {
		width: 22px;
		height: 20px;
		color: currentColor;
	}

	body.actorshop.woocommerce-account .actorshop-account-nav__icon .actorshop-icon {
		width: 15px;
		height: 15px;
		font-size: 15px;
	}

	body.actorshop.woocommerce-account .actorshop-account-nav__label {
		display: block;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	body.actorshop.woocommerce-account .actorshop-account-nav__arrow {
		display: none !important;
	}
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 16px !important;
	align-items: stretch !important;
	width: 100% !important;
	margin: 18px 0 0 !important;
	clear: both;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses::before,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses::after,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses::before,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses::after {
	content: none !important;
	display: none !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses > .woocommerce-Address,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses > .woocommerce-Address {
	display: grid !important;
	grid-row: 1 !important;
	grid-template-rows: auto 1fr;
	align-self: stretch !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	float: none !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses > .u-column1,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses > .u-column1 {
	grid-column: 1 !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses > .u-column2,
body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses > .u-column2 {
	grid-column: 2 !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses .woocommerce-Address-title {
	grid-template-columns: 1fr !important;
	gap: 10px !important;
	align-items: start !important;
	margin-bottom: 12px !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses .woocommerce-Address-title h2 {
	font-size: clamp(23px, 2.1vw, 30px) !important;
	line-height: 1 !important;
	white-space: normal !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses .woocommerce-Address-title .edit {
	justify-self: start;
	max-width: 100%;
	min-height: 34px;
	padding-inline: 14px !important;
	font-size: 10px !important;
}

body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses address {
	min-height: 88px;
}

@media (max-width: 900px) {
	body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses,
	body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses {
		grid-template-columns: 1fr !important;
	}

	body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses > .woocommerce-Address,
	body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses > .woocommerce-Address,
	body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses > .u-column1,
	body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .woocommerce-Addresses > .u-column2,
	body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses > .u-column1,
	body.actorshop.woocommerce-account .woocommerce-MyAccount-content > .u-columns.woocommerce-Addresses > .u-column2 {
		grid-column: 1 !important;
		grid-row: auto !important;
	}
}

body.actorshop.woocommerce-account .actorshop-account-kicker {
	width: fit-content;
	margin: 0;
	padding: 6px 9px;
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-view-order-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: end;
	padding: clamp(18px, 2.6vw, 28px);
	border: 1px solid #111111;
	background: #111111;
	color: #ffffff;
}

body.actorshop.woocommerce-account .actorshop-view-order-summary__main {
	display: grid;
	gap: 11px;
	min-width: 0;
}

body.actorshop.woocommerce-account .actorshop-view-order-summary .actorshop-account-kicker {
	background: #ffffff;
	color: #111111;
}

body.actorshop.woocommerce-account .actorshop-view-order-summary h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 3.6vw, 48px);
	font-weight: 950;
	line-height: 0.95;
}

body.actorshop.woocommerce-account .actorshop-view-order-summary p:not(.actorshop-account-kicker) {
	max-width: 62ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.5;
}

body.actorshop.woocommerce-account .actorshop-view-order-summary__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(120px, 1fr));
	gap: 8px;
	min-width: min(100%, 300px);
}

body.actorshop.woocommerce-account .actorshop-view-order-summary__facts span {
	display: grid;
	gap: 6px;
	min-height: 72px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	align-content: end;
}

body.actorshop.woocommerce-account .actorshop-view-order-summary__facts small {
	color: rgba(255, 255, 255, 0.56);
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-view-order-summary__facts strong {
	color: #ffffff;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.1;
}

body.actorshop.woocommerce-account .actorshop-order-section-head {
	display: grid;
	gap: 10px;
	margin: clamp(22px, 3vw, 34px) 0 0;
}

body.actorshop.woocommerce-account .actorshop-order-section-head h2,
body.actorshop.woocommerce-account .actorshop-order-section-head .woocommerce-order-details__title {
	margin: 0;
	color: #111111;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 950;
	line-height: 0.98;
}

body.actorshop.woocommerce-account .actorshop-order-details {
	display: grid;
	gap: 16px;
}

body.actorshop.woocommerce-account .actorshop-order-products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.actorshop.woocommerce-account .actorshop-order-product-card {
	display: grid;
	grid-template-columns: minmax(118px, 0.36fr) minmax(0, 1fr);
	min-height: 190px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: #ffffff;
	overflow: hidden;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__media {
	display: grid;
	place-items: center;
	min-height: 100%;
	padding: 12px;
	border-right: 1px solid rgba(17, 17, 17, 0.1);
	background: #f7f7f7;
	text-decoration: none;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 168px;
	object-fit: contain;
	object-position: center;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__body {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	gap: 12px;
	padding: 14px;
	min-width: 0;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__title-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: start;
}

body.actorshop.woocommerce-account .actorshop-order-product-card h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.12;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-order-product-card h3 a {
	color: #111111;
	text-decoration: none;
}

body.actorshop.woocommerce-account .actorshop-order-product-card h3 a:hover,
body.actorshop.woocommerce-account .actorshop-order-product-card h3 a:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__qty {
	display: inline-grid;
	place-items: center;
	min-height: 28px;
	padding: 0 9px;
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	font-weight: 950;
	line-height: 1;
	white-space: nowrap;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__meta {
	color: #555555;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__meta ul,
body.actorshop.woocommerce-account .actorshop-order-product-card__meta dl {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__meta li,
body.actorshop.woocommerce-account .actorshop-order-product-card__meta .wc-item-meta li {
	display: inline-flex;
	gap: 4px;
	align-items: center;
	margin: 0;
	padding: 5px 7px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: #f7f7f7;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__meta p,
body.actorshop.woocommerce-account .actorshop-order-product-card__meta .wc-item-meta p {
	margin: 0;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: end;
	align-self: end;
	padding-top: 12px;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
}

body.actorshop.woocommerce-account .actorshop-order-product-card__footer span {
	color: #666666;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__footer strong {
	color: #111111;
	font-size: 15px;
	font-weight: 950;
	line-height: 1;
	white-space: nowrap;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__note {
	padding: 10px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	background: #f7f7f7;
	color: #444444;
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__note > * {
	margin-block: 0;
}

body.actorshop.woocommerce-account .actorshop-order-summary-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
	gap: 12px;
	align-items: start;
}

body.actorshop.woocommerce-account .actorshop-order-totals,
body.actorshop.woocommerce-account .actorshop-order-actions,
body.actorshop.woocommerce-account .actorshop-order-customer-card,
body.actorshop.woocommerce-account .actorshop-order-updates {
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: #ffffff;
}

body.actorshop.woocommerce-account .actorshop-order-totals,
body.actorshop.woocommerce-account .actorshop-order-actions,
body.actorshop.woocommerce-account .actorshop-order-updates {
	padding: 16px;
}

body.actorshop.woocommerce-account .actorshop-order-totals h3,
body.actorshop.woocommerce-account .actorshop-order-actions h3 {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-order-totals dl {
	display: grid;
	gap: 0;
	margin: 0;
}

body.actorshop.woocommerce-account .actorshop-order-totals dl > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 42px;
	border-top: 1px solid rgba(17, 17, 17, 0.09);
}

body.actorshop.woocommerce-account .actorshop-order-totals dl > div:first-child {
	border-top: 0;
}

body.actorshop.woocommerce-account .actorshop-order-totals dt,
body.actorshop.woocommerce-account .actorshop-order-totals dd {
	margin: 0;
	font-size: 13px;
	line-height: 1.25;
}

body.actorshop.woocommerce-account .actorshop-order-totals dt {
	color: #555555;
	font-weight: 850;
}

body.actorshop.woocommerce-account .actorshop-order-totals dd {
	color: #111111;
	font-weight: 950;
	text-align: right;
}

body.actorshop.woocommerce-account .actorshop-order-note {
	display: grid;
	gap: 6px;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
}

body.actorshop.woocommerce-account .actorshop-order-note strong {
	font-size: 11px;
	font-weight: 950;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-order-note p {
	margin: 0;
	color: #555555;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
}

body.actorshop.woocommerce-account .actorshop-order-actions div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

body.actorshop.woocommerce-account .actorshop-order-actions .button {
	display: inline-grid;
	place-items: center;
	min-height: 36px;
	padding: 0 13px !important;
	font-size: 10px !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-order-customer {
	display: grid;
	gap: 16px;
	margin-top: clamp(22px, 3vw, 34px);
}

body.actorshop.woocommerce-account .actorshop-order-customer__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card {
	display: grid;
	gap: 14px;
	align-content: start;
	min-height: 100%;
	padding: 16px;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card header {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card__icon {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(17, 17, 17, 0.16);
	background: #111111;
	color: #ffffff;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card__icon .actorshop-icon {
	font-size: 15px;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card header p {
	margin: 0 0 5px;
	color: #666666;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card h3 {
	margin: 0;
	color: #111111;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 950;
	line-height: 1;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card address {
	display: block;
	min-height: 86px;
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	background: #f7f7f7;
	color: #111111;
	font-size: 14px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.55;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card__contacts {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card__contacts li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 8px;
	align-items: center;
	min-height: 30px;
	color: #111111;
	font-size: 13px;
	font-weight: 850;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card__contacts .actorshop-icon {
	display: inline-grid;
	place-items: center;
	color: #111111;
	font-size: 13px;
}

body.actorshop.woocommerce-account .actorshop-profile-intro {
	display: grid;
	gap: 10px;
	width: 100%;
	padding: 22px 24px;
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: #111111;
	color: #ffffff;
}

body.actorshop.woocommerce-account .actorshop-profile-intro h2 {
	margin: 0;
	color: #ffffff;
	font-family: var(--actorshop-font-display);
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 950;
	line-height: 0.98;
}

body.actorshop.woocommerce-account .actorshop-profile-intro p:not(.actorshop-account-kicker) {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

body.actorshop.woocommerce-account .actorshop-profile-intro .actorshop-account-kicker {
	margin: 0;
	background: #ffffff;
	color: #111111;
}

body.actorshop.woocommerce-account .actorshop-profile-password-note {
	grid-column: 1 / -1;
	margin: -2px 0 2px;
	color: #666666;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
}

body.actorshop.woocommerce-account .actorshop-profile-actions {
	margin: 8px 0 0;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card__contacts a {
	color: #111111;
	text-decoration: none;
}

body.actorshop.woocommerce-account .actorshop-order-customer-card__contacts a:hover,
body.actorshop.woocommerce-account .actorshop-order-customer-card__contacts a:focus {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

body.actorshop.woocommerce-account .actorshop-order-updates h2 {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 950;
	line-height: 1;
}

body.actorshop.woocommerce-account .actorshop-order-updates ol {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.actorshop.woocommerce-account .actorshop-order-updates li {
	margin: 0;
	padding: 12px;
	border: 1px solid rgba(17, 17, 17, 0.1);
	background: #f7f7f7;
}

body.actorshop.woocommerce-account .actorshop-order-updates .meta {
	margin: 0 0 6px;
	color: #666666;
	font-size: 10px;
	font-weight: 950;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-order-updates .description > * {
	margin-block: 0;
}

/* Order detail compact table pass. */
body.actorshop.woocommerce-account .actorshop-order-products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	width: 100%;
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: #ffffff;
}

body.actorshop.woocommerce-account .actorshop-order-products__head,
body.actorshop.woocommerce-account .actorshop-order-product-card {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) minmax(96px, 0.16fr) minmax(124px, 0.2fr);
	align-items: stretch;
}

body.actorshop.woocommerce-account .actorshop-order-products__head {
	min-height: 42px;
	background: #111111;
	color: #ffffff;
}

body.actorshop.woocommerce-account .actorshop-order-products__head span {
	display: grid;
	align-items: center;
	padding: 0 14px;
	font-size: 11px;
	font-weight: 950;
	line-height: 1;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-order-products__head span:first-child {
	grid-column: 1 / 3;
}

body.actorshop.woocommerce-account .actorshop-order-product-card {
	min-height: 112px;
	border: 0;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
	background: #ffffff;
	overflow: visible;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__media {
	min-height: 112px;
	padding: 10px;
	border-right: 1px solid rgba(17, 17, 17, 0.1);
	background: #f7f7f7;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__media img {
	max-height: 90px;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__body {
	display: grid;
	align-content: center;
	gap: 8px;
	min-width: 0;
	padding: 14px 16px;
}

body.actorshop.woocommerce-account .actorshop-order-product-card h3 {
	font-size: 15px;
	line-height: 1.12;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__qty,
body.actorshop.woocommerce-account .actorshop-order-product-card__footer {
	display: grid;
	align-content: center;
	justify-content: stretch;
	min-height: 100%;
	padding: 14px;
	border-left: 1px solid rgba(17, 17, 17, 0.1);
}

body.actorshop.woocommerce-account .actorshop-order-product-card__qty {
	place-items: center;
	background: #ffffff;
	color: #111111;
	font-size: 12px;
	font-weight: 950;
	text-align: center;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__footer {
	grid-template-columns: 1fr;
	gap: 7px;
	align-items: center;
	align-self: stretch;
	padding-top: 14px;
	border-top: 0;
	text-align: right;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__footer span {
	color: #666666;
	font-size: 9px;
}

body.actorshop.woocommerce-account .actorshop-order-product-card__footer strong {
	font-size: 15px;
}

body.actorshop.woocommerce-account .actorshop-order-summary-grid {
	grid-template-columns: 1fr;
	width: 100%;
	gap: 12px;
}

body.actorshop.woocommerce-account .actorshop-order-totals {
	padding: 0;
}

body.actorshop.woocommerce-account .actorshop-order-totals h3,
body.actorshop.woocommerce-account .actorshop-order-actions h3 {
	margin: 0;
	padding: 14px 16px;
	background: #111111;
	color: #ffffff;
}

body.actorshop.woocommerce-account .actorshop-order-totals dl {
	padding: 0 16px;
}

body.actorshop.woocommerce-account .actorshop-order-totals dl > div {
	min-height: 44px;
}

body.actorshop.woocommerce-account .actorshop-order-totals dl > div:last-child {
	margin-inline: -16px;
	padding-inline: 16px;
	background: #f6f6f6;
}

body.actorshop.woocommerce-account .actorshop-order-totals dl > div:last-child dt,
body.actorshop.woocommerce-account .actorshop-order-totals dl > div:last-child dd {
	color: #111111;
	font-size: 15px;
	font-weight: 950;
}

@media (max-width: 980px) {
	body.actorshop.woocommerce-account .actorshop-order-products,
	body.actorshop.woocommerce-account .actorshop-order-summary-grid,
	body.actorshop.woocommerce-account .actorshop-order-customer__grid,
	body.actorshop.woocommerce-account .actorshop-view-order-summary {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	body.actorshop.woocommerce-account .actorshop-order-product-card {
		grid-template-columns: 96px minmax(0, 1fr);
		min-height: 156px;
	}

	body.actorshop.woocommerce-account .actorshop-order-product-card__media {
		padding: 8px;
	}

	body.actorshop.woocommerce-account .actorshop-order-product-card__body {
		padding: 12px;
	}

	body.actorshop.woocommerce-account .actorshop-order-product-card__title-row,
	body.actorshop.woocommerce-account .actorshop-order-product-card__footer {
		grid-template-columns: 1fr;
	}

	body.actorshop.woocommerce-account .actorshop-order-product-card__qty,
	body.actorshop.woocommerce-account .actorshop-order-product-card__footer strong {
		justify-self: start;
	}

	body.actorshop.woocommerce-account .actorshop-view-order-summary__facts {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	body.actorshop.woocommerce-account .actorshop-order-products__head {
		display: none;
	}

	body.actorshop.woocommerce-account .actorshop-order-product-card {
		grid-template-columns: 86px minmax(0, 1fr);
	}

	body.actorshop.woocommerce-account .actorshop-order-product-card__media {
		min-height: 118px;
	}

	body.actorshop.woocommerce-account .actorshop-order-product-card__qty,
	body.actorshop.woocommerce-account .actorshop-order-product-card__footer {
		min-height: 0;
		padding: 10px 12px;
		border-top: 1px solid rgba(17, 17, 17, 0.1);
	}

	body.actorshop.woocommerce-account .actorshop-order-product-card__qty {
		grid-column: 1 / 2;
		border-left: 0;
	}

	body.actorshop.woocommerce-account .actorshop-order-product-card__footer {
		grid-column: 2 / 3;
		border-left: 1px solid rgba(17, 17, 17, 0.1);
	}
}

body.actorshop.woocommerce-account .actorshop-account-empty-orders {
	display: grid;
	gap: 16px;
	align-content: center;
	min-height: clamp(240px, 27vw, 340px);
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid rgba(17, 17, 17, 0.14);
	background: #f7f7f7;
	color: #111111;
}

body.actorshop.woocommerce-account .actorshop-account-empty-orders__eyebrow {
	width: max-content;
	padding: 7px 10px;
	background: #111111;
	color: #ffffff;
	font-size: 10px;
	font-weight: 950;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

body.actorshop.woocommerce-account .actorshop-account-empty-orders h2 {
	max-width: 13ch;
	margin: 0;
	color: #111111;
	font-size: clamp(34px, 4.6vw, 62px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.94;
}

body.actorshop.woocommerce-account .actorshop-account-empty-orders p {
	max-width: 58ch;
	margin: 0;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.65;
}

body.actorshop.woocommerce-account .actorshop-account-empty-orders__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 48px;
	margin-top: 8px;
	padding: 0 18px;
	gap: 18px;
	border: 1px solid #111111;
	background: #111111;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

body.actorshop.woocommerce-account .actorshop-account-empty-orders__cta:hover,
body.actorshop.woocommerce-account .actorshop-account-empty-orders__cta:focus {
	background: #ffffff;
	color: #111111 !important;
}

body.actorshop.woocommerce-account .actorshop-account-empty-orders__cta span[aria-hidden="true"] {
	font-size: 17px;
	line-height: 1;
	transform: translateY(-1px);
}

@media (max-width: 620px) {
	body.actorshop.woocommerce-account .actorshop-account-empty-orders {
		min-height: 0;
		padding: 24px 18px;
	}

	body.actorshop.woocommerce-account .actorshop-account-empty-orders h2 {
		max-width: none;
	}

	body.actorshop.woocommerce-account .actorshop-account-empty-orders__cta {
		width: 100%;
	}
}

/* Account layout follows the same width tokens as the rest of the theme. */
body.actorshop.woocommerce-account {
	--actorshop-account-shell-width: var(--actorshop-wide, 1400px);
	--actorshop-account-shell-gutter: var(--actorshop-gutter, 16px);
}

body.actorshop.woocommerce-account:is(.actorshop-layout-boxed, .actorshop-layout-semi-boxed) {
	--actorshop-account-shell-width: var(--actorshop-container, 1180px);
}

body.actorshop.woocommerce-account .page-shell {
	box-sizing: border-box;
	width: min(100% - calc(var(--actorshop-account-shell-gutter) * 2), var(--actorshop-account-shell-width)) !important;
	max-width: var(--actorshop-account-shell-width) !important;
	margin-inline: auto !important;
}

body.actorshop.woocommerce-account.actorshop-layout-full-width .page-shell {
	width: calc(100% - (var(--actorshop-account-shell-gutter) * 2)) !important;
	max-width: none !important;
}

body.actorshop.woocommerce-account .page-shell > .entry-card,
body.actorshop.woocommerce-account .page-shell > article.entry-card {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: 0 !important;
}

@media (max-width: 700px) {
	body.actorshop.woocommerce-account {
		--actorshop-account-shell-gutter: var(--actorshop-gutter-mobile, 12px);
	}

	body.actorshop.woocommerce-account .page-shell,
	body.actorshop.woocommerce-account.actorshop-layout-full-width .page-shell {
		width: calc(100% - (var(--actorshop-account-shell-gutter) * 2)) !important;
		max-width: none !important;
	}
}
