body.temple-site.woocommerce-account {
	background: #9b3428;
	font-family: var(--temple-serif-cn);
}

body.temple-site.woocommerce-account #page,
body.temple-site.woocommerce-account #page.site.grid-container,
body.temple-site.woocommerce-account .site.grid-container,
body.temple-site.woocommerce-account .container.grid-container {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.temple-site.woocommerce-account .site-content,
body.temple-site.woocommerce-account .inside-article,
body.temple-site.woocommerce-account .entry-content {
	background: transparent;
	margin: 0;
	padding: 0;
}

body.temple-site.woocommerce-account .site-content {
	display: block;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.temple-site.woocommerce-account .content-area,
body.temple-site.woocommerce-account .site-main {
	background: transparent;
	float: none;
	margin: 0;
	max-width: none;
	width: 100%;
}

body.temple-site.woocommerce-account .widget-area,
body.temple-site.woocommerce-account .entry-header {
	display: none;
}

body.temple-site.woocommerce-account.separate-containers .inside-article,
body.temple-site.woocommerce-account .inside-article {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

body.temple-site.woocommerce-account.separate-containers .site-main {
	margin: 0;
}

.temple-account-auth {
	--account-red: #9b3428;
	--account-red-deep: #84281f;
	--account-cream: #fff8ee;
	--account-cream-muted: rgba(255, 248, 238, 0.58);
	--account-cream-soft: rgba(255, 248, 238, 0.78);
	--account-brown: #3f2d22;
	align-items: center;
	background: var(--account-red);
	box-sizing: border-box;
	color: var(--account-cream);
	display: flex;
	justify-content: center;
	min-height: 100vh;
	padding: clamp(56px, 8vw, 104px) 24px;
}

.temple-account-auth-forms {
	box-sizing: border-box;
	max-width: 360px;
	width: min(100%, 360px);
}

.temple-account-auth-form {
	background: transparent;
	padding: 0;
}

.temple-account-auth form,
body.temple-site.woocommerce-account .temple-account-auth form.login,
body.temple-site.woocommerce-account .temple-account-auth form.register {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.temple-account-auth-form h2 {
	color: var(--account-cream) !important;
	font-size: clamp(44px, 5vw, 60px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 30px;
}

.temple-account-login-form h2 {
	text-align: center;
}

.temple-google-login-button {
	align-items: center;
	background: rgba(255, 248, 238, 0.96);
	border: 0;
	border-radius: 6px;
	box-shadow: 0 12px 24px rgba(63, 45, 34, 0.14);
	box-sizing: border-box;
	color: var(--account-brown) !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	gap: 12px;
	height: 50px;
	justify-content: center;
	margin: 0 0 34px;
	text-decoration: none !important;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.temple-google-login-button:hover,
.temple-google-login-button:focus {
	background: #fff;
	box-shadow: 0 10px 20px rgba(63, 45, 34, 0.18);
	color: var(--account-brown) !important;
	transform: translateY(-1px);
}

.temple-google-login-button-disabled {
	cursor: not-allowed;
	opacity: 0.56;
	pointer-events: none;
}

.temple-google-login-mark {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #9b3428;
	display: inline-flex;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

.temple-account-divider {
	align-items: center;
	color: var(--account-cream-muted);
	display: flex;
	font-size: 13px;
	font-weight: 400;
	gap: 12px;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0 0 30px;
	text-transform: lowercase;
}

.temple-account-divider::before,
.temple-account-divider::after {
	background: rgba(255, 248, 238, 0.34);
	content: "";
	flex: 1;
	height: 1px;
}

.temple-account-auth .form-row {
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}

.temple-account-auth label:not(.woocommerce-form-login__rememberme) {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.temple-account-auth .required {
	color: var(--account-cream-muted);
}

.temple-account-auth input.input-text,
.temple-account-auth input[type="text"],
.temple-account-auth input[type="email"],
.temple-account-auth input[type="password"] {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(255, 248, 238, 0.44) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: var(--account-cream) !important;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	min-height: 50px;
	outline: none;
	padding: 10px 0 13px;
	transition: border-color 180ms ease, color 180ms ease;
	width: 100%;
}

.temple-account-auth input.input-text::placeholder,
.temple-account-auth input[type="text"]::placeholder,
.temple-account-auth input[type="email"]::placeholder,
.temple-account-auth input[type="password"]::placeholder {
	color: var(--account-cream-muted);
	opacity: 1;
}

.temple-account-auth input.input-text:focus,
.temple-account-auth input[type="text"]:focus,
.temple-account-auth input[type="email"]:focus,
.temple-account-auth input[type="password"]:focus {
	border-bottom-color: rgba(255, 248, 238, 0.86) !important;
	box-shadow: none !important;
}

.temple-account-auth .password-input input.input-text,
.temple-account-auth .password-input input[type="password"],
.temple-account-auth .password-input input[type="text"] {
	padding-right: 44px !important;
}

.temple-account-auth .show-password-input {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	opacity: 1;
	right: 0;
	width: 32px;
}

.temple-account-auth .show-password-input::before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23ffffff"/></svg>') !important;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 22px;
	width: 22px;
}

.temple-account-auth .show-password-input.display-password::before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23ffffff"/></svg>') !important;
}

.temple-account-auth .show-password-input:hover,
.temple-account-auth .show-password-input:focus {
	background: transparent !important;
	color: #fff !important;
}

.temple-account-form-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin: -2px 0 36px;
}

.temple-account-auth .woocommerce-form-login__rememberme {
	align-items: center;
	color: var(--account-cream-soft);
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	gap: 8px;
	margin: 0;
}

.temple-account-auth .woocommerce-form-login__rememberme input {
	accent-color: var(--account-cream);
	height: 15px;
	width: 15px;
}

.temple-account-lost-password,
.temple-account-switch a,
.temple-account-auth .woocommerce-privacy-policy-text a {
	color: var(--account-cream);
	font-weight: 700;
	text-decoration: none;
}

.temple-account-login-form .temple-account-switch a {
	color: #fff;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.22em;
	text-shadow: 0 0 14px rgba(255, 255, 255, 0.28);
}

.temple-account-lost-password {
	font-size: 14px;
}

.temple-account-lost-password:hover,
.temple-account-lost-password:focus,
.temple-account-switch a:hover,
.temple-account-switch a:focus,
.temple-account-auth .woocommerce-privacy-policy-text a:hover,
.temple-account-auth .woocommerce-privacy-policy-text a:focus {
	color: #fff;
	text-decoration: underline;
}

body.temple-site.woocommerce-account .temple-account-auth button.button,
body.temple-site.woocommerce-account .temple-account-auth .woocommerce-button {
	align-items: center;
	background: var(--account-cream) !important;
	border: 0 !important;
	border-radius: 6px !important;
	box-shadow: 0 16px 28px rgba(63, 45, 34, 0.2);
	color: var(--account-brown) !important;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	height: 56px;
	justify-content: center;
	line-height: 1;
	min-height: 56px;
	padding: 0 22px;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

body.temple-site.woocommerce-account .temple-account-auth button.button:hover,
body.temple-site.woocommerce-account .temple-account-auth button.button:focus,
body.temple-site.woocommerce-account .temple-account-auth .woocommerce-button:hover,
body.temple-site.woocommerce-account .temple-account-auth .woocommerce-button:focus {
	background: #ffffff !important;
	box-shadow: 0 12px 22px rgba(63, 45, 34, 0.22);
	color: var(--account-brown) !important;
	transform: translateY(-1px);
}

.temple-account-switch,
.temple-account-register-note,
.temple-account-auth .woocommerce-privacy-policy-text {
	color: var(--account-cream-soft);
	font-size: 15px;
	line-height: 1.7;
	margin: 22px 0 0;
	text-align: center;
}

.temple-account-register-note,
.temple-account-auth .woocommerce-privacy-policy-text {
	font-size: 13px;
	margin: 0 0 26px;
	text-align: left;
}

body.temple-site.woocommerce-account .woocommerce-notices-wrapper {
	position: relative;
	z-index: 2;
}

body.temple-site.woocommerce-account .woocommerce-error,
body.temple-site.woocommerce-account .woocommerce-info,
body.temple-site.woocommerce-account .woocommerce-message {
	background: var(--account-red);
	border: 0;
	color: var(--account-cream);
	margin: 0;
	padding: 16px clamp(22px, 8vw, 116px);
}

body.temple-site.woocommerce-account:not(.logged-in) .woocommerce-error,
body.temple-site.woocommerce-account:not(.logged-in) .woocommerce-error::before,
body.temple-site.woocommerce-account:not(.logged-in) .woocommerce-error li,
body.temple-site.woocommerce-account:not(.logged-in) .woocommerce-error strong,
body.temple-site.woocommerce-account:not(.logged-in) .woocommerce-error a,
body.temple-site.woocommerce-account:not(.logged-in) .wc-block-components-notice-banner.is-error,
body.temple-site.woocommerce-account:not(.logged-in) .wc-block-components-notice-banner.is-error a {
	color: #fff !important;
}

body.temple-site.woocommerce-account.logged-in {
	background: #ffffff;
	color: #171717;
}

body.temple-site.woocommerce-account.logged-in .site-content {
	background: #ffffff;
	min-height: calc(100vh - 102px);
	padding: clamp(28px, 4vw, 56px) clamp(18px, 5vw, 72px);
	width: 100%;
}

body.temple-site.woocommerce-account.logged-in .content-area,
body.temple-site.woocommerce-account.logged-in .site-main,
body.temple-site.woocommerce-account.logged-in .inside-article,
body.temple-site.woocommerce-account.logged-in .entry-content {
	background: transparent;
	color: #171717;
}

body.temple-site.woocommerce-account.logged-in.woocommerce .content-area,
body.temple-site.woocommerce-account.logged-in.woocommerce .content-area .site-main,
body.temple-site.woocommerce-account.logged-in.woocommerce-page .content-area,
body.temple-site.woocommerce-account.logged-in.woocommerce-page .content-area .site-main {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.temple-site.woocommerce-account.logged-in .entry-content > .woocommerce,
body.temple-site.woocommerce-account.logged-in .temple-my-account-shell {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	gap: clamp(20px, 3vw, 40px);
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
}

body.temple-site.woocommerce-account.logged-in .entry-content > .woocommerce::before,
body.temple-site.woocommerce-account.logged-in .entry-content > .woocommerce::after,
body.temple-site.woocommerce-account.logged-in .temple-my-account-shell::before,
body.temple-site.woocommerce-account.logged-in .temple-my-account-shell::after {
	content: none !important;
	display: none !important;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
	background: transparent;
	flex: 0 0 30%;
	float: none !important;
	position: sticky;
	top: 24px;
	align-self: start;
	width: auto !important;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
	border: 0;
	display: block !important;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a {
	background: #ffffff;
	border: 1px solid #a43026;
	border-radius: 0;
	box-sizing: border-box;
	color: #a43026 !important;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px 18px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
	white-space: nowrap;
	width: 100%;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:focus {
	background: #a43026;
	border-color: #a43026;
	color: #ffffff !important;
	outline: none;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content {
	background: #ffffff;
	border-left: 1px solid rgba(23, 23, 23, 0.12);
	box-sizing: border-box;
	color: #171717;
	flex: 1 1 70%;
	float: none !important;
	font-size: 16px;
	line-height: 1.8;
	min-height: 420px;
	min-width: 0;
	padding: clamp(4px, 0.8vw, 12px) 0 clamp(4px, 0.8vw, 12px) clamp(24px, 4vw, 52px);
	width: auto !important;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content form {
	max-width: 760px;
	width: 100%;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	align-items: start;
	display: grid;
	gap: 18px 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm .clear {
	display: none;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .form-row,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .form-row-first,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .form-row-last,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .form-row-wide {
	box-sizing: border-box;
	clear: none !important;
	float: none !important;
	margin: 0;
	min-width: 0;
	padding: 0;
	width: auto !important;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .form-row-wide,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm > p:last-of-type {
	grid-column: 1 / -1;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content label {
	color: #171717;
	display: block;
	line-height: 1.5;
	margin: 0 0 8px;
	white-space: normal;
	writing-mode: horizontal-tb;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .required {
	color: #a43026;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content a {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content a:hover,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content a:focus {
	text-decoration: underline;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content h2,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content h3,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content legend {
	color: #171717;
	font-weight: 400;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.12);
	border-radius: 0;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table th,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content table.shop_table td {
	border-color: rgba(23, 23, 23, 0.1);
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content input.input-text,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content select,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.18);
	border-radius: 0;
	box-shadow: none;
	color: #171717;
	display: block;
	line-height: 1.4;
	min-height: 44px;
	padding: 8px 10px;
	width: 100% !important;
	writing-mode: horizontal-tb;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	border: 1px solid rgba(23, 23, 23, 0.12);
	margin: 8px 0 0;
	padding: 18px;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
	padding: 0 8px;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .button,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content button.button {
	background: #ffffff !important;
	border: 1px solid #171717 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #171717 !important;
	font-weight: 500;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:hover,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:focus,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content button.button:hover,
body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content button.button:focus {
	background: #ffffff !important;
	border-color: #171717 !important;
	color: #171717 !important;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-error,
body.temple-site.woocommerce-account.logged-in .woocommerce-info,
body.temple-site.woocommerce-account.logged-in .woocommerce-message {
	background: #ffffff;
	border: 1px solid rgba(23, 23, 23, 0.12);
	margin: 0 auto 18px;
	max-width: 1240px;
	padding: 14px 18px;
}

body.temple-site.woocommerce-account.logged-in .woocommerce-error {
	border-color: rgba(164, 48, 38, 0.28);
	color: #a43026;
}

@media (max-width: 560px) {
	.temple-account-auth {
		align-items: flex-start;
		min-height: 100vh;
		padding: 54px 30px 68px;
	}

	.temple-account-auth-forms {
		max-width: none;
		width: 100%;
	}

	.temple-account-auth-form h2 {
		font-size: 44px;
		margin-bottom: 28px;
	}

	.temple-account-form-actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 820px) {
	body.temple-site.woocommerce-account.logged-in .site-content {
		padding: 22px 16px;
	}

	body.temple-site.woocommerce-account.logged-in .entry-content > .woocommerce,
	body.temple-site.woocommerce-account.logged-in .temple-my-account-shell {
		flex-direction: column;
		gap: 22px;
	}

	body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
		flex-basis: auto;
		position: static;
	}

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

	body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content {
		border-left: 0;
		border-top: 1px solid rgba(23, 23, 23, 0.12);
		padding: 22px 0 0;
	}

	body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	body.temple-site.woocommerce-account.logged-in .woocommerce-MyAccount-content {
		min-height: 0;
		padding: 20px 0 0;
	}
}
