body.tkvs-my-account {
	--tkvs-account-red: #e1061a;
	--tkvs-account-red-dark: #b90718;
	--tkvs-account-ink: #0c0c0c;
	--tkvs-account-paper: #f7f3ea;
	--tkvs-account-card: rgba(255, 255, 255, .66);
	--tkvs-account-line: rgba(18, 18, 18, .2);
	background: var(--tkvs-account-paper);
}

body.tkvs-my-account .tkvs-page--my-account1 {
	position: relative;
	min-height: 720px;
	color: #151515;
	background-color: var(--tkvs-account-paper);
	background-image:
		linear-gradient(rgba(249, 246, 239, .7), rgba(249, 246, 239, .7)),
		url("images/account-paper-texture.webp");
	background-size: auto, 960px auto;
	background-repeat: repeat;
}

body.tkvs-my-account .tkvs-page--my-account1::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background: radial-gradient(circle at 68% 32%, rgba(255, 255, 255, .55), transparent 38%);
}

body.tkvs-my-account .tkvs-page--my-account1 .tkvs-page-masthead {
	display: none;
}

body.tkvs-my-account .tkvs-page--my-account1 .tkvs-page-shell {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: none;
	padding: 0;
	display: block;
}

body.tkvs-my-account .tkvs-page--my-account1 .tkvs-page-content {
	min-width: 0;
	padding: 0;
	overflow: visible;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.tkvs-my-account .tkvs-page--my-account1 .tkvs-page-content > .woocommerce {
	width: 100%;
}

body.tkvs-my-account .tkvs-page--my-account1 .woocommerce-notices-wrapper:empty {
	display: none;
}

body.tkvs-my-account .tkvs-page--my-account1 .woocommerce-error,
body.tkvs-my-account .tkvs-page--my-account1 .woocommerce-info,
body.tkvs-my-account .tkvs-page--my-account1 .woocommerce-message {
	grid-column: 1 / -1;
	margin: 0 0 22px;
	padding: 16px 18px 16px 50px;
	border: 1px solid #bdb6ab;
	border-top: 3px solid var(--tkvs-account-red);
	color: #171717;
	background: #fffdf8;
	box-shadow: 0 8px 24px rgba(25, 18, 12, .06);
}

body.tkvs-my-account .tkvs-page--my-account1 :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid rgba(225, 6, 26, .38);
	outline-offset: 2px;
}

/* Logged-out sign-in and registration */
body.tkvs-my-account--guest .tkvs-page--my-account1 .tkvs-page-content > .woocommerce {
	width: min(100%, 1400px);
	min-height: 760px;
	margin-inline: auto;
	padding: clamp(42px, 5vw, 72px) clamp(28px, 6vw, 88px) 82px;
	display: grid;
	grid-template-columns: minmax(360px, .85fr) minmax(520px, 1fr);
	align-items: start;
	gap: clamp(44px, 7vw, 112px);
}

body.tkvs-my-account--guest .tkvs-page--my-account1 .woocommerce-notices-wrapper {
	grid-column: 1 / -1;
}

body.tkvs-my-account--guest .tkvs-account-auth-intro {
	max-width: 590px;
	align-self: start;
	padding-top: 18px;
}

body.tkvs-my-account--guest .tkvs-account-auth-eyebrow {
	display: block;
	margin-bottom: 10px;
	color: var(--tkvs-account-red);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: .14em;
}

body.tkvs-my-account--guest .tkvs-account-auth-intro h1 {
	max-width: 590px;
	margin: 0 !important;
	color: #111 !important;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(58px, 5.6vw, 86px) !important;
	font-style: italic;
	font-weight: 900;
	line-height: .9;
	letter-spacing: -.025em;
	text-transform: uppercase;
}

body.tkvs-my-account--guest .tkvs-account-auth-intro > p:not(.tkvs-account-auth-secure) {
	max-width: 520px;
	margin: 24px 0 30px;
	color: #3f3a35;
	font-size: 16px;
	line-height: 1.62;
}

body.tkvs-my-account--guest .tkvs-account-auth-benefits {
	max-width: 520px;
	padding-top: 25px;
	display: grid;
	gap: 18px;
	border-top: 1px solid #c8c1b6;
}

body.tkvs-my-account--guest .tkvs-account-auth-benefits > div {
	display: grid;
	grid-template-columns: 40px 1fr;
	align-items: start;
	gap: 14px;
}

body.tkvs-my-account--guest .tkvs-account-auth-benefits > div > .dashicons {
	width: 31px;
	height: 31px;
	color: var(--tkvs-account-red);
	font-size: 29px;
	line-height: 31px;
}

body.tkvs-my-account--guest .tkvs-account-auth-benefits > div > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

body.tkvs-my-account--guest .tkvs-account-auth-benefits strong {
	color: #161616;
	font-size: 13px;
	text-transform: uppercase;
}

body.tkvs-my-account--guest .tkvs-account-auth-benefits small {
	color: #5c5650;
	font-size: 11px;
	line-height: 1.5;
}

body.tkvs-my-account--guest .tkvs-account-auth-tabs {
	width: min(100%, 520px);
	margin-top: 31px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid #aaa399;
	background: rgba(255, 255, 255, .25);
}

body.tkvs-my-account--guest .tkvs-account-auth-tabs a {
	min-height: 52px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #aaa399;
	color: #171717;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

body.tkvs-my-account--guest .tkvs-account-auth-tabs a:last-child {
	border-right: 0;
}

body.tkvs-my-account--guest .tkvs-account-auth-tabs a[aria-current="page"] {
	color: #fff;
	background: #101010;
	box-shadow: inset 0 -4px 0 var(--tkvs-account-red);
}

body.tkvs-my-account--guest .tkvs-account-auth-tabs a:hover {
	color: var(--tkvs-account-red);
}

body.tkvs-my-account--guest .tkvs-account-auth-tabs a[aria-current="page"]:hover {
	color: #fff;
}

body.tkvs-my-account--guest .tkvs-account-auth-secure {
	width: min(100%, 520px);
	margin: 14px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	color: #625b54;
	font-size: 10px;
}

body.tkvs-my-account--guest .tkvs-account-auth-secure .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}

body.tkvs-my-account--guest .wd-registration-page {
	width: min(100%, 590px);
	margin: 0;
	padding: 0 38px 34px;
	align-self: start;
	border: 1px solid #bdb6ab;
	background: var(--tkvs-account-card);
	box-shadow: 0 22px 70px rgba(27, 23, 17, .1);
	backdrop-filter: blur(3px);
}

body.tkvs-my-account--guest .wd-registration-page #customer_login {
	display: block !important;
	margin: 0;
}

body.tkvs-my-account--guest .wd-registration-page .wd-col {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.tkvs-my-account--guest .wd-registration-page .col-register-text {
	display: none !important;
}

body.tkvs-account-view-login .wd-registration-page .col-login,
body.tkvs-account-view-register .wd-registration-page .col-register {
	display: block !important;
}

body.tkvs-account-view-login .wd-registration-page .col-register,
body.tkvs-account-view-register .wd-registration-page .col-login {
	display: none !important;
}

body.tkvs-my-account--guest .wd-registration-page .wd-login-title {
	margin: 0 -38px 30px !important;
	padding: 26px 38px 23px;
	border-bottom: 1px solid #c4bdb2;
	color: #111 !important;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 36px !important;
	font-style: italic;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.tkvs-my-account--guest .wd-registration-page .wd-login-title::before {
	display: block;
	margin-bottom: 7px;
	color: var(--tkvs-account-red);
	font-family: Inter, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .14em;
}

body.tkvs-account-view-login .wd-registration-page .col-login > .wd-login-title::before {
	content: "WELCOME BACK";
}

body.tkvs-account-view-register .wd-registration-page .col-register > .wd-login-title::before {
	content: "JOIN THE WHOLESALE NETWORK";
}

body.tkvs-my-account--guest .wd-registration-page form.woocommerce-form-login,
body.tkvs-my-account--guest .wd-registration-page form.woocommerce-form-register {
	width: 100%;
	margin: 0;
	padding: 0;
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 16px;
	border: 0;
	background: transparent;
}

body.tkvs-my-account--guest .wd-registration-page form.hidden-form {
	display: grid !important;
}

body.tkvs-my-account--guest .wd-registration-page form > p,
body.tkvs-my-account--guest .wd-registration-page form .tkb2b-field {
	width: 100%;
	margin: 0;
}

body.tkvs-my-account--guest .wd-registration-page form label {
	margin-bottom: 7px;
	display: block;
	color: #211d19;
	font-size: 11px;
	font-weight: 800;
}

body.tkvs-my-account--guest .wd-registration-page form :where(input:not([type="checkbox"]):not([type="hidden"]), select, textarea) {
	width: 100%;
	min-height: 52px;
	padding: 10px 13px;
	border: 1px solid #aaa399;
	border-radius: 0;
	color: #111;
	background: rgba(255, 255, 255, .86);
	box-shadow: none;
}

body.tkvs-my-account--guest .wd-registration-page form :where(input, select, textarea):focus {
	border-color: var(--tkvs-account-red);
	box-shadow: 0 0 0 2px rgba(225, 6, 26, .14);
}

body.tkvs-my-account--guest .wd-registration-page input[type="checkbox"] {
	width: 18px;
	height: 18px;
	min-height: 18px;
	flex: 0 0 18px;
	margin: 0;
	accent-color: var(--tkvs-account-red);
}

body.tkvs-my-account--guest .wd-registration-page #trap {
	position: absolute !important;
	left: -999em !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.tkvs-my-account--guest .wd-registration-page .tkb2b-card {
	margin: 2px 0;
	padding: 21px;
	border: 1px solid #c7c0b6;
	border-top: 3px solid var(--tkvs-account-red);
	border-radius: 0;
	background: rgba(255, 255, 255, .42);
	box-shadow: none;
}

body.tkvs-my-account--guest .wd-registration-page .tkb2b-card:first-child {
	margin-bottom: 2px;
}

body.tkvs-my-account--guest .wd-registration-page .tkb2b-title {
	color: #111;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
}

body.tkvs-my-account--guest .wd-registration-page .tkb2b-sub {
	margin: 8px 0 0;
	color: #5d5650;
	font-size: 11px;
	line-height: 1.55;
}

body.tkvs-my-account--guest .wd-registration-page .tkb2b-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

body.tkvs-my-account--guest .wd-registration-page .tkb2b-divider {
	margin: 18px 0;
	border-color: #d0c8bd;
}

body.tkvs-my-account--guest .wd-registration-page .woocommerce-privacy-policy-text {
	color: #625c56;
	font-size: 10px;
	line-height: 1.55;
}

body.tkvs-my-account--guest .wd-registration-page .woocommerce-privacy-policy-text p {
	margin: 0;
	color: inherit;
	line-height: inherit;
}

body.tkvs-my-account--guest .wd-registration-page .form-row-btn {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

body.tkvs-my-account--guest .wd-registration-page button[type="submit"] {
	width: 100%;
	min-height: 56px;
	padding: 0 22px;
	border: 1px solid var(--tkvs-account-red);
	border-radius: 2px;
	color: #fff;
	background: linear-gradient(135deg, #db061a, #f00920);
	font-family: Inter, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
}

body.tkvs-my-account--guest .wd-registration-page button[type="submit"]:hover {
	border-color: var(--tkvs-account-red-dark);
	background: var(--tkvs-account-red-dark);
}

body.tkvs-my-account--guest .wd-registration-page .login-form-footer {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

body.tkvs-my-account--guest .wd-registration-page .login-form-footer > a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: var(--tkvs-account-red);
	font-size: 11px;
	font-weight: 800;
}

body.tkvs-my-account--guest .wd-registration-page .woocommerce-form-login__rememberme {
	margin: 0;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 500;
}

/* Logged-in My Account */
body.tkvs-my-account--member .tkvs-page--my-account1 .tkvs-page-content > .woocommerce {
	width: min(100%, 1440px);
	min-height: 820px;
	margin-inline: auto;
}

body.tkvs-my-account--member .wd-my-account-wrapper {
	min-height: 820px;
	margin: 0;
	display: grid !important;
	grid-template-columns: 282px minmax(0, 1fr);
	gap: 0;
}

body.tkvs-my-account--member .wd-my-account-sidebar {
	min-width: 0;
	padding: 40px 24px 34px;
	color: #fff;
	background:
		radial-gradient(circle at 28% 10%, rgba(255, 255, 255, .07), transparent 30%),
		linear-gradient(155deg, #141414, #070707 70%);
	border-right: 1px solid #2d2d2d;
}

body.tkvs-my-account--member .wd-my-account-sidebar .woocommerce-MyAccount-title {
	margin: 0 15px 24px !important;
	padding-bottom: 15px;
	border-bottom: 3px solid var(--tkvs-account-red);
	color: #fff !important;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 29px !important;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
}

body.tkvs-my-account--member .tkvs-account-profile {
	margin: 0 15px 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

body.tkvs-my-account--member .tkvs-account-profile__avatar {
	width: 58px;
	height: 58px;
	margin-bottom: 17px;
	display: grid;
	place-items: center;
	border: 1px solid #727272;
	border-radius: 50%;
	color: #fff;
	font-size: 27px;
	line-height: 58px;
	text-align: center;
}

body.tkvs-my-account--member .tkvs-account-profile strong {
	max-width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

body.tkvs-my-account--member .tkvs-account-profile small {
	max-width: 100%;
	margin-top: 7px;
	overflow: hidden;
	color: #bcbcbc;
	font-size: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.tkvs-my-account--member .tkvs-account-profile > span:last-child {
	margin-top: 8px;
	color: #8f8f8f;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.tkvs-my-account--member .woocommerce-MyAccount-navigation {
	width: 100%;
	background: transparent !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-navigation li {
	position: relative;
	margin: 0 !important;
	border: 0 !important;
	border-top: 1px solid #353535 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: 1px solid #353535 !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-navigation li::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 3px;
	content: "";
	background: transparent;
}

body.tkvs-my-account--member .woocommerce-MyAccount-navigation li.is-active::before {
	background: var(--tkvs-account-red);
}

body.tkvs-my-account--member .woocommerce-MyAccount-navigation a {
	min-height: 57px;
	padding: 0 16px 0 20px !important;
	display: flex !important;
	align-items: center;
	border-left: 0 !important;
	color: #fff !important;
	background: transparent !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-navigation li.is-active a,
body.tkvs-my-account--member .woocommerce-MyAccount-navigation a:hover {
	padding-left: 20px !important;
	color: #ff3143 !important;
	background: rgba(255, 255, 255, .035) !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content {
	min-width: 0;
	padding: clamp(38px, 5vw, 70px) clamp(28px, 5vw, 76px) 78px;
	color: #24201c !important;
	background: rgba(247, 243, 234, .72) !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content > p {
	max-width: 820px;
	color: #4c4640 !important;
	font-size: 14px;
	line-height: 1.72;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content > p:first-of-type {
	margin-top: 0;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content a {
	color: var(--tkvs-account-red) !important;
}

body.tkvs-my-account--member .wd-my-account-links {
	display: none !important;
}

body.tkvs-my-account--member .tkvs-account-dashboard-panel {
	margin-top: 34px;
	padding-top: 31px;
	border-top: 1px solid #c7c0b5;
}

body.tkvs-my-account--member .tkvs-account-dashboard-panel header > span {
	color: var(--tkvs-account-red);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: .13em;
}

body.tkvs-my-account--member .tkvs-account-dashboard-panel h2 {
	max-width: 830px;
	margin: 7px 0 10px !important;
	color: #101010 !important;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(42px, 4.8vw, 68px) !important;
	font-style: italic;
	font-weight: 900;
	line-height: .95;
	letter-spacing: -.02em;
	text-transform: uppercase;
}

body.tkvs-my-account--member .tkvs-account-dashboard-panel header p {
	max-width: 700px;
	margin: 0;
	color: #514a44 !important;
	font-size: 13px;
}

body.tkvs-my-account--member .tkvs-account-journey {
	margin: 28px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid #bcb5aa;
	background: rgba(255, 255, 255, .22);
	list-style: none;
}

body.tkvs-my-account--member .tkvs-account-journey li {
	min-height: 122px;
	padding: 22px 20px;
	display: grid;
	grid-template-columns: 35px minmax(0, 1fr);
	align-content: center;
	gap: 7px 10px;
	border-right: 1px solid #bcb5aa;
}

body.tkvs-my-account--member .tkvs-account-journey li:first-child {
	color: #fff;
	border-color: var(--tkvs-account-red);
	background: linear-gradient(135deg, #d80418, #f10b25 72%, #db0318);
}

body.tkvs-my-account--member .tkvs-account-journey li:last-child {
	border-right: 0;
}

body.tkvs-my-account--member .tkvs-account-journey li > span {
	grid-row: 1 / 3;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 800;
}

body.tkvs-my-account--member .tkvs-account-journey strong {
	align-self: end;
	color: inherit;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

body.tkvs-my-account--member .tkvs-account-journey small {
	color: inherit;
	font-size: 10px;
	line-height: 1.4;
	opacity: .8;
}

body.tkvs-my-account--member .tkvs-account-dashboard-actions {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

body.tkvs-my-account--member .tkvs-account-dashboard-actions a {
	min-height: 52px;
	padding: 0 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	border: 1px solid #222;
	color: #171717 !important;
	background: rgba(255, 255, 255, .2);
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

body.tkvs-my-account--member .tkvs-account-dashboard-actions a:first-child {
	border-color: var(--tkvs-account-red);
	color: #fff !important;
	background: var(--tkvs-account-red);
}

body.tkvs-my-account--member .tkvs-account-dashboard-actions a:hover {
	border-color: var(--tkvs-account-red-dark);
	color: #fff !important;
	background: var(--tkvs-account-red-dark);
}

body.tkvs-my-account--member .woocommerce-MyAccount-content h2,
body.tkvs-my-account--member .woocommerce-MyAccount-content h3 {
	color: #111 !important;
	font-family: "Barlow Condensed", sans-serif;
	font-style: italic;
	font-weight: 900;
	text-transform: uppercase;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content h2 {
	font-size: 38px !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content h3 {
	font-size: 28px !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, .62) !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content table th {
	color: #fff !important;
	background: #111 !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content table th,
body.tkvs-my-account--member .woocommerce-MyAccount-content table td {
	padding: 14px !important;
	border: 1px solid #cfc7bc !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content table td,
body.tkvs-my-account--member .woocommerce-MyAccount-content table td a {
	color: #29231e !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content .woocommerce-Button,
body.tkvs-my-account--member .woocommerce-MyAccount-content button.button {
	min-height: 46px;
	padding: 0 18px !important;
	border: 1px solid var(--tkvs-account-red) !important;
	border-radius: 0 !important;
	color: #fff !important;
	background: var(--tkvs-account-red) !important;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content form {
	max-width: 900px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 17px;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content form > h2,
body.tkvs-my-account--member .woocommerce-MyAccount-content form > h3,
body.tkvs-my-account--member .woocommerce-MyAccount-content form > fieldset,
body.tkvs-my-account--member .woocommerce-MyAccount-content form > p:last-child {
	grid-column: 1 / -1;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content form fieldset {
	margin: 10px 0 0;
	padding: 22px;
	border: 1px solid #c7bfb4 !important;
	background: rgba(255, 255, 255, .32) !important;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content form label {
	color: #201c18 !important;
	font-size: 11px;
	font-weight: 800;
}

body.tkvs-my-account--member .woocommerce-MyAccount-content form :where(input:not([type="checkbox"]):not([type="hidden"]), select, textarea) {
	width: 100%;
	min-height: 50px;
	border: 1px solid #aaa399 !important;
	border-radius: 0 !important;
	color: #17130f !important;
	background: rgba(255, 255, 255, .82) !important;
}

body.tkvs-my-account--member .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

body.tkvs-my-account--member .woocommerce-Address {
	width: auto;
	padding: 24px !important;
	border: 1px solid #c7bfb4 !important;
	border-top: 3px solid var(--tkvs-account-red) !important;
	border-radius: 0 !important;
	color: #29231e !important;
	background: rgba(255, 255, 255, .5) !important;
}

body.tkvs-my-account--member .woocommerce-Address address,
body.tkvs-my-account--member .woocommerce-Address-title h3 {
	color: #29231e !important;
}

body.tkvs-my-account--member .woocommerce-EditAccountForm {
	padding: 25px !important;
	border: 1px solid #c7bfb4 !important;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, .42) !important;
}

/* Lost password keeps the native WooCommerce flow intact. */
body.tkvs-account-view-lost-password .tkvs-page--my-account1 .tkvs-page-content > .woocommerce {
	width: min(calc(100% - 32px), 720px);
	min-height: 560px;
	margin-inline: auto;
	padding: 72px 0;
}

body.tkvs-account-view-lost-password .woocommerce-ResetPassword {
	padding: 34px;
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 18px;
	border: 1px solid #bdb6ab;
	border-top: 4px solid var(--tkvs-account-red);
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 20px 60px rgba(27, 23, 17, .1);
}

body.tkvs-account-view-lost-password .woocommerce-ResetPassword input {
	min-height: 52px;
}

body.tkvs-account-view-lost-password .woocommerce-ResetPassword button {
	min-height: 52px;
	color: #fff;
	background: var(--tkvs-account-red);
}

@media (max-width: 1050px) {
	body.tkvs-my-account--guest .tkvs-page--my-account1 .tkvs-page-content > .woocommerce {
		grid-template-columns: minmax(310px, .72fr) minmax(480px, 1fr);
		gap: 38px;
		padding-inline: 38px;
	}

	body.tkvs-my-account--member .wd-my-account-wrapper {
		grid-template-columns: 248px minmax(0, 1fr);
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-content {
		padding-inline: 38px;
	}
}

@media (max-width: 820px) {
	body.tkvs-my-account--guest .tkvs-page--my-account1 .tkvs-page-content > .woocommerce {
		min-height: 0;
		padding: 48px 24px 62px;
		grid-template-columns: 1fr;
		gap: 42px;
	}

	body.tkvs-my-account--guest .tkvs-account-auth-intro {
		max-width: 720px;
		padding-top: 0;
	}

	body.tkvs-my-account--guest .tkvs-account-auth-intro h1 {
		max-width: 680px;
	}

	body.tkvs-my-account--guest .tkvs-account-auth-benefits {
		max-width: none;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.tkvs-my-account--guest .tkvs-account-auth-benefits > div {
		grid-template-columns: 32px 1fr;
		gap: 8px;
	}

	body.tkvs-my-account--guest .tkvs-account-auth-tabs,
	body.tkvs-my-account--guest .tkvs-account-auth-secure {
		width: 100%;
		max-width: 590px;
	}

	body.tkvs-my-account--guest .wd-registration-page {
		justify-self: center;
	}

	body.tkvs-my-account--member .wd-my-account-wrapper {
		display: block !important;
		min-height: 0;
	}

	body.tkvs-my-account--member .wd-my-account-sidebar {
		padding: 28px 20px 22px;
		border-right: 0;
		border-bottom: 4px solid var(--tkvs-account-red);
	}

	body.tkvs-my-account--member .wd-my-account-sidebar .woocommerce-MyAccount-title {
		margin-inline: 0 !important;
	}

	body.tkvs-my-account--member .tkvs-account-profile {
		margin-inline: 0;
		display: grid;
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 3px 14px;
	}

	body.tkvs-my-account--member .tkvs-account-profile__avatar {
		grid-row: 1 / 4;
		width: 48px;
		height: 48px;
		margin: 0;
		font-size: 23px;
		line-height: 48px;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-navigation ul {
		display: flex;
		max-width: 100%;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scrollbar-width: thin;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
		border: 1px solid #353535;
		border-right: 0;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-navigation li:last-child {
		border-right: 1px solid #353535;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-navigation li::before {
		inset: auto 0 0;
		width: auto;
		height: 3px;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-navigation a {
		min-height: 50px;
		padding-inline: 16px;
		white-space: nowrap;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-content {
		padding: 42px 24px 60px;
	}

	body.tkvs-my-account--member .tkvs-account-journey {
		grid-template-columns: 1fr;
	}

	body.tkvs-my-account--member .tkvs-account-journey li {
		min-height: 96px;
		border-right: 0;
		border-bottom: 1px solid #bcb5aa;
	}

	body.tkvs-my-account--member .tkvs-account-journey li:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 560px) {
	body.tkvs-my-account--guest .tkvs-contact-dock {
		display: none !important;
	}

	body.tkvs-my-account--guest .tkvs-page--my-account1 .tkvs-page-content > .woocommerce {
		padding: 38px 14px 52px;
		gap: 34px;
	}

	body.tkvs-my-account--guest .tkvs-account-auth-intro h1 {
		font-size: 51px !important;
	}

	body.tkvs-my-account--guest .tkvs-account-auth-intro > p:not(.tkvs-account-auth-secure) {
		margin-block: 18px 24px;
		font-size: 14px;
	}

	body.tkvs-my-account--guest .tkvs-account-auth-benefits {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	body.tkvs-my-account--guest .wd-registration-page {
		width: 100%;
		padding-inline: 18px;
	}

	body.tkvs-my-account--guest .wd-registration-page .wd-login-title {
		margin-inline: -18px !important;
		padding-inline: 18px;
		font-size: 32px !important;
	}

	body.tkvs-my-account--guest .wd-registration-page .tkb2b-card {
		padding: 17px 14px;
	}

	body.tkvs-my-account--guest .wd-registration-page .tkb2b-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.tkvs-my-account--guest .wd-registration-page .login-form-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-content {
		padding-inline: 15px;
	}

	body.tkvs-my-account--member .tkvs-account-dashboard-panel h2 {
		font-size: 42px !important;
	}

	body.tkvs-my-account--member .tkvs-account-dashboard-actions {
		display: grid;
	}

	body.tkvs-my-account--member .tkvs-account-dashboard-actions a {
		width: 100%;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-content form,
	body.tkvs-my-account--member .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-content form > h2,
	body.tkvs-my-account--member .woocommerce-MyAccount-content form > h3,
	body.tkvs-my-account--member .woocommerce-MyAccount-content form > fieldset,
	body.tkvs-my-account--member .woocommerce-MyAccount-content form > p:last-child {
		grid-column: auto;
	}

	body.tkvs-my-account--member .woocommerce-MyAccount-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.tkvs-my-account *,
	body.tkvs-my-account *::before,
	body.tkvs-my-account *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
