/*
 * Pleekō My Account
 *
 * One presentation system for WooCommerce's dashboard, orders, printed
 * artwork, addresses and account forms. All selectors are account-scoped so
 * this file cannot alter product, basket or checkout behaviour.
 */

body.pleeko-theme.woocommerce-account {
	--pleeko-account-ink: #443c37;
	--pleeko-account-muted: #746b65;
	--pleeko-account-pink: #e24c9b;
	--pleeko-account-pink-dark: #c93682;
	--pleeko-account-pink-soft: #fff1f8;
	--pleeko-account-paper: #fffef6;
	--pleeko-account-surface: #fff;
	--pleeko-account-soft: #faf7ef;
	--pleeko-account-border: #eae4d4;
	--pleeko-account-border-strong: #d8ceba;
	--pleeko-account-shadow: 0 18px 48px rgba(68, 60, 55, 0.08);
	--pleeko-account-radius: 1.25rem;
	--pleeko-account-control-radius: 0.75rem;
	color: var(--pleeko-account-ink);
}

/*
 * The WordPress and Elementor page titles remain in the accessibility tree,
 * but the section itself supplies the useful visible title.
 */
body.pleeko-theme.woocommerce-account .entry-header,
body.pleeko-theme.woocommerce-account .elementor-location-single > .e-con > .elementor-widget-heading {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

/*
 * Elementor's visually-hidden title widget lives inside its own 104px
 * container. Collapse that title-only container as well so the account begins
 * directly below the shared header instead of leaving a blank band.
 */
body.pleeko-theme.woocommerce-account .elementor-location-single > .e-con:has(> .elementor-widget-heading:only-child) {
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.pleeko-theme.woocommerce-account .entry-content,
body.pleeko-theme.woocommerce-account .entry-content > .woocommerce,
body.pleeko-theme.woocommerce-account .elementor-widget-woocommerce-my-account,
body.pleeko-theme.woocommerce-account .elementor-widget-woocommerce-my-account > .elementor-widget-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pleeko-theme.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 1rem !important;
	width: calc(100% - 2rem) !important;
	max-width: 68rem !important;
	margin: clamp(1.5rem, 3vw, 2.5rem) auto clamp(3rem, 7vw, 6rem) !important;
	padding: 0 !important;
	color: var(--pleeko-account-ink) !important;
	font-family: inherit;
}

/*
 * Account navigation
 */
body.pleeko-theme.woocommerce-account .elementor-widget-woocommerce-my-account .e-wc-account-tabs-nav {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.pleeko-theme.woocommerce-account .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.375rem !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0.375rem !important;
	border: 1px solid var(--pleeko-account-border) !important;
	border-radius: 1rem !important;
	background: var(--pleeko-account-surface) !important;
	box-shadow: 0 10px 28px rgba(68, 60, 55, 0.06) !important;
	list-style: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation li {
	flex: 1 1 8.5rem !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	list-style: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 2.875rem !important;
	padding: 0.625rem 0.8rem !important;
	border: 1px solid transparent !important;
	border-radius: 0.7rem !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pleeko-account-ink) !important;
	font-size: 0.9rem !important;
	font-weight: 750 !important;
	line-height: 1.25 !important;
	text-align: center !important;
	text-decoration: none !important;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease,
		transform 160ms ease !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	border-color: var(--pleeko-account-border) !important;
	background: var(--pleeko-account-soft) !important;
	color: var(--pleeko-account-pink-dark) !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation a[aria-current="page"] {
	border-color: #f5bfdc !important;
	background: var(--pleeko-account-pink-soft) !important;
	box-shadow: inset 0 -3px 0 var(--pleeko-account-pink) !important;
	color: var(--pleeko-account-pink-dark) !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
	color: var(--pleeko-account-muted) !important;
}

/*
 * My Files stays unavailable to customers without touching endpoint data.
 * User Switching remains an admin utility rather than a sixth customer action.
 */
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation-link--my-files,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation li[class*="--my-files"] {
	display: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation-link--user-switching-switch-back,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation li:has(> a[href*="switch_to_olduser"]) {
	flex: 0 0 100% !important;
	display: flex !important;
	justify-content: flex-end !important;
	margin-top: 0.25rem !important;
	padding-top: 0.625rem !important;
	border-top: 1px solid var(--pleeko-account-border) !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation-link--user-switching-switch-back a,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation li:has(> a[href*="switch_to_olduser"]) > a {
	flex: 0 1 auto !important;
	width: auto !important;
	min-height: 2.25rem !important;
	padding: 0.45rem 0.75rem !important;
	border: 1px dashed var(--pleeko-account-border-strong) !important;
	background: var(--pleeko-account-paper) !important;
	color: var(--pleeko-account-muted) !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
}

/*
 * Shared content surface and type
 */
body.pleeko-theme.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content-wrapper {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: clamp(1.25rem, 3.5vw, 2.5rem) !important;
	overflow: visible !important;
	border: 1px solid var(--pleeko-account-border) !important;
	border-radius: var(--pleeko-account-radius) !important;
	outline: 0 !important;
	background: var(--pleeko-account-surface) !important;
	box-shadow: var(--pleeko-account-shadow) !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content p,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content li,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content label,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content address,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content td,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content th {
	color: var(--pleeko-account-ink);
	font-size: 0.98rem;
	line-height: 1.65;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
	color: var(--pleeko-account-pink-dark);
	font-weight: 700;
	text-decoration-color: rgba(201, 54, 130, 0.35);
	text-underline-offset: 0.15em;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content a:not(.button):hover {
	color: var(--pleeko-account-pink);
	text-decoration-color: currentColor;
}

body.pleeko-theme.woocommerce-account .pleeko-account-section-heading {
	order: -2;
	margin: 0 0 1.5rem;
	padding: 0 0 1.4rem;
	border-bottom: 1px solid var(--pleeko-account-border);
}

body.pleeko-theme.woocommerce-account .pleeko-account-section-heading__eyebrow,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork > .pleeko-eyebrow {
	margin: 0 0 0.45rem !important;
	color: var(--pleeko-account-pink-dark) !important;
	font-size: 0.73rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.13em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

body.pleeko-theme.woocommerce-account .pleeko-account-section-heading h2,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork > h2 {
	margin: 0 !important;
	color: var(--pleeko-account-ink) !important;
	font-family: inherit !important;
	font-size: clamp(1.8rem, 4vw, 2.55rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.08 !important;
}

body.pleeko-theme.woocommerce-account .pleeko-account-section-heading__description,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork > .pleeko-printed-artwork__intro,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork > h2 + p {
	max-width: 44rem;
	margin: 0.75rem 0 0 !important;
	color: var(--pleeko-account-muted) !important;
	font-size: 0.98rem !important;
	line-height: 1.6 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content-wrapper > .woocommerce-notices-wrapper {
	order: -3;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content-wrapper > p {
	margin: 0 0 0.75rem !important;
	padding: 1rem 1.125rem;
	border: 1px solid var(--pleeko-account-border);
	border-radius: 0.875rem;
	background: var(--pleeko-account-soft);
	color: var(--pleeko-account-muted);
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content-wrapper > p:last-child {
	margin-bottom: 0 !important;
}

/*
 * Dashboard shortcuts replace WooCommerce's repeated default greeting with a
 * concise, useful starting point. The endpoints and their behavior remain
 * WooCommerce-owned.
 */
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content-wrapper:has(> .pleeko-account-dashboard-links) > p {
	display: none !important;
}

body.pleeko-theme.woocommerce-account .pleeko-account-dashboard-links {
	order: -1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content a.pleeko-account-dashboard-link {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
	min-height: 8rem;
	padding: 1rem 1.1rem;
	border: 1px solid var(--pleeko-account-border);
	border-radius: 1rem;
	background: var(--pleeko-account-paper);
	color: var(--pleeko-account-ink);
	text-decoration: none;
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content a.pleeko-account-dashboard-link:hover {
	border-color: #ef9aca;
	box-shadow: 0 12px 28px rgba(68, 60, 55, 0.08);
	color: var(--pleeko-account-ink);
	transform: translateY(-2px);
}

body.pleeko-theme.woocommerce-account .pleeko-account-dashboard-link__title {
	color: var(--pleeko-account-pink-dark);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

body.pleeko-theme.woocommerce-account .pleeko-account-dashboard-link__description {
	color: var(--pleeko-account-muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

/*
 * Logged-out account entry
 *
 * Elementor renders Login and Register outside .woocommerce-MyAccount-content,
 * so they need the same cards and controls explicitly.
 */
body.pleeko-theme.woocommerce-account #customer_login {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	align-items: start !important;
	gap: 1.25rem !important;
	width: calc(100% - 2rem) !important;
	max-width: 68rem !important;
	margin: clamp(1.5rem, 3vw, 2.5rem) auto clamp(3rem, 7vw, 6rem) !important;
}

body.pleeko-theme.woocommerce-account #customer_login > :where(.u-column1, .u-column2) {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: clamp(1.25rem, 3vw, 2rem) !important;
	border: 1px solid var(--pleeko-account-border) !important;
	border-radius: var(--pleeko-account-radius) !important;
	background: var(--pleeko-account-surface) !important;
	box-shadow: var(--pleeko-account-shadow) !important;
}

body.pleeko-theme.woocommerce-account #customer_login h2 {
	margin: 0 0 1.15rem !important;
	color: var(--pleeko-account-ink) !important;
	font-size: clamp(1.7rem, 3.5vw, 2.25rem) !important;
	line-height: 1.1 !important;
}

body.pleeko-theme.woocommerce-account #customer_login form {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.pleeko-theme.woocommerce-account #customer_login .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 0 0.9rem !important;
	padding: 0 !important;
}

body.pleeko-theme.woocommerce-account #customer_login label {
	display: block !important;
	margin: 0 0 0.35rem !important;
	color: var(--pleeko-account-ink) !important;
	font-size: 0.82rem !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

body.pleeko-theme.woocommerce-account #customer_login :where(
	input[type="text"],
	input[type="email"],
	input[type="password"]
) {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 3rem !important;
	margin: 0 !important;
	padding: 0.7rem 0.8rem !important;
	border: 1px solid var(--pleeko-account-border-strong) !important;
	border-radius: var(--pleeko-account-control-radius) !important;
	outline: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--pleeko-account-ink) !important;
	font-family: inherit !important;
	font-size: 0.95rem !important;
	line-height: 1.35 !important;
}

body.pleeko-theme.woocommerce-account #customer_login :where(
	input[type="text"],
	input[type="email"],
	input[type="password"]
):focus {
	border-color: var(--pleeko-account-pink) !important;
	box-shadow: 0 0 0 3px rgba(226, 76, 155, 0.12) !important;
}

body.pleeko-theme.woocommerce-account #customer_login .password-input {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

body.pleeko-theme.woocommerce-account #customer_login .show-password-input {
	top: 50% !important;
	right: 0.8rem !important;
	transform: translateY(-50%) !important;
}

body.pleeko-theme.woocommerce-account #customer_login .woocommerce-form-login__rememberme {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.45rem !important;
	margin-right: 0.75rem !important;
}

body.pleeko-theme.woocommerce-account #customer_login .woocommerce-form-login__rememberme input {
	width: 1.1rem !important;
	height: 1.1rem !important;
	margin: 0 !important;
}

body.pleeko-theme.woocommerce-account #customer_login :where(.button, button, input[type="submit"]) {
	min-height: 2.875rem !important;
	padding: 0.7rem 1rem !important;
	border: 1px solid var(--pleeko-account-pink-dark) !important;
	border-radius: var(--pleeko-account-control-radius) !important;
	background: var(--pleeko-account-pink) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 0.9rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

body.pleeko-theme.woocommerce-account #customer_login :where(.button, button, input[type="submit"]):hover {
	border-color: var(--pleeko-account-pink-dark) !important;
	background: var(--pleeko-account-pink-dark) !important;
}

body.pleeko-theme.woocommerce-account #customer_login .woocommerce-LostPassword {
	margin: 0.75rem 0 0 !important;
}

body.pleeko-theme.woocommerce-account #customer_login form.register > p:not(.form-row) {
	margin: 0 0 1rem !important;
	color: var(--pleeko-account-muted) !important;
	font-size: 0.9rem !important;
	line-height: 1.55 !important;
}

body.pleeko-theme.woocommerce-account #customer_login a {
	color: var(--pleeko-account-pink-dark) !important;
	font-weight: 700 !important;
	text-underline-offset: 0.15em;
}

/*
 * Notices and empty states
 */
body.pleeko-theme.woocommerce-account .woocommerce-message,
body.pleeko-theme.woocommerce-account .woocommerce-info,
body.pleeko-theme.woocommerce-account .woocommerce-error {
	margin: 0 0 1.25rem !important;
	padding: 1rem 1.125rem 1rem 1.25rem !important;
	border: 1px solid var(--pleeko-account-border) !important;
	border-left: 4px solid var(--pleeko-account-pink) !important;
	border-radius: 0.875rem !important;
	background: var(--pleeko-account-pink-soft) !important;
	box-shadow: none !important;
	color: var(--pleeko-account-ink) !important;
	list-style: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-message::before,
body.pleeko-theme.woocommerce-account .woocommerce-info::before,
body.pleeko-theme.woocommerce-account .woocommerce-error::before {
	display: none !important;
}

/*
 * Shared controls and action hierarchy
 */
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content :where(.button, button, input[type="submit"]) {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 2.75rem !important;
	padding: 0.65rem 1rem !important;
	border: 1px solid var(--pleeko-account-pink-dark) !important;
	border-radius: var(--pleeko-account-control-radius) !important;
	background: var(--pleeko-account-pink) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 0.9rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	cursor: pointer;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		transform 160ms ease !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content :where(.button, button, input[type="submit"]):hover {
	border-color: var(--pleeko-account-pink-dark) !important;
	background: var(--pleeko-account-pink-dark) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

body.pleeko-theme.woocommerce-account :where(
	a,
	button,
	input,
	select,
	textarea,
	.select2-selection
):focus-visible {
	outline: 3px solid rgba(226, 76, 155, 0.28) !important;
	outline-offset: 2px !important;
}

/*
 * Orders
 */
body.pleeko-theme.woocommerce-account table.woocommerce-orders-table {
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--pleeko-account-border) !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 1rem !important;
	background: var(--pleeko-account-surface) !important;
	box-shadow: none !important;
	table-layout: auto !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-orders-table thead th {
	padding: 0.8rem 0.85rem !important;
	border: 0 !important;
	border-bottom: 1px solid var(--pleeko-account-border) !important;
	background: var(--pleeko-account-soft) !important;
	color: var(--pleeko-account-muted) !important;
	font-size: 0.73rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.07em !important;
	line-height: 1.3 !important;
	text-transform: uppercase !important;
	white-space: nowrap;
}

body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody th,
body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody td {
	padding: 0.95rem 0.85rem !important;
	border: 0 !important;
	border-bottom: 1px solid var(--pleeko-account-border) !important;
	background: var(--pleeko-account-surface) !important;
	vertical-align: middle !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody tr:last-child th,
body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody tr:last-child td {
	border-bottom: 0 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-orders-table__cell-order-number a {
	color: var(--pleeko-account-pink-dark) !important;
	font-weight: 800 !important;
}

body.pleeko-theme.woocommerce-account :where(
	.woocommerce-orders-table__cell-order-total,
	.woocommerce-orders-table__cell-pleeko-total
) {
	font-weight: 750 !important;
	white-space: nowrap;
}

body.pleeko-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	text-align: right !important;
	white-space: nowrap;
}

body.pleeko-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
	min-height: 2.35rem !important;
	padding: 0.5rem 0.8rem !important;
	border-color: #ef9aca !important;
	background: var(--pleeko-account-pink-soft) !important;
	color: var(--pleeko-account-pink-dark) !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions .button:hover {
	border-color: var(--pleeko-account-pink-dark) !important;
	background: var(--pleeko-account-pink-dark) !important;
	color: #fff !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-pagination {
	margin-top: 1rem !important;
}

/*
 * Printed Artwork
 */
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 0;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork > .pleeko-eyebrow {
	order: -3;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork > h2 {
	order: -2;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork > .pleeko-printed-artwork__intro,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork > h2 + p {
	order: -1;
	max-width: none;
	margin-bottom: 1.5rem !important;
	padding-bottom: 1.4rem;
	border-bottom: 1px solid var(--pleeko-account-border);
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__list {
	display: grid !important;
	gap: 0.75rem !important;
	margin: 0 !important;
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__item {
	display: grid !important;
	grid-template-columns: 5.5rem minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 1rem !important;
	margin: 0 !important;
	padding: 0.85rem !important;
	border: 1px solid var(--pleeko-account-border) !important;
	border-radius: 1rem !important;
	background: var(--pleeko-account-paper) !important;
	box-shadow: none !important;
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__preview {
	display: grid !important;
	width: 5.5rem !important;
	height: 5.5rem !important;
	place-items: center !important;
	overflow: hidden !important;
	border: 1px solid var(--pleeko-account-border) !important;
	border-radius: 0.75rem !important;
	background: var(--pleeko-account-soft) !important;
	color: var(--pleeko-account-muted) !important;
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__preview img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__details {
	min-width: 0;
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__details h3 {
	margin: 0 !important;
	overflow-wrap: anywhere;
	color: var(--pleeko-account-ink) !important;
	font-size: 1rem !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__details p {
	margin: 0.28rem 0 0 !important;
	color: var(--pleeko-account-muted) !important;
	font-size: 0.86rem !important;
	line-height: 1.45 !important;
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__details strong {
	color: var(--pleeko-account-ink);
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__empty {
	margin: 0 !important;
	padding: 1.25rem !important;
	border: 1px dashed var(--pleeko-account-border-strong) !important;
	border-radius: 0.875rem !important;
	background: var(--pleeko-account-soft) !important;
	color: var(--pleeko-account-muted) !important;
}

body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

/*
 * Address list
 */
body.pleeko-theme.woocommerce-account .woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	width: 100% !important;
	margin: 1rem 0 0 !important;
	padding: 0 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-Addresses::before,
body.pleeko-theme.woocommerce-account .woocommerce-Addresses::after {
	display: none !important;
	content: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
	float: none !important;
	grid-column: auto !important;
	grid-row: auto !important;
	width: auto !important;
	max-width: none !important;
	min-height: 100% !important;
	margin: 0 !important;
	padding: 1.125rem !important;
	border: 1px solid var(--pleeko-account-border) !important;
	border-radius: 1rem !important;
	background: var(--pleeko-account-paper) !important;
	box-shadow: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-Address-title {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 0.75rem !important;
	margin: 0 0 0.8rem !important;
	padding: 0 0 0.75rem !important;
	border-bottom: 1px solid var(--pleeko-account-border) !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-Address-title::before,
body.pleeko-theme.woocommerce-account .woocommerce-Address-title::after {
	display: none !important;
	content: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-Address-title h2 {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	color: var(--pleeko-account-ink) !important;
	font-size: 1.1rem !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-Address-title .edit {
	position: static !important;
	float: none !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0.3rem 0.55rem !important;
	border: 1px solid #ef9aca !important;
	border-radius: 999px !important;
	background: var(--pleeko-account-pink-soft) !important;
	color: var(--pleeko-account-pink-dark) !important;
	font-size: 0.76rem !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-Address address {
	margin: 0 !important;
	color: var(--pleeko-account-muted) !important;
	font-style: normal !important;
	line-height: 1.7 !important;
}

/*
 * Address and account forms
 */
body.pleeko-theme.woocommerce-account .pleeko-account-section-heading + h2,
body.pleeko-theme.woocommerce-account .pleeko-account-section-heading + form > h2 {
	display: none !important;
}

body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm,
body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content-wrapper > form,
body.pleeko-theme.woocommerce-account .woocommerce-address-fields {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-address-fields__field-wrapper {
	display: grid !important;
	grid-column: 1 / -1 !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-address-fields {
	grid-column: 1 / -1 !important;
}

body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm > .clear,
body.pleeko-theme.woocommerce-account .woocommerce-address-fields > .clear {
	display: none !important;
}

body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm > p,
body.pleeko-theme.woocommerce-account .woocommerce-address-fields > p {
	margin: 0 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .form-row {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .form-row-wide,
body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm fieldset,
body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm > p:last-child,
body.pleeko-theme.woocommerce-account .woocommerce-address-fields > p:last-child {
	grid-column: 1 / -1 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content label {
	display: block !important;
	margin: 0 0 0.35rem !important;
	color: var(--pleeko-account-ink) !important;
	font-size: 0.82rem !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .required {
	color: var(--pleeko-account-pink-dark) !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content :where(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	select,
	textarea,
	.select2-selection
) {
	width: 100% !important;
	min-height: 3rem !important;
	margin: 0 !important;
	padding: 0.7rem 0.8rem !important;
	border: 1px solid var(--pleeko-account-border-strong) !important;
	border-radius: var(--pleeko-account-control-radius) !important;
	outline: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--pleeko-account-ink) !important;
	font-family: inherit !important;
	font-size: 0.95rem !important;
	line-height: 1.35 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content :where(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	select,
	textarea
):focus {
	border-color: var(--pleeko-account-pink) !important;
	box-shadow: 0 0 0 3px rgba(226, 76, 155, 0.12) !important;
}

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

body.pleeko-theme.woocommerce-account .select2-selection__rendered {
	padding: 0 !important;
	color: var(--pleeko-account-ink) !important;
	line-height: 1.55rem !important;
}

body.pleeko-theme.woocommerce-account .select2-selection__arrow {
	top: 50% !important;
	right: 0.65rem !important;
	transform: translateY(-50%);
}

body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm fieldset {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	margin: 0.25rem 0 0 !important;
	padding: 1rem !important;
	border: 1px solid var(--pleeko-account-border) !important;
	border-radius: 1rem !important;
	background: var(--pleeko-account-soft) !important;
}

body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm fieldset legend {
	padding: 0 0.4rem !important;
	color: var(--pleeko-account-ink) !important;
	font-size: 0.9rem !important;
	font-weight: 800 !important;
}

body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm fieldset .form-row:first-of-type {
	grid-column: 1 / -1 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-form-row em {
	display: block;
	margin-top: 0.35rem;
	color: var(--pleeko-account-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

/*
 * Order details
 */
body.pleeko-theme.woocommerce-account .woocommerce-order-details,
body.pleeko-theme.woocommerce-account .woocommerce-customer-details {
	margin: 1.5rem 0 0 !important;
	padding: 0 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-order-details__title,
body.pleeko-theme.woocommerce-account .woocommerce-column__title {
	margin: 0 0 0.75rem !important;
	color: var(--pleeko-account-ink) !important;
	font-size: 1.2rem !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table {
	width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--pleeko-account-border) !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 1rem !important;
	background: var(--pleeko-account-surface) !important;
	table-layout: auto !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table th,
body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table td {
	padding: 0.85rem !important;
	border: 0 !important;
	border-bottom: 1px solid var(--pleeko-account-border) !important;
	background: var(--pleeko-account-surface) !important;
	vertical-align: top !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table thead th,
body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tfoot th {
	background: var(--pleeko-account-soft) !important;
	color: var(--pleeko-account-muted) !important;
	font-size: 0.8rem !important;
	font-weight: 800 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tr:last-child th,
body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tr:last-child td {
	border-bottom: 0 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-order-details .product-name > a {
	color: var(--pleeko-account-ink) !important;
	font-weight: 800 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-order-details .wc-item-meta {
	margin: 0.55rem 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-order-details .wc-item-meta li {
	display: grid !important;
	grid-template-columns: minmax(7rem, 0.35fr) minmax(0, 1fr) !important;
	gap: 0.5rem !important;
	margin: 0.2rem 0 0 !important;
	color: var(--pleeko-account-muted) !important;
	font-size: 0.84rem !important;
	line-height: 1.45 !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-order-details .wc-item-meta p,
body.pleeko-theme.woocommerce-account .woocommerce-order-details .wc-item-meta strong {
	margin: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

body.pleeko-theme.woocommerce-account .woocommerce-customer-details address {
	padding: 1.125rem !important;
	border: 1px solid var(--pleeko-account-border) !important;
	border-radius: 1rem !important;
	background: var(--pleeko-account-paper) !important;
	box-shadow: none !important;
	font-style: normal !important;
}

body.pleeko-theme.woocommerce-account mark {
	padding: 0.15rem 0.4rem !important;
	border-radius: 999px !important;
	background: var(--pleeko-account-pink-soft) !important;
	color: var(--pleeko-account-pink-dark) !important;
	font-weight: 800 !important;
}

/*
 * Tablet and phone
 */
@media (max-width: 900px) {
	body.pleeko-theme.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce {
		width: calc(100% - 1.5rem) !important;
		margin-top: 1.5rem !important;
	}
}

@media (max-width: 720px) {
	body.pleeko-theme.woocommerce-account .pleeko-cart-fab {
		display: none !important;
	}

	body.pleeko-theme.woocommerce-account #customer_login {
		grid-template-columns: minmax(0, 1fr) !important;
		width: calc(100% - 1rem) !important;
		gap: 0.75rem !important;
		margin-top: 1rem !important;
		margin-bottom: 3rem !important;
	}

	body.pleeko-theme.woocommerce-account #customer_login > :where(.u-column1, .u-column2) {
		padding: 1.15rem !important;
		border-radius: 1rem !important;
	}

	body.pleeko-theme.woocommerce-account .elementor-widget-woocommerce-my-account .woocommerce {
		width: calc(100% - 1rem) !important;
		gap: 0.75rem !important;
		margin-top: 1rem !important;
		margin-bottom: 3rem !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.3rem !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation li {
		width: auto !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout,
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation-link--user-switching-switch-back,
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation li:has(> a[href*="switch_to_olduser"]) {
		grid-column: 1 / -1 !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation-link--user-switching-switch-back,
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation li:has(> a[href*="switch_to_olduser"]) {
		justify-content: stretch !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation-link--user-switching-switch-back a,
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation li:has(> a[href*="switch_to_olduser"]) > a {
		width: 100% !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content-wrapper {
		padding: 1.15rem !important;
		border-radius: 1rem !important;
	}

	body.pleeko-theme.woocommerce-account .pleeko-account-section-heading {
		margin-bottom: 1.15rem;
		padding-bottom: 1.05rem;
	}

	body.pleeko-theme.woocommerce-account .pleeko-account-section-heading h2,
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .pleeko-printed-artwork > h2 {
		font-size: 1.8rem !important;
	}

	body.pleeko-theme.woocommerce-account .pleeko-account-dashboard-links {
		grid-template-columns: minmax(0, 1fr);
	}

	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content a.pleeko-account-dashboard-link {
		min-height: 0;
	}

	body.pleeko-theme.woocommerce-account table.woocommerce-orders-table,
	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody,
	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tr,
	body.pleeko-theme.woocommerce-account .woocommerce-orders-table th,
	body.pleeko-theme.woocommerce-account .woocommerce-orders-table td {
		display: block !important;
		width: 100% !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table thead {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip-path: inset(50%) !important;
	}

	body.pleeko-theme.woocommerce-account table.woocommerce-orders-table {
		overflow: visible;
		border: 0 !important;
		background: transparent !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody {
		display: grid !important;
		gap: 0.75rem !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody tr {
		overflow: hidden !important;
		border: 1px solid var(--pleeko-account-border) !important;
		border-radius: 0.9rem !important;
		background: var(--pleeko-account-surface) !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody th,
	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody td {
		display: grid !important;
		grid-template-columns: minmax(6.5rem, 0.8fr) minmax(0, 1.2fr) !important;
		align-items: start !important;
		gap: 0.65rem !important;
		padding: 0.7rem 0.8rem !important;
		border-bottom: 1px solid var(--pleeko-account-border) !important;
		text-align: right !important;
		white-space: normal !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody th::before,
	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody td::before {
		content: attr(data-title);
		color: var(--pleeko-account-muted);
		font-size: 0.72rem;
		font-weight: 800;
		letter-spacing: 0.05em;
		line-height: 1.4;
		text-align: left;
		text-transform: uppercase;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody tr > :last-child {
		border-bottom: 0 !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions {
		display: block !important;
		padding-top: 0.8rem !important;
		text-align: left !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions::before {
		display: none !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
		width: 100% !important;
	}

	body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__item {
		grid-template-columns: 4.5rem minmax(0, 1fr) !important;
		gap: 0.8rem !important;
		padding: 0.75rem !important;
	}

	body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__preview {
		width: 4.5rem !important;
		height: 4.5rem !important;
	}

	body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__action {
		grid-column: 1 / -1 !important;
	}

	body.pleeko-theme.woocommerce-account .pleeko-printed-artwork__action .button {
		width: 100% !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-Addresses,
	body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm,
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content-wrapper > form,
	body.pleeko-theme.woocommerce-account .woocommerce-address-fields,
	body.pleeko-theme.woocommerce-account .woocommerce-address-fields__field-wrapper,
	body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm fieldset {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content .form-row,
	body.pleeko-theme.woocommerce-account form.woocommerce-EditAccountForm fieldset .form-row {
		grid-column: 1 / -1 !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table,
	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tbody,
	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tfoot {
		display: block !important;
		width: 100% !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table thead {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		overflow: hidden !important;
		clip-path: inset(50%) !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tbody tr {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		border-bottom: 1px solid var(--pleeko-account-border) !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tbody td {
		display: block !important;
		width: 100% !important;
		border-bottom: 0 !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table .product-total {
		padding-top: 0 !important;
		color: var(--pleeko-account-pink-dark) !important;
		font-weight: 800 !important;
		text-align: left !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tfoot tr {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: baseline !important;
		border-bottom: 1px solid var(--pleeko-account-border) !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tfoot tr:last-child {
		border-bottom: 0 !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tfoot th,
	body.pleeko-theme.woocommerce-account .woocommerce-order-details table.shop_table tfoot td {
		display: block !important;
		width: auto !important;
		border-bottom: 0 !important;
		background: var(--pleeko-account-soft) !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-order-details .wc-item-meta li {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0.1rem !important;
	}
}

@media (max-width: 420px) {
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation a {
		min-height: 2.75rem !important;
		padding-inline: 0.55rem !important;
		font-size: 0.82rem !important;
	}

	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody th,
	body.pleeko-theme.woocommerce-account .woocommerce-orders-table tbody td {
		grid-template-columns: minmax(5.25rem, 0.72fr) minmax(0, 1.28fr) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-navigation a,
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content :where(.button, button, input[type="submit"]),
	body.pleeko-theme.woocommerce-account .woocommerce-MyAccount-content a.pleeko-account-dashboard-link {
		transition: none !important;
	}
}
