body.woocommerce-account .content-area {
	width: min(calc(100% - 40px), 1280px);
	max-width: none;
	margin: 0 auto;
	padding: 56px 0 100px;
}

body.woocommerce-account .entry > h1 {
	margin: 0 0 34px;
	padding-bottom: 20px;
	border-bottom: 2px solid #222;
	font-size: 28px;
	font-weight: 700;
}

body.logged-in.woocommerce-account .entry-content > .woocommerce {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 52px;
}

body.logged-in.woocommerce-account .entry-content > .woocommerce::before,
body.logged-in.woocommerce-account .entry-content > .woocommerce::after {
	display: none;
	content: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	grid-column: 1;
	grid-row: 1;
	width: auto;
	float: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #222;
	list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
	position: relative;
	display: block;
	padding: 16px 28px 16px 4px;
	color: #777;
	font-size: 13px;
	text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a::after {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 6px;
	height: 6px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	color: #111;
	font-weight: 700;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	grid-column: 2;
	grid-row: 1;
	width: auto;
	min-width: 0;
	float: none;
	color: #555;
	font-size: 13px;
	line-height: 1.8;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3 {
	margin: 0 0 22px;
	color: #111;
	font-size: 21px;
	font-weight: 700;
}

.handskin-account-dashboard {
	padding: 34px;
	border: 1px solid #e8e8e8;
}

.handskin-account-dashboard__eyebrow {
	margin: 0 0 8px;
	color: #999;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .16em;
}

.handskin-account-dashboard h2 {
	margin-bottom: 8px !important;
}

.handskin-account-dashboard > p:last-of-type {
	margin: 0;
	color: #777;
}

.handskin-account-dashboard__links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 30px;
}

.handskin-account-dashboard__links a {
	display: flex;
	min-height: 108px;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	border: 1px solid #e8e8e8;
	color: #777;
	text-decoration: none;
}

.handskin-account-dashboard__links a:hover {
	border-color: #222;
}

.handskin-account-dashboard__links strong {
	margin-bottom: 4px;
	color: #111;
	font-size: 14px;
}

.handskin-account-dashboard__links span {
	font-size: 11px;
	line-height: 1.6;
}

body.woocommerce-account .woocommerce-MyAccount-content form {
	max-width: 760px;
}

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

body.woocommerce-account .woocommerce-MyAccount-content label {
	display: block;
	margin: 0 0 7px;
	color: #222;
	font-size: 12px;
	font-weight: 700;
}

body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
body.woocommerce-account .woocommerce-MyAccount-content textarea,
body.woocommerce-account .woocommerce-MyAccount-content select,
body.woocommerce-account .woocommerce-MyAccount-content .select2-selection--single {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	color: #222;
	font-size: 13px;
	outline: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content textarea {
	min-height: 100px;
}

body.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
body.woocommerce-account .woocommerce-MyAccount-content textarea:focus,
body.woocommerce-account .woocommerce-MyAccount-content select:focus {
	border-color: #222;
}

body.woocommerce-account .woocommerce-MyAccount-content fieldset {
	margin: 30px 0;
	padding: 24px;
	border: 1px solid #e8e8e8;
}

body.woocommerce-account .woocommerce-MyAccount-content legend {
	padding: 0 8px;
	color: #111;
	font-size: 14px;
	font-weight: 700;
}

body.woocommerce-account .woocommerce-MyAccount-content em,
body.woocommerce-account .woocommerce-MyAccount-content .description {
	color: #999;
	font-size: 11px;
}

body.woocommerce-account .woocommerce-MyAccount-content .button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border: 1px solid #222;
	border-radius: 0;
	background: #222;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .button:hover {
	background: #fff;
	color: #222;
}

body.woocommerce-account table.shop_table {
	width: 100%;
	margin: 0 0 28px;
	border: 0;
	border-top: 1px solid #222;
	border-collapse: collapse;
	border-radius: 0;
	font-size: 12px;
}

body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
	padding: 15px 12px;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
}

body.woocommerce-account table.shop_table th {
	background: #fafafa;
	color: #222;
	font-weight: 700;
}

body.woocommerce-account table.shop_table td a:not(.button) {
	color: #111;
	font-weight: 700;
}

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

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

body.woocommerce-account .woocommerce-Address {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	min-height: 210px;
	max-width: none;
	flex: none;
	float: none;
	padding: 30px;
	border: 1px solid #e8e8e8;
	background: linear-gradient(145deg, #fff 0%, #fff 68%, #fafafa 100%);
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.woocommerce-account .woocommerce-Address:hover {
	border-color: #bbb;
	box-shadow: 0 12px 28px rgb(0 0 0 / 5%);
	transform: translateY(-2px);
}

body.woocommerce-account .woocommerce-Address::after {
	position: absolute;
	right: 28px;
	bottom: 20px;
	color: #eee;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	content: "H";
	pointer-events: none;
}

body.woocommerce-account .woocommerce-Address-title {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

body.woocommerce-account .woocommerce-Address-title h2,
body.woocommerce-account .woocommerce-Address-title h3 {
	position: relative;
	margin: 0 !important;
	padding-left: 30px;
	font-size: 17px;
}

body.woocommerce-account .woocommerce-Address-title h2::before,
body.woocommerce-account .woocommerce-Address-title h3::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #222;
	border-radius: 50% 50% 50% 0;
	content: "";
	transform: translateY(-58%) rotate(-45deg);
}

body.woocommerce-account .woocommerce-Address-title h2::after,
body.woocommerce-account .woocommerce-Address-title h3::after {
	position: absolute;
	top: 50%;
	left: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #222;
	content: "";
	transform: translateY(-75%);
}

body.woocommerce-account .woocommerce-Address-title a {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 0 13px;
	border: 1px solid #ddd;
	background: #fff;
	color: #111;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease;
}

body.woocommerce-account .woocommerce-Address-title a:hover {
	border-color: #222;
	background: #222;
	color: #fff;
}

body.woocommerce-account .woocommerce-Address address {
	position: relative;
	z-index: 1;
	margin: 22px 0 0;
	color: #777;
	font-style: normal;
	line-height: 1.9;
}

body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info {
	position: relative;
	display: flex;
	min-height: 70px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 24px;
	padding: 14px 18px !important;
	border: 0;
	background: #f6f6f6;
	color: #333;
	font-size: 12px;
	list-style: none;
}

body.woocommerce-account .woocommerce-error::before,
body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-info::before {
	display: none;
	content: none;
}

body.woocommerce-account .woocommerce-error::after,
body.woocommerce-account .woocommerce-message::after,
body.woocommerce-account .woocommerce-info::after {
	display: none;
	content: none;
}

body.woocommerce-account .woocommerce-info .button,
body.woocommerce-account .woocommerce-message .button {
	flex: 0 0 auto;
	order: 2;
	margin-left: auto;
}

body.woocommerce-account .woocommerce-pagination {
	margin-top: 24px;
}

body.woocommerce-lost-password .entry-content > .woocommerce {
	max-width: 560px;
	margin: 0 auto;
	padding: 34px;
	border: 1px solid #e8e8e8;
	color: #777;
	font-size: 13px;
	line-height: 1.8;
}

body.woocommerce-lost-password .entry-content > .woocommerce .form-row {
	width: 100%;
	float: none;
	margin: 20px 0 0;
	padding: 0;
}

body.woocommerce-lost-password .entry-content > .woocommerce label {
	display: block;
	margin-bottom: 7px;
	color: #222;
	font-size: 12px;
	font-weight: 700;
}

body.woocommerce-lost-password .entry-content > .woocommerce input.input-text {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	outline: 0;
}

body.woocommerce-lost-password .entry-content > .woocommerce input.input-text:focus {
	border-color: #222;
}

body.woocommerce-lost-password .entry-content > .woocommerce .button {
	min-height: 44px;
	padding: 0 20px;
	border: 1px solid #222;
	border-radius: 0;
	background: #222;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 991px) {
	body.logged-in.woocommerce-account .entry-content > .woocommerce {
		grid-template-columns: 180px minmax(0, 1fr);
		gap: 30px;
	}

	.handskin-account-dashboard__links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.woocommerce-account .content-area {
		width: calc(100% - 32px);
		padding: 36px 0 70px;
	}

	body.woocommerce-account .entry > h1 {
		margin-bottom: 22px;
		font-size: 24px;
	}

	body.logged-in.woocommerce-account .entry-content > .woocommerce {
		display: block;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation {
		grid-column: auto;
		grid-row: auto;
		margin-bottom: 30px;
	}

	body.woocommerce-account .woocommerce-MyAccount-content {
		grid-column: auto;
		grid-row: auto;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		border-top: 0;
		gap: 8px;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation li {
		border: 1px solid #e8e8e8;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation a {
		padding: 12px;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation a::after {
		display: none;
	}

	.handskin-account-dashboard {
		padding: 24px 20px;
	}

	body.woocommerce-account .woocommerce-Addresses {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .woocommerce-Address {
		min-height: 180px;
		padding: 24px 20px;
	}

	body.woocommerce-account .woocommerce-Address-title {
		align-items: flex-start;
		flex-direction: column;
	}

	body.woocommerce-account .woocommerce-error,
	body.woocommerce-account .woocommerce-message,
	body.woocommerce-account .woocommerce-info {
		align-items: flex-start;
		flex-direction: column;
	}

	body.woocommerce-account .woocommerce-info .button,
	body.woocommerce-account .woocommerce-message .button {
		width: 100%;
		margin-left: 0;
	}

	body.woocommerce-account table.shop_table_responsive thead {
		display: none;
	}

	body.woocommerce-account table.shop_table_responsive tr {
		display: block;
		padding: 12px 0;
		border-bottom: 1px solid #e8e8e8;
	}

	body.woocommerce-account table.shop_table_responsive td {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		padding: 8px 0;
		border: 0;
		text-align: right;
	}

	body.woocommerce-account table.shop_table_responsive td::before {
		color: #222;
		font-weight: 700;
		text-align: left;
	}

	body.woocommerce-lost-password .entry-content > .woocommerce {
		padding: 24px 20px;
	}
}
