.ds-account-page {
	padding: 0;
	background: transparent;
}

@media (min-width: 768px) {
	.ds-account-page {
		padding: 0;
	}
}

.ds-account-layout {
	display: grid;
	gap: 0.9rem;
}

.ds-account-simple-head {
	padding: 0 0 0.7rem;
	border-bottom: 1px solid rgb(var(--ds-border) / 0.62);
}

.ds-account-simple-head__title {
	margin: 0;
	font-family: 'Exo 2', sans-serif;
	font-size: 1.28rem;
	line-height: 1.2;
	font-weight: 800;
	color: rgb(var(--ds-text) / 1);
}

.ds-account-simple-head__subtitle {
	margin: 0.4rem 0 0;
	font-size: 0.9rem;
	line-height: 1.45;
	color: rgb(var(--ds-text-muted) / 1);
}

.ds-account-simple-nav .woocommerce-MyAccount-navigation {
	display: block;
	width: 100% !important;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.ds-account-simple-nav .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ds-account-simple-nav .woocommerce-MyAccount-navigation li {
	margin: 0;
	list-style: none;
}

.ds-account-simple-nav .woocommerce-MyAccount-navigation a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.5rem 0.9rem;
	border: 1px solid rgb(var(--ds-border) / 0.9);
	border-radius: 999px;
	background: rgb(var(--ds-surface) / 1);
	color: rgb(var(--ds-text) / 0.95);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.ds-account-simple-nav .woocommerce-MyAccount-navigation a:before {
	content: none;
}

.ds-account-simple-nav .woocommerce-MyAccount-navigation a:hover,
.ds-account-simple-nav .woocommerce-MyAccount-navigation a:focus-visible {
	outline: none;
	border-color: rgb(var(--ds-text-muted) / 0.55);
	background: rgb(var(--ds-surface-soft) / 1);
}

.ds-account-simple-nav .woocommerce-MyAccount-navigation li.is-active a,
.ds-account-simple-nav .woocommerce-MyAccount-navigation a[aria-current='page'] {
	border-color: #e0c136;
	background: rgb(252 221 79 / 0.34);
	color: #3f280e;
}

.woocommerce-MyAccount-navigation {
	display: block;
	width: 100% !important;
	float: none !important;
	padding: 0.4rem;
	border: 1px solid rgb(var(--ds-border) / 0.8);
	border-radius: 0.9rem;
	background: rgb(var(--ds-surface) / 1);
	box-sizing: border-box;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
	display: grid;
	gap: 0.25rem;
	padding-left: 0 !important;
}

.woocommerce-MyAccount-navigation li {
	margin: 0;
	list-style: none !important;
}

.woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 2.45rem;
	padding: 0.55rem 0.75rem;
	border-radius: 0.7rem;
	border: 1px solid transparent;
	background: transparent;
	color: rgb(var(--ds-text) / 0.95);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
	width: 100%;
	box-sizing: border-box;
}

.woocommerce-MyAccount-navigation a:before {
	content: '';
	width: 0.42rem;
	height: 0.42rem;
	margin-right: 0.5rem;
	border-radius: 999px;
	background: rgb(var(--ds-text-muted) / 0.45);
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation a:focus-visible {
	outline: none;
	background: rgb(var(--ds-surface-soft) / 1);
	border-color: rgb(var(--ds-border) / 0.95);
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a[aria-current='page'] {
	background: rgb(var(--ds-surface-soft) / 1);
	border-color: #e0c136;
	color: #3f280e;
}

.woocommerce-MyAccount-navigation li.is-active a:before,
.woocommerce-MyAccount-navigation a[aria-current='page']:before {
	background: #3f280e;
}

.ds-account-dashboard {
	margin-bottom: 1rem;
}

.ds-account-dashboard__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.55rem;
}

@media (min-width: 768px) {
	.ds-account-dashboard__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.ds-account-dashboard-card {
	display: grid;
	gap: 0.2rem;
	padding: 0.75rem;
	border: 1px solid rgb(var(--ds-border) / 0.78);
	border-radius: 0.75rem;
	background: rgb(var(--ds-surface) / 1);
	text-decoration: none;
}

.ds-account-dashboard-card:hover,
.ds-account-dashboard-card:focus-visible {
	outline: none;
	border-color: rgb(var(--ds-text-muted) / 0.5);
	background: rgb(var(--ds-surface-soft) / 0.6);
}

.ds-account-dashboard-card__value {
	font-family: 'Exo 2', sans-serif;
	font-size: 1rem;
	line-height: 1.15;
	font-weight: 800;
	color: rgb(var(--ds-text) / 1);
}

.ds-account-dashboard-card__label {
	font-size: 0.78rem;
	line-height: 1.3;
	font-weight: 600;
	color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-MyAccount-main-shell {
	min-width: 0;
	width: 100%;
}

.ds-account-content {
	padding: 0.95rem;
	border: 1px solid rgb(var(--ds-border) / 0.78);
	border-radius: 0.95rem;
	background: rgb(var(--ds-surface) / 1);
	width: 100% !important;
	float: none !important;
	box-sizing: border-box;
}

.woocommerce-MyAccount-content {
	width: 100% !important;
	float: none !important;
}

@media (min-width: 768px) {
	.ds-account-content {
		padding: 1.2rem;
	}
}

.ds-account-content > :first-child {
	margin-top: 0;
}

.ds-account-content > :last-child {
	margin-bottom: 0;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	margin-bottom: 1rem;
	border: 1px solid rgb(var(--ds-border) / 0.8);
	border-top: 1px solid rgb(var(--ds-border) / 0.8);
	border-radius: 0.75rem;
	background: rgb(var(--ds-surface-soft) / 0.7);
}

.woocommerce-form-login,
.woocommerce-form-register {
	padding: 0.9rem;
	border: 1px solid rgb(var(--ds-border) / 0.8);
	border-radius: 0.85rem;
	background: rgb(var(--ds-surface) / 1);
}

.woocommerce-form-login p,
.woocommerce-form-register p {
	margin: 0 0 0.75rem;
}

.woocommerce-orders-table,
.woocommerce-table--order-details,
.woocommerce-Addresses address {
	border: 1px solid rgb(var(--ds-border) / 0.8);
	border-radius: 0.75rem;
	background: rgb(var(--ds-surface) / 1);
}

.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	padding: 0.7rem 0.62rem;
	border-color: rgb(var(--ds-border) / 0.7);
	font-size: 0.88rem;
}

.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	font-weight: 700;
	color: rgb(var(--ds-text) / 1);
}

.woocommerce-orders-table td,
.woocommerce-table--order-details td {
	color: rgb(var(--ds-text-muted) / 1);
}

.button,
button.button,
input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.55rem 0.95rem;
	border-radius: 999px;
	border: 1px solid rgb(var(--ds-border) / 0.9);
	background: rgb(var(--ds-surface) / 1);
	color: rgb(var(--ds-text) / 1);
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1;
}

.button:hover,
.button:focus-visible,
button.button:hover,
button.button:focus-visible,
input.button:hover,
input.button:focus-visible {
	outline: none;
	background: rgb(var(--ds-surface-soft) / 1);
	border-color: rgb(var(--ds-text-muted) / 0.55);
}

.button.alt,
button.button.alt,
input.button.alt {
	border-color: #e0c136;
	background: #fcdd4f;
	color: #3f280e;
}

.button.alt:hover,
.button.alt:focus-visible,
button.button.alt:hover,
button.button.alt:focus-visible,
input.button.alt:hover,
input.button.alt:focus-visible {
	background: #e0c136;
	border-color: #c4a728;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row {
	margin: 0 0 0.45rem !important;
	padding: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row label {
	display: inline-flex;
	margin: 0 0 0.45rem;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	color: rgb(var(--ds-text-muted) / 1);
}

.woocommerce-account .woocommerce-MyAccount-content .form-row .required {
	color: var(--ds-accent-danger);
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea,
.woocommerce-account .woocommerce-MyAccount-content form .form-row select {
	width: 100%;
	min-height: 3rem;
	padding: 0.74rem 0.92rem;
	border: 1px solid rgb(var(--ds-border) / 0.94);
	border-radius: 0.75rem;
	background: rgb(var(--ds-surface) / 1);
	font-size: 0.98rem;
	line-height: 1.45;
	color: rgb(var(--ds-text) / 1);
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea {
	min-height: 6rem;
	resize: vertical;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text::placeholder,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea::placeholder {
	color: rgb(var(--ds-text-muted) / 0.75);
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text:hover,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea:hover,
.woocommerce-account .woocommerce-MyAccount-content form .form-row select:hover {
	background: rgb(var(--ds-surface-soft) / 0.5);
	border-color: rgb(var(--ds-text-muted) / 0.5);
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text:focus,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea:focus,
.woocommerce-account .woocommerce-MyAccount-content form .form-row select:focus,
.woocommerce-account .woocommerce-MyAccount-content form .form-row input.input-text:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content form .form-row textarea:focus-visible,
.woocommerce-account .woocommerce-MyAccount-content form .form-row select:focus-visible {
	border-color: #d6b828;
	box-shadow: 0 0 0 3px rgb(252 221 79 / 0.35);
	background: rgb(var(--ds-surface) / 1);
}

.woocommerce-account .woocommerce-MyAccount-content .form-row.woocommerce-invalid input.input-text,
.woocommerce-account .woocommerce-MyAccount-content .form-row.woocommerce-invalid textarea,
.woocommerce-account .woocommerce-MyAccount-content .form-row.woocommerce-invalid select {
	border-color: var(--ds-accent-danger);
	background: var(--ds-accent-danger-soft);
}

.woocommerce-account .woocommerce-MyAccount-content .form-row .woocommerce-error,
.woocommerce-account .woocommerce-MyAccount-content .form-row .error {
	margin: 0.35rem 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0.78rem;
	line-height: 1.3;
	color: var(--ds-accent-danger-strong);
}

.woocommerce-account .woocommerce-MyAccount-content .form-row .select2-container {
	width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row .select2-container .select2-selection {
	min-height: 2.8rem;
	border-radius: 0.75rem;
	border: 1px solid rgb(var(--ds-border) / 0.94);
	background: rgb(var(--ds-surface) / 1);
}

.woocommerce-account .woocommerce-MyAccount-content .form-row .select2-container .select2-selection__rendered {
	line-height: 2.8rem;
	padding-left: 0.82rem;
	color: rgb(var(--ds-text) / 1);
}

.woocommerce-account .woocommerce-MyAccount-content .form-row .select2-container .select2-selection__arrow {
	height: 2.8rem;
	right: 0.3rem;
}

.woocommerce-Address-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
	margin-bottom: 0.65rem;
}

.woocommerce-Address-title h3 {
	margin: 0;
	font-family: 'Exo 2', sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 800;
}

.woocommerce-Addresses {
	display: grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.woocommerce-Addresses {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.woocommerce-Addresses address {
	margin: 0;
	padding: 0.82rem 0.9rem;
	font-style: normal;
	line-height: 1.5;
}

@media (max-width: 767.98px) {
	.woocommerce-orders-table th,
	.woocommerce-orders-table td {
		padding: 0.52rem 0.46rem;
		font-size: 0.82rem;
	}
}

.ds-account-order-view {
	display: grid;
	gap: 0.55rem;
}

.ds-account-order-view__head {
	padding: 0 0 0.85rem;
	border-bottom: 1px solid rgb(var(--ds-border) / 0.62);
}

.ds-account-order-view__eyebrow {
	display: inline-flex;
	width: fit-content;
	margin: 0;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	background: rgb(var(--ds-surface-soft) / 1);
	color: rgb(var(--ds-text-muted) / 1);
	font-size: 0.72rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.ds-account-order-view__title {
	margin: 0.55rem 0 0;
	font-family: 'Exo 2', sans-serif;
	font-size: 1.18rem;
	line-height: 1.2;
	font-weight: 800;
	color: rgb(var(--ds-text) / 1);
}

.ds-account-order-view__meta {
	margin: 0.45rem 0 0;
	font-size: 0.86rem;
	line-height: 1.35;
	color: rgb(var(--ds-text-muted) / 1);
}

.ds-account-order-view__section {
	padding: 0.85rem 0;
	border-bottom: 1px solid rgb(var(--ds-border) / 0.62);
}

.ds-account-order-view__section:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

.ds-account-order-view__section-title {
	margin: 0 0 0.65rem;
	font-family: 'Exo 2', sans-serif;
	font-size: 0.96rem;
	line-height: 1.2;
	font-weight: 800;
	color: rgb(var(--ds-text) / 1);
}

.ds-account-order-info-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
}

@media (min-width: 768px) {
	.ds-account-order-info-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.ds-account-order-info-card {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.ds-account-order-info-card__label {
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: rgb(var(--ds-text-muted) / 1);
}

.ds-account-order-info-card__value {
	margin: 0.35rem 0 0;
	font-size: 0.86rem;
	line-height: 1.35;
	color: rgb(var(--ds-text) / 1);
}

.ds-account-order-info-card__value p {
	margin: 0;
}

.ds-account-order-info-card__value p + p {
	margin-top: 0.18rem;
}

.ds-account-order-items {
	display: grid;
	gap: 0;
}

.ds-account-order-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.7rem;
	align-items: center;
	padding: 0.58rem 0;
	border-top: 1px solid rgb(var(--ds-border) / 0.62);
	border-radius: 0;
	background: transparent;
}

.ds-account-order-item:first-child {
	padding-top: 0;
	border-top: 0;
}

.ds-account-order-item__name {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.3;
	font-weight: 700;
	color: rgb(var(--ds-text) / 1);
	text-decoration: none;
}

.ds-account-order-item__name:hover,
.ds-account-order-item__name:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

.ds-account-order-item__qty {
	margin: 0.25rem 0 0;
	font-size: 0.8rem;
	line-height: 1.3;
	color: rgb(var(--ds-text-muted) / 1);
}

.ds-account-order-item__total {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.2;
	font-weight: 700;
	color: rgb(var(--ds-text) / 1);
	white-space: nowrap;
}

.ds-account-order-totals {
	display: grid;
	gap: 0.4rem;
}

.ds-account-order-total-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.6rem;
	align-items: start;
	padding: 0.4rem 0;
	border-top: 1px solid rgb(var(--ds-border) / 0.62);
}

.ds-account-order-total-row:first-child {
	border-top: 0;
	padding-top: 0;
}

.ds-account-order-total-row__label {
	font-size: 0.85rem;
	line-height: 1.3;
	color: rgb(var(--ds-text-muted) / 1);
}

.ds-account-order-total-row__value {
	font-size: 0.86rem;
	line-height: 1.3;
	font-weight: 700;
	color: rgb(var(--ds-text) / 1);
	text-align: right;
}

.ds-account-order-note {
	font-size: 0.86rem;
	line-height: 1.45;
	color: rgb(var(--ds-text-muted) / 1);
}

.ds-account-order-updates {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0;
}

.ds-account-order-updates__item {
	padding: 0.58rem 0;
	border-top: 1px solid rgb(var(--ds-border) / 0.62);
	border-radius: 0;
	background: transparent;
}

.ds-account-order-updates__item:first-child {
	padding-top: 0;
	border-top: 0;
}

.ds-account-order-updates__meta {
	margin: 0;
	font-size: 0.76rem;
	line-height: 1.25;
	color: rgb(var(--ds-text-muted) / 1);
}

.ds-account-order-updates__text {
	margin-top: 0.35rem;
	font-size: 0.84rem;
	line-height: 1.4;
	color: rgb(var(--ds-text) / 1);
}

.ds-account-order-updates__text p {
	margin: 0;
}
