/* Área do cliente e primeiro acesso no padrão visual Armovex. */
body.armovex-account-login-gate .armovex-account-entry-choice {
	background: #fff;
	border-top: 4px solid #e64a72;
	border-radius: 12px;
	box-shadow: 0 8px 26px rgba(21, 21, 21, .08);
	margin: 0 auto 28px;
	max-width: 640px;
	padding: clamp(22px, 5vw, 38px);
}

body.armovex-account-login-gate .armovex-account-entry-choice h2 {
	color: #151515;
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	margin: 0;
}

body.armovex-account-login-gate .armovex-account-entry-choice > p:not(.armovex-account-eyebrow) {
	color: #606060;
	line-height: 1.55;
	margin: 9px 0 0;
}

.armovex-account-entry-choice__options {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
}

.armovex-account-entry-choice__option {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 9px;
	color: #151515;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-height: 142px;
	padding: 18px;
	position: relative;
	text-align: left;
}

.armovex-account-entry-choice__option:hover,
.armovex-account-entry-choice__option:focus-visible {
	border-color: #e64a72;
	box-shadow: 0 5px 18px rgba(230, 74, 114, .12);
	outline: 0;
}

.armovex-account-entry-choice__option strong {
	font-size: 1rem;
}

.armovex-account-entry-choice__option span {
	color: #606060;
	font-size: .84rem;
	line-height: 1.45;
	padding-right: 14px;
}

.armovex-account-entry-choice__option em {
	bottom: 14px;
	color: #c93461;
	font-size: 1.2rem;
	font-style: normal;
	position: absolute;
	right: 17px;
}

.armovex-account-entry-back {
	background: transparent;
	border: 0;
	color: #c93461;
	cursor: pointer;
	display: inline-flex;
	font-size: .82rem;
	font-weight: 750;
	margin: 0 0 18px;
	padding: 0;
}

.armovex-account-entry-back:hover,
.armovex-account-entry-back:focus-visible {
	color: #151515;
	text-decoration: underline;
}

body.armovex-account-login-gate .armovex-first-access,
body.armovex-account-login-gate .is-armovex-account-login-panel,
body.armovex-account-login-gate .woocommerce > h2,
body.armovex-account-login-gate #customer_login .u-column1,
body.armovex-account-login-gate #customer_login .u-column2,
body.armovex-account-login-gate #customer_login .col-1,
body.armovex-account-login-gate #customer_login .col-2 {
	display: none;
}

body.armovex-account-login-gate.armovex-account-entry--first-access .armovex-first-access {
	display: block;
}

body.armovex-account-login-gate.armovex-account-entry--login .is-armovex-account-login-panel--login,
body.armovex-account-login-gate.armovex-account-entry--login .woocommerce > h2,
body.armovex-account-login-gate.armovex-account-entry--login #customer_login .u-column1,
body.armovex-account-login-gate.armovex-account-entry--login #customer_login .col-1 {
	display: block;
}

body.armovex-account-login-gate.armovex-account-entry--login .woocommerce-form-login {
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #151515;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(21, 21, 21, .08);
	color: #fff;
	padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	border-left: 3px solid transparent;
	color: #fff;
	display: block;
	font-size: .92rem;
	font-weight: 650;
	padding: 13px 12px;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
	background: rgba(230, 74, 114, .16);
	border-left-color: #e64a72;
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
	min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content > p:has(a[href*="customer-logout"], a[href*="action=logout"]) {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content:has(.armovex-account-dashboard) > p {
	display: none;
}

.armovex-account-eyebrow {
	color: #c93461;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .14em;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.armovex-account-dashboard {
	background: #fff;
	border-top: 4px solid #e64a72;
	border-radius: 12px;
	box-shadow: 0 8px 26px rgba(21, 21, 21, .07);
	padding: clamp(22px, 4vw, 38px);
}

.armovex-account-dashboard__header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 24px;
	padding-bottom: 22px;
}

.armovex-account-dashboard__header h2,
.armovex-account-dashboard__section-heading h3 {
	color: #151515;
	margin: 0;
}

.armovex-account-dashboard__header h2 {
	font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.armovex-account-dashboard__header p:last-child {
	color: #606060;
	margin: 9px 0 0;
}

.armovex-account-dashboard__cards {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 34px;
}

.armovex-account-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 9px;
	color: #151515;
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-height: 148px;
	padding: 17px;
	text-decoration: none;
}

.armovex-account-card:hover,
.armovex-account-card:focus-visible {
	border-color: #e64a72;
	box-shadow: 0 5px 18px rgba(230, 74, 114, .12);
	color: #151515;
	transform: translateY(-2px);
}

.armovex-account-card__icon {
	align-items: center;
	background: #fff1f5;
	border-radius: 50%;
	color: #c93461;
	display: inline-flex;
	font-size: 1.15rem;
	height: 34px;
	justify-content: center;
	margin-bottom: 6px;
	width: 34px;
}

.armovex-account-card__label {
	color: #c93461;
	font-size: .75rem;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.armovex-account-card strong {
	font-size: 1rem;
}

.armovex-account-card > span:last-child {
	color: #606060;
	font-size: .82rem;
	line-height: 1.4;
}

.armovex-account-dashboard__orders {
	border-top: 1px solid #e5e5e5;
	padding-top: 25px;
}

.armovex-account-dashboard__section-heading {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.armovex-account-dashboard__section-heading h3 {
	font-size: 1.25rem;
}

.armovex-account-dashboard__section-heading > a {
	color: #c93461;
	font-size: .85rem;
	font-weight: 750;
	text-decoration: none;
}

.armovex-account-orders-list {
	border-top: 1px solid #e5e5e5;
}

.armovex-account-order {
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	color: #151515;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 14px 4px;
	text-decoration: none;
}

.armovex-account-order:hover,
.armovex-account-order:focus-visible {
	color: #c93461;
}

.armovex-account-order > span {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.armovex-account-order > span:nth-child(2) {
	margin-left: auto;
	text-align: right;
}

.armovex-account-order small {
	color: #606060;
	font-size: .76rem;
}

.armovex-account-order__arrow {
	color: #c93461;
	font-size: 1.2rem;
}

.armovex-account-empty-state {
	background: #f4f7f5;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 18px;
}

.armovex-account-empty-state span {
	color: #606060;
	font-size: .9rem;
}

.armovex-first-access {
	background: #fff;
	border: 0;
	border-top: 4px solid #e64a72;
	border-radius: 12px;
	box-shadow: 0 8px 26px rgba(21, 21, 21, .08);
	margin: 0 auto 28px;
	max-width: 640px;
	padding: clamp(22px, 5vw, 38px);
}

.armovex-first-access__header h2 {
	color: #151515;
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	margin: 0;
}

.armovex-first-access__header > p:last-child {
	color: #606060;
	line-height: 1.55;
	margin: 9px 0 0;
}

.armovex-first-access__steps {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 28px 0 30px;
	padding: 0;
}

.armovex-first-access__steps li {
	align-items: center;
	color: #777;
	display: flex;
	font-size: .76rem;
	font-weight: 700;
	gap: 7px;
}

.armovex-first-access__steps li span {
	align-items: center;
	background: #e8e8e8;
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 28px;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.armovex-first-access__steps li.is-active,
.armovex-first-access__steps li.is-complete {
	color: #151515;
}

.armovex-first-access__steps li.is-active span,
.armovex-first-access__steps li.is-complete span {
	background: #e64a72;
	color: #fff;
}

.armovex-first-access [data-step] label {
	color: #151515;
	display: block;
	font-size: .92rem;
	font-weight: 750;
	margin-bottom: 7px;
}

.armovex-first-access input {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	box-sizing: border-box;
	color: #151515;
	display: block;
	font-size: 16px;
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}

.armovex-first-access input:focus {
	border-color: #e64a72;
	box-shadow: 0 0 0 3px rgba(230, 74, 114, .14);
	outline: 0;
}

.armovex-first-access [data-step] input + label {
	margin-top: 16px;
}

.armovex-first-access__hint {
	color: #606060;
	font-size: .8rem;
	line-height: 1.45;
	margin: 8px 0 17px;
}

.armovex-first-access button.button {
	background: #151515;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: .92rem;
	font-weight: 750;
	min-height: 46px;
	padding: 10px 18px;
	width: 100%;
}

.armovex-first-access button.button:hover,
.armovex-first-access button.button:focus-visible {
	background: #c93461;
	color: #fff;
}

.armovex-first-access button.button:disabled {
	cursor: wait;
	opacity: .62;
}

.armovex-first-access__message {
	color: #006f43;
	font-size: .88rem;
	font-weight: 650;
	line-height: 1.45;
	margin: 17px 0 0;
}

.armovex-first-access__message.is-error {
	color: #a51f3f;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	box-shadow: 0 5px 18px rgba(21, 21, 21, .05);
	padding: clamp(20px, 4vw, 30px);
}

.woocommerce-account .woocommerce-form-login input,
.woocommerce-account .woocommerce-form-register input {
	font-size: 16px;
	min-height: 46px;
}

@media (max-width: 780px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 18px;
	}

	.armovex-account-dashboard__cards {
		grid-template-columns: 1fr;
	}

	.armovex-account-card {
		min-height: 0;
	}
}

@media (max-width: 520px) {
	.armovex-account-entry-choice__options {
		grid-template-columns: 1fr;
	}

	.armovex-account-dashboard,
	.armovex-first-access {
		border-radius: 8px;
		padding: 20px 16px;
	}

	.armovex-first-access__steps li {
		align-items: flex-start;
		flex-direction: column;
		font-size: .7rem;
		gap: 4px;
	}

	.armovex-account-order {
		gap: 8px;
	}

	.armovex-account-order > span:nth-child(2) {
		font-size: .88rem;
	}
}

.armovex-shipments {
	margin-top: 2rem;
}

.armovex-shipment {
	border-left: 3px solid currentColor;
	margin: 1rem 0;
	padding-left: 1rem;
}
