/* Pashmira Account Experience: native WooCommerce account forms, premium Pashmira presentation. */

body.woocommerce-account {
	background: var(--pashmira-ivory);
	color: #3b1717;
}

body.woocommerce-account .wp-site-blocks main,
body.woocommerce-account main.wp-block-group,
body.woocommerce-account .entry-content,
body.woocommerce-account .wp-block-post-content {
	box-sizing: border-box;
	max-width: none !important;
	overflow-x: clip;
	width: 100%;
}

body.woocommerce-account .woocommerce,
body.woocommerce-account .woocommerce-notices-wrapper {
	box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: min(calc(100% - 48px), 1160px) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: calc(100% - 48px) !important;
}

body.woocommerce-account .entry-content > .woocommerce,
body.woocommerce-account .wp-block-post-content > .woocommerce,
body.woocommerce-account main .woocommerce {
	box-sizing: border-box !important;
	max-width: min(calc(100% - 48px), 1160px) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: calc(100% - 48px) !important;
}

body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message {
	background: #fffaf2;
	border: 1px solid rgba(133, 13, 27, .16);
	border-left: 4px solid var(--pashmira-gold);
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(74, 7, 16, .08);
	color: #3b1717;
	font-size: 15px;
	line-height: 1.5;
	margin: 18px auto !important;
	max-width: min(calc(100% - 48px), 1160px);
	padding: 16px 20px;
}

.pashmira-account-experience-shell {
	border: 1px solid rgba(133, 13, 27, .12);
	border-radius: 22px;
	box-shadow: 0 28px 72px rgba(74, 7, 16, .14);
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	margin: clamp(36px, 6vw, 72px) auto;
	max-width: 1160px;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.pashmira-account-brand-panel {
	background:
		linear-gradient(180deg, rgba(74, 7, 16, .40), rgba(74, 7, 16, .76)),
		url('../images/home/women-feature.webp') center / cover no-repeat,
		linear-gradient(180deg, #850d1b 0%, #660812 100%);
	box-sizing: border-box;
	color: #fff8ee;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 560px;
	min-width: 0;
	padding: clamp(34px, 4.4vw, 58px);
	position: relative;
}

.pashmira-account-brand-panel::before,
.pashmira-account-brand-panel::after {
	border: 1px solid rgba(201, 154, 61, .32);
	content: "";
	inset: 22px;
	pointer-events: none;
	position: absolute;
}

.pashmira-account-brand-panel::after {
	border-left: 0;
	border-right: 0;
	inset: 34px 22px;
	opacity: .55;
}

.pashmira-account-brand-logo {
	display: inline-flex;
	margin: 0 0 auto;
	max-width: 190px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.pashmira-account-brand-logo img {
	display: block;
	height: auto;
	max-height: 78px;
	object-fit: contain;
	width: min(190px, 52vw);
}

.pashmira-account-brand-logo:not(:has(img)) {
	color: var(--pashmira-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
}

.pashmira-account-eyebrow {
	color: var(--pashmira-gold);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .18em;
	margin: auto 0 14px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.pashmira-account-brand-panel h2 {
	color: #fff8ee;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3.6vw, 42px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1.05;
	margin: 0;
	max-width: 10.6em;
	overflow-wrap: normal;
	position: relative;
	word-break: normal;
	z-index: 1;
}

.pashmira-account-brand-copy {
	color: rgba(255, 248, 238, .86);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	max-width: 36em;
	position: relative;
	z-index: 1;
}

.pashmira-account-brand-copy:empty,
.pashmira-account-benefits:empty {
	display: none !important;
}

.pashmira-account-benefits {
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.pashmira-account-benefits li {
	align-items: center;
	color: rgba(255, 248, 238, .92);
	display: flex;
	font-size: 15px;
	gap: 12px;
	line-height: 1.35;
}

.pashmira-account-benefit-icon {
	border: 1px solid rgba(201, 154, 61, .65);
	border-radius: 50%;
	box-sizing: border-box;
	display: inline-block;
	flex: 0 0 18px;
	height: 18px;
	position: relative;
	width: 18px;
}

.pashmira-account-benefit-icon::after {
	border-bottom: 2px solid var(--pashmira-gold);
	border-right: 2px solid var(--pashmira-gold);
	content: "";
	height: 8px;
	left: 5px;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	width: 4px;
}

.pashmira-account-card {
	background: #fffaf2;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(36px, 5vw, 64px);
}

.pashmira-account-card-intro {
	margin: 0 0 24px;
}

.pashmira-account-card-intro h1 {
	color: var(--pashmira-wine);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1.12;
	margin: 0 0 10px;
	overflow-wrap: normal;
	word-break: keep-all;
}

.pashmira-account-card-intro p {
	color: rgba(59, 23, 23, .72);
	font-size: 16px;
	line-height: 1.55;
	margin: 0;
}

body.woocommerce-account #customer_login,
body.woocommerce-account #customer_login.u-columns,
body.woocommerce-account #customer_login.col2-set {
	box-sizing: border-box !important;
	clear: both !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	overflow: visible !important;
	width: 100% !important;
}

body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2,
body.woocommerce-account #customer_login .col-1,
body.woocommerce-account #customer_login .col-2 {
	box-sizing: border-box !important;
	clear: none !important;
	display: block !important;
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body.woocommerce-account #customer_login .u-column1[hidden],
body.woocommerce-account #customer_login .u-column2[hidden],
body.woocommerce-account #customer_login .col-1[hidden],
body.woocommerce-account #customer_login .col-2[hidden] {
	display: none !important;
}

body.woocommerce-account #customer_login h2 {
	display: none !important;
	font-size: clamp(28px, 3vw, 42px) !important;
	white-space: normal !important;
	word-break: keep-all !important;
}

.pashmira-account-tabs {
	background: rgba(133, 13, 27, .06);
	border: 1px solid rgba(133, 13, 27, .10);
	border-radius: 12px;
	display: grid;
	gap: 4px;
	grid-template-columns: 1fr 1fr;
	margin: 0 0 28px;
	padding: 4px;
	width: 100%;
}

.pashmira-account-tab {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 9px;
	box-sizing: border-box;
	color: var(--pashmira-wine);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0 12px;
	text-align: center;
	transition: background .18s ease, color .18s ease, box-shadow .18s ease;
	width: 100%;
}

.pashmira-account-tab.is-active {
	background: var(--pashmira-burgundy);
	box-shadow: 0 8px 18px rgba(133, 13, 27, .15);
	color: #fff8ee;
}

.pashmira-account-tab:focus-visible,
body.woocommerce-account a:focus-visible,
body.woocommerce-account button:focus-visible,
body.woocommerce-account input:focus-visible,
body.woocommerce-account select:focus-visible,
body.woocommerce-account textarea:focus-visible {
	outline: 3px solid rgba(201, 154, 61, .48) !important;
	outline-offset: 3px !important;
}

body.woocommerce-account form.login,
body.woocommerce-account form.register,
body.woocommerce-account form.woocommerce-form-login,
body.woocommerce-account form.woocommerce-form-register,
body.woocommerce-account form.woocommerce-ResetPassword,
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account form.woocommerce-address-fields {
	background: transparent !important;
	border: 0 !important;
	box-sizing: border-box !important;
	display: block !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

body.woocommerce-account form .form-row,
body.woocommerce-account form p {
	box-sizing: border-box !important;
	margin-bottom: 16px !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.woocommerce-account label {
	color: #3b1717;
	display: inline-block;
	font-size: 13px;
	font-weight: 780;
	letter-spacing: .03em;
	line-height: 1.3;
	margin: 0 0 7px;
}

body.woocommerce-account input[type="text"],
body.woocommerce-account input[type="email"],
body.woocommerce-account input[type="password"],
body.woocommerce-account input[type="tel"],
body.woocommerce-account input[type="url"],
body.woocommerce-account select,
body.woocommerce-account textarea {
	background: #fff !important;
	border: 1px solid rgba(133, 13, 27, .18) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: #3b1717 !important;
	font-size: 16px !important;
	line-height: 1.3 !important;
	min-height: 52px !important;
	min-width: 0 !important;
	padding: 0 15px !important;
	width: 100% !important;
}

body.woocommerce-account textarea {
	min-height: 120px !important;
	padding-bottom: 14px !important;
	padding-top: 14px !important;
}

body.woocommerce-account .password-input {
	display: block !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}

body.woocommerce-account .show-password-input {
	color: var(--pashmira-burgundy) !important;
	min-height: 44px !important;
	min-width: 44px !important;
	right: 8px !important;
	top: 4px !important;
}

body.woocommerce-account .woocommerce-form-login__rememberme {
	align-items: center;
	display: inline-flex !important;
	gap: 8px;
	margin: 2px 0 14px !important;
}

body.woocommerce-account .woocommerce-form-login__rememberme input {
	accent-color: var(--pashmira-burgundy);
	height: 18px;
	width: 18px;
}

body.woocommerce-account .lost_password a,
.pashmira-account-switch,
.pashmira-account-return-link {
	appearance: none;
	background: transparent;
	border: 0;
	color: var(--pashmira-burgundy) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 780;
	justify-content: center;
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: rgba(133, 13, 27, .32);
	text-underline-offset: 4px;
	width: 100%;
}

body.woocommerce-account .button,
body.woocommerce-account button.button,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account .pashmira-account-action-button {
	align-items: center !important;
	background: var(--pashmira-burgundy) !important;
	border: 1px solid var(--pashmira-burgundy) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	color: #fff8ee !important;
	display: inline-flex !important;
	font-size: 15px !important;
	font-weight: 820 !important;
	justify-content: center !important;
	letter-spacing: .045em !important;
	min-height: 52px !important;
	padding: 0 18px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
	width: 100% !important;
}

body.woocommerce-account .button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account .woocommerce-button:hover {
	background: #6f0a16 !important;
	border-color: var(--pashmira-gold) !important;
	color: #fff8ee !important;
}

body.woocommerce-account .woocommerce-privacy-policy-text {
	color: rgba(59, 23, 23, .72);
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 16px;
}

body.woocommerce-account .woocommerce-privacy-policy-text a {
	color: var(--pashmira-burgundy) !important;
	font-weight: 760;
}

.pashmira-account-reset-shell {
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.pashmira-account-brand-panel.is-compact {
	min-height: 440px;
}

.pashmira-account-reset-card form > p:first-child {
	color: rgba(59, 23, 23, .72);
	font-size: 15px;
	line-height: 1.55;
}

body.pashmira-account-experience-dashboard .woocommerce {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	margin-top: clamp(34px, 5vw, 64px);
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation,
body.pashmira-account-experience-dashboard .woocommerce-MyAccount-content {
	background: #fffaf2;
	border: 1px solid rgba(133, 13, 27, .10);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(74, 7, 16, .08);
	box-sizing: border-box;
	float: none !important;
	margin: 0 !important;
	min-width: 0;
	padding: 24px;
	width: 100% !important;
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-content {
	grid-column: 2 !important;
	grid-row: 1 !important;
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation li {
	margin: 0;
	padding: 0;
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation a {
	border-radius: 10px;
	color: var(--pashmira-wine) !important;
	display: flex;
	font-size: 14px;
	font-weight: 790;
	justify-content: space-between;
	letter-spacing: .04em;
	min-height: 46px;
	padding: 12px 14px;
	text-decoration: none;
	text-transform: uppercase;
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation .is-active a {
	background: var(--pashmira-burgundy);
	color: #fff8ee !important;
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-content {
	font-size: 16px;
	line-height: 1.65;
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-content h2,
body.pashmira-account-experience-dashboard .woocommerce-MyAccount-content h3 {
	color: var(--pashmira-wine);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	line-height: 1.15;
}

body.pashmira-account-experience-dashboard .woocommerce-MyAccount-content .woocommerce-Message,
body.pashmira-account-experience-dashboard .woocommerce-MyAccount-content .woocommerce-info {
	max-width: none !important;
	width: 100% !important;
}

@media (max-width: 900px) {
	body.woocommerce-account .woocommerce,
	body.woocommerce-account .woocommerce-notices-wrapper,
	body.woocommerce-account .entry-content > .woocommerce,
	body.woocommerce-account .wp-block-post-content > .woocommerce,
	body.woocommerce-account main .woocommerce {
		max-width: 720px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	body.woocommerce-account .entry-content,
	body.woocommerce-account .wp-block-post-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.pashmira-account-experience-shell,
	.pashmira-account-reset-shell {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	.pashmira-account-brand-panel {
		min-height: 0;
		padding: 30px 30px 28px;
	}

	.pashmira-account-brand-panel::before,
	.pashmira-account-brand-panel::after {
		inset: 14px;
	}

	.pashmira-account-brand-logo {
		margin-bottom: 20px;
	}

	.pashmira-account-brand-logo img {
		max-height: 56px;
		width: 140px;
	}

	.pashmira-account-brand-panel h2 {
		font-size: clamp(30px, 7vw, 42px);
		max-width: 100%;
	}

	.pashmira-account-benefits {
		gap: 10px;
		margin-top: 22px;
	}

	.pashmira-account-card {
		padding: 34px 30px;
	}

	body.pashmira-account-experience-dashboard .woocommerce {
		display: block;
	}

	body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation {
		grid-column: auto !important;
		grid-row: auto !important;
		margin-bottom: 18px !important;
	}

	body.pashmira-account-experience-dashboard .woocommerce-MyAccount-content {
		grid-column: auto !important;
		grid-row: auto !important;
	}

	body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	body.woocommerce-account .woocommerce,
	body.woocommerce-account .woocommerce-notices-wrapper,
	body.woocommerce-account .entry-content > .woocommerce,
	body.woocommerce-account .wp-block-post-content > .woocommerce,
	body.woocommerce-account main .woocommerce {
		max-width: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}

	.pashmira-account-experience-shell {
		border-radius: 16px;
		margin-bottom: 36px;
		margin-top: 28px;
	}

	.pashmira-account-brand-panel {
		padding: 24px 22px;
	}

	.pashmira-account-brand-logo {
		margin-bottom: 16px;
	}

	.pashmira-account-brand-panel h2 {
		font-size: clamp(28px, 8vw, 36px);
		margin-bottom: 12px;
	}

	.pashmira-account-brand-copy,
	.pashmira-account-benefits {
		font-size: 14px;
	}

	.pashmira-account-card {
		padding: 24px 22px;
	}

	.pashmira-account-card-intro h1 {
		font-size: clamp(28px, 8vw, 34px);
	}

	.pashmira-account-tabs {
		margin-bottom: 22px;
	}

	.pashmira-account-tab {
		font-size: 13px;
		min-height: 48px;
		padding-left: 8px;
		padding-right: 8px;
	}

	body.woocommerce-account input[type="text"],
	body.woocommerce-account input[type="email"],
	body.woocommerce-account input[type="password"],
	body.woocommerce-account input[type="tel"],
	body.woocommerce-account input[type="url"],
	body.woocommerce-account select {
		min-height: 50px !important;
	}

	body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation,
	body.pashmira-account-experience-dashboard .woocommerce-MyAccount-content {
		border-radius: 14px;
		padding: 18px;
	}

	body.pashmira-account-experience-dashboard .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	body.woocommerce-account .pashmira-whatsapp-float {
		bottom: 12px !important;
		right: 12px !important;
	}

	body.woocommerce-account .pashmira-whatsapp-float a {
		border-radius: 50% !important;
		font-size: 0 !important;
		height: 54px !important;
		min-width: 54px !important;
		padding: 0 !important;
		width: 54px !important;
	}
}

@media (max-width: 340px) {
	.pashmira-account-card,
	.pashmira-account-brand-panel {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pashmira-account-tab {
		letter-spacing: 0;
	}
}
