/**
 * Account panel (rey-accountPanel) — checkout-v3 / prd2 visual language
 */

:root {
	--techno-account-panel-bg: #2a2b2e;
	--techno-account-panel-surface: #202124;
	--techno-account-panel-surface-hover: #353638;
	--techno-account-panel-border: rgba(255, 255, 255, 0.08);
	--techno-account-panel-item-border: rgba(255, 255, 255, 0.08);
	--techno-account-panel-text: #fff;
	--techno-account-panel-muted: rgba(255, 255, 255, 0.62);
	--techno-account-panel-accent: #ff7a00;
	--techno-account-panel-radius: 16px;
	--techno-account-panel-item-radius: 10px;
	--techno-account-panel-width: 420px;
	/* checkout-v3 field / CTA tokens */
	--techno-account-input-bg: rgba(0, 0, 0, 0.25);
	--techno-account-input-border: rgba(255, 255, 255, 0.14)!important;
	--techno-account-input-height: 52px;
	--techno-account-input-radius: 8px;
	--techno-account-input-font-size: 15px;
	--techno-account-input-placeholder: rgba(255, 255, 255, 0.38);
	--techno-account-submit-height: 52px;
	--techno-account-submit-radius: 10px;
	--techno-account-submit-font-size: 20px;
}

/* ——— Panel shell ——— */
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content {
	top: 0;
	right: 0;
	bottom: 0;
	width: var(--techno-account-panel-width);
	max-width: calc(100vw - 24px);
	height: 100dvh;
	transform: translateX(100%);
	transition: transform 0.28s ease;
	margin: 0;
	padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px));
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
	overflow: auto;
	color: var(--techno-account-panel-text);
	background: var(--techno-account-panel-bg);
	background-image: none;
	border-left: 1px solid var(--techno-account-panel-border);
	box-shadow: -16px 0 40px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
	font-family: 'Rubik', sans-serif;
}

.rey-accountPanel-wrapper.--is-open .rey-accountPanel.rey-header-dropPanel-content {
	transform: translateX(0);
	padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px));
	height: 100%;
}

.rey-accountPanel-wrapper .rey-header-dropPanel .rey-header-dropPanel-content:before {
	content: none;
}

.rey-accountPanel-wrapper .rey-header-dropPanel .rey-header-dropPanel-content {
	background-image: none;
	background-color: var(--techno-account-panel-bg);
}

/* ——— Header / back ——— */
.rey-accountPanel .techno-right-menu__navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin: 0 0 12px;
	padding: 0;
	text-align: right;
}

.rey-accountPanel-wrapper .rey-accountPanel .techno-right-menu__navigation .techno-right-menu__back {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px !important;
	height: 36px !important;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.06);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4 4L14 14M14 4L4 14' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	color: transparent;
	font-size: 0 !important;
	line-height: 0 !important;
	cursor: pointer;
	flex-shrink: 0;
	overflow: hidden;
	transition: background-color 0.18s ease;
}

.rey-accountPanel-wrapper .rey-accountPanel .techno-right-menu__navigation .techno-right-menu__back:hover {
	background-color: rgba(255, 255, 255, 0.12);
}

.rey-accountPanel-wrapper .rey-accountPanel .techno-right-menu__navigation .techno-right-menu__back:has(svg) {
	background-image: none;
}

.rey-accountPanel-wrapper .rey-accountPanel .techno-right-menu__navigation .techno-right-menu__back svg {
	display: block !important;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%);
}

.rey-accountPanel-wrapper .rey-accountPanel .techno-right-menu__navigation .techno-right-menu__back::before,
.rey-accountPanel-wrapper .rey-accountPanel .techno-right-menu__navigation .techno-right-menu__back::after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	border: 0 !important;
	background: none !important;
}

/* ——— Titles ——— */
.rey-accountPanel .customer_login_main_title,
.rey-accountPanel .rey-wishlistPanel-title {
	margin: 0 0 14px;
	padding: 0;
	text-align: left;
	text-transform: none;
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.15;
	color: var(--techno-account-panel-text);
	border: 0;
	width: 100%;
}

/* Guest forms: centered CAPS title + orange underline (prod parity) */
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .rey-accountPanel-form .rey-accountPanel-title,
.rey-accountPanel .rey-header-dropPanel-content p.main_title {
	margin: 0 auto 18px;
	padding: 4px 20px;
	width: fit-content;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	color: var(--techno-account-panel-text);
	border: 0;
	box-sizing: border-box;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .rey-accountPanel-form .rey-accountPanel-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	background-color: var(--techno-account-panel-accent);
}

/* ——— Logged-in navigation ——— */
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content:has(.woocommerce-MyAccount-navigation-wrapper) {
	width: var(--techno-account-panel-width);
	max-width: calc(100vw - 24px);
	top: 0;
	right: 0;
	bottom: 0;
	justify-content: flex-start;
	flex-direction: column;
	align-items: stretch;
	align-content: flex-start;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation-wrapper,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content:has(.woocommerce-MyAccount-navigation-wrapper) .customer_login_main_title,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content:has(.woocommerce-MyAccount-navigation-wrapper) .techno-right-menu__navigation {
	width: 100% !important;
	max-width: 100% !important;
	align-self: stretch;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation-wrapper {
	margin: 0;
	margin-bottom: auto;
	text-align: left;
	opacity: 1;
	transform: none;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content:has(.woocommerce-MyAccount-navigation) {
	justify-content: flex-start;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation-wrapper:has(.woocommerce-MyAccount-navigation) ul {
	margin: 0;
	margin-top: 0 !important;
	padding: 0;
	list-style: none;
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation > .rey-accountPanel-title {
	margin: 0 auto 18px;
	padding: 4px 20px;
	width: fit-content;
	max-width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45;
	color: var(--techno-account-panel-text);
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation > .rey-accountPanel-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 5px;
	background-color: var(--techno-account-panel-accent);
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	list-style: none;
	border: 1px solid var(--techno-account-panel-item-border);
	border-radius: var(--techno-account-panel-item-radius);
	background: var(--techno-account-panel-surface);
	transition: background 0.18s ease, border-color 0.18s ease;
	box-sizing: border-box;
	height: 52px;
}

.rey-accountPanel .woocommerce-MyAccount-navigation ul li:hover {
	background: var(--techno-account-panel-surface-hover);
	border-color: rgba(255, 255, 255, 0.14);
}

.rey-accountPanel .woocommerce-MyAccount-navigation ul li.is-active {
	border-color: rgba(255, 122, 0, 0.55);
	background: rgba(255, 122, 0, 0.08);
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 8px;
	border: 0;
	background: var(--techno-account-panel-accent);
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:hover {
	background: #ff8f28;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	justify-content: center;
	color: #fff !important;
	font-weight: 500;
}

/* Logout on /my-account/ page (same CTA style) */
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
	margin-top: 8px;
	border: 0;
	border-radius: var(--techno-account-panel-item-radius);
	background: var(--techno-account-panel-accent);
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:hover {
	background: #ff8f28;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	text-decoration: none !important;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation-wrapper a,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	max-width: 100%;
	padding: 14px;
	box-sizing: border-box;
	color: var(--techno-account-panel-text) !important;
	font-family: 'Rubik', sans-serif;
	font-size: 15px !important;
	font-weight: 400;
	line-height: 1.25;
	text-transform: none !important;
	text-decoration: none !important;
	letter-spacing: 0;
	height: 100%;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation-wrapper a:hover,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation a:hover {
	color: #fff;
	text-decoration: none !important;
}

.rey-accountPanel .woocommerce-MyAccount-navigation a sup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	margin: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--techno-account-panel-muted);
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	vertical-align: middle;
	top: 0;
	position: static;
	flex-shrink: 0;
}

.rey-accountPanel .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff;
	font-weight: 500;
}

.rey-accountPanel .woocommerce-MyAccount-navigation ul li.is-active a sup {
	background: rgba(255, 122, 0, 0.18);
	color: #ffb26a;
}

/* ——— Login / register / forgot forms ——— */
.rey-accountPanel:not(:has(.woocommerce-MyAccount-navigation)) {
	justify-content: flex-start;
}

.rey-accountPanel .rey-accountForms {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	max-width: 100%;
}

.rey-accountPanel .rey-accountPanel-form.--active {
	display: flex;
	flex-flow: column;
	flex: 1 1 auto;
	min-height: 0;
	height: auto;
}

.rey-accountPanel .rey-loginForm form,
.rey-accountPanel .rey-registerForm form,
.rey-accountPanel .rey-forgetForm form,
.rey-accountPanel .woocommerce-form-forgot form {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	height: auto;
	margin-bottom: 0;
	gap: 0;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-form-row:first-child,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .woocommerce-privacy-policy-text {
	margin-top: 0;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-form-row {
	margin: 0 0 10px;
	flex-direction: column;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-form-row.rey-form-row--text {
	position: relative;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form input.rey-input--text,
.rey-accountPanel #customer_login form .woocommerce-form-row input,
.rey-accountPanel .woocommerce-MyAccount-content .form-row input {
	width: 100%;
	height: var(--techno-account-input-height);
	padding: 0 10px;
	border-radius: var(--techno-account-input-radius);
	border: 1px solid var(--techno-account-input-border);
	background: var(--techno-account-input-bg);
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: var(--techno-account-input-font-size);
	font-weight: 400;
	line-height: 1.2;
	box-sizing: border-box;
	transition: none;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form input.rey-input--text:focus,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form input.rey-input--text:focus-visible {
	border: 1px solid var(--techno-account-panel-accent);
	box-shadow: 0 0 0 1px rgba(255, 122, 0, 0.38);
	outline: none;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form input.rey-input--text:-webkit-autofill,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form input.rey-input--text:-webkit-autofill:hover {
	-webkit-box-shadow: inset 0 0 0 100px var(--techno-account-input-bg) !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: inset 0 0 0 100px var(--techno-account-input-bg) !important;
	transition: background-color 99999s ease-out 0s;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form input.rey-input--text:-webkit-autofill:focus {
	border: 1px solid var(--techno-account-panel-accent) !important;
	box-shadow: 0 0 0 1px rgba(255, 122, 0, 0.38), inset 0 0 0 100px var(--techno-account-input-bg) !important;
	-webkit-text-fill-color: #fff !important;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form label.rey-label,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-label-text {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
	pointer-events: none;
	color: var(--techno-account-input-placeholder);
	font-family: 'Rubik', sans-serif;
	font-size: var(--techno-account-input-font-size);
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	background: transparent;
	z-index: 1;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form label.rey-label .required {
	color: inherit;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-form-row.--has-value label.rey-label,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-form-row.--has-focus label.rey-label {
	opacity: 0;
}

.rey-accountPanel .rey-form-row .show-password-input {
	display: none !important;
}

/* Primary CTA — checkout-v3 .checkout-v3__submit */
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .submit-btn,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form button.btn-line-active.submit-btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--techno-account-submit-height);
	min-height: var(--techno-account-submit-height);
	padding: 0 16px;
	margin: 0;
	border-radius: var(--techno-account-submit-radius);
	border: 0;
	background: var(--techno-account-panel-accent);
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.15;
	text-transform: capitalize;
	box-sizing: border-box;
	cursor: pointer;
	--btn-line-tr: scaleX(0);
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .submit-btn:hover,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form button.btn-line-active.submit-btn:hover {
	background: #ff8f28;
	border-color: transparent;
	color: #fff;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .submit-btn::after,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form button.btn-line-active.submit-btn::after {
	content: none !important;
}

.rey-accountPanel .rey-form-row.rey-form-row--reset-mobile {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	margin: 4px 0 0;
}

.rey-accountPanel .rey-form-row.rey-form-row--reset-mobile > .col {
	padding: 0;
	flex: 0 0 auto;
	max-width: 100%;
	width: 100%;
	text-align: left !important;
}

.rey-accountPanel .rey-loginForm .rey-form-row--reset-mobile .rey-label--checkbox {
	display: none;
}

.rey-accountPanel .rey-form-row.rey-form-row--reset-mobile .submit-btn {
	margin-bottom: 16px;
}

/* Secondary ghost buttons */
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-accountPanel-links.rey-accountForms-links {
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: auto;
	min-height: 0;
	flex-shrink: 0;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form.woocommerce-form-register .rey-accountPanel-links.rey-accountForms-links {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-accountPanel-links.rey-accountForms-links button,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-accountPanel-links.rey-accountForms-links button.btn-line,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-accountPanel-links.rey-accountForms-links button[data-location] {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--techno-account-input-height);
	min-height: var(--techno-account-input-height);
	padding: 0 16px;
	margin: 0;
	border-radius: var(--techno-account-input-radius);
	/* border: 1px solid rgba(255, 255, 255, 0.85); */
	background: transparent;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: var(--techno-account-input-font-size);
	font-weight: 400;
	line-height: 1.2;
	text-transform: capitalize;
	box-sizing: border-box;
	cursor: pointer;
	--btn-line-tr: scaleX(0);
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form button[data-location="rey-forgetForm"] {
	text-transform: none;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-accountPanel-links.rey-accountForms-links button:hover,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-accountPanel-links.rey-accountForms-links button.btn-line:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: #fff;
	color: #fff;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-accountPanel-links.rey-accountForms-links button::after {
	content: none !important;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form {
	margin-bottom: 0;
}

/* Register: info + privacy blocks */
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-form-row.rey-form-row--text.--small-text {
	margin: 8px 0 16px;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-form-row.rey-form-row--text.--small-text p {
	position: relative;
	margin: 0;
	padding: 0 0 0 35px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .rey-form-row.rey-form-row--text.--small-text p::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	content: url('https://techno.by/wp-content/uploads/2024/10/Icon-2-1.svg');
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .woocommerce-privacy-policy-text {
	margin: 0 0 16px;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .woocommerce-privacy-policy-text p {
	margin: 0;
	color: #bbbcbc;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .woocommerce-privacy-policy-text p a {
	color: #bbbcbc;
	text-decoration: underline;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form.woocommerce-form-register > p:has(.submit-btn) {
	margin: 0 0 16px;
}

/* Forgot password intro */
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .woocommerce-form-forgot-formData > p.forget-txt,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .woocommerce-form-forgot-formData > p:first-child {
	margin: 0 0 16px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

.rey-accountPanel .rey-accountForms-notice {
	margin: 0;
	padding: 0;
}

.rey-accountPanel .rey-accountForms-notice .woocommerce-error {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 8px 0 14px !important;
	padding: 12px 14px !important;
	border: 1px solid rgba(255, 90, 90, 0.35);
	border-radius: 10px;
	background: rgba(255, 80, 80, 0.08) !important;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	list-style: none;
	position: relative;
}

.rey-accountPanel .rey-accountForms-notice .woocommerce-error::before {
	position: static;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 90, 90, 0.22);
	color: #ff9b9b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	content: '!';
}

.rey-accountPanel .rey-accountForms-notice .woocommerce-error li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.92);
}

.rey-accountPanel .rey-accountForms-notice .woocommerce-error li strong {
	display: block;
	margin: 0 0 2px;
	color: #ff9b9b;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form:has(.techno-pd-consent-notice:not([style*='display: none'])) .rey-accountForms-notice {
	display: none !important;
}

/* ——— Mobile ——— */
@media (max-width: 778px) {
	.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content,
	.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content:has(.woocommerce-MyAccount-navigation-wrapper) {
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}

	.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .woocommerce-MyAccount-navigation > .rey-accountPanel-title,
	.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content .rey-accountPanel-form .rey-accountPanel-title,
	.rey-accountPanel .rey-header-dropPanel-content p.main_title {
		font-size: 16px;
	}

	.rey-accountPanel .woocommerce-MyAccount-navigation a {
		font-size: 14px;
		padding: 13px 14px;
	}

	.rey-accountPanel-wrapper {
		--techno-account-submit-height: 50px;
		--techno-account-submit-font-size: 17px;
	}
}

@media (max-width: 550px) {
	.rey-accountPanel-wrapper.--is-open .rey-accountPanel.rey-header-dropPanel-content {
		width: 100%;
		max-width: 100%;
	}
}

/* Backdrop when account panel is open */
body:has(.rey-accountPanel-wrapper.--is-open) .rey-overlay,
body:has(.rey-accountPanel-wrapper.--is-open) .rey-searchPanel-wideOverlay,
body.header-overlay--is-opened:has(.rey-accountPanel-wrapper.--is-open) .rey-overlay {
	background: rgba(0, 0, 0, 0.45) !important;
	backdrop-filter: blur(2px);
}

/* ——— PD consent on register tab ——— */
.rey-accountPanel .techno-pd-consent,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent {
	margin: 12px 0 16px !important;
	min-height: 0 !important;
	max-width: 100%;
	overflow: visible;
}

.rey-accountPanel .techno-pd-consent__label,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form label.techno-pd-consent__label {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	position: static !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
	padding: 0;
	white-space: normal !important;
	text-transform: none !important;
	font-weight: 400 !important;
	cursor: pointer;
	pointer-events: auto !important;
}

.rey-accountPanel #customer_login form .techno-pd-consent input[type='checkbox'],
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent input[type='checkbox'],
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent .techno-pd-consent__checkbox {
	position: static !important;
	flex: 0 0 18px;
	opacity: 1 !important;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	margin: 3px 0 0 !important;
	padding: 0 !important;
	display: inline-block !important;
	visibility: visible !important;
	-webkit-appearance: checkbox !important;
	appearance: auto !important;
	accent-color: #ff7a00;
	cursor: pointer;
}

.rey-accountPanel #customer_login form .techno-pd-consent input[type='checkbox'] + .techno-pd-consent__text,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent input[type='checkbox'] + .techno-pd-consent__text {
	flex: 1 1 auto;
	min-width: 0;
	position: static;
	display: block !important;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	color: #bbbcbc;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 1.45;
	text-transform: none !important;
	white-space: normal !important;
	overflow-wrap: break-word;
	word-break: normal;
}

.rey-accountPanel #customer_login form .techno-pd-consent input[type='checkbox'] + .techno-pd-consent__text::before,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent input[type='checkbox'] + .techno-pd-consent__text::before,
.rey-accountPanel #customer_login form .techno-pd-consent input[type='checkbox'] + .techno-pd-consent__text::after,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent input[type='checkbox'] + .techno-pd-consent__text::after {
	display: none !important;
	content: none !important;
}

.rey-accountPanel .techno-pd-consent__text a,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent__text a {
	color: #bbbcbc;
	text-decoration: underline;
}

.rey-accountPanel .techno-pd-consent__text .required,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent__text .required {
	color: var(--techno-account-panel-accent);
	text-decoration: none;
}

/* ——— PD consent validation notice in panel ——— */
.rey-accountPanel .techno-pd-consent-notice,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent-notice {
	margin: 8px 0 12px !important;
}

.rey-accountPanel .techno-pd-consent label br,
.rey-accountPanel-wrapper .rey-accountPanel.rey-header-dropPanel-content form .techno-pd-consent label br {
	display: none !important;
}

