/* My Account — desktop (Figma 838:3327 Detalji o računu) */

.account-shell {
	width: 100%;
}

.account-shell__inner {
	display: block;
	margin: 0 auto;
}

.account-shell,
.account-shell .woocommerce,
.account-page,
.woocommerce-account .woocommerce {
	float: none !important;
	width: 100%;
	max-width: none;
	clear: both;
}

.account-page {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	padding: 28px 0 90px;
	background: #FFFFFF;
	box-sizing: border-box;
	font-family: var(--global-font-family-1);
}

.account-page__breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #737378;
}

.account-page__breadcrumb a {
	color: #737378;
	text-decoration: none;
}

.account-page__breadcrumb a:hover {
	color: #1C1C1E;
}

.account-page__bc-sep {
	display: block;
	width: 7px;
	height: 12px;
	flex-shrink: 0;
}

.account-page__bc-current {
	font-weight: 600;
	color: #1C1C1E;
}

.account-page__title {
	margin: 0;
	font-weight: 700;
	font-size: 34px;
	line-height: 37px;
	letter-spacing: -0.68px;
	color: #1C1C1E;
}

.account-page__heading {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: 100%;
}

.account-page__lead {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #737378;
}

.account-page__layout {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	width: 100%;
}

.account-page__content,
.woocommerce-MyAccount-content.account-page__content {
	flex: 1 1 auto;
	min-width: 0;
	float: none !important;
	width: auto !important;
}

/* -------------------------------------------------------------------------- */
/* Nav                                                                        */
/* -------------------------------------------------------------------------- */

.account-nav,
.woocommerce-MyAccount-navigation.account-nav {
	flex: 0 0 280px;
	width: 280px;
	max-width: 100%;
	float: none !important;
	margin: 0;
	padding: 14px;
	border: 1px solid #EBEBED;
	border-radius: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-nav__list {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.account-nav__item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.account-nav__divider {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	background: #EBEBED;
	list-style: none;
	border: 0;
}

.account-nav__link {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 12px 14px;
	border-radius: 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #3D3D42;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.account-nav__link:hover {
	background: #F6F6F6;
	color: #1C1C1E;
}

.account-nav__link.is-active {
	background: #1C1C1E;
	color: #FFFFFF;
	font-weight: 600;
}

.account-nav__link.is-active:hover {
	background: #1C1C1E;
	color: #FFFFFF;
}

.account-nav__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	overflow: hidden;
}

.account-nav__icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.account-nav__link.is-active .account-nav__icon img {
	filter: brightness(0) invert(1);
}

.account-nav__label {
	min-width: 0;
}

/* -------------------------------------------------------------------------- */
/* Edit account form                                                          */
/* -------------------------------------------------------------------------- */

.account-edit {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
	margin: 0;
	padding: 28px 30px;
	border: 1px solid #EBEBED;
	border-radius: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-edit__row {
	display: flex;
	gap: 16px;
	width: 100%;
}

.account-edit .form-row,
.account-edit .woocommerce-form-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	box-sizing: border-box;
}

.account-edit__row .form-row,
.account-edit__row .woocommerce-form-row {
	flex: 1 1 0;
	min-width: 0;
	width: auto !important;
}

.account-edit .clear {
	display: none;
}

.account-edit label {
	display: block;
	margin: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #737378;
}

.account-edit .required {
	color: #737378;
	text-decoration: none;
}

.account-edit .input-text,
.account-edit input.woocommerce-Input,
.woocommerce-account .account-edit input.input-text {
	width: 100% !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid #DBDBDE !important;
	border-radius: 10px !important;
	background: #F9F9F9 !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #1C1C1E !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

.account-edit .input-text:focus,
.account-edit input.woocommerce-Input:focus {
	border-color: #1C1C1E !important;
	outline: none !important;
}

.account-edit__hint {
	display: block;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	color: #99999E;
}

.account-edit__hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0;
	border: 0;
	background: #EBEBED;
}

.account-edit__section-title {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: #1C1C1E;
}

.account-edit fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.account-edit legend {
	display: none;
}

.account-edit__actions {
	margin: 0 !important;
	padding: 0 !important;
}

.account-edit__submit,
.woocommerce-account .account-edit .button.account-edit__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 14px 28px;
	border: 0;
	border-radius: 12px;
	background: #1C1C1E !important;
	color: #FFFFFF !important;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none !important;
}

.account-edit__submit:hover,
.woocommerce-account .account-edit .button.account-edit__submit:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}

/* -------------------------------------------------------------------------- */
/* Empty state (Figma 838:3666 / 909:382 — Preuzimanja)                       */
/* -------------------------------------------------------------------------- */

.account-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	margin: 0;
	padding: 56px 40px;
	border-radius: 16px;
	background: #F6F6F6;
	box-sizing: border-box;
	text-align: center;
}

.account-empty__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 1px solid #DBDBDE;
	border-radius: 28px;
	background: #FFFFFF;
	box-sizing: border-box;
	overflow: hidden;
}

.account-empty__icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.account-empty__title {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: #1C1C1E;
}

.account-empty__text {
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #737378;
}

.account-empty__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 14px 26px;
	border: 0;
	border-radius: 12px;
	background: #1C1C1E;
	color: #FFFFFF !important;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none !important;
	box-shadow: none;
	cursor: pointer;
}

.account-empty__btn:hover {
	background: #000000;
	color: #FFFFFF !important;
}

/* Downloads list (when files exist) */
.account-downloads {
	width: 100%;
	padding: 24px 28px;
	border: 1px solid #EBEBED;
	border-radius: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-downloads .woocommerce-order-downloads,
.account-downloads .woocommerce-MyAccount-downloads {
	margin: 0;
}

.account-downloads .woocommerce-table--order-downloads,
.account-downloads table.shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

.account-downloads .woocommerce-table--order-downloads th,
.account-downloads .woocommerce-table--order-downloads td,
.account-downloads table.shop_table th,
.account-downloads table.shop_table td {
	padding: 12px 8px;
	border: 0;
	border-bottom: 1px solid #EBEBED;
	font-family: var(--global-font-family-1);
	font-size: 13px;
	line-height: 18px;
	color: #1C1C1E;
	background: transparent;
}

.account-downloads .woocommerce-table--order-downloads th,
.account-downloads table.shop_table th {
	font-weight: 600;
	color: #737378;
	text-align: left;
}

.account-downloads .woocommerce-table--order-downloads tr:last-child td,
.account-downloads table.shop_table tr:last-child td {
	border-bottom: 0;
}

.account-downloads .woocommerce-MyAccount-downloads-file,
.account-downloads a {
	color: #1C1C1E;
	font-weight: 600;
	text-decoration: underline;
}

.account-downloads .button,
.account-downloads a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 0;
	border-radius: 10px;
	background: #1C1C1E !important;
	color: #FFFFFF !important;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none !important;
}

/* -------------------------------------------------------------------------- */
/* Addresses (Figma 838:3507)                                                 */
/* -------------------------------------------------------------------------- */

.account-addresses {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.account-addresses__lead {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #737378;
}

.account-addresses__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 100%;
}

.account-addresses__grid--2 .account-address-card {
	flex: 1 1 calc(50% - 12px);
	min-width: 0;
}

.account-address-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	margin: 0;
	padding: 24px 26px;
	border: 1px solid #EBEBED;
	border-radius: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-address-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.account-address-card__title {
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.16px;
	color: #1C1C1E;
}

.account-address-card__edit {
	margin: 0;
	margin-left: auto;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #1C1C1E !important;
	text-decoration: none;
	white-space: nowrap;
}

.account-address-card__edit:hover {
	text-decoration: underline;
}

.account-address-card__body {
	display: block;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #3D3D42;
}

.account-address-card__body br {
	content: "";
}

/* Edit single address form */
.account-address-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
	margin: 0;
	padding: 28px 30px;
	border: 1px solid #EBEBED;
	border-radius: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-address-form__title {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: #1C1C1E;
}

.account-address-form__fields {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
}

.account-address-form .form-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: 100% !important;
	box-sizing: border-box;
}

.account-address-form .form-row-first,
.account-address-form .form-row-last {
	width: calc(50% - 8px) !important;
}

.account-address-form label {
	margin: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #737378;
}

.account-address-form .input-text,
.account-address-form select,
.woocommerce-account .account-address-form input.input-text,
.woocommerce-account .account-address-form select {
	width: 100% !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid #DBDBDE !important;
	border-radius: 10px !important;
	background: #F9F9F9 !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #1C1C1E !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

.account-address-form__actions {
	margin: 0 !important;
	padding: 0 !important;
}

.account-address-form__submit,
.woocommerce-account .account-address-form .button.account-address-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 14px 28px;
	border: 0;
	border-radius: 12px;
	background: #1C1C1E !important;
	color: #FFFFFF !important;
	font-family: var(--global-font-family-1);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: none !important;
}

.account-address-form__submit:hover {
	background: #000000 !important;
}

/* -------------------------------------------------------------------------- */
/* Orders (Figma 838:3125 / 909:2)                                            */
/* -------------------------------------------------------------------------- */

.account-orders {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 8px 24px;
	border: 1px solid #EBEBED;
	border-radius: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-orders__head {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 16px 0;
	box-sizing: border-box;
}

.account-orders__head .account-orders__col {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #737378;
}

.account-orders__col--number {
	flex: 0 0 110px;
	width: 110px;
}

.account-orders__col--date {
	flex: 0 0 140px;
	width: 140px;
}

.account-orders__col--status {
	flex: 0 0 120px;
	width: 120px;
}

.account-orders__col--total {
	flex: 1 1 auto;
	min-width: 0;
}

.account-orders__col--actions {
	flex: 0 0 96px;
	width: 96px;
}

.account-orders__list {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.account-orders__row {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid #EBEBED;
	box-sizing: border-box;
	list-style: none;
}

.account-orders__row-top,
.account-orders__row-bottom {
	display: contents;
}

.account-orders__number {
	flex: 0 0 110px;
	width: 110px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #1C1C1E !important;
	text-decoration: none;
}

.account-orders__number:hover {
	text-decoration: underline;
}

.account-orders__date {
	display: block;
	flex: 0 0 140px;
	width: 140px;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #3D3D42;
}

.account-orders__status {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 120px;
	width: auto;
	max-width: 120px;
	margin: 0;
	padding: 5px 12px;
	border-radius: 20px;
	font-weight: 600;
	font-size: 12px;
	line-height: 17px;
	white-space: nowrap;
	box-sizing: border-box;
}

.account-orders__row .account-orders__number {
	order: 1;
}

.account-orders__row .account-orders__date {
	order: 2;
}

.account-orders__row .account-orders__status {
	order: 3;
}

.account-orders__row .account-orders__total {
	order: 4;
}

.account-orders__row .account-orders__view {
	order: 5;
}

.account-orders__status--is-delivered {
	background: #E5F5E8;
	color: #298C4D;
}

.account-orders__status--is-processing {
	background: #FCF5DB;
	color: #B8850A;
}

.account-orders__status--is-cancelled {
	background: #FAEBE8;
	color: #B8332E;
}

.account-orders__total {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #3D3D42;
}

.account-orders__view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-left: auto;
	padding: 8px 16px;
	border: 1px solid #DBDBDE;
	border-radius: 8px;
	background: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	line-height: 17px;
	color: #1C1C1E !important;
	text-decoration: none !important;
	box-sizing: border-box;
	white-space: nowrap;
}

.account-orders__view:hover {
	background: #F6F6F6;
}

.account-orders__pagination {
	display: flex;
	gap: 12px;
	margin-top: 16px;
}

.account-orders__pagination .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 1px solid #DBDBDE !important;
	border-radius: 8px;
	background: #FFFFFF !important;
	color: #1C1C1E !important;
	font-weight: 600;
	font-size: 13px;
	text-decoration: none !important;
}

/* Hide default WC float layout leftovers */
.woocommerce-account .woocommerce-MyAccount-navigation::after,
.woocommerce-account .woocommerce-MyAccount-content::after {
	display: none;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* Dashboard — Kontrolna tabla (Figma 838:2855 / 907:2)                        */
/* -------------------------------------------------------------------------- */

.account-dashboard {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
}

.account-dashboard__welcome {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	padding: 24px 28px;
	border-radius: 16px;
	background: #F6F6F6;
	box-sizing: border-box;
}

.account-dashboard__welcome-top {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
}

.account-dashboard__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	border-radius: 27px;
	background: #1C1C1E;
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
	color: #FFFFFF;
}

.account-dashboard__welcome-meta {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex: 1 1 auto;
}

.account-dashboard__welcome-name-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px 16px;
	width: 100%;
}

.account-dashboard__hello {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #1C1C1E;
}

.account-dashboard__logout {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #737378 !important;
	text-decoration: none;
	white-space: nowrap;
}

.account-dashboard__logout:hover {
	text-decoration: underline;
}

.account-dashboard__email {
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #737378;
}

.account-dashboard__intro {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #3D3D42;
}

.account-dashboard__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	padding: 24px;
	border: 1px solid #EBEBED;
	border-radius: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-dashboard__card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}

.account-dashboard__card-title {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.18px;
	color: #1C1C1E;
}

.account-dashboard__card-link {
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #737378 !important;
	text-decoration: none;
	white-space: nowrap;
}

.account-dashboard__card-link:hover {
	color: #1C1C1E !important;
	text-decoration: underline;
}

.account-dashboard__benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	width: 100%;
}

.account-dashboard__benefit {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
	border-radius: 12px;
	background: #F6F6F6;
	box-sizing: border-box;
	height: 100%;
}

.account-dashboard__benefit-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: #FFFFFF;
}

.account-dashboard__benefit-icon img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.account-dashboard__benefit-title {
	margin: 0;
	font-weight: 600;
	font-size: 13.5px;
	line-height: 17px;
	color: #1C1C1E;
}

.account-dashboard__benefit-text {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #737378;
}

.account-dashboard__orders-head {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 14px 0;
	box-sizing: border-box;
}

.account-dashboard__orders-col {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #737378;
}

.account-dashboard__orders-col--number { flex: 0 0 110px; width: 110px; }
.account-dashboard__orders-col--date { flex: 0 0 130px; width: 130px; }
.account-dashboard__orders-col--status { flex: 0 0 120px; width: 120px; }
.account-dashboard__orders-col--total { flex: 1 1 auto; min-width: 0; }
.account-dashboard__orders-col--actions { flex: 0 0 96px; width: 96px; }

.account-dashboard__orders-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.account-dashboard__order-row {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 14px 0;
	border-top: 1px solid #EBEBED;
	box-sizing: border-box;
}

.account-dashboard__order-number {
	flex: 0 0 110px;
	width: 110px;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #1C1C1E !important;
	text-decoration: none;
}

.account-dashboard__order-number:hover { text-decoration: underline; }

.account-dashboard__order-date {
	flex: 0 0 130px;
	width: 130px;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #3D3D42;
}

.account-dashboard__order-row .account-orders__status {
	flex: 0 0 auto;
	width: auto;
	max-width: 120px;
}

.account-dashboard__order-total {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #3D3D42;
}

.account-dashboard__order-view {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin-left: auto;
	padding: 8px 16px;
	border: 1px solid #DBDBDE;
	border-radius: 8px;
	background: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	line-height: 17px;
	color: #1C1C1E !important;
	text-decoration: none !important;
}

.account-dashboard__order-view:hover {
	background: #F6F6F6;
}

.account-dashboard__empty {
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #737378;
}

.account-dashboard__wish-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.account-dashboard__wish-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	height: 100%;
	padding: 14px 14px 16px;
	border: 1px solid #EBEBED;
	border-radius: 14px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-dashboard__wish-media {
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	overflow: hidden;
	border: 1px solid #EBEBED;
	border-radius: 8px;
	background: #F6F6F6;
	box-sizing: border-box;
}

.account-dashboard__wish-thumb {
	display: block;
	width: 100%;
	height: 100%;
}

.account-dashboard__wish-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.account-dashboard__wish-heart {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #DBDBDE;
	border-radius: 15px;
	background: #FFFFFF;
	box-sizing: border-box;
	pointer-events: none;
}

.account-dashboard__wish-heart img {
	display: block;
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.account-dashboard__wish-info {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1 1 auto;
	min-width: 0;
}

.account-dashboard__wish-brand {
	margin: 0;
	font-weight: 600;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #99999E;
}

.account-dashboard__wish-title {
	margin: 0;
	font-weight: 500;
	font-size: 13.5px;
	line-height: 18px;
	color: #1C1C1E !important;
	text-decoration: none !important;
}

.account-dashboard__wish-title:hover { text-decoration: underline !important; }

.account-dashboard__wish-price,
.account-dashboard__wish-price .amount,
.account-dashboard__wish-price bdi {
	margin: 0;
	font-weight: 700 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	letter-spacing: -0.15px;
	color: #1C1C1E !important;
}

.account-dashboard__wish-cta {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 44px;
	margin-top: auto;
	padding: 0 14px;
	border-radius: 10px;
	background: #1C1C1E !important;
	color: #FFFFFF !important;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none !important;
	box-sizing: border-box;
}

.account-dashboard__wish-cta:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}

.account-dashboard__wish-cta-icon {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
	flex-shrink: 0;
}
/* Order view (Figma 838:3972 / 910:2)                                        */
/* -------------------------------------------------------------------------- */

.account-order-view {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
}

.account-order-view__status {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #3D3D42;
}

.account-order-view__updates {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.account-order-view__updates-title {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 21px;
	color: #1C1C1E;
}

.account-order-view__notes {
	margin: 0;
	padding: 0;
	list-style: none;
}

.account-order-view__note {
	margin: 0 0 12px;
	padding: 14px 16px;
	border: 1px solid #EBEBED;
	border-radius: 12px;
	background: #FFFFFF;
}

.account-order-view__note-meta {
	margin: 0 0 6px;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #737378;
}

.account-order-view__note-text {
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #3D3D42;
}

.account-order-view__note-text p {
	margin: 0;
}

.account-order-view__table {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 8px 24px;
	border: 1px solid #EBEBED;
	border-radius: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-order-view__row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	padding: 14px 0;
	border-top: 1px solid #EBEBED;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
}

.account-order-view__row--head {
	border-top: 0;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #1C1C1E;
}

.account-order-view__row--head .account-order-view__label,
.account-order-view__row--head .account-order-view__value {
	font-weight: 600;
	color: #1C1C1E;
}

.account-order-view__label {
	flex: 1 1 auto;
	min-width: 0;
	font-weight: 400;
	color: #3D3D42;
}

.account-order-view__value {
	flex: 0 0 330px;
	width: 330px;
	max-width: 40%;
	font-weight: 500;
	color: #1C1C1E;
	text-align: right;
	box-sizing: border-box;
}

.account-order-view__row--total .account-order-view__label {
	font-weight: 600;
	color: #3D3D42;
}

.account-order-view__row--total .account-order-view__value {
	font-weight: 700;
	color: #1C1C1E;
}

.account-order-view__addresses {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	width: 100%;
}

.account-order-view__addresses--2 .account-order-view__address {
	flex: 1 1 calc(50% - 12px);
	min-width: 240px;
}

.account-order-view__address {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1 1 100%;
	padding: 22px 24px;
	border-radius: 14px;
	background: #F6F6F6;
	box-sizing: border-box;
}

.account-order-view__address-title {
	margin: 0;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #1C1C1E;
}

.account-order-view__address-body {
	display: block;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	color: #3D3D42;
}

.account-order-view__address-body p {
	margin: 0;
}

/* -------------------------------------------------------------------------- */
/* Shared ≤1023 — column layout + horizontal icon nav                         */
/* -------------------------------------------------------------------------- */

@media (max-width: 1023px) {
	.account-page__layout {
		flex-direction: column;
		align-items: stretch;
	}

	.account-nav,
	.woocommerce-MyAccount-navigation.account-nav {
		flex: 0 0 auto;
		width: 100%;
		overflow: hidden;
	}

	.account-page__content,
	.woocommerce-MyAccount-content.account-page__content {
		width: 100% !important;
		max-width: 100%;
		flex: 0 0 auto;
	}

	.account-edit {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.account-nav__list {
		flex-direction: row;
		align-items: center;
		gap: 6px;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		margin: 0 -14px;
		padding: 0 14px;
	}

	.account-nav__list::-webkit-scrollbar {
		display: none;
	}

	.account-nav__item {
		flex: 0 0 auto;
	}

	.account-nav__item--logout {
		margin-right: 14px;
	}

	.account-nav__divider {
		flex: 0 0 1px;
		width: 1px;
		height: 24px;
		align-self: center;
		background: #EBEBED;
	}

	.account-nav__link {
		justify-content: center;
		width: auto;
		min-width: 42px;
		height: 42px;
		padding: 12px;
		gap: 0;
	}

	.account-nav__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	/* Orders → card rows (tablet + mobile) */
	.account-orders {
		padding: 8px 16px;
	}

	.account-orders__head {
		display: none;
	}

	.account-orders__row {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		padding: 14px 0;
	}

	.account-orders__row-top,
	.account-orders__row-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		width: 100%;
	}

	.account-orders__row .account-orders__number,
	.account-orders__row .account-orders__date,
	.account-orders__row .account-orders__status,
	.account-orders__row .account-orders__total,
	.account-orders__row .account-orders__view {
		order: 0;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		margin: 0;
	}

	.account-orders__row .account-orders__total {
		flex: 1 1 auto;
		min-width: 0;
	}

	.account-orders__status {
		justify-content: center;
		font-size: 11px;
	}

	.account-orders__date {
		font-size: 11px;
	}

	.account-orders__total {
		font-size: 12px;
	}

	.account-orders__view {
		font-size: 11px;
		margin-left: 0;
	}

	.account-order-view__value {
		flex: 0 0 200px;
		width: 200px;
		max-width: 45%;
	}

	.account-order-view__addresses {
		gap: 16px;
	}

	.account-dashboard__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.account-dashboard__wish-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.account-dashboard__orders-head {
		display: none;
	}

	.account-dashboard__order-row {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 8px;
	}

	.account-dashboard__order-number {
		flex: 0 0 auto;
		width: auto;
	}

	.account-dashboard__order-date {
		flex: 0 0 100%;
		width: 100%;
		order: 3;
	}

	.account-dashboard__order-row .account-orders__status {
		margin-left: auto;
	}

	.account-dashboard__order-total {
		flex: 1 1 auto;
		order: 4;
	}

	.account-dashboard__order-view {
		order: 5;
		margin-left: 0;
	}
}

/* -------------------------------------------------------------------------- */
/* Tablet: 768px – 1023px (nema Figme — između desktopa i mobilnog)           */
/* -------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 1023px) {
	.account-shell__inner.page-width-boxed-2 {
		padding-left: 24px;
		padding-right: 24px;
	}

	.account-page {
		gap: 24px;
		padding: 24px 0 72px;
	}

	.account-page__breadcrumb {
		gap: 8px;
		font-size: 13px;
	}

	.account-page__title {
		font-size: 28px;
		line-height: 34px;
		letter-spacing: -0.56px;
	}

	.account-page__layout {
		gap: 24px;
	}

	.account-nav,
	.woocommerce-MyAccount-navigation.account-nav {
		padding: 16px;
	}

	.account-nav__list {
		gap: 8px;
		margin: 0 -16px;
		padding: 0 16px;
	}

	.account-nav__item--logout {
		margin-right: 16px;
	}

	.account-nav__divider {
		height: 28px;
		margin: 0 4px;
	}

	.account-nav__link {
		min-width: 48px;
		height: 48px;
		padding: 15px;
	}

	.account-edit {
		padding: 24px 28px;
		gap: 18px;
	}

	.account-edit__row {
		flex-direction: row;
		gap: 16px;
	}

	.account-edit label {
		font-size: 12px;
	}

	.account-edit .input-text,
	.account-edit input.woocommerce-Input,
	.woocommerce-account .account-edit input.input-text {
		height: 48px !important;
	}

	.account-edit__section-title {
		font-size: 15px;
	}

	.account-edit__submit,
	.woocommerce-account .account-edit .button.account-edit__submit {
		display: inline-flex;
		width: auto;
		min-width: 200px;
		font-size: 14px;
	}

	.account-empty {
		padding: 48px 32px;
	}

	.account-downloads {
		padding: 22px 24px;
	}

	.account-addresses {
		gap: 20px;
	}

	.account-addresses__grid {
		gap: 20px;
	}

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

	.account-address-form {
		padding: 24px 28px;
	}

	/* Orders list — roomier card rows than mobile */
	.account-orders {
		padding: 10px 20px;
	}

	.account-orders__row {
		gap: 10px;
		padding: 16px 0;
	}

	.account-orders__number {
		font-size: 15px;
		line-height: 20px;
	}

	.account-orders__status {
		font-size: 12px;
		padding: 6px 12px;
	}

	.account-orders__date {
		font-size: 12px;
		line-height: 17px;
	}

	.account-orders__total {
		font-size: 13px;
		line-height: 18px;
	}

	.account-orders__view {
		font-size: 12px;
		padding: 10px 16px;
	}

	/* Order details — desktop table layout, tablet spacing (nema Figme) */
	.account-order-view {
		gap: 20px;
	}

	.account-order-view__status {
		font-size: 13px;
		line-height: 20px;
	}

	.account-order-view__table {
		padding: 10px 22px;
	}

	.account-order-view__row {
		gap: 16px;
		padding: 14px 0;
		font-size: 14px;
		line-height: 20px;
	}

	.account-order-view__row--head {
		font-size: 13px;
		line-height: 18px;
	}

	.account-order-view__label {
		font-size: 13px;
		line-height: 20px;
	}

	.account-order-view__value {
		flex: 0 1 240px;
		width: auto;
		min-width: 160px;
		max-width: 42%;
		font-size: 14px;
		line-height: 20px;
	}

	.account-order-view__row--total .account-order-view__value {
		font-size: 14px;
	}

	.account-order-view__addresses {
		gap: 16px;
	}

	.account-order-view__addresses--2 .account-order-view__address {
		flex: 1 1 calc(50% - 8px);
		min-width: 0;
	}

	.account-order-view__address {
		padding: 20px 22px;
		gap: 10px;
	}

	.account-order-view__address-title {
		font-size: 15px;
		line-height: 18px;
	}

	.account-order-view__address-body {
		font-size: 13px;
		line-height: 21px;
	}

	.account-order-view__updates-title {
		font-size: 15px;
	}

	.account-order-view__note {
		padding: 14px 18px;
	}

	.account-page__lead {
		font-size: 13px;
		line-height: 21px;
	}

	.account-dashboard {
		gap: 20px;
	}

	.account-dashboard__welcome {
		padding: 20px 22px;
	}

	.account-dashboard__card {
		padding: 20px;
	}

	.account-dashboard__card-title {
		font-size: 16px;
	}

	.account-dashboard__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.account-dashboard__wish-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.account-dashboard__order-row {
		padding: 14px 0;
	}

	.account-empty__title {
		font-size: 18px;
	}

	.account-empty__text {
		font-size: 13px;
	}
}

/* -------------------------------------------------------------------------- */
/* Mobile ≤767 — Figma 909:157 / 909:382 / 909:280 / 910:2                   */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
	.account-shell__inner.page-width-boxed-2 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.account-page {
		gap: 16px;
		padding: 16px 0 40px;
	}

	.account-page__breadcrumb {
		gap: 6px;
		font-size: 11px;
	}

	.account-page__title {
		font-size: 22px;
		line-height: 37px;
		letter-spacing: -0.44px;
	}

	.account-page__layout {
		gap: 16px;
	}

	.account-nav,
	.woocommerce-MyAccount-navigation.account-nav {
		padding: 14px;
	}

	.account-edit {
		padding: 16px;
	}

	.account-edit__row {
		flex-direction: column;
		gap: 12px;
	}

	.account-edit label {
		font-size: 11px;
	}

	.account-edit .input-text,
	.account-edit input.woocommerce-Input,
	.woocommerce-account .account-edit input.input-text {
		height: 44px !important;
	}

	.account-edit__section-title {
		font-size: 16px;
	}

	.account-edit__submit,
	.woocommerce-account .account-edit .button.account-edit__submit {
		display: flex;
		width: 100%;
		font-size: 13px;
	}

	.account-empty {
		padding: 32px 16px;
	}

	.account-empty__text {
		font-size: 12px;
	}

	.account-empty__btn {
		font-size: 13px;
	}

	.account-downloads {
		padding: 16px;
	}

	.account-downloads .woocommerce-table--order-downloads th,
	.account-downloads .woocommerce-table--order-downloads td,
	.account-downloads table.shop_table th,
	.account-downloads table.shop_table td {
		padding: 10px 4px;
		font-size: 12px;
	}

	.account-addresses {
		gap: 16px;
	}

	.account-addresses__lead {
		font-size: 12px;
		line-height: 20px;
	}

	.account-addresses__grid,
	.account-addresses__grid--2 {
		flex-direction: column;
		gap: 12px;
	}

	.account-addresses__grid--2 .account-address-card {
		flex: 1 1 auto;
		width: 100%;
	}

	.account-address-card {
		gap: 14px;
		padding: 16px;
	}

	.account-address-card__title {
		font-size: 16px;
		line-height: 19px;
		letter-spacing: -0.16px;
	}

	.account-address-card__edit {
		font-size: 12px;
		line-height: 17px;
	}

	.account-address-card__body {
		font-size: 13px;
		line-height: 22px;
	}

	.account-address-form {
		padding: 16px;
	}

	.account-address-form .form-row-first,
	.account-address-form .form-row-last {
		width: 100% !important;
	}

	.account-address-form__submit,
	.woocommerce-account .account-address-form .button.account-address-form__submit {
		display: flex;
		width: 100%;
		font-size: 13px;
	}

	.account-order-view {
		gap: 16px;
	}

	.account-order-view__status {
		font-size: 12px;
		line-height: 20px;
	}

	.account-order-view__table {
		padding: 8px 16px;
	}

	.account-order-view__row {
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		padding: 12px 0;
	}

	.account-order-view__row--head {
		font-size: 11px;
		line-height: 18px;
	}

	.account-order-view__label {
		font-size: 11px;
		line-height: 20px;
	}

	.account-order-view__row--item .account-order-view__label {
		font-size: 11px;
	}

	.account-order-view__value {
		flex: 0 0 auto;
		width: 100%;
		max-width: none;
		text-align: left;
		font-size: 13px;
		line-height: 20px;
	}

	.account-order-view__row--head .account-order-view__value {
		font-size: 11px;
		line-height: 18px;
	}

	.account-order-view__row--total .account-order-view__label {
		font-size: 11px;
	}

	.account-order-view__row--total .account-order-view__value {
		font-size: 13px;
	}

	.account-order-view__addresses {
		flex-direction: column;
		gap: 12px;
	}

	.account-order-view__addresses--2 .account-order-view__address {
		flex: 1 1 auto;
		min-width: 0;
		width: 100%;
	}

	.account-order-view__address {
		padding: 16px;
	}

	.account-order-view__address-title {
		font-size: 16px;
		line-height: 18px;
	}

	.account-page__heading {
		gap: 6px;
	}

	.account-page__lead {
		font-size: 13px;
		line-height: 21px;
	}

	.account-dashboard {
		gap: 16px;
	}

	.account-dashboard__welcome {
		padding: 16px;
		gap: 16px;
		border-radius: 16px;
	}

	.account-dashboard__welcome-name-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
	}

	.account-dashboard__hello {
		font-size: 16px;
		line-height: 25px;
	}

	.account-dashboard__logout {
		font-size: 11px;
		line-height: 17px;
		white-space: normal;
	}

	.account-dashboard__email {
		font-size: 11px;
	}

	.account-dashboard__intro {
		font-size: 12px;
		line-height: 22px;
	}

	.account-dashboard__card {
		padding: 16px;
		gap: 16px;
	}

	.account-dashboard__card-title {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.16px;
	}

	.account-dashboard__card-link {
		font-size: 12px;
	}

	.account-dashboard__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.account-dashboard__benefit {
		padding: 12px;
		gap: 10px;
	}

	.account-dashboard__benefit-title {
		font-size: 12px;
	}

	.account-dashboard__benefit-text {
		font-size: 11px;
	}

	.account-dashboard__order-number {
		font-size: 14px;
	}

	.account-dashboard__order-date {
		font-size: 11px;
	}

	.account-dashboard__order-total {
		font-size: 12px;
	}

	.account-dashboard__order-view {
		font-size: 11px;
		padding: 8px 16px;
	}

	.account-dashboard__wish-grid {
		display: flex;
		flex-wrap: nowrap;
		gap: 12px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		margin: 0 -16px;
		padding: 0 16px;
	}

	.account-dashboard__wish-grid::-webkit-scrollbar {
		display: none;
	}

	.account-dashboard__wish-card {
		flex: 0 0 280px;
		width: 280px;
		max-width: 80vw;
	}

	.account-dashboard__wish-cta {
		height: 40px;
		font-size: 12px;
	}
}

/* -------------------------------------------------------------------------- */
/* Guest login / register (Figma 838:3819 / 912:2)                             */
/* -------------------------------------------------------------------------- */

.account-page--guest {
	gap: 24px;
}

.account-auth {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.account-auth--2 .account-auth__card {
	flex: 1 1 0;
	min-width: 0;
}

.account-auth__card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
	margin: 0;
	padding: 30px;
	border: 1px solid #EBEBED;
	border-radius: 16px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.account-auth__title {
	margin: 0;
	font-weight: 600;
	font-size: 22px;
	line-height: 31px;
	color: #1C1C1E;
}

.account-auth__form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0;
	width: 100%;
}

.account-auth__form > .form-row,
.account-auth__form > .woocommerce-form-row,
.account-auth__form > .account-auth__field,
.account-auth__form > .account-auth__row,
.account-auth__form > .account-auth__privacy-text,
.account-auth__form > .account-auth__check,
.account-auth__form > .account-auth__hint,
.account-auth__form > p {
	margin: 0 !important;
	width: 100%;
	float: none !important;
}

.account-auth__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.account-auth__field label,
.account-auth label {
	display: block;
	margin: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	color: #737378;
}

.account-auth .required,
.account-auth em.required,
.woocommerce-account .account-auth .required {
	color: #737378 !important;
	border: 0 !important;
	text-decoration: none !important;
	font-style: normal;
}

.account-auth .input-text,
.account-auth input.woocommerce-Input,
.woocommerce-account .account-auth input.input-text {
	width: 100% !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 1px solid #DBDBDE !important;
	border-radius: 10px !important;
	background: #F9F9F9 !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 400 !important;
	font-size: 13px !important;
	line-height: 18px !important;
	color: #1C1C1E !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

.account-auth .input-text:focus,
.account-auth input.woocommerce-Input:focus {
	border-color: #1C1C1E !important;
	outline: none !important;
}

.account-auth .input-text::placeholder {
	color: #99999E;
}

.account-auth__password-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.account-auth__password-wrap .password-input {
	display: block;
	width: 100%;
}

.account-auth__password-wrap .input-text {
	padding-right: 44px !important;
}

.account-auth .show-password-input {
	display: none !important;
}

.account-auth__toggle-pass {
	position: absolute;
	top: 50%;
	right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	transform: translateY(-50%);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.account-auth__toggle-pass img {
	display: block;
	width: 18px;
	height: 18px;
	opacity: 0.55;
}

.account-auth__toggle-pass.is-visible img,
.account-auth__toggle-pass:hover img {
	opacity: 0.9;
}

.account-auth__row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.account-auth__check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
}

.account-auth__check label,
.account-auth__check .woocommerce-form__label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #3D3D42;
	cursor: pointer;
}

.account-auth__check--agree label,
.account-auth__check--agree .woocommerce-form__label {
	font-size: 12px;
	align-items: flex-start;
}

.account-auth__check input[type="checkbox"],
.account-auth__row input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	flex: 0 0 18px;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px;
	margin: 0 !important;
	padding: 0 !important;
	border: 1.5px solid #DBDBDE !important;
	border-radius: 5px !important;
	background: #FFFFFF !important;
	box-shadow: none !important;
	cursor: pointer;
	position: relative;
}

.account-auth__check input[type="checkbox"]:checked,
.account-auth__row input[type="checkbox"]:checked {
	background: #1C1C1E !important;
	border-color: #1C1C1E !important;
}

.account-auth__check input[type="checkbox"]:checked::after,
.account-auth__row input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #FFFFFF;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(45deg);
}

.account-auth__lost {
	margin-left: auto;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #1C1C1E;
	text-decoration: none;
}

.account-auth__lost:hover {
	text-decoration: underline;
}

.account-auth__privacy-text {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #737378;
}

.account-auth__privacy-text a {
	color: #737378;
	text-decoration: underline;
}

.account-auth__hint {
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #737378;
}

.account-auth__check--agree a {
	color: #3D3D42;
	text-decoration: underline;
}

.account-auth__submit,
.woocommerce-account .account-auth .button.account-auth__submit {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #1C1C1E !important;
	color: #FFFFFF !important;
	font-family: var(--global-font-family-1) !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	box-shadow: none !important;
	box-sizing: border-box !important;
}

.account-auth__submit:hover,
.woocommerce-account .account-auth .button.account-auth__submit:hover {
	background: #000000 !important;
	color: #FFFFFF !important;
}

/* Hide WC password strength meter chrome that fights the layout */
.account-auth .woocommerce-password-strength,
.account-auth .woocommerce-password-hint {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

@media (max-width: 1023px) {
	.account-auth {
		flex-direction: column;
		gap: 16px;
	}

	.account-auth--2 .account-auth__card {
		flex: 0 0 auto;
		width: 100%;
	}
}

/* Tablet 768–1023 — side-by-side like desktop, tighter than desktop */
@media (min-width: 768px) and (max-width: 1023px) {
	.account-page--guest {
		gap: 20px;
	}

	.account-auth {
		flex-direction: row;
		align-items: stretch;
		gap: 16px;
	}

	.account-auth--2 .account-auth__card {
		flex: 1 1 0;
		min-width: 0;
		width: auto;
	}

	.account-auth__card {
		gap: 16px;
		padding: 22px 20px;
	}

	.account-auth__title {
		font-size: 20px;
		line-height: 28px;
	}

	.account-auth__form {
		gap: 14px;
	}

	.account-auth__field label,
	.account-auth label {
		font-size: 12px;
	}

	.account-auth .input-text,
	.account-auth input.woocommerce-Input,
	.woocommerce-account .account-auth input.input-text {
		height: 46px !important;
	}

	.account-auth__privacy-text {
		font-size: 12px;
		line-height: 18px;
	}

	.account-auth__check--agree label,
	.account-auth__check--agree .woocommerce-form__label {
		font-size: 12px;
		line-height: 17px;
	}

	.account-auth__lost {
		font-size: 12px;
	}

	.account-auth__submit,
	.woocommerce-account .account-auth .button.account-auth__submit {
		height: 48px !important;
	}
}

@media (max-width: 767px) {
	.account-page--guest {
		gap: 16px;
	}

	.account-auth {
		gap: 16px;
	}

	.account-auth__card {
		gap: 12px;
		padding: 16px;
	}

	.account-auth__title {
		font-size: 18px;
		line-height: 31px;
	}

	.account-auth__form {
		gap: 12px;
	}

	.account-auth__field label,
	.account-auth label {
		font-size: 11px;
	}

	.account-auth .input-text,
	.account-auth input.woocommerce-Input,
	.woocommerce-account .account-auth input.input-text {
		height: 44px !important;
	}

	.account-auth__row {
		gap: 8px;
	}

	.account-auth__check label,
	.account-auth__check .woocommerce-form__label {
		font-size: 12px;
	}

	.account-auth__lost {
		font-size: 12px;
	}

	.account-auth__submit,
	.woocommerce-account .account-auth .button.account-auth__submit {
		height: 48px !important;
	}
}

/* -------------------------------------------------------------------------- */
/* Lost / reset password                                                      */
/* -------------------------------------------------------------------------- */

.account-auth--lost {
	justify-content: flex-start;
}

.account-auth--lost .account-auth__card {
	width: 100%;
	max-width: 560px;
}

.account-auth__lead {
	margin: 0;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #737378;
}

.account-auth__back {
	margin: 0 !important;
	text-align: center;
}

.account-auth__back a {
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #1C1C1E;
	text-decoration: none;
}

.account-auth__back a:hover {
	text-decoration: underline;
}

.account-page--lost .woocommerce-notices-wrapper,
.account-page--lost .woocommerce-message,
.account-page--lost .woocommerce-info,
.account-page--lost .woocommerce-error {
	max-width: 560px;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.account-auth--lost .account-auth__card {
		max-width: 520px;
	}
}

@media (max-width: 767px) {
	.account-auth--lost .account-auth__card {
		max-width: none;
	}

	.account-auth__lead {
		font-size: 12px;
		line-height: 19px;
	}

	.account-auth__back a {
		font-size: 12px;
	}
}
