:root {
	--tazemiz-green: #154629;
	--tazemiz-green-dark: #0e3824;
	--tazemiz-green-mid: #366a43;
	--tazemiz-ivory: #faf9f5;
	--tazemiz-ink: #17231b;
	--tazemiz-muted: #6e756f;
	--tazemiz-line: #dfe2dc;
}

.woocommerce-account:not(.logged-in) .woocommerce {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.tazemiz-account,
.tazemiz-account * {
	box-sizing: border-box;
}

.tazemiz-account {
	width: 100%;
	padding: 28px 15px 40px;
	color: var(--tazemiz-ink);
}

.tazemiz-account__card {
	width: min(100%, 1040px);
	min-height: 545px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 52% 48%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e3e5de;
	border-radius: 15px;
	box-shadow: 0 18px 42px rgba(22, 51, 32, .13), 0 3px 8px rgba(22, 51, 32, .05);
}

.tazemiz-account__login {
	padding: 43px clamp(38px, 4vw, 56px) 38px;
	background: #fff;
}

.tazemiz-account__eyebrow {
	margin: 0 0 8px !important;
	color: #6e8b65;
	font-size: 9px;
	letter-spacing: .18em;
	font-weight: 800;
}

.tazemiz-account__heading h1 {
	margin: 0;
	color: var(--tazemiz-green-dark);
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: -.035em;
}

.tazemiz-account__heading > p:last-child {
	margin: 10px 0 28px;
	color: var(--tazemiz-muted);
	font-size: 12.5px;
	line-height: 1.55;
}

.tazemiz-login-form,
.tazemiz-register .register {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.tazemiz-login-form .form-row,
.tazemiz-register .form-row {
	margin: 0 0 15px;
	padding: 0;
}

.tazemiz-login-form label,
.tazemiz-register label {
	display: block;
	margin: 0 0 7px;
	font-size: 12.5px;
	line-height: 1.4;
	font-weight: 700;
}

.tazemiz-password-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tazemiz-password-label a {
	color: #b42318;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tazemiz-password-label a:hover,
.tazemiz-password-label a:focus {
	color: #8f1912;
}

.tazemiz-field {
	width: 100%;
	height: 47px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border: 1px solid #d8dcd6;
	border-radius: 7px;
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.tazemiz-field:focus-within {
	border-color: #67906e;
	box-shadow: 0 0 0 3px rgba(80, 126, 88, .12);
}

.tazemiz-field__icon {
	width: 44px;
	color: #969d97;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.tazemiz-field__icon--dot {
	font-size: 8px;
}

.tazemiz-field .input-text {
	min-width: 0;
	height: 100% !important;
	flex: 1;
	align-self: stretch;
	margin: 0 !important;
	padding: 0 8px 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--tazemiz-ink);
	font-size: 14px;
	line-height: normal !important;
	vertical-align: middle;
}

.tazemiz-field .input-text::placeholder {
	line-height: normal;
}

.tazemiz-field .show-password-input,
.tazemiz-field .password-input + .show-password-input {
	display: none !important;
}

.tazemiz-password-toggle {
	align-self: stretch;
	padding: 0 13px;
	border: 0;
	background: transparent;
	color: var(--tazemiz-green-mid);
	font-size: 10.5px;
	font-weight: 700;
	cursor: pointer;
}

.tazemiz-login-actions .woocommerce-form-login__rememberme {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 17px;
	color: #5f6661;
	font-size: 11px;
	font-weight: 400;
}

.tazemiz-login-actions input[type="checkbox"] {
	width: 14px;
	height: 14px;
	margin: 0;
	accent-color: var(--tazemiz-green);
}

.tazemiz-primary-button {
	width: 100% !important;
	height: 46px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	border: 1px solid var(--tazemiz-green) !important;
	border-radius: 7px !important;
	background: var(--tazemiz-green) !important;
	color: #fff !important;
	font-size: 12.5px !important;
	font-weight: 800 !important;
	line-height: 44px !important;
	text-align: center;
	cursor: pointer;
}

.tazemiz-primary-button:hover,
.tazemiz-primary-button:focus {
	background: #0b341e !important;
}

.tazemiz-divider {
	margin: 12px 0;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #9a9f9a;
	font-size: 10.5px;
}

.tazemiz-divider::before,
.tazemiz-divider::after {
	content: "";
	height: 1px;
	flex: 1;
	background: var(--tazemiz-line);
}

.tazemiz-signup {
	margin: 15px 0 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 11px;
}

.tazemiz-signup a {
	padding: 8px 12px;
	border: 1px solid #7b9a78;
	border-radius: 6px;
	color: var(--tazemiz-green);
	font-weight: 800;
	text-decoration: none;
}

.tazemiz-social-login {
	width: 100%;
	margin: 0 0 15px;
}

.tazemiz-social-login[hidden] {
	display: none !important;
}

.tazemiz-social-login > p:empty {
	display: none !important;
}

.tazemiz-social-login a[href*="loginSocial=google"],
.tazemiz-social-login [data-provider="google"] {
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--tazemiz-ink) !important;
	text-decoration: none !important;
}

.tazemiz-social-login .nsl-button-google {
	width: 100% !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px;
	border: 1px solid #d8dcd6 !important;
	border-radius: 7px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--tazemiz-ink) !important;
	font-size: 12.5px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	text-align: center !important;
}

.tazemiz-social-login a[href*="loginSocial=google"]:hover .nsl-button-google,
.tazemiz-social-login a[href*="loginSocial=google"]:focus .nsl-button-google {
	border-color: #a9b3aa !important;
	background: #fcfcf9 !important;
}

.tazemiz-social-login .nsl-container,
.tazemiz-social-login .nsl-container-buttons,
.tazemiz-social-login .nsl-button {
	width: 100% !important;
	max-width: none !important;
}

.tazemiz-social-login .nsl-container {
	margin: 0 !important;
	padding: 0 !important;
}

.tazemiz-social-login .nsl-button-svg-container {
	flex: 0 0 auto !important;
	margin: 0 !important;
}

.tazemiz-account__benefits {
	position: relative;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px 38px 36px 48px;
	overflow: hidden;
	background: #fbfbf5;
}

.tazemiz-account__benefits::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/tazemiz-botanical-bg.png") center / cover no-repeat;
}

.tazemiz-account__benefits::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #fbfbf5 0%, rgba(251, 251, 245, .94) 48%, rgba(251, 251, 245, .46) 78%, rgba(251, 251, 245, .08) 100%);
}

.tazemiz-benefit,
.tazemiz-trust-row,
.tazemiz-guest-shopping {
	position: relative;
	z-index: 1;
}

.tazemiz-guest-shopping {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 16px;
	padding: 16px 18px;
	border: 1px solid rgba(21, 70, 41, .2);
	border-radius: 10px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 7px 20px rgba(21, 70, 41, .04);
}

.tazemiz-guest-shopping__icon {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--tazemiz-green);
	color: #fff;
}

.tazemiz-guest-shopping__icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tazemiz-guest-shopping strong {
	display: block;
	margin: 0 0 5px;
	color: var(--tazemiz-green-dark);
	font-size: 17px;
	line-height: 1.3;
}

.tazemiz-guest-shopping p {
	margin: 0 !important;
	color: #667069;
	font-size: 14.5px;
	line-height: 1.55;
}

.tazemiz-benefit {
	min-height: 104px;
	display: flex;
	align-items: center;
	gap: 20px;
	border-bottom: 1px solid rgba(176, 187, 166, .46);
}

.tazemiz-benefit__icon {
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(225, 233, 213, .92);
	color: var(--tazemiz-green);
}

.tazemiz-benefit svg,
.tazemiz-trust-row svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tazemiz-benefit svg {
	width: 29px;
	height: 29px;
}

.tazemiz-benefit strong,
.tazemiz-benefit small {
	display: block;
}

.tazemiz-benefit strong {
	color: var(--tazemiz-green-dark);
	font-size: 15px;
	line-height: 1.35;
}

.tazemiz-benefit small {
	margin-top: 7px;
	color: #777e77;
	font-size: 12.5px;
}

.tazemiz-trust-row {
	margin-top: 22px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.tazemiz-trust-row span {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	color: #56635a;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
}

.tazemiz-trust-row svg {
	width: 25px;
	height: 25px;
	color: var(--tazemiz-green);
}

.tazemiz-register {
	width: min(100%, 680px);
	margin: 35px auto 0;
	padding: 34px;
	border: 1px solid #e3e5de;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(22, 51, 32, .07);
	scroll-margin-top: 40px;
}

.tazemiz-register h2 {
	margin: 0 0 8px;
	color: var(--tazemiz-green-dark);
	font-size: 26px;
}

.tazemiz-register > p {
	margin: 0 0 24px;
	color: var(--tazemiz-muted);
	font-size: 13px;
	line-height: 1.6;
}

.tazemiz-register .input-text {
	width: 100%;
	height: 46px;
	padding: 0 13px;
	border: 1px solid #d8dcd6;
	border-radius: 7px;
	background: #fff;
	box-shadow: none;
}

.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
	width: min(100%, 1040px);
	margin: 0 auto 18px;
}

.tazemiz-recovery {
	width: min(100% - 30px, 900px);
	min-height: 460px;
	margin: 30px auto 45px;
	display: grid;
	grid-template-columns: 58% 42%;
	overflow: hidden;
	border: 1px solid #e3e5de;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(22, 51, 32, .12), 0 3px 8px rgba(22, 51, 32, .05);
}

.tazemiz-recovery__form {
	padding: 55px clamp(34px, 5vw, 62px);
}

.tazemiz-recovery__heading h1,
.tazemiz-recovery--confirmation h1 {
	margin: 0;
	color: var(--tazemiz-green-dark);
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -.03em;
}

.tazemiz-recovery__heading > p:last-child,
.tazemiz-recovery--confirmation .tazemiz-recovery__form > p {
	margin: 13px 0 30px;
	color: var(--tazemiz-muted);
	font-size: 13.5px;
	line-height: 1.65;
}

.tazemiz-recovery-form {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.tazemiz-recovery-form .form-row {
	width: 100% !important;
	margin: 0 0 20px !important;
	padding: 0 !important;
	float: none !important;
}

.tazemiz-recovery-form label {
	display: block;
	margin: 0 0 8px;
	color: var(--tazemiz-ink);
	font-size: 13px;
	font-weight: 700;
}

.tazemiz-recovery-form > .form-row > .input-text {
	width: 100%;
	height: 48px;
	margin: 0 !important;
	padding: 0 13px !important;
	border: 1px solid #d8dcd6 !important;
	border-radius: 7px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--tazemiz-ink);
	font-size: 14px;
}

.tazemiz-recovery-form > .form-row > .input-text:focus {
	border-color: #67906e !important;
	box-shadow: 0 0 0 3px rgba(80, 126, 88, .12) !important;
	outline: 0;
}

.tazemiz-recovery__aside {
	position: relative;
	padding: 55px 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background:
		linear-gradient(90deg, rgba(251, 251, 245, .96), rgba(251, 251, 245, .58)),
		url("../images/tazemiz-botanical-bg.png") center / cover no-repeat;
}

.tazemiz-recovery__shield {
	width: 66px;
	height: 66px;
	margin-bottom: 22px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(225, 233, 213, .94);
	color: var(--tazemiz-green);
}

.tazemiz-recovery__shield svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tazemiz-recovery__aside h2 {
	margin: 0 0 12px;
	color: var(--tazemiz-green-dark);
	font-size: 20px;
	line-height: 1.3;
}

.tazemiz-recovery__aside > p {
	margin: 0 0 20px;
	color: #68716a;
	font-size: 12.5px;
	line-height: 1.65;
}

.tazemiz-recovery__aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tazemiz-recovery__aside li {
	position: relative;
	margin: 0 0 11px;
	padding-left: 21px;
	color: #566259;
	font-size: 12px;
	line-height: 1.5;
}

.tazemiz-recovery__aside li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--tazemiz-green);
	font-weight: 800;
}

.tazemiz-back-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 2px;
	color: var(--tazemiz-green-mid);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.tazemiz-recovery__divider {
	margin-top: 4px;
}

.tazemiz-recovery .tazemiz-social-login {
	margin-bottom: 18px;
}

.tazemiz-back-link:hover {
	color: var(--tazemiz-green-dark);
	text-decoration: underline;
}

.tazemiz-recovery--confirmation {
	min-height: 360px;
	grid-template-columns: 1fr;
	text-align: center;
}

.tazemiz-recovery--confirmation .tazemiz-recovery__form {
	max-width: 650px;
	margin: auto;
}

.tazemiz-confirmation-icon {
	width: 58px;
	height: 58px;
	margin: 0 auto 20px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--tazemiz-green);
	color: #fff;
	font-size: 25px;
	font-weight: 800;
}

.tazemiz-primary-link {
	min-width: 220px;
	height: 46px;
	padding: 0 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: var(--tazemiz-green);
	color: #fff !important;
	font-size: 12.5px;
	font-weight: 800;
	text-decoration: none !important;
}

.tazemiz-primary-link:hover {
	background: #0b341e;
}

@media (max-width: 800px) {
	.tazemiz-account__card {
		grid-template-columns: 1fr;
		width: min(100%, 590px);
	}

	.tazemiz-account__login {
		padding: 38px 42px;
	}

	.tazemiz-account__benefits {
		padding: 28px 34px;
	}

	.tazemiz-benefit {
		min-height: 86px;
	}

	.tazemiz-recovery {
		grid-template-columns: 1fr;
		width: min(100% - 24px, 590px);
	}

	.tazemiz-recovery__form {
		padding: 42px 38px;
	}

	.tazemiz-recovery__aside {
		padding: 35px 38px;
	}
}

@media (max-width: 520px) {
	.tazemiz-account {
		padding: 15px 5px 30px;
	}

	.tazemiz-account__card {
		border-radius: 12px;
	}

	.tazemiz-account__login {
		padding: 30px 22px;
	}

	.tazemiz-account__heading h1 {
		font-size: 30px;
	}

	.tazemiz-account__benefits {
		padding: 22px 18px;
	}

	.tazemiz-guest-shopping {
		padding: 14px;
	}

	.tazemiz-guest-shopping strong {
		font-size: 16px;
	}

	.tazemiz-guest-shopping p {
		font-size: 13.5px;
	}

	.tazemiz-benefit {
		gap: 13px;
	}

	.tazemiz-benefit__icon {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
	}

	.tazemiz-benefit strong {
		font-size: 13px;
	}

	.tazemiz-benefit small {
		font-size: 11.5px;
	}

	.tazemiz-signup {
		flex-direction: column;
	}

	.tazemiz-register {
		padding: 26px 20px;
	}

	.tazemiz-recovery {
		width: calc(100% - 16px);
		margin-top: 18px;
		border-radius: 12px;
	}

	.tazemiz-recovery__form,
	.tazemiz-recovery__aside {
		padding: 30px 22px;
	}

	.tazemiz-recovery__heading h1,
	.tazemiz-recovery--confirmation h1 {
		font-size: 27px;
	}

	.tazemiz-recovery__shield {
		width: 56px;
		height: 56px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tazemiz-account * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Logged-in dashboard — Concept 2 */
.tazemiz-account-page.logged-in .woocommerce {
	--tazemiz-dashboard-green: #0d4b2b;
	--tazemiz-dashboard-sage: #eef2e7;
	--tazemiz-dashboard-border: #e1e5dc;
	width: min(100% - 32px, 1290px);
	margin: 36px auto 70px;
	color: #172019;
}

.tazemiz-account-page.logged-in .entry-title,
.tazemiz-account-page.logged-in .page-title,
.tazemiz-account-page.logged-in .woocommerce-MyAccount-content > p:first-child {
	display: none;
}

.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation,
.tazemiz-account-page.logged-in .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation {
	margin: 0 0 24px;
}

.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	border: 1px solid var(--tazemiz-dashboard-border);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(18, 52, 32, .07);
}

.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0;
	border: 0;
}

.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation a {
	min-height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	color: #2c302d;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation li:not(.is-active) a:hover {
	background: #f6f8f3;
	color: var(--tazemiz-dashboard-green);
}

.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation .is-active a {
	position: relative;
	background: var(--tazemiz-dashboard-green);
	color: #fff;
}

.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation .is-active a::after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	content: "";
	transform: translateX(-50%);
}

.tazemiz-dashboard {
	font-family: inherit;
}

.tazemiz-dashboard__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 4px 22px;
}

.tazemiz-dashboard__eyebrow {
	display: block;
	margin-bottom: 5px;
	color: var(--tazemiz-dashboard-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
}

.tazemiz-dashboard__header h1 {
	margin: 0;
	color: #101611;
	font-size: clamp(29px, 3.1vw, 43px);
	font-weight: 800;
	line-height: 1.08;
}

.tazemiz-dashboard__logout {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 11px 17px;
	border: 1px solid var(--tazemiz-dashboard-green);
	border-radius: 8px;
	color: var(--tazemiz-dashboard-green) !important;
	font-weight: 700;
	text-decoration: none !important;
}

.tazemiz-dashboard__logout:hover {
	background: var(--tazemiz-dashboard-green);
	color: #fff !important;
}

.tazemiz-order-card,
.tazemiz-quick-actions,
.tazemiz-delivery-card {
	border: 1px solid var(--tazemiz-dashboard-border);
	border-radius: 12px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 7px 22px rgba(20, 54, 34, .07);
}

.tazemiz-order-card {
	display: grid;
	grid-template-columns: minmax(220px, .75fr) minmax(500px, 1.75fr);
	grid-template-areas:
		"summary progress"
		"summary button";
	gap: 18px 38px;
	padding: 38px 40px 30px;
}

.tazemiz-order-card__summary {
	grid-area: summary;
}

.tazemiz-order-card__summary h2 {
	margin: 8px 0 7px;
	color: var(--tazemiz-dashboard-green);
	font-family: Georgia, serif;
	font-size: clamp(29px, 3vw, 42px);
	line-height: 1.08;
}

.tazemiz-order-card__summary p {
	margin: 0 0 12px;
	color: #697069;
	font-size: 14px;
}

.tazemiz-order-card__total {
	color: #1c3324;
	font-size: 16px;
}

.tazemiz-order-progress {
	position: relative;
	grid-area: progress;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	padding-top: 6px;
}

.tazemiz-order-progress::before {
	position: absolute;
	top: 29px;
	right: 11%;
	left: 11%;
	height: 2px;
	background: #d9ded5;
	content: "";
}

.tazemiz-order-progress__step {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: #858a85;
	font-size: 12px;
	text-align: center;
}

.tazemiz-order-progress__step strong {
	font-size: 13px;
	line-height: 1.25;
}

.tazemiz-order-progress__dot {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border: 2px solid #d7dcd4;
	border-radius: 50%;
	background: #fff;
	font-size: 15px;
	font-weight: 800;
}

.tazemiz-order-progress__step.is-current,
.tazemiz-order-progress__step.is-complete {
	color: var(--tazemiz-dashboard-green);
}

.tazemiz-order-progress__step.is-current .tazemiz-order-progress__dot {
	border: 6px solid var(--tazemiz-dashboard-sage);
	background: #fff;
}

.tazemiz-order-progress__step.is-complete .tazemiz-order-progress__dot {
	border-color: var(--tazemiz-dashboard-green);
	background: var(--tazemiz-dashboard-green);
	color: #fff;
}

.tazemiz-dashboard__button {
	grid-area: button;
	justify-self: center;
	min-width: 220px;
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 10px 22px;
	border-radius: 8px;
	background: var(--tazemiz-dashboard-green);
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
}

.tazemiz-dashboard__button:hover {
	background: #083a20;
}

.tazemiz-order-card--empty {
	grid-template-columns: 1fr auto;
	grid-template-areas: none;
	align-items: center;
}

.tazemiz-order-card--empty .tazemiz-dashboard__button {
	grid-area: auto;
}

.tazemiz-dashboard__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 24px;
}

.tazemiz-quick-actions,
.tazemiz-delivery-card {
	padding: 27px 31px;
}

.tazemiz-quick-actions h2,
.tazemiz-delivery-card h2 {
	margin: 0 0 22px;
	color: #173521;
	font-size: 22px;
	font-weight: 800;
}

.tazemiz-quick-actions__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.tazemiz-quick-actions__items > a {
	min-height: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 16px 10px;
	border: 1px solid #dfe5d8;
	border-radius: 9px;
	background: #f8faf5;
	color: var(--tazemiz-dashboard-green) !important;
	text-align: center;
	text-decoration: none !important;
}

.tazemiz-quick-actions__items > a:hover {
	border-color: #aebda7;
	background: var(--tazemiz-dashboard-sage);
	transform: translateY(-2px);
}

.tazemiz-action-icon {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	border: 1px solid #d5ddcf;
	border-radius: 50%;
	background: #fff;
	font-size: 27px;
	line-height: 1;
}

.tazemiz-quick-actions__items strong {
	font-size: 13px;
	line-height: 1.35;
}

.tazemiz-delivery-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.tazemiz-delivery-card__head a,
.tazemiz-delivery-card__add {
	padding: 8px 13px;
	border: 1px solid var(--tazemiz-dashboard-green);
	border-radius: 7px;
	color: var(--tazemiz-dashboard-green) !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
}

.tazemiz-delivery-card address {
	padding-left: 21px;
	border-left: 2px solid var(--tazemiz-dashboard-sage);
	color: #39423b;
	font-size: 14px;
	font-style: normal;
	line-height: 1.85;
}

/* Other account endpoints inherit the same horizontal navigation. */
.tazemiz-account-page.logged-in .woocommerce-MyAccount-content:not(:has(.tazemiz-dashboard)) {
	padding: 28px 32px;
	border: 1px solid var(--tazemiz-dashboard-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(20, 54, 34, .07);
}

@media (max-width: 900px) {
	.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.tazemiz-order-card {
		grid-template-columns: 1fr;
		grid-template-areas:
			"summary"
			"progress"
			"button";
	}

	.tazemiz-dashboard__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.tazemiz-account-page.logged-in .woocommerce {
		width: min(100% - 20px, 1290px);
		margin-top: 20px;
	}

	.tazemiz-account-page.logged-in .woocommerce-MyAccount-navigation a {
		min-height: 55px;
		padding: 9px;
		font-size: 13px;
	}

	.tazemiz-dashboard__header {
		align-items: flex-end;
	}

	.tazemiz-dashboard__logout {
		padding: 9px 11px;
		font-size: 12px;
	}

	.tazemiz-order-card {
		padding: 28px 20px 24px;
	}

	.tazemiz-order-progress {
		overflow-x: auto;
	}

	.tazemiz-order-progress__step {
		min-width: 78px;
	}

	.tazemiz-quick-actions,
	.tazemiz-delivery-card {
		padding: 24px 18px;
	}

	.tazemiz-quick-actions__items {
		grid-template-columns: 1fr;
	}

	.tazemiz-quick-actions__items > a {
		min-height: 90px;
		flex-direction: row;
	}

	.tazemiz-account-page.logged-in .woocommerce-MyAccount-content:not(:has(.tazemiz-dashboard)) {
		padding: 22px 17px;
	}
}

/* v1.9.1 — one consistent typeface across dashboard and notices */
.tazemiz-account-page.logged-in .woocommerce,
.tazemiz-account-page.logged-in .woocommerce *,
.tazemiz-account-page.logged-in .woocommerce-message,
.tazemiz-account-page.logged-in .woocommerce-info,
.tazemiz-account-page.logged-in .woocommerce-error {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
}

.tazemiz-account-page.logged-in .woocommerce-message,
.tazemiz-account-page.logged-in .woocommerce-info,
.tazemiz-account-page.logged-in .woocommerce-error {
	font-size: 14px;
	font-weight: 650;
	letter-spacing: normal;
}

.tazemiz-eft-notified + .tazemiz-eft-form {
	margin-top: 10px;
}

/* v2.0.0 — shared account subpages */
.tazemiz-account-page.logged-in:not(.tazemiz-dashboard-page) .woocommerce {
	width: min(100% - 32px, 1240px);
	margin: 36px auto 70px;
}

.tazemiz-account-page.logged-in:not(.tazemiz-dashboard-page) .woocommerce-MyAccount-navigation {
	display: block;
	margin-bottom: 24px;
}

.tazemiz-account-page.logged-in:not(.tazemiz-dashboard-page) .woocommerce-MyAccount-navigation ul {
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
}

.tazemiz-endpoint-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
	padding: 5px 3px 0;
}

.tazemiz-endpoint-header h1 {
	margin: 3px 0 5px;
	color: #102d1c;
	font-size: clamp(29px, 3vw, 41px);
	font-weight: 780;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.tazemiz-endpoint-header p {
	margin: 0;
	color: #68716a;
	font-size: 14px;
}

.tazemiz-endpoint-header > a {
	flex: 0 0 auto;
	padding: 10px 15px;
	border: 1px solid #0d4b2b;
	border-radius: 8px;
	color: #0d4b2b !important;
	font-size: 12px;
	font-weight: 750;
	text-decoration: none !important;
}

.tazemiz-endpoint-header > a:hover {
	background: #0d4b2b;
	color: #fff !important;
}

.tazemiz-account-page.logged-in:not(.tazemiz-dashboard-page) .woocommerce-MyAccount-content {
	padding: 30px 32px;
	border: 1px solid #e1e5dc;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(20, 54, 34, .08);
}

/* Orders */
.tazemiz-account-page .woocommerce-orders-table,
.tazemiz-account-page .woocommerce-table--order-details {
	width: 100%;
	margin: 0;
	overflow: hidden;
	border: 1px solid #e1e5dc;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	background: #fff;
}

.tazemiz-account-page .woocommerce-orders-table thead,
.tazemiz-account-page .woocommerce-table--order-details thead {
	background: #f1f5ed;
}

.tazemiz-account-page .woocommerce-orders-table th,
.tazemiz-account-page .woocommerce-table--order-details th {
	padding: 14px 15px;
	border: 0;
	border-bottom: 1px solid #dfe5db;
	color: #264331;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.tazemiz-account-page .woocommerce-orders-table td,
.tazemiz-account-page .woocommerce-table--order-details td {
	padding: 16px 15px;
	border: 0;
	border-bottom: 1px solid #edf0eb;
	color: #404841;
	font-size: 13px;
	vertical-align: middle;
}

.tazemiz-account-page .woocommerce-orders-table tbody tr:last-child td {
	border-bottom: 0;
}

.tazemiz-account-page .woocommerce-orders-table tbody tr:hover {
	background: #fbfcf9;
}

.tazemiz-account-page .woocommerce-orders-table__cell-order-number a {
	color: #0d4b2b !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
}

.tazemiz-account-page .woocommerce-orders-table__cell-order-status {
	color: #0d4b2b;
	font-weight: 750;
}

.tazemiz-account-page .woocommerce-orders-table__cell-order-status::after {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-left: 7px;
	border-radius: 50%;
	background: currentColor;
	content: "";
	vertical-align: 1px;
}

.tazemiz-account-page .woocommerce-orders-table__cell-order-status.tazemiz-status--success {
	color: #157143;
}

.tazemiz-account-page .woocommerce-orders-table__cell-order-status.tazemiz-status--pending {
	color: #a96808;
}

.tazemiz-account-page .woocommerce-orders-table__cell-order-status.tazemiz-status--danger {
	color: #ae4138;
}

.tazemiz-account-page .woocommerce-orders-table__cell-order-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.tazemiz-account-page .woocommerce-orders-table .button,
.tazemiz-account-page .woocommerce-order-details .button,
.tazemiz-account-page .order-actions-button {
	min-height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 7px 11px;
	border: 1px solid #0d4b2b;
	border-radius: 6px;
	background: #fff;
	color: #0d4b2b;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.1;
	text-decoration: none;
	text-transform: none;
}

.tazemiz-account-page .woocommerce-orders-table .button:hover,
.tazemiz-account-page .order-actions-button:hover {
	background: #0d4b2b;
	color: #fff;
}

.tazemiz-account-page .woocommerce-pagination {
	margin-top: 22px;
}

.tazemiz-account-page .woocommerce-pagination .button {
	padding: 10px 18px;
	border-radius: 7px;
	background: #0d4b2b;
	color: #fff;
	text-transform: none;
}

/* View order */
.tazemiz-account-page .woocommerce-MyAccount-content > p {
	margin: 0 0 22px;
	padding: 15px 18px;
	border-left: 4px solid #0d4b2b;
	border-radius: 0 8px 8px 0;
	background: #eef3e9;
	color: #385141;
	font-size: 14px;
	line-height: 1.6;
}

.tazemiz-account-page .woocommerce-MyAccount-content > p mark {
	padding: 2px 5px;
	border-radius: 4px;
	background: #dce9d6;
	color: #0d4b2b;
	font-weight: 800;
}

.tazemiz-account-page .woocommerce-order-details__title,
.tazemiz-account-page .woocommerce-column__title,
.tazemiz-account-page .order-actions--heading {
	margin: 28px 0 14px;
	color: #163923;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.02em;
	text-transform: none;
}

.tazemiz-account-page .woocommerce-table--order-details tfoot th,
.tazemiz-account-page .woocommerce-table--order-details tfoot td {
	padding: 12px 15px;
	border-top: 1px solid #e4e8e1;
	background: #fafbf8;
	font-size: 13px;
}

.tazemiz-account-page .woocommerce-table--order-details .product-name a {
	color: #0d4b2b;
	font-weight: 750;
	text-decoration: none;
}

.tazemiz-account-page .shipment-order-page {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid #dfe5da;
	border-radius: 9px;
	background: #f8faf6;
}

.tazemiz-account-page .woocommerce-customer-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.tazemiz-account-page .woocommerce-customer-details .woocommerce-column {
	width: auto;
	max-width: none;
	padding: 22px;
	border: 1px solid #dfe5da;
	border-radius: 10px;
	background: #fafbf8;
}

.tazemiz-account-page .woocommerce-customer-details address {
	padding: 0;
	border: 0;
	color: #4c554e;
	font-size: 13px;
	font-style: normal;
	line-height: 1.8;
}

/* Addresses */
.tazemiz-account-page .woocommerce-MyAccount-content > p + .u-columns {
	margin-top: 22px;
}

.tazemiz-account-page .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.tazemiz-account-page .woocommerce-Addresses::before,
.tazemiz-account-page .woocommerce-Addresses::after {
	display: none;
}

.tazemiz-account-page .woocommerce-Address {
	float: none !important;
	width: auto !important;
	min-height: 220px;
	padding: 25px;
	border: 1px solid #dfe5da;
	border-radius: 11px;
	background: #fafbf8;
}

.tazemiz-account-page .woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dfe5da;
}

.tazemiz-account-page .woocommerce-Address-title h2 {
	margin: 0;
	color: #163923;
	font-size: 20px;
	font-weight: 800;
	text-transform: none;
}

.tazemiz-account-page .woocommerce-Address-title .edit {
	float: none;
	padding: 8px 12px;
	border: 1px solid #0d4b2b;
	border-radius: 7px;
	color: #0d4b2b;
	font-size: 11px;
	font-weight: 750;
	text-decoration: none;
}

.tazemiz-account-page .woocommerce-Address address {
	color: #4b544d;
	font-size: 13px;
	font-style: normal;
	line-height: 1.9;
}

/* Wishlist */
.tazemiz-wishlist-page .entry-title {
	margin: 38px auto 8px;
	color: #102d1c;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
	font-size: clamp(31px, 3vw, 42px);
	font-weight: 780;
	letter-spacing: -.035em;
	text-align: left;
	text-transform: none;
}

.tazemiz-wishlist-page .page-wrapper {
	width: min(100% - 32px, 1240px);
	margin: 0 auto 70px;
}

.tazemiz-wishlist-page .yith-wcwl-form {
	padding: 30px 32px;
	border: 1px solid #e1e5dc;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(20, 54, 34, .08);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
}

.tazemiz-wishlist-page .wishlist-title h2 {
	margin: 0 0 20px;
	color: #163923;
	font-size: 21px;
	font-weight: 800;
	text-transform: none;
}

.tazemiz-wishlist-page .wishlist_table {
	width: 100%;
	margin: 0;
	border: 1px solid #e1e5dc;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
}

.tazemiz-wishlist-page .wishlist_table th {
	padding: 13px 12px;
	border-bottom: 1px solid #dfe5db;
	background: #f1f5ed;
	color: #264331;
	font-size: 11px;
	font-weight: 800;
	text-transform: none;
}

.tazemiz-wishlist-page .wishlist_table td {
	padding: 15px 12px;
	border-bottom: 1px solid #edf0eb;
	color: #404841;
	font-size: 13px;
	vertical-align: middle;
}

.tazemiz-wishlist-page .wishlist_table .product-thumbnail img {
	width: 76px;
	height: 76px;
	object-fit: cover;
	border-radius: 8px;
	background: #f4f6f1;
}

.tazemiz-wishlist-page .wishlist_table .product-name a {
	color: #0d4b2b;
	font-weight: 750;
	text-decoration: none;
}

.tazemiz-wishlist-page .wishlist_table .add_to_cart_button {
	margin: 0;
	padding: 9px 14px;
	border-radius: 7px;
	background: #0d4b2b;
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	text-transform: none;
}

.tazemiz-wishlist-page .wishlist_table .remove_from_wishlist {
	color: #a64235 !important;
}

.tazemiz-wishlist-page .yith-wcwl-share {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #e2e6df;
}

@media (max-width: 760px) {
	.tazemiz-account-page.logged-in:not(.tazemiz-dashboard-page) .woocommerce,
	.tazemiz-wishlist-page .page-wrapper {
		width: min(100% - 18px, 1240px);
	}

	.tazemiz-account-page.logged-in:not(.tazemiz-dashboard-page) .woocommerce-MyAccount-content,
	.tazemiz-wishlist-page .yith-wcwl-form {
		padding: 21px 16px;
	}

	.tazemiz-endpoint-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.tazemiz-account-page .woocommerce-orders-table thead {
		display: none;
	}

	.tazemiz-account-page .woocommerce-orders-table,
	.tazemiz-account-page .woocommerce-orders-table tbody,
	.tazemiz-account-page .woocommerce-orders-table tr,
	.tazemiz-account-page .woocommerce-orders-table td {
		display: block;
		width: 100%;
	}

	.tazemiz-account-page .woocommerce-orders-table tr {
		padding: 15px;
		border-bottom: 8px solid #f0f3ed;
	}

	.tazemiz-account-page .woocommerce-orders-table td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 15px;
		padding: 9px 0;
		border-bottom: 1px solid #edf0eb;
		text-align: right !important;
	}

	.tazemiz-account-page .woocommerce-orders-table td::before {
		color: #536057;
		font-weight: 750;
		text-align: left;
	}

	.tazemiz-account-page .woocommerce-orders-table__cell-order-actions {
		justify-content: flex-end;
	}

	.tazemiz-account-page .woocommerce-customer-details,
	.tazemiz-account-page .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	.tazemiz-wishlist-page .wishlist_table .product-thumbnail img {
		width: 64px;
		height: 64px;
	}
}

/* v2.1.0 — edit billing, shipping and account forms */
.tazemiz-account-page .woocommerce-MyAccount-content form {
	display: flow-root;
}

.tazemiz-account-page .woocommerce-MyAccount-content form > h3 {
	margin: 0 0 22px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e5dd;
	color: #163923;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -.02em;
	text-transform: none;
}

.tazemiz-account-page .woocommerce-MyAccount-content .form-row {
	margin: 0 0 18px;
}

.tazemiz-account-page .woocommerce-MyAccount-content .form-row label {
	display: block;
	margin-bottom: 7px;
	color: #283d30;
	font-size: 12.5px;
	font-weight: 750;
	line-height: 1.35;
}

.tazemiz-account-page .woocommerce-MyAccount-content .form-row label .required {
	color: #b4473b;
}

.tazemiz-account-page .woocommerce-MyAccount-content input.input-text,
.tazemiz-account-page .woocommerce-MyAccount-content select,
.tazemiz-account-page .woocommerce-MyAccount-content textarea {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 11px 13px;
	border: 1px solid #cfd7cd;
	border-radius: 8px;
	background: #fff;
	color: #202a23;
	font-size: 14px;
	box-shadow: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.tazemiz-account-page .woocommerce-MyAccount-content input.input-text:focus,
.tazemiz-account-page .woocommerce-MyAccount-content select:focus,
.tazemiz-account-page .woocommerce-MyAccount-content textarea:focus {
	border-color: #0d4b2b;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(13, 75, 43, .1);
}

.tazemiz-account-page .woocommerce-MyAccount-content .select2-container .select2-selection--single {
	height: 48px;
	border: 1px solid #cfd7cd;
	border-radius: 8px;
}

.tazemiz-account-page .woocommerce-MyAccount-content .select2-selection__rendered {
	line-height: 46px;
}

.tazemiz-account-page .woocommerce-MyAccount-content .select2-selection__arrow {
	height: 46px;
}

.tazemiz-account-page .woocommerce-MyAccount-content .form-row-wide,
.tazemiz-account-page .woocommerce-MyAccount-content .tazemiz-wide-address,
.tazemiz-account-page .woocommerce-MyAccount-content #billing_address_1_field,
.tazemiz-account-page .woocommerce-MyAccount-content #shipping_address_1_field {
	float: none;
	clear: both;
	width: 100%;
}

.tazemiz-account-page .woocommerce-MyAccount-content #billing_address_1,
.tazemiz-account-page .woocommerce-MyAccount-content #shipping_address_1,
.tazemiz-account-page .woocommerce-MyAccount-content #billing_company_address {
	min-height: 82px;
	padding-top: 14px;
}

.tazemiz-account-page .woocommerce-MyAccount-content #billing_country_field,
.tazemiz-account-page .woocommerce-MyAccount-content #shipping_country_field {
	display: none !important;
}

.tazemiz-account-page .tazemiz-company-field {
	position: relative;
	margin-top: 4px;
	padding-top: 22px;
}

.tazemiz-account-page .tazemiz-company-field::before {
	position: absolute;
	top: 0;
	left: 0;
	color: #0d4b2b;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	content: "KURUMSAL FATURA BİLGİLERİ";
}

.tazemiz-account-page .woocommerce-MyAccount-content button[name="save_address"],
.tazemiz-account-page .woocommerce-EditAccountForm button[name="save_account_details"] {
	min-height: 48px;
	margin-top: 7px;
	padding: 11px 24px;
	border: 0;
	border-radius: 8px;
	background: #0d4b2b;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-transform: none;
}

.tazemiz-account-page .woocommerce-MyAccount-content button[name="save_address"]:hover,
.tazemiz-account-page .woocommerce-EditAccountForm button[name="save_account_details"]:hover {
	background: #08391f;
}

/* Edit account */
.tazemiz-account-page .woocommerce-EditAccountForm {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 20px;
}

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

.tazemiz-account-page .woocommerce-EditAccountForm fieldset {
	margin: 12px 0 20px;
	padding: 24px;
	border: 1px solid #dce3d9;
	border-radius: 10px;
	background: #f8faf6;
}

.tazemiz-account-page .woocommerce-EditAccountForm legend {
	padding: 0 9px;
	color: #163923;
	font-size: 17px;
	font-weight: 800;
}

.tazemiz-account-page .woocommerce-EditAccountForm em {
	display: block;
	margin-top: 6px;
	color: #778078;
	font-size: 11px;
	line-height: 1.4;
}

@media (max-width: 620px) {
	.tazemiz-account-page .woocommerce-MyAccount-content .form-row-first,
	.tazemiz-account-page .woocommerce-MyAccount-content .form-row-last {
		float: none;
		width: 100%;
	}

	.tazemiz-account-page .woocommerce-EditAccountForm {
		grid-template-columns: 1fr;
	}

	.tazemiz-account-page .woocommerce-EditAccountForm > * {
		grid-column: 1;
	}

	.tazemiz-account-page .woocommerce-EditAccountForm fieldset {
		padding: 20px 15px;
	}
}

/* v1.8.1 — theme conflict fixes */
.tazemiz-account-page.logged-in.tazemiz-dashboard-page .woocommerce-MyAccount-navigation {
	display: none !important;
}

/* Ana panel şablonu mevcutsa tema menüyü farklı sıraya taşısa bile gizle. */
.tazemiz-account-page.logged-in .woocommerce:has(.tazemiz-dashboard) .woocommerce-MyAccount-navigation,
.tazemiz-account-page.logged-in .woocommerce:has(.tazemiz-dashboard) nav.woocommerce-MyAccount-navigation,
.tazemiz-account-page.logged-in .woocommerce:has(.tazemiz-dashboard) ul[class*="MyAccount-navigation"] {
	display: none !important;
}

.tazemiz-account-page.logged-in .woocommerce-MyAccount-content,
.tazemiz-account-page.logged-in .tazemiz-dashboard,
.tazemiz-account-page.logged-in .tazemiz-dashboard * {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
}

.tazemiz-account-page.logged-in .tazemiz-dashboard h1,
.tazemiz-account-page.logged-in .tazemiz-dashboard h2,
.tazemiz-account-page.logged-in .tazemiz-dashboard h3,
.tazemiz-account-page.logged-in .tazemiz-dashboard strong,
.tazemiz-account-page.logged-in .tazemiz-dashboard a,
.tazemiz-account-page.logged-in .tazemiz-dashboard p,
.tazemiz-account-page.logged-in .tazemiz-dashboard address {
	letter-spacing: normal;
	text-transform: none;
}

.tazemiz-account-page.logged-in .tazemiz-dashboard__eyebrow {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.tazemiz-account-page.logged-in .tazemiz-order-card__summary h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif !important;
	font-size: clamp(27px, 2.6vw, 38px);
	font-weight: 750;
	letter-spacing: -.025em;
}

.tazemiz-account-page.logged-in .tazemiz-dashboard__header h1 {
	font-weight: 750;
	letter-spacing: -.035em;
}

.tazemiz-account-page.logged-in .tazemiz-quick-actions h2,
.tazemiz-account-page.logged-in .tazemiz-delivery-card h2 {
	font-weight: 750;
	letter-spacing: -.02em;
}

.tazemiz-action-icon svg {
	width: 27px;
	height: 27px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* v1.8.4 — make the live order status unambiguous */
.tazemiz-order-card__status {
	width: fit-content;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 2px 0 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #e9f1e5;
	color: #0d4b2b;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.tazemiz-order-card__status > span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0d4b2b;
	box-shadow: 0 0 0 3px rgba(13, 75, 43, .12);
}

.tazemiz-order-progress__step.is-current .tazemiz-order-progress__dot {
	border: 2px solid #0d4b2b;
	background: #0d4b2b;
	color: #fff;
	box-shadow: 0 0 0 6px #e9f1e5;
}

.tazemiz-order-progress__step.is-current strong {
	color: #0d4b2b;
	font-weight: 800;
}

/* v1.9.0 — Havale / EFT payment pending card */
.tazemiz-eft-card {
	overflow: hidden;
	border: 1px solid #e1e5dc;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(20, 54, 34, .08);
}

.tazemiz-eft-card__header {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 28px 36px 23px;
	border-bottom: 1px solid #eee8dc;
	background: linear-gradient(90deg, #fffaf0, #fff);
}

.tazemiz-eft-card__clock {
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	display: grid;
	place-items: center;
	border: 3px solid #c8790b;
	border-radius: 50%;
	color: #c8790b;
}

.tazemiz-eft-card__clock svg {
	width: 37px;
	height: 37px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tazemiz-eft-card__header h2 {
	margin: 2px 0 5px;
	color: #a95f00;
	font-size: clamp(26px, 2.5vw, 36px);
	font-weight: 750;
	letter-spacing: -.025em;
}

.tazemiz-eft-card__header p {
	margin: 0;
	color: #535a54;
	font-size: 14px;
}

.tazemiz-eft-card__body {
	display: grid;
	grid-template-columns: minmax(250px, .75fr) minmax(480px, 1.45fr);
	gap: 38px;
	padding: 28px 36px;
}

.tazemiz-eft-summary {
	padding: 24px;
	border: 1px solid #e1e6dc;
	border-radius: 10px;
	background: #fbfcf9;
}

.tazemiz-eft-summary > span {
	display: block;
	color: #0d4b2b;
	font-size: 18px;
	font-weight: 800;
}

.tazemiz-eft-summary small {
	display: block;
	margin-top: 5px;
	color: #747b75;
	font-size: 12px;
}

.tazemiz-eft-summary hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #dfe4db;
}

.tazemiz-eft-summary label {
	display: block;
	margin-bottom: 5px;
	color: #59605a;
	font-size: 13px;
	font-weight: 700;
}

.tazemiz-eft-summary > strong {
	display: block;
	color: #b66700;
	font-size: 29px;
	font-weight: 800;
}

.tazemiz-eft-summary p {
	margin: 20px 0 0;
	padding: 12px 14px;
	border-radius: 7px;
	background: #eef3e9;
	color: #385141;
	font-size: 12px;
	line-height: 1.5;
}

.tazemiz-bank-details h3 {
	margin: 0 0 14px;
	color: #0d4b2b;
	font-size: 21px;
	font-weight: 800;
}

.tazemiz-bank-details dl {
	margin: 0 0 18px;
}

.tazemiz-bank-details dl > div {
	display: grid;
	grid-template-columns: 125px 1fr;
	align-items: center;
	min-height: 44px;
	border-bottom: 1px dotted #d7ddd4;
}

.tazemiz-bank-details dt {
	color: #3a403b;
	font-size: 13px;
	font-weight: 800;
}

.tazemiz-bank-details dd {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #202621;
	font-size: 14px;
}

.tazemiz-bank-details code {
	padding: 0;
	background: transparent;
	color: #0d4b2b;
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace !important;
	font-size: 15px;
	font-weight: 800;
	white-space: normal;
}

.tazemiz-copy-iban {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid #b9c5b5;
	border-radius: 6px;
	background: #fff;
	color: #0d4b2b;
	cursor: pointer;
}

.tazemiz-copy-iban:hover,
.tazemiz-copy-iban.is-copied {
	background: #e9f1e5;
}

.tazemiz-eft-form {
	margin: 0;
}

.tazemiz-eft-submit {
	width: 100%;
	min-height: 52px;
	border: 0;
	border-radius: 8px;
	background: #0d4b2b;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}

.tazemiz-eft-submit:hover {
	background: #08391f;
}

.tazemiz-eft-notified {
	padding: 15px 18px;
	border: 1px solid #b9cdb3;
	border-radius: 8px;
	background: #e9f3e5;
	color: #0d4b2b;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.tazemiz-eft-card__note {
	margin: 12px 0 0;
	padding: 11px 13px;
	border: 1px solid #eed8b5;
	border-radius: 7px;
	background: #fffaf1;
	color: #68563d;
	font-size: 11.5px;
	line-height: 1.5;
}

.tazemiz-eft-progress {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	padding: 18px 30px;
	border-top: 1px solid #e4e8e0;
	background: #fafbf8;
}

.tazemiz-eft-progress > span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: #8a8f8a;
	font-size: 13px;
}

.tazemiz-eft-progress > span:not(:last-child)::after {
	position: absolute;
	right: -16%;
	width: 32%;
	height: 2px;
	background: #d8ddd5;
	content: "";
}

.tazemiz-eft-progress .is-complete {
	color: #0d4b2b;
}

.tazemiz-eft-progress .is-current {
	color: #b66700;
	font-weight: 800;
}

@media (max-width: 850px) {
	.tazemiz-eft-card__body {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.tazemiz-eft-card__header {
		align-items: flex-start;
		padding: 23px 20px;
	}

	.tazemiz-eft-card__clock {
		width: 50px;
		height: 50px;
		flex-basis: 50px;
	}

	.tazemiz-eft-card__clock svg {
		width: 28px;
		height: 28px;
	}

	.tazemiz-eft-card__body {
		gap: 22px;
		padding: 22px 18px;
	}

	.tazemiz-bank-details dl > div {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 10px 0;
	}

	.tazemiz-eft-progress {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.tazemiz-eft-progress > span:not(:last-child)::after {
		display: none;
	}
}
