:root {
	--zlm-coral: #ef4f2f;
	--zlm-coral-dark: #d84225;
	--zlm-green: #173e32;
	--zlm-mint: #e7f2ee;
	--zlm-gold: #e7b52f;
	--zlm-cream: #fffdf7;
	--zlm-line: #d9ddd9;
	--zlm-muted: #68746f;
	--zlm-text: #1f302b;
}

/* Le compte WooCommerce natif reprend exactement le meme composant. */
body.woocommerce-account.logged-in .woocommerce:not(.widget_shopping_cart_content) {
	background: #fffdf8 !important;
	border: 1px solid #eadbc8 !important;
	border-radius: 13px !important;
	display: grid !important;
	grid-template-columns: 244px minmax(0, 1fr) !important;
	grid-template-rows: 1fr !important;
	margin: 0 auto !important;
	max-width: 1132px !important;
	min-height: 690px !important;
	overflow: hidden !important;
	width: 100% !important;
}

body.woocommerce-account.logged-in .zlm-account-native-intro {
	background: #fffdf8 !important;
	grid-column: 1 / -1 !important;
	grid-row: 1 !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 34px 32px 28px !important;
}

body.woocommerce-account.logged-in .zlm-account-native-intro h1 {
	color: #e45f43 !important;
	font-family: "Just Tell", "Trebuchet MS", sans-serif !important;
	font-size: 47px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	margin: 0 0 13px !important;
}

body.woocommerce-account.logged-in .zlm-account-native-intro p {
	color: #315c5e !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 13px !important;
	line-height: 1.65 !important;
	margin: 0 !important;
}

body.woocommerce-account.logged-in .zlm-account-sidebar {
	background: #fffaf2 !important;
	border: 0 !important;
	border-right: 1px solid #eadbc8 !important;
	display: flex !important;
	flex-direction: column !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	padding: 27px 20px 34px !important;
	width: auto !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
	background: #fffdf8 !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	padding: 30px 32px 34px !important;
}

body.woocommerce-account.logged-in .zlm-account-nav li a {
	border-radius: 8px !important;
	color: #315c5e !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	gap: 13px !important;
	min-height: 48px !important;
	padding: 11px 13px !important;
}

body.woocommerce-account.logged-in .zlm-account-nav li.is-active a,
body.woocommerce-account.logged-in .zlm-account-nav li a:hover {
	background: #fceddf !important;
	color: #e45f43 !important;
}

body.woocommerce-account.logged-in .zlm-sidebar-rainbow {
	align-items: flex-end !important;
	display: flex !important;
	flex: 1 0 150px !important;
	height: auto !important;
	justify-content: center !important;
	margin: 42px auto 0 !important;
	overflow: visible !important;
	position: static !important;
	width: 100% !important;
}

body.woocommerce-account.logged-in .zlm-sidebar-rainbow img {
	display: block !important;
	height: auto !important;
	max-height: 190px !important;
	max-width: 170px !important;
	object-fit: contain !important;
	width: 82% !important;
}

@media (max-width: 767px) {
	body.woocommerce-account.logged-in .woocommerce:not(.widget_shopping_cart_content) {
		display: block !important;
		min-height: 0 !important;
	}

	body.woocommerce-account.logged-in .zlm-account-native-intro {
		padding: 25px 18px !important;
	}

	body.woocommerce-account.logged-in .zlm-account-native-intro h1 {
		font-size: 39px !important;
	}

	body.woocommerce-account.logged-in .zlm-account-sidebar {
		border-bottom: 1px solid #eadbc8 !important;
		border-right: 0 !important;
		padding: 14px !important;
	}

	body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
		padding: 19px 15px 24px !important;
	}
}

body.woocommerce-account .site-main,
body.woocommerce-account #content-wrap {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

body.woocommerce-account .woocommerce {
	color: var(--zlm-text);
	font-family: "Roboto", Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 auto;
	max-width: 1480px;
}

body.woocommerce-account.logged-in .woocommerce {
	display: grid;
	grid-template-columns: 330px minmax(0, 1fr);
	min-height: 720px;
}

body.woocommerce-account.logged-in .elementor-element-7f93282 {
	display: none;
}

.zlm-account-sidebar {
	border-right: 1px solid var(--zlm-line);
	grid-column: 1;
	grid-row: 1;
	padding: 42px 24px 60px 30px;
}

.zlm-account-profile {
	align-items: center;
	border-bottom: 1px solid var(--zlm-line);
	display: grid;
	gap: 18px;
	grid-template-columns: 86px minmax(0, 1fr);
	margin-bottom: 24px;
	padding: 0 8px 30px;
}

.zlm-account-avatar {
	align-items: center;
	background: #fff4d9;
	border: 1px solid #f1dfae;
	border-radius: 50%;
	color: var(--zlm-coral);
	display: flex;
	font-family: "Just Tell", "Trebuchet MS", sans-serif;
	font-size: 42px;
	height: 82px;
	justify-content: center;
	width: 82px;
}

.zlm-account-profile strong {
	color: var(--zlm-green);
	display: block;
	font-family: "Just Tell", "Trebuchet MS", sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 0.95;
}

.zlm-account-profile small {
	color: var(--zlm-text);
	display: block;
	font-size: 11px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zlm-account-nav,
body.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

.zlm-account-nav ul {
	margin: 0;
	width: 100%;
}

.zlm-account-nav li {
	list-style: none;
	margin: 0 0 4px;
	width: 100% !important;
}

.zlm-account-nav li a {
	align-items: center;
	border-radius: 6px;
	box-sizing: border-box;
	color: var(--zlm-green);
	display: flex;
	font-size: 15px;
	gap: 14px;
	min-height: 54px;
	padding: 12px 15px;
	transition: background-color 160ms ease, color 160ms ease;
	white-space: nowrap;
	width: 100%;
}

.zlm-account-nav li a:hover {
	background: #f5f8f6;
	color: var(--zlm-coral);
}

.zlm-account-nav li.is-active a {
	background: var(--zlm-mint);
	color: var(--zlm-coral);
}

.zlm-account-nav .dashicons {
	color: currentColor;
	font-size: 22px;
	height: 22px;
	width: 22px;
}

.zlm-account-nav li.woocommerce-MyAccount-navigation-link--customer-logout {
	border-top: 1px solid var(--zlm-line);
	margin-top: 16px;
	padding-top: 16px;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	float: none !important;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	opacity: 1;
	padding: 50px 54px 70px 44px;
	position: relative;
	transition: opacity 150ms ease;
	width: auto !important;
}

body.woocommerce-account .woocommerce-MyAccount-content.is-loading {
	min-height: 300px;
	opacity: 0.35;
	pointer-events: none;
}

body.woocommerce-account .woocommerce-MyAccount-content.is-loading::after {
	animation: zlm-spin 700ms linear infinite;
	border: 2px solid rgba(23, 62, 50, 0.18);
	border-radius: 50%;
	border-top-color: var(--zlm-coral);
	content: "";
	height: 28px;
	left: calc(50% - 14px);
	position: absolute;
	top: 120px;
	width: 28px;
}

@keyframes zlm-spin {
	to { transform: rotate(360deg); }
}

.zlm-page-heading {
	margin-bottom: 46px;
}

.zlm-account__breadcrumb {
	align-items: center;
	color: var(--zlm-coral);
	display: flex;
	font-size: 12px;
	gap: 10px;
	margin: 0 0 24px;
}

.zlm-account__breadcrumb a {
	color: var(--zlm-green);
}

body.woocommerce-account .zlm-page-heading h1,
body.woocommerce-account .zlm-dashboard h2,
body.woocommerce-account .zlm-account-empty h2 {
	color: var(--zlm-green);
	font-family: "Just Tell", "Trebuchet MS", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

body.woocommerce-account .zlm-page-heading h1 {
	font-size: 44px;
	line-height: 1;
	margin: 0 0 12px;
}

.zlm-page-heading > p:last-child {
	color: var(--zlm-muted);
	font-size: 14px;
	margin: 0;
}

.zlm-dashboard-section {
	border-bottom: 1px solid var(--zlm-line);
	margin-bottom: 26px;
	padding-bottom: 26px;
}

.zlm-section-heading {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}

body.woocommerce-account .zlm-section-heading h2 {
	font-size: 30px;
	margin: 0;
}

.zlm-section-heading a {
	color: var(--zlm-coral);
	font-size: 12px;
}

.zlm-order-summary {
	align-items: center;
	border: 1px solid #eadfc4;
	border-radius: 6px;
	display: grid;
	font-size: 13px;
	gap: 18px;
	grid-template-columns: auto 1.4fr 1fr 1fr auto auto;
	min-height: 64px;
	padding: 10px 15px;
}

.zlm-order-summary > .dashicons {
	color: var(--zlm-green);
	font-size: 27px;
	height: 27px;
	width: 27px;
}

.zlm-status::before,
.zlm-order-state::before {
	background: var(--zlm-gold);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 8px;
	margin-right: 7px;
	width: 8px;
}

.zlm-small-button,
.zlm-primary-button,
body.woocommerce-account .woocommerce button.button {
	background: var(--zlm-coral) !important;
	border: 1px solid var(--zlm-coral) !important;
	border-radius: 4px !important;
	color: #fff !important;
	display: inline-block;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	padding: 10px 16px !important;
	text-align: center;
	text-transform: none !important;
}

.zlm-small-button:hover,
.zlm-primary-button:hover,
body.woocommerce-account .woocommerce button.button:hover {
	background: var(--zlm-coral-dark) !important;
}

.zlm-favorites {
	display: grid;
	gap: 0;
}

.zlm-favorite-product {
	align-items: center;
	border-bottom: 1px solid #ece8dd;
	display: grid;
	gap: 16px;
	grid-template-columns: 52px minmax(0, 1fr);
	padding: 8px 0;
}

.zlm-favorite-product:last-child {
	border-bottom: 0;
}

.zlm-favorite-product__image {
	background: #f7f4ed;
	border-radius: 4px;
	height: 48px;
	overflow: hidden;
	width: 48px;
}

.zlm-favorite-product img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.zlm-favorite-product > div {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.zlm-favorite-product a {
	color: var(--zlm-green);
	font-size: 13px;
}

.zlm-address {
	align-items: flex-start;
	display: flex;
	gap: 28px;
}

.zlm-address address,
.zlm-address-block address {
	font-size: 13px;
	font-style: normal;
	line-height: 1.55;
	margin: 10px 0 18px;
}

.zlm-outline-button {
	align-items: center;
	background: transparent !important;
	border: 1px solid #c7ceca !important;
	border-radius: 4px !important;
	color: var(--zlm-green) !important;
	display: inline-flex;
	font-size: 12px;
	gap: 6px;
	padding: 8px 14px;
}

.zlm-empty-state,
.zlm-account-empty {
	align-items: center;
	border: 1px solid var(--zlm-line);
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.zlm-empty-state p {
	margin: 0;
}

.zlm-shop-cta {
	display: block;
	margin: 30px auto 0;
	max-width: 240px;
}

/* Commandes */
.zlm-order-tools {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 34px;
}

.zlm-order-filters {
	display: inline-flex;
}

.zlm-order-filters button {
	background: #fff;
	border: 1px solid #cad1cd;
	border-radius: 0;
	color: var(--zlm-green);
	font-size: 13px;
	margin-left: -1px;
	min-height: 42px;
	padding: 8px 18px;
}

.zlm-order-filters button:first-child {
	border-radius: 5px 0 0 5px;
	margin-left: 0;
}

.zlm-order-filters button:last-child {
	border-radius: 0 5px 5px 0;
}

.zlm-order-filters button.is-active {
	background: var(--zlm-mint);
	border-color: #86b9aa;
}

.zlm-order-search {
	align-items: center;
	border: 1px solid #cad1cd;
	border-radius: 5px;
	display: flex;
	gap: 8px;
	max-width: 330px;
	padding: 0 12px;
	width: 100%;
}

.zlm-order-search input {
	border: 0 !important;
	box-shadow: none !important;
	font-size: 13px;
	height: 42px;
	min-height: 42px !important;
	padding: 0 !important;
}

.zlm-orders-list__head,
.zlm-order-row {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 1.2fr 0.8fr 0.9fr 0.7fr 0.9fr;
}

.zlm-orders-list__head {
	border-bottom: 1px solid var(--zlm-line);
	color: var(--zlm-muted);
	font-size: 10px;
	padding: 0 0 12px;
	text-transform: uppercase;
}

.zlm-order-row {
	border-bottom: 1px solid var(--zlm-line);
	font-size: 12px;
	min-height: 86px;
	padding: 13px 0;
}

.zlm-order-row[hidden] {
	display: none;
}

.zlm-order-row a {
	color: var(--zlm-green);
}

.zlm-order-state--complete::before {
	background: #4c9b69;
}

.zlm-order-actions {
	display: grid;
	gap: 5px;
}

.zlm-order-link {
	color: var(--zlm-green) !important;
	font-size: 11px;
}

.zlm-order-link--secondary {
	color: var(--zlm-coral) !important;
}

.zlm-account-empty {
	flex-direction: column;
	justify-content: center;
	min-height: 260px;
	text-align: center;
}

.zlm-account-empty > .dashicons {
	color: var(--zlm-gold);
	font-size: 38px;
	height: 38px;
	width: 38px;
}

.zlm-account-empty h2 {
	font-size: 28px;
	margin: 14px 0 4px;
}

.zlm-account-empty .zlm-primary-button {
	margin-top: 12px;
}

/* Adresses */
.zlm-address-grid {
	display: grid;
	gap: clamp(40px, 7vw, 90px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 680px;
}

.zlm-address-block h2 {
	border-bottom: 1px solid var(--zlm-line);
	color: var(--zlm-green);
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 18px;
	padding-bottom: 12px;
}

.zlm-delivery-note {
	align-items: center;
	border-top: 1px solid var(--zlm-line);
	display: flex;
	gap: 18px;
	margin-top: 52px;
	max-width: 680px;
	padding: 24px 8px 0;
}

.zlm-delivery-note > .dashicons {
	color: var(--zlm-green);
	font-size: 36px;
	height: 36px;
	width: 36px;
}

.zlm-delivery-note p {
	display: grid;
	margin: 0;
}

.zlm-delivery-note small {
	color: var(--zlm-muted);
	margin-top: 4px;
}

.zlm-address-editor-layout {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 370px;
	margin: 0 !important;
	width: 100% !important;
}

.zlm-address-editor-context,
.zlm-address-drawer {
	box-sizing: border-box;
	min-width: 0;
}

.zlm-address-page--embedded .zlm-address-grid {
	gap: 36px;
	grid-template-columns: 1fr;
}

.zlm-address-drawer {
	background: #fff;
	border: 1px solid #cfd4d1;
	border-radius: 6px;
	box-shadow: 0 15px 40px rgba(28, 48, 41, 0.12);
	padding: 26px;
	position: relative;
}

.zlm-address-drawer__close {
	color: var(--zlm-green);
	position: absolute;
	right: 18px;
	top: 18px;
}

body.woocommerce-account .zlm-address-drawer h2 {
	color: var(--zlm-green);
	font-size: 21px;
	margin: 0 36px 4px 0;
}

.zlm-address-drawer__type {
	color: var(--zlm-muted);
	font-size: 11px;
	margin: 0 0 20px;
}

.zlm-address-drawer .woocommerce-address-fields,
.zlm-address-drawer form {
	border: 0;
	margin: 0;
	padding: 0;
}

.zlm-address-drawer .form-row {
	margin: 0 0 14px;
	padding: 0;
	width: 100%;
}

.zlm-address-drawer label {
	color: var(--zlm-green);
	font-size: 11px;
	font-weight: 500;
	margin-bottom: 5px;
}

body.woocommerce-account .zlm-address-drawer input.input-text,
body.woocommerce-account .zlm-address-drawer select {
	background: #fff;
	border: 1px solid #cdd2cf;
	border-radius: 4px;
	box-shadow: none;
	font-size: 12px;
	min-height: 40px;
	padding: 8px 10px;
	width: 100%;
}

.zlm-address-form-actions {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
	margin-top: 22px;
}

.zlm-address-form-actions .zlm-outline-button {
	justify-content: center;
}

/* Connexion */
.zlm-account--guest {
	margin: 0 auto;
	max-width: 1320px;
	padding: 46px 40px 70px;
}

.zlm-account__heading {
	margin-bottom: 34px;
}

.zlm-account__title-row {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

.zlm-account__eyebrow,
.zlm-panel-kicker {
	color: var(--zlm-coral);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

body.woocommerce-account .zlm-account__heading h1 {
	color: var(--zlm-green);
	font-family: "Just Tell", "Trebuchet MS", sans-serif;
	font-size: 46px;
	letter-spacing: 0;
	margin: 6px 0 0;
}

.zlm-account__title-row > p {
	color: var(--zlm-muted);
	font-size: 13px;
	margin: 0;
	max-width: 420px;
}

.zlm-login-layout {
	align-items: start;
	display: grid;
	gap: 64px;
	grid-template-columns: minmax(300px, 0.75fr) minmax(500px, 1.25fr);
}

.zlm-login-panel {
	padding-top: 20px;
}

body.woocommerce-account .zlm-login-panel h2 {
	color: var(--zlm-green);
	font-family: "Just Tell", "Trebuchet MS", sans-serif;
	font-size: 34px;
	letter-spacing: 0;
	margin: 8px 0 24px;
}

.zlm-account form.login,
.zlm-account form.register {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.zlm-account .form-row {
	margin-bottom: 16px;
	padding: 0;
}

.zlm-account .form-row label {
	color: var(--zlm-green);
	display: block;
	font-size: 12px;
	margin-bottom: 6px;
}

.zlm-account input.input-text {
	background: #fff;
	border: 1px solid #cdd2cf;
	border-radius: 4px;
	box-shadow: none;
	min-height: 44px;
	padding: 9px 12px;
	width: 100%;
}

.zlm-login-options {
	align-items: center;
	display: flex;
	font-size: 11px;
	justify-content: space-between;
	margin: 4px 0 18px;
}

.zlm-login-options a {
	color: var(--zlm-green);
	text-decoration: underline;
}

.zlm-login-panel .zlm-primary-button {
	width: 100%;
}

.zlm-register {
	border-top: 1px solid var(--zlm-line);
	margin-top: 22px;
	padding-top: 20px;
}

.zlm-register summary {
	cursor: pointer;
	font-size: 12px;
	list-style: none;
}

.zlm-register summary strong {
	color: var(--zlm-coral);
	display: block;
	margin-top: 6px;
}

.zlm-login-visual {
	border-radius: 4px;
	height: 385px;
	overflow: hidden;
	position: relative;
}

.zlm-login-visual img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.zlm-login-visual__caption {
	background: rgba(255, 253, 247, 0.94);
	border-left: 3px solid var(--zlm-coral);
	bottom: 18px;
	left: 18px;
	max-width: 280px;
	padding: 12px 15px;
	position: absolute;
}

.zlm-login-visual__caption span {
	color: var(--zlm-coral);
	display: block;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.zlm-login-visual__caption strong {
	color: var(--zlm-green);
	font-family: "Just Tell", "Trebuchet MS", sans-serif;
	font-size: 20px;
}

.zlm-login-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 20px;
}

.zlm-login-benefits > div {
	align-items: center;
	border-right: 1px solid var(--zlm-line);
	display: grid;
	gap: 3px 10px;
	grid-template-columns: 34px 1fr;
	padding: 4px 18px;
}

.zlm-login-benefits > div:last-child {
	border-right: 0;
}

.zlm-login-benefits .dashicons {
	color: var(--zlm-coral);
	font-size: 25px;
	grid-row: span 2;
}

.zlm-login-benefits strong {
	color: var(--zlm-green);
	font-size: 12px;
}

.zlm-login-benefits small {
	color: var(--zlm-muted);
	font-size: 10px;
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce-account .woocommerce-MyAccount-content {
		transition: none;
	}

	body.woocommerce-account .woocommerce-MyAccount-content.is-loading::after {
		animation: none;
	}
}

@media (max-width: 1024px) {
	body.woocommerce-account.logged-in .woocommerce {
		grid-template-columns: 240px minmax(0, 1fr);
	}

	.zlm-account-sidebar {
		padding-inline: 16px;
	}

	.zlm-account-profile {
		grid-template-columns: 58px 1fr;
	}

	.zlm-account-avatar {
		font-size: 30px;
		height: 56px;
		width: 56px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content {
		padding: 40px 28px 60px;
	}

	.zlm-address-editor-layout {
		grid-template-columns: 1fr;
	}

	.zlm-address-editor-context,
	.zlm-address-drawer {
		width: 100%;
	}

	.zlm-login-layout {
		gap: 36px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.woocommerce-account.logged-in .woocommerce {
		display: block;
		min-height: 0;
	}

	.zlm-account-sidebar {
		border-bottom: 1px solid var(--zlm-line);
		border-right: 0;
		padding: 22px 18px 16px;
	}

	.zlm-account-profile {
		grid-template-columns: 52px 1fr;
		margin-bottom: 14px;
		padding: 0 0 16px;
	}

	.zlm-account-avatar {
		font-size: 27px;
		height: 50px;
		width: 50px;
	}

	.zlm-account-profile strong {
		font-size: 22px;
	}

	.zlm-account-nav ul {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 6px;
		scrollbar-width: thin;
	}

	.zlm-account-nav li {
		flex: 0 0 auto;
	}

	.zlm-account-nav li a {
		min-height: 42px;
		padding: 8px 12px;
	}

	.zlm-account-nav li.woocommerce-MyAccount-navigation-link--customer-logout {
		border: 0;
		margin: 0;
		padding: 0;
	}

	body.woocommerce-account .woocommerce-MyAccount-content {
		padding: 28px 20px 50px;
	}

	.zlm-page-heading {
		margin-bottom: 32px;
	}

	body.woocommerce-account .zlm-page-heading h1 {
		font-size: 38px;
	}

	.zlm-order-tools {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.zlm-order-search {
		max-width: none;
	}

	.zlm-orders-list__head {
		display: none;
	}

	.zlm-order-row {
		align-items: start;
		grid-template-columns: 1fr 1fr;
	}

	.zlm-order-actions {
		grid-column: 1 / -1;
	}

	.zlm-address-grid {
		gap: 34px;
		grid-template-columns: 1fr;
	}

	.zlm-address-drawer .form-row {
		box-sizing: border-box;
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.zlm-order-summary {
		grid-template-columns: auto 1fr;
	}

	.zlm-order-summary > *:not(.dashicons) {
		grid-column: 2;
	}

	.zlm-account--guest {
		padding: 28px 20px 50px;
	}

	.zlm-account__title-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.zlm-login-visual {
		height: 270px;
	}

	.zlm-login-benefits {
		grid-template-columns: 1fr;
	}

	.zlm-login-benefits > div {
		border-bottom: 1px solid var(--zlm-line);
		border-right: 0;
		padding: 12px;
	}
}

/* Shortcode autonome et tableau de bord valide */
.zlm-account-shortcode {
	background: #fffdf7;
	color: #244f50;
	margin: 0 auto;
	max-width: 1240px;
	padding: clamp(22px, 4vw, 50px);
}

.zlm-account-shortcode__intro {
	margin-bottom: 34px;
	max-width: 640px;
}

.zlm-account-shortcode__intro > span {
	color: var(--zlm-coral);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

body.woocommerce-account .zlm-account-shortcode__intro h1,
.zlm-account-shortcode__intro h1 {
	color: #e56e52;
	font-family: "Just Tell", "Trebuchet MS", sans-serif;
	font-size: clamp(48px, 6vw, 68px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 8px 0 14px;
}

.zlm-account-shortcode__intro p {
	color: #315f62;
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

.zlm-account-shortcode__body > .woocommerce {
	border: 1px solid #eadac8;
	border-radius: 14px;
	overflow: hidden;
}

.logged-in .zlm-account-shortcode__body > .woocommerce {
	display: grid;
	grid-template-columns: 255px minmax(0, 1fr);
	min-height: 720px;
}

.logged-in .zlm-account-shortcode .zlm-account-sidebar {
	grid-column: 1;
	grid-row: 1;
}

.logged-in .zlm-account-shortcode .woocommerce-MyAccount-content {
	float: none !important;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	width: auto !important;
}

.zlm-account-shortcode .zlm-account--guest > .zlm-account__heading {
	display: none;
}

.zlm-account-shortcode .zlm-account--guest {
	padding: 34px;
}

.zlm-account-shortcode .zlm-account-sidebar {
	background: #fffaf1;
	border-color: #eadac8;
	padding: 30px 24px;
	position: relative;
}

.zlm-account-shortcode .zlm-account-nav li a {
	color: #315f62;
	font-size: 13px;
	font-weight: 600;
}

.zlm-account-shortcode .zlm-account-nav li.is-active a {
	background: #fce9df;
	color: #e66045;
}

.zlm-sidebar-rainbow {
	clear: both;
	height: 125px;
	margin: 70px auto 0;
	overflow: hidden;
	position: relative;
	width: 150px;
}

.zlm-sidebar-rainbow > span,
.zlm-sidebar-rainbow > span > span,
.zlm-sidebar-rainbow > span > span > span,
.zlm-sidebar-rainbow > span > span > span > span,
.zlm-sidebar-rainbow > span > span > span > span > span {
	border: 7px solid #e77c61;
	border-bottom: 0;
	border-radius: 90px 90px 0 0;
	bottom: 0;
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.zlm-sidebar-rainbow > span > span {
	border-color: #e9b54b;
	inset: 14px 14px 0;
}

.zlm-sidebar-rainbow > span > span > span {
	border-color: #efcf8b;
	inset: 28px 28px 0;
}

.zlm-sidebar-rainbow > span > span > span > span {
	border-color: #9ab9a0;
	inset: 42px 42px 0;
}

.zlm-sidebar-rainbow > span > span > span > span > span {
	border-color: #a9d2ca;
	inset: 56px 56px 0;
}

.zlm-account-shortcode .woocommerce-MyAccount-content {
	background: #fffdf8;
	padding: 28px !important;
}

.zlm-dashboard--rich {
	display: grid;
	gap: 20px;
}

.zlm-dashboard-hello {
	align-items: center;
	background: #fff8ed;
	border: 1px solid #f2e3d1;
	border-radius: 14px;
	display: flex;
	justify-content: space-between;
	min-height: 155px;
	overflow: hidden;
	padding: 26px 34px;
}

.zlm-dashboard-hello > div:first-child > span {
	color: #e56e52;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

body.woocommerce-account .zlm-dashboard-hello h2,
.zlm-dashboard-hello h2 {
	color: #e45f43 !important;
	font-family: "Just Tell", "Trebuchet MS", sans-serif !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	margin: 6px 0 12px;
}

.zlm-dashboard-hello p {
	color: #315f62;
	font-size: 12px;
	line-height: 1.75;
	margin: 0;
}

.zlm-dashboard-hello__marks {
	align-items: center;
	display: flex;
	gap: 18px;
	padding: 20px;
}

.zlm-dashboard-hello__marks span {
	color: #e9ad3a;
	font-size: 42px;
}

.zlm-dashboard-hello__marks span:nth-child(2) {
	color: #e56e52;
	font-size: 54px;
}

.zlm-dashboard-hello__marks span:nth-child(3) {
	color: #8bb09a;
}

.zlm-dashboard-stats {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.zlm-dashboard-stats > a {
	align-items: center;
	background: #fffdf8;
	border: 1px solid #eadfce;
	border-radius: 14px;
	color: #315f62;
	display: grid;
	gap: 14px;
	grid-template-columns: 62px 1fr;
	min-height: 105px;
	padding: 18px;
}

.zlm-stat-icon {
	align-items: center;
	background: #fff1d8;
	border-radius: 50%;
	color: #e9a927;
	display: flex !important;
	font-size: 28px !important;
	height: 58px !important;
	justify-content: center;
	width: 58px !important;
}

.zlm-dashboard-stats > a:nth-child(2) .zlm-stat-icon {
	background: #fde9e2;
	color: #e76f53;
}

.zlm-dashboard-stats > a:nth-child(3) .zlm-stat-icon {
	background: #fff2d5;
	color: #e6aa25;
}

.zlm-dashboard-stats a > span:last-child {
	display: grid;
}

.zlm-dashboard-stats small {
	color: #315f62 !important;
	font-size: 11px;
	font-weight: 700;
}

.zlm-dashboard-stats strong {
	color: #315f62 !important;
	font-family: "Just Tell", "Trebuchet MS", sans-serif !important;
	font-size: 30px;
	line-height: 1;
}

.zlm-dashboard-stats strong .woocommerce-Price-amount {
	font: inherit;
}

.zlm-dashboard-stats em {
	color: #e45f43 !important;
	font-size: 10px;
	font-style: normal;
	margin-top: 5px;
}

.zlm-dashboard-columns {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.zlm-dashboard-columns > div {
	display: grid;
	gap: 16px;
}

.zlm-dashboard-card {
	background: #fffdf8;
	border: 1px solid #eadfce;
	border-radius: 14px;
	padding: 20px;
}

.zlm-dashboard-card > header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

body.woocommerce-account .zlm-dashboard-card h2,
.zlm-dashboard-card h2 {
	align-items: center;
	color: #315f62 !important;
	display: flex;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	gap: 8px;
	margin: 0;
}

.zlm-dashboard-card h2 .dashicons {
	color: #315f62;
	font-size: 17px;
}

.zlm-dashboard-card header > a {
	color: #e45f43;
	font-size: 10px;
}

.zlm-recent-orders__head,
.zlm-recent-order {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 1.1fr 0.9fr 0.9fr 0.75fr 16px;
}

.zlm-recent-orders__head {
	border-bottom: 1px solid #eadfce;
	color: #315f62;
	font-size: 9px;
	font-weight: 700;
	padding: 0 0 10px;
}

.zlm-recent-order {
	border-bottom: 1px solid #f0e8db;
	color: #315f62;
	font-size: 10px;
	min-height: 42px;
}

.zlm-recent-order:last-child {
	border-bottom: 0;
}

.zlm-order-badge {
	background: #fff0d1;
	border-radius: 999px;
	color: #c98b18;
	display: inline-flex;
	justify-content: center;
	padding: 5px 8px;
	width: fit-content;
}

.zlm-order-badge--complete {
	background: #e8f1df;
	color: #5d8a50;
}

.zlm-order-badge--cancelled {
	background: #fde4dd;
	color: #d95e48;
}

.zlm-account-details dl {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 16px;
}

.zlm-account-details dl > div {
	min-width: 0;
}

.zlm-account-details dt {
	font-size: 9px;
	font-weight: 700;
}

.zlm-account-details dd {
	font-size: 10px;
	margin: 4px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zlm-account-details .zlm-primary-button {
	font-size: 10px !important;
	margin-left: auto;
	padding: 8px 13px !important;
	width: fit-content;
}

.zlm-dashboard-addresses > div {
	border-bottom: 1px solid #eadfce;
	padding: 4px 28px 16px 0;
	position: relative;
}

.zlm-dashboard-addresses > div + div {
	padding-top: 16px;
}

.zlm-dashboard-addresses > div > span {
	background: #e8f1df;
	border-radius: 999px;
	color: #5d8a50;
	display: inline-block;
	font-size: 9px;
	padding: 5px 10px;
}

.zlm-dashboard-addresses address {
	color: #315f62;
	font-size: 10px;
	font-style: normal;
	line-height: 1.7;
	margin-top: 12px;
}

.zlm-dashboard-addresses > div > a {
	color: #315f62;
	font-size: 22px;
	position: absolute;
	right: 2px;
	top: 50%;
}

.zlm-dashboard-empty {
	color: #61766e;
	font-size: 11px;
	padding: 22px 0;
	text-align: center;
}

.zlm-dashboard-empty a {
	color: #e45f43;
}

@media (max-width: 980px) {
	.zlm-dashboard-stats {
		grid-template-columns: 1fr;
	}

	.zlm-dashboard-columns {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.zlm-account-shortcode {
		padding: 20px 14px;
	}

	.zlm-account-shortcode__intro h1 {
		font-size: 48px;
	}

	.logged-in .zlm-account-shortcode__body > .woocommerce {
		display: block;
		min-height: 0;
	}

	.zlm-sidebar-rainbow {
		display: none;
	}

	.zlm-account-shortcode .woocommerce-MyAccount-content {
		padding: 18px !important;
	}

	.zlm-dashboard-hello {
		min-height: 0;
		padding: 22px;
	}

	.zlm-dashboard-hello__marks {
		display: none;
	}

	.zlm-dashboard-stats > a {
		min-height: 88px;
	}

	.zlm-recent-orders__head {
		display: none;
	}

	.zlm-recent-order {
		grid-template-columns: 1fr 1fr;
		padding: 10px 0;
	}

	.zlm-recent-order > span:last-child {
		display: none;
	}

	.zlm-account-details dl {
		grid-template-columns: 1fr;
	}
}

/* Mockup 2026: couche visuelle finale, isolee du theme et d'Elementor. */
@font-face {
	font-display: swap;
	font-family: "Just Tell";
	font-style: normal;
	font-weight: 400 800;
	src: url("/wp-content/uploads/2023/06/Just-tell-me-what-regular-Version-2.woff2") format("woff2"),
		url("/wp-content/uploads/2023/06/Just-tell-me-what-regular-Version-2.woff") format("woff");
}

@font-face {
	font-display: swap;
	font-family: "Felician Caps";
	font-style: normal;
	font-weight: 400;
	src: url("/wp-content/uploads/2023/06/FelicianCaps.woff2") format("woff2"),
		url("/wp-content/uploads/2023/06/FelicianCaps.woff") format("woff");
}

.zlm-account-shortcode {
	--zlm-coral: #df7257;
	--zlm-coral-strong: #e45f43;
	--zlm-teal: #315c5e;
	--zlm-teal-soft: #627a78;
	--zlm-gold: #e6aa27;
	--zlm-cream: #fffaf0;
	--zlm-surface: #fffdf8;
	--zlm-peach: #fceddf;
	--zlm-border: #eadbc8;
	background: transparent !important;
	box-sizing: border-box;
	color: var(--zlm-teal) !important;
	font-family: "Roboto", Arial, sans-serif !important;
	margin: 0 auto !important;
	max-width: 1180px !important;
	padding: 54px 24px 62px !important;
	width: 100% !important;
}

.zlm-account-shortcode *,
.zlm-account-shortcode *::before,
.zlm-account-shortcode *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.zlm-account-shortcode__intro {
	margin: 0 0 28px !important;
	max-width: 620px !important;
}

.zlm-account-shortcode__intro > span {
	display: none !important;
}

body .zlm-account-shortcode .zlm-account-shortcode__intro h1 {
	color: var(--zlm-coral-strong) !important;
	font-family: "Just Tell", "Trebuchet MS", sans-serif !important;
	font-size: 47px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	margin: 0 0 13px !important;
}

.zlm-account-shortcode__intro p {
	color: var(--zlm-teal) !important;
	font-size: 13px !important;
	line-height: 1.65 !important;
	margin: 0 !important;
}

.zlm-account-shortcode__body > .woocommerce,
.logged-in .zlm-account-shortcode__body > .woocommerce {
	background: var(--zlm-surface) !important;
	border: 1px solid var(--zlm-border) !important;
	border-radius: 13px !important;
	display: grid !important;
	grid-template-columns: 244px minmax(0, 1fr) !important;
	min-height: 690px !important;
	overflow: hidden !important;
	width: 100% !important;
}

.zlm-account-shortcode .zlm-account-sidebar {
	background: #fffaf2 !important;
	border: 0 !important;
	border-right: 1px solid var(--zlm-border) !important;
	display: flex !important;
	flex-direction: column !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	min-width: 0 !important;
	padding: 27px 20px 34px !important;
	width: auto !important;
}

.zlm-account-shortcode .woocommerce-MyAccount-navigation,
.zlm-account-shortcode .zlm-account-nav {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

.zlm-account-shortcode .zlm-account-nav ul {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.zlm-account-shortcode .zlm-account-nav li {
	border: 0 !important;
	display: block !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
	width: 100% !important;
}

.zlm-account-shortcode .zlm-account-nav li a {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 8px !important;
	color: var(--zlm-teal) !important;
	display: flex !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	gap: 13px !important;
	justify-content: flex-start !important;
	line-height: 1.3 !important;
	min-height: 48px !important;
	overflow: visible !important;
	padding: 11px 13px !important;
	text-align: left !important;
	white-space: nowrap !important;
	width: 100% !important;
}

.zlm-account-shortcode .zlm-account-nav li a:hover,
.zlm-account-shortcode .zlm-account-nav li.is-active a {
	background: var(--zlm-peach) !important;
	color: var(--zlm-coral-strong) !important;
}

.zlm-account-shortcode .zlm-account-nav .dashicons {
	color: currentColor !important;
	flex: 0 0 24px !important;
	font-size: 22px !important;
	height: 24px !important;
	line-height: 24px !important;
	text-align: center !important;
	width: 24px !important;
}

.zlm-account-shortcode .zlm-account-nav li.woocommerce-MyAccount-navigation-link--customer-logout {
	border: 0 !important;
	margin-top: 4px !important;
	padding-top: 0 !important;
}

.zlm-account-shortcode .zlm-sidebar-rainbow {
	align-items: flex-end !important;
	display: flex !important;
	flex: 1 0 150px !important;
	height: auto !important;
	justify-content: center !important;
	margin: 42px auto 0 !important;
	overflow: visible !important;
	position: static !important;
	width: 100% !important;
}

.zlm-account-shortcode .zlm-sidebar-rainbow img {
	display: block !important;
	height: auto !important;
	max-height: 190px !important;
	max-width: 170px !important;
	object-fit: contain !important;
	width: 82% !important;
}

.zlm-account-shortcode .woocommerce-MyAccount-content {
	background: var(--zlm-surface) !important;
	color: var(--zlm-teal) !important;
	float: none !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	margin: 0 !important;
	min-width: 0 !important;
	padding: 30px 32px 34px !important;
	width: auto !important;
}

.zlm-account-shortcode .zlm-dashboard--rich {
	display: grid !important;
	gap: 17px !important;
}

.zlm-account-shortcode .zlm-dashboard-hello {
	background: #fff8ed !important;
	border: 0 !important;
	border-radius: 11px !important;
	min-height: 164px !important;
	padding: 27px 30px !important;
	position: relative !important;
}

.zlm-account-shortcode .zlm-dashboard-hello::after {
	background: url("/wp-content/uploads/2023/07/Arc-en-ciel.png") center / contain no-repeat;
	content: "";
	height: 120px;
	opacity: 0.28;
	position: absolute;
	right: 82px;
	top: 24px;
	width: 130px;
}

.zlm-account-shortcode .zlm-dashboard-hello > div:first-child {
	max-width: 55%;
	position: relative;
	z-index: 1;
}

.zlm-account-shortcode .zlm-dashboard-hello > div:first-child > span {
	color: var(--zlm-coral) !important;
	font-size: 8px !important;
}

body .zlm-account-shortcode .zlm-dashboard-hello h2 {
	color: var(--zlm-coral-strong) !important;
	font-family: "Just Tell", "Trebuchet MS", sans-serif !important;
	font-size: 34px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	margin: 8px 0 16px !important;
}

.zlm-account-shortcode .zlm-dashboard-hello p {
	color: var(--zlm-teal) !important;
	font-size: 11px !important;
	line-height: 1.75 !important;
}

.zlm-account-shortcode .zlm-dashboard-hello__marks {
	gap: 13px !important;
	position: relative !important;
	z-index: 1 !important;
}

.zlm-account-shortcode .zlm-dashboard-hello__marks span {
	font-size: 27px !important;
}

.zlm-account-shortcode .zlm-dashboard-stats {
	gap: 15px !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.zlm-account-shortcode .zlm-dashboard-stats > a {
	background: var(--zlm-surface) !important;
	border: 1px solid var(--zlm-border) !important;
	border-radius: 10px !important;
	gap: 12px !important;
	grid-template-columns: 50px minmax(0, 1fr) !important;
	min-height: 102px !important;
	padding: 15px !important;
}

.zlm-account-shortcode .zlm-stat-icon {
	font-size: 24px !important;
	height: 50px !important;
	width: 50px !important;
}

.zlm-account-shortcode .zlm-dashboard-stats small {
	font-size: 10px !important;
}

.zlm-account-shortcode .zlm-dashboard-stats strong {
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

.zlm-account-shortcode .zlm-dashboard-stats em {
	font-size: 9px !important;
}

.zlm-account-shortcode .zlm-dashboard-columns {
	gap: 15px !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.92fr) !important;
}

.zlm-account-shortcode .zlm-dashboard-columns > div {
	gap: 15px !important;
}

.zlm-account-shortcode .zlm-dashboard-card {
	background: var(--zlm-surface) !important;
	border: 1px solid var(--zlm-border) !important;
	border-radius: 10px !important;
	padding: 18px !important;
}

.zlm-account-shortcode .zlm-dashboard-card > header {
	margin-bottom: 15px !important;
}

body .zlm-account-shortcode .zlm-dashboard-card h2 {
	color: var(--zlm-teal) !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: 700 !important;
}

.zlm-account-shortcode .zlm-dashboard-card header > a,
.zlm-account-shortcode .zlm-dashboard-empty a {
	color: var(--zlm-coral-strong) !important;
	font-size: 9px !important;
}

.zlm-account-shortcode .zlm-page-heading {
	margin: 0 0 27px !important;
}

.zlm-account-shortcode .zlm-account__breadcrumb {
	display: none !important;
}

body .zlm-account-shortcode .zlm-page-heading h1,
body .zlm-account-shortcode .woocommerce-MyAccount-content > form > h2,
body .zlm-account-shortcode .woocommerce-MyAccount-content > h2 {
	color: var(--zlm-coral-strong) !important;
	font-family: "Just Tell", "Trebuchet MS", sans-serif !important;
	font-size: 35px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	margin: 0 0 14px !important;
}

.zlm-account-shortcode .zlm-page-heading p,
.zlm-account-shortcode .woocommerce-MyAccount-content p {
	color: var(--zlm-teal) !important;
	font-size: 11px !important;
	line-height: 1.65 !important;
}

.zlm-account-shortcode button,
.zlm-account-shortcode .button,
.zlm-account-shortcode .zlm-primary-button,
.zlm-account-shortcode input[type="submit"] {
	background: var(--zlm-coral-strong) !important;
	border: 1px solid var(--zlm-coral-strong) !important;
	border-radius: 7px !important;
	color: #fff !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	padding: 11px 17px !important;
}

.zlm-account-shortcode input:not([type="checkbox"]):not([type="radio"]),
.zlm-account-shortcode select,
.zlm-account-shortcode textarea {
	background: #fffdf9 !important;
	border: 1px solid var(--zlm-border) !important;
	border-radius: 7px !important;
	color: var(--zlm-teal) !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 11px !important;
	min-height: 42px !important;
	padding: 10px 13px !important;
}

.zlm-account-shortcode label,
.zlm-account-shortcode legend {
	color: var(--zlm-teal) !important;
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: 600 !important;
}

.zlm-account-shortcode table,
.zlm-account-shortcode .zlm-orders-list,
.zlm-account-shortcode .zlm-address-block {
	background: var(--zlm-surface) !important;
	border-color: var(--zlm-border) !important;
	border-radius: 10px !important;
	color: var(--zlm-teal) !important;
}

@media (max-width: 980px) {
	.zlm-account-shortcode {
		padding: 36px 18px 48px !important;
	}

	.zlm-account-shortcode__body > .woocommerce,
	.logged-in .zlm-account-shortcode__body > .woocommerce {
		grid-template-columns: 210px minmax(0, 1fr) !important;
	}

	.zlm-account-shortcode .woocommerce-MyAccount-content {
		padding: 24px !important;
	}

	.zlm-account-shortcode .zlm-dashboard-columns {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 767px) {
	body .zlm-account-shortcode .zlm-account-shortcode__intro h1 {
		font-size: 39px !important;
	}

	.zlm-account-shortcode__body > .woocommerce,
	.logged-in .zlm-account-shortcode__body > .woocommerce {
		display: block !important;
		min-height: 0 !important;
	}

	.zlm-account-shortcode .zlm-account-sidebar {
		border-bottom: 1px solid var(--zlm-border) !important;
		border-right: 0 !important;
		padding: 14px !important;
	}

	.zlm-account-shortcode .zlm-account-nav ul {
		display: grid !important;
		gap: 7px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.zlm-account-shortcode .zlm-account-nav li {
		margin: 0 !important;
	}

	.zlm-account-shortcode .zlm-account-nav li a {
		font-size: 10px !important;
		min-height: 44px !important;
		padding: 8px 10px !important;
		white-space: normal !important;
	}

	.zlm-account-shortcode .zlm-sidebar-rainbow {
		display: none !important;
	}

	.zlm-account-shortcode .woocommerce-MyAccount-content {
		padding: 19px 15px 24px !important;
	}

	.zlm-account-shortcode .zlm-dashboard-hello {
		min-height: 145px !important;
		padding: 22px !important;
	}

	.zlm-account-shortcode .zlm-dashboard-hello::after {
		opacity: 0.14;
		right: 12px;
	}

	.zlm-account-shortcode .zlm-dashboard-hello > div:first-child {
		max-width: 78%;
	}

	.zlm-account-shortcode .zlm-dashboard-stats {
		grid-template-columns: 1fr !important;
	}
}

/* Neutralisation finale des styles de cartes injectes par le theme. */
body.woocommerce-account.logged-in .zlm-account-nav li,
body.woocommerce-account.logged-in .zlm-account-nav li a,
.zlm-account-shortcode .zlm-account-nav li,
.zlm-account-shortcode .zlm-account-nav li a {
	border: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-account.logged-in .zlm-account-nav li:not(.is-active) a,
.zlm-account-shortcode .zlm-account-nav li:not(.is-active) a {
	background: transparent !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content,
.zlm-account-shortcode .woocommerce-MyAccount-content {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

@media (max-width: 767px) {
	body.woocommerce-account.logged-in .zlm-account-nav ul {
		display: grid !important;
		gap: 7px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		overflow: visible !important;
		width: 100% !important;
	}

	body.woocommerce-account.logged-in .zlm-account-nav li {
		display: block !important;
		margin: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-account.logged-in .zlm-account-nav li a {
		font-size: 10px !important;
		min-height: 44px !important;
		padding: 8px 10px !important;
		white-space: normal !important;
	}

	body.woocommerce-account.logged-in .zlm-sidebar-rainbow {
		display: none !important;
	}

	body.woocommerce-account.logged-in .zlm-dashboard-hello::after,
	.zlm-account-shortcode .zlm-dashboard-hello::after {
		display: none !important;
	}

	body.woocommerce-account.logged-in .zlm-dashboard-hello > div:first-child,
	.zlm-account-shortcode .zlm-dashboard-hello > div:first-child {
		max-width: 100% !important;
	}

	body.woocommerce-account.logged-in .zlm-dashboard-hello h2,
	.zlm-account-shortcode .zlm-dashboard-hello h2 {
		font-size: 30px !important;
	}
}

/* Palette de production demandee. */
body.woocommerce-account.logged-in .woocommerce:not(.widget_shopping_cart_content),
body.woocommerce-account.logged-in .woocommerce-MyAccount-content,
body.woocommerce-account.logged-in .zlm-dashboard-card,
body.woocommerce-account.logged-in .zlm-dashboard-stats > a,
.zlm-account-shortcode,
.zlm-account-shortcode .zlm-account-shortcode__body > .woocommerce,
.zlm-account-shortcode .woocommerce-MyAccount-content,
.zlm-account-shortcode .zlm-dashboard-card,
.zlm-account-shortcode .zlm-dashboard-stats > a {
	background-color: #fffcea !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content a:not(.button):not(.zlm-primary-button),
.zlm-account-shortcode .woocommerce-MyAccount-content a:not(.button):not(.zlm-primary-button) {
	color: #d97752 !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content h1,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h3,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h4,
body.woocommerce-account.logged-in .zlm-dashboard-card h2,
body.woocommerce-account.logged-in .zlm-dashboard-stats small,
body.woocommerce-account.logged-in .zlm-dashboard-stats strong,
.zlm-account-shortcode .woocommerce-MyAccount-content h1,
.zlm-account-shortcode .woocommerce-MyAccount-content h2,
.zlm-account-shortcode .woocommerce-MyAccount-content h3,
.zlm-account-shortcode .woocommerce-MyAccount-content h4,
.zlm-account-shortcode .zlm-dashboard-card h2,
.zlm-account-shortcode .zlm-dashboard-stats small,
.zlm-account-shortcode .zlm-dashboard-stats strong {
	color: #dcb34a !important;
}

body.woocommerce-account.logged-in .zlm-account-nav li a,
.zlm-account-shortcode .zlm-account-nav li a {
	color: #4f694f !important;
}

body.woocommerce-account.logged-in .zlm-account-nav li.is-active a,
body.woocommerce-account.logged-in .zlm-account-nav li a:hover,
.zlm-account-shortcode .zlm-account-nav li.is-active a,
.zlm-account-shortcode .zlm-account-nav li a:hover {
	color: #d97752 !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .zlm-primary-button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"],
.zlm-account-shortcode .woocommerce-MyAccount-content button,
.zlm-account-shortcode .woocommerce-MyAccount-content .button,
.zlm-account-shortcode .woocommerce-MyAccount-content .zlm-primary-button,
.zlm-account-shortcode .woocommerce-MyAccount-content input[type="submit"] {
	background-color: #d97752 !important;
	border-color: #d97752 !important;
	color: #fff !important;
}

/* Correctifs de palette du tableau de bord. */
body.woocommerce-account.logged-in .zlm-account-sidebar,
.zlm-account-shortcode .zlm-account-sidebar {
	background-color: #fff8ed !important;
}

body.woocommerce-account.logged-in .zlm-dashboard-stats small,
body.woocommerce-account.logged-in .zlm-dashboard-stats strong,
body.woocommerce-account.logged-in .zlm-dashboard-stats .woocommerce-Price-amount,
.zlm-account-shortcode .zlm-dashboard-stats small,
.zlm-account-shortcode .zlm-dashboard-stats strong,
.zlm-account-shortcode .zlm-dashboard-stats .woocommerce-Price-amount {
	color: #4f694f !important;
}
