.cesarandev-wf-product-actions,
.cesarandev-wf-modal,
.cesarandev-wf-cta,
.cesarandev-wf-ica-registration,
.cesarandev-wf-category-pill {
	--cadv-green: #203212;
	--cadv-green-dark: #203212;
	--cadv-green-soft: #e5f4e7;
}

.cesarandev-wf-product-actions {
	clear: both;
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
	margin: 14px 0 20px;
	width: 100%;
}

.cesarandev-wf-product-actions .cesarandev-wf-button {
	width: 100% !important;
}

.single-product form.cart .quantity,
.single-product form.cart .single_add_to_cart_button {
	display: none !important;
}

.single-product form.cart {
	margin-bottom: 0;
}

.cesarandev-wf-button {
	align-items: center;
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 12px 16px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	width: 100%;
}

.cesarandev-wf-button:hover,
.cesarandev-wf-button:focus {
	text-decoration: none;
	transform: translateY(-1px);
}

.cesarandev-wf-button:focus-visible,
.cesarandev-wf-modal__close:focus-visible,
.cesarandev-wf-form__submit:focus-visible {
	outline: 2px solid #1f4f46;
	outline-offset: 2px;
}

.cesarandev-wf-button__icon {
	flex: 0 0 auto;
	height: 22px;
	max-height: 22px;
	max-width: 22px;
	width: 22px;
}

.cesarandev-wf-whatsapp-button {
	background: #ffffff;
	border: 1px solid #25d366;
	color: #14c857;
}

.cesarandev-wf-whatsapp-button:hover,
.cesarandev-wf-whatsapp-button:focus {
	background: #f3fff7;
	border-color: #14c857;
	color: #10b84d;
}

.cesarandev-wf-sheet-button {
	background: var(--cesarandev-wf-accent, #203212);
	border: 1px solid var(--cesarandev-wf-accent, #203212);
	color: #ffffff;
}

.cesarandev-wf-sheet-button:hover,
.cesarandev-wf-sheet-button:focus {
	background: var(--cesarandev-wf-accent, #203212);
	border-color: var(--cesarandev-wf-accent, #203212);
	color: #ffffff;
}

.cesarandev-wf-sheet-button[disabled],
.cesarandev-wf-sheet-button.is-disabled,
.cesarandev-wf-sheet-button.is-disabled:hover,
.cesarandev-wf-sheet-button.is-disabled:focus {
	background: #e5e7eb !important;
	border-color: #d1d5db !important;
	color: #6b7280 !important;
	cursor: not-allowed;
	transform: none;
}

.cesarandev-wf-ica-registration {
	align-items: center;
	color: #4b5f7a;
	display: inline-flex;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	gap: 6px;
	line-height: 1.25;
}

.cesarandev-wf-ica-registration__dot {
	border: 1px solid var(--cesarandev-wf-accent, #203212);
	border-radius: 999px;
	display: inline-block;
	height: 9px;
	width: 9px;
}

.cesarandev-wf-category-pill {
	background: var(--cadv-green-soft, #e5f4e7);
	border-radius: 999px;
	color: var(--cadv-green-dark, #203212);
	display: inline-flex;
	font-family: "Exo", Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 18px;
}

.cesarandev-wf-my-space,
.cesarandev-wf-my-space-login,
.cesarandev-wf-my-space-button,
.cesarandev-wf-my-account {
	--cadv-green: #203212;
	--cadv-green-soft: #e5f4e7;
	font-family: "Poppins", Arial, sans-serif;
}

.cesarandev-wf-my-space-login,
.cesarandev-wf-my-space-button {
	align-items: center;
	background: var(--cadv-my-space-background, var(--cadv-green, #203212));
	border: 1px solid var(--cadv-my-space-background, var(--cadv-green, #203212));
	border-radius: 6px;
	box-shadow: none;
	color: var(--cadv-my-space-color, #ffffff);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 15px;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.cesarandev-wf-my-space-login:hover,
.cesarandev-wf-my-space-login:focus,
.cesarandev-wf-my-space-button:hover,
.cesarandev-wf-my-space-button:focus {
	background: var(--cadv-my-space-hover, #17220f);
	color: var(--cadv-my-space-color, #ffffff);
	text-decoration: none;
	transform: translateY(-1px);
}

.cesarandev-wf-my-space-login:focus-visible,
.cesarandev-wf-my-space-button:focus-visible {
	outline: 2px solid var(--cadv-my-space-background, var(--cadv-green, #203212));
	outline-offset: 2px;
}

.cesarandev-wf-my-space-login__icon,
.cesarandev-wf-my-space-button__icon {
	fill: currentColor;
	height: 19px;
	width: 19px;
}

.cesarandev-wf-my-space {
	display: inline-flex;
	position: relative;
}

.cesarandev-wf-my-space__link {
	align-items: center;
	color: var(--cadv-my-space-color, var(--cadv-green, #203212));
	display: inline-flex;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	position: relative;
	text-decoration: none;
}

.cesarandev-wf-my-space__link:hover,
.cesarandev-wf-my-space__link:focus {
	color: var(--cadv-my-space-color, var(--cadv-green, #203212));
}

.cesarandev-wf-my-space__link:focus-visible {
	border-radius: 999px;
	outline: 2px solid var(--cadv-my-space-color, var(--cadv-green, #203212));
	outline-offset: 2px;
}

.cesarandev-wf-my-space__icon {
	fill: currentColor;
	height: 25px;
	width: 25px;
}

.cesarandev-wf-my-space__popover {
	background: #17220f;
	border-radius: 4px;
	bottom: -38px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	left: 50%;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translate(-50%, -4px);
	transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
	visibility: hidden;
	white-space: nowrap;
	z-index: 100;
	padding: 9px 11px;
}

.cesarandev-wf-my-space__popover::before {
	border-bottom: 5px solid #17220f;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	left: 50%;
	position: absolute;
	top: -5px;
	transform: translateX(-50%);
}

.cesarandev-wf-my-space__link:hover .cesarandev-wf-my-space__popover,
.cesarandev-wf-my-space__link:focus .cesarandev-wf-my-space__popover {
	opacity: 1;
	transform: translate(-50%, 0);
	visibility: visible;
}

.cesarandev-wf-my-account {
	background: #ffffff;
	border: 1px solid #dfe5dc;
	border-radius: 10px;
	box-shadow: 0 18px 45px rgba(32, 50, 18, 0.08);
	color: #233020;
	overflow: hidden;
	width: 100%;
}

.cesarandev-wf-my-account__header {
	align-items: center;
	background: var(--cadv-green, #203212);
	color: #ffffff;
	display: grid;
	gap: 15px;
	grid-template-columns: auto 1fr auto;
	padding: 26px 30px;
}

.cesarandev-wf-my-account__avatar {
	align-items: center;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	display: flex;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.cesarandev-wf-my-account__avatar svg {
	fill: currentColor;
	height: 28px;
	width: 28px;
}

.cesarandev-wf-my-account__header span {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.cesarandev-wf-my-account__header h2 {
	color: inherit;
	font-family: "Exo", Arial, sans-serif;
	font-size: 26px;
	line-height: 1.15;
	margin: 3px 0 0;
}

.cesarandev-wf-my-account__logout,
.cesarandev-wf-my-account__download-button,
.cesarandev-wf-my-account__preview-button {
	border: 1px solid currentColor;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 14px;
	text-decoration: none;
}

.cesarandev-wf-my-account__logout,
.cesarandev-wf-my-account__logout:hover,
.cesarandev-wf-my-account__logout:focus {
	color: #ffffff;
}

.cesarandev-wf-my-account__body {
	display: grid;
	grid-template-columns: minmax(190px, 230px) minmax(0, 1fr);
	min-height: 390px;
}

.cesarandev-wf-my-account__nav {
	background: #f5f7f3;
	border-right: 1px solid #dfe5dc;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 22px 14px;
}

.cesarandev-wf-my-account__nav-link {
	align-items: center;
	border-radius: 6px;
	color: #52604e;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	line-height: 1.2;
	padding: 12px 13px;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease;
}

.cesarandev-wf-my-account__nav-link:hover,
.cesarandev-wf-my-account__nav-link:focus {
	background: #e8eee4;
	color: var(--cadv-green, #203212);
	text-decoration: none;
}

.cesarandev-wf-my-account__nav-link.is-active {
	background: var(--cadv-green, #203212);
	color: #ffffff;
}

.cesarandev-wf-my-account__nav-link:focus-visible {
	outline: 2px solid var(--cadv-green, #203212);
	outline-offset: 2px;
}

.cesarandev-wf-my-account__nav-link.is-active:focus-visible {
	outline-color: #ffffff;
	outline-offset: -3px;
}

.cesarandev-wf-my-account__nav-icon {
	fill: currentColor;
	flex: 0 0 auto;
	height: 19px;
	width: 19px;
}

.cesarandev-wf-my-account__content {
	min-width: 0;
}

.cesarandev-wf-my-account__section {
	padding: 28px 30px;
}

.cesarandev-wf-my-account__section + .cesarandev-wf-my-account__section {
	border-top: 1px solid #e7ebe4;
}

.cesarandev-wf-my-account__section h3 {
	color: var(--cadv-green, #203212);
	font-family: "Exo", Arial, sans-serif;
	font-size: 20px;
	margin: 0 0 18px;
}

.cesarandev-wf-my-account__intro {
	color: #687264;
	font-size: 13px;
	line-height: 1.6;
	margin: -8px 0 20px;
}

.cesarandev-wf-my-account__stats {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cesarandev-wf-my-account__stats > div {
	background: var(--cadv-green-soft, #e5f4e7);
	border-radius: 7px;
	padding: 20px;
}

.cesarandev-wf-my-account__stats strong,
.cesarandev-wf-my-account__stats span {
	display: block;
}

.cesarandev-wf-my-account__stats strong {
	color: var(--cadv-green, #203212);
	font-family: "Exo", Arial, sans-serif;
	font-size: 28px;
	line-height: 1;
}

.cesarandev-wf-my-account__stats span {
	color: #52604e;
	font-size: 12px;
	font-weight: 600;
	margin-top: 7px;
}

.cesarandev-wf-my-account__quick-links {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.cesarandev-wf-my-account__quick-links a {
	align-items: center;
	border-bottom: 1px solid #e2e7df;
	color: var(--cadv-green, #203212);
	display: flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: space-between;
	padding: 11px 2px;
	text-decoration: none;
}

.cesarandev-wf-my-account__quick-links a:hover,
.cesarandev-wf-my-account__quick-links a:focus {
	color: #17220f;
	text-decoration: none;
}

.cesarandev-wf-my-account__details {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.cesarandev-wf-my-account__details > div {
	background: #f7f9f5;
	border-radius: 6px;
	padding: 14px 16px;
}

.cesarandev-wf-my-account__details dt {
	color: #687264;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.cesarandev-wf-my-account__details dd {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	overflow-wrap: anywhere;
}

.cesarandev-wf-my-account__downloads {
	display: grid;
	gap: 10px;
}

.cesarandev-wf-my-account__download {
	align-items: center;
	border: 1px solid #dfe5dc;
	border-radius: 6px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 14px 16px;
}

.cesarandev-wf-my-account__download strong,
.cesarandev-wf-my-account__download span {
	display: block;
}

.cesarandev-wf-my-account__download strong {
	color: #233020;
	font-size: 14px;
}

.cesarandev-wf-my-account__download span {
	color: #687264;
	font-size: 12px;
	margin-top: 3px;
}

.cesarandev-wf-my-account__download-button,
.cesarandev-wf-my-account__download-button:hover,
.cesarandev-wf-my-account__download-button:focus {
	background: var(--cadv-green, #203212);
	color: #ffffff;
	flex: 0 0 auto;
}

.cesarandev-wf-my-account__download-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
}

.cesarandev-wf-my-account__download-actions a {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.cesarandev-wf-my-account__preview-button,
.cesarandev-wf-my-account__preview-button:hover,
.cesarandev-wf-my-account__preview-button:focus {
	background: #ffffff;
	border-color: var(--cadv-green, #203212);
	color: var(--cadv-green, #203212);
	text-decoration: none;
}

.cesarandev-wf-my-account__empty {
	background: #f7f9f5;
	border-radius: 6px;
	color: #687264;
	margin: 0;
	padding: 16px;
}

.cesarandev-wf-my-account__status {
	background: var(--cadv-green-soft, #e5f4e7);
	border-left: 4px solid var(--cadv-green, #203212);
	border-radius: 4px;
	color: #34452e;
	margin: 0;
	padding: 15px 17px;
}

.cesarandev-wf-my-account__danger-button {
	background: #ffffff;
	border: 1px solid #b42318;
	border-radius: 5px;
	color: #b42318;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 15px;
}

.cesarandev-wf-my-account__danger-button:hover,
.cesarandev-wf-my-account__danger-button:focus {
	background: #b42318;
	color: #ffffff;
}

.cesarandev-wf-my-account--login {
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
	margin-left: 0;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.cesarandev-wf-auth {
	background: #ffffff;
	display: grid;
	grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	min-height: clamp(590px, 72vh, 760px);
}

.cesarandev-wf-auth__panel {
	align-items: center;
	display: flex;
	min-width: 0;
}

.cesarandev-wf-auth__inner {
	box-sizing: border-box;
	margin: 0;
	max-width: none;
	padding: 58px clamp(30px, 4vw, 64px);
	width: 100%;
}

.cesarandev-wf-auth__eyebrow {
	color: var(--cadv-green, #203212);
	display: block;
	font-family: "Exo", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.cesarandev-wf-auth h2 {
	color: var(--cadv-green, #203212);
	font-family: "Exo", Arial, sans-serif;
	font-size: clamp(32px, 3.2vw, 44px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin: 0 0 14px;
}

.cesarandev-wf-auth__inner > p {
	color: #566052;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	margin: 0 0 28px;
}

.cesarandev-wf-auth__form {
	display: grid;
	gap: 9px;
	margin: 0;
}

.cesarandev-wf-auth__form > label {
	color: #263322;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 7px;
}

.cesarandev-wf-auth__form > label span {
	color: #75836f;
	margin-left: 3px;
}

.cesarandev-wf-auth__form input[type="text"],
.cesarandev-wf-auth__form input[type="password"] {
	appearance: none;
	background: #ffffff;
	border: 1px solid #bdc7b8;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	color: #1f2b1c;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 15px;
	height: 50px;
	line-height: 1.2;
	margin: 0;
	min-width: 0;
	padding: 13px 14px;
	width: 100%;
}

.cesarandev-wf-auth__form input[type="text"]:focus,
.cesarandev-wf-auth__form input[type="password"]:focus {
	border-color: var(--cadv-green, #203212);
	box-shadow: 0 0 0 3px rgba(32, 50, 18, 0.12);
	outline: 0;
}

.cesarandev-wf-auth__password {
	position: relative;
}

.cesarandev-wf-auth__password input {
	padding-right: 50px !important;
}

.cesarandev-wf-auth__password > button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 4px;
	color: #5e6a59;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
}

.cesarandev-wf-auth__password > button span {
	border: 1.8px solid currentColor;
	border-radius: 80% 15%;
	display: block;
	height: 11px;
	position: relative;
	transform: rotate(45deg);
	width: 11px;
}

.cesarandev-wf-auth__password > button span::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4px;
}

.cesarandev-wf-auth__password > button.is-visible span::before {
	background: currentColor;
	content: "";
	height: 1.5px;
	left: -4px;
	position: absolute;
	top: 5px;
	width: 19px;
}

.cesarandev-wf-auth__password > button:focus-visible {
	outline: 2px solid var(--cadv-green, #203212);
	outline-offset: -2px;
}

.cesarandev-wf-auth__options {
	align-items: center;
	display: flex;
	font-size: 12px;
	gap: 14px;
	justify-content: space-between;
	margin: 8px 0 4px;
}

.cesarandev-wf-auth__remember {
	align-items: center;
	color: #4f5b4b;
	cursor: pointer;
	display: inline-flex;
	font-weight: 500;
	gap: 7px;
	margin: 0;
}

.cesarandev-wf-auth__remember input {
	accent-color: var(--cadv-green, #203212);
	height: 16px;
	margin: 0;
	width: 16px;
}

.cesarandev-wf-auth__options a,
.cesarandev-wf-auth__back {
	color: var(--cadv-green, #203212);
	font-weight: 700;
	text-decoration: none;
}

.cesarandev-wf-auth__options a:hover,
.cesarandev-wf-auth__options a:focus,
.cesarandev-wf-auth__back:hover,
.cesarandev-wf-auth__back:focus {
	color: #4f6f31;
	text-decoration: underline;
}

.cesarandev-wf-auth__button {
	align-items: center;
	background: var(--cadv-green, #203212);
	border: 1px solid var(--cadv-green, #203212);
	border-radius: 5px;
	box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	margin-top: 12px;
	min-height: 48px;
	padding: 13px 18px;
	text-decoration: none;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
	width: 100%;
}

.cesarandev-wf-auth__button:hover,
.cesarandev-wf-auth__button:focus {
	background: #17220f;
	border-color: #17220f;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
}

.cesarandev-wf-auth__button:focus-visible {
	outline: 2px solid var(--cadv-green, #203212);
	outline-offset: 2px;
}

.cesarandev-wf-auth__back {
	display: inline-flex;
	font-size: 12px;
	gap: 7px;
	margin-top: 22px;
}

.cesarandev-wf-auth__status-icon {
	align-items: center;
	background: var(--cadv-green-soft, #e5f4e7);
	border-radius: 999px;
	color: var(--cadv-green, #203212);
	display: flex;
	height: 52px;
	justify-content: center;
	margin-bottom: 22px;
	width: 52px;
}

.cesarandev-wf-auth__status-icon svg {
	fill: currentColor;
	height: 27px;
	width: 27px;
}

.cesarandev-wf-auth__alert {
	background: #fff4f2;
	border-left: 4px solid #b42318;
	border-radius: 4px;
	color: #7a271a;
	font-size: 13px;
	line-height: 1.55;
	margin: 0 0 14px;
	padding: 14px 16px;
}

.cesarandev-wf-auth__inner .woocommerce-error,
.cesarandev-wf-auth__inner .woocommerce-message,
.cesarandev-wf-auth__inner .woocommerce-info {
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 22px;
	padding: 13px 16px 13px 42px;
	width: 100%;
}

.cesarandev-wf-auth__visual {
	background: #647a46;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.cesarandev-wf-auth__visual::after {
	background: linear-gradient(180deg, rgba(20, 31, 13, 0.02) 35%, rgba(20, 31, 13, 0.72) 100%);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.cesarandev-wf-auth__image {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.cesarandev-wf-auth__visual.is-default .cesarandev-wf-auth__image {
	filter: saturate(0.82) brightness(0.83);
	transform: scale(1.04);
}

.cesarandev-wf-auth__foliage {
	bottom: -1px;
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.cesarandev-wf-auth__visual-copy {
	bottom: clamp(36px, 7vw, 76px);
	color: #ffffff;
	left: clamp(30px, 6vw, 72px);
	max-width: 440px;
	position: absolute;
	right: clamp(30px, 6vw, 72px);
	z-index: 2;
}

.cesarandev-wf-auth__visual-copy strong,
.cesarandev-wf-auth__visual-copy span {
	display: block;
}

.cesarandev-wf-auth__visual-copy strong {
	font-family: "Exo", Arial, sans-serif;
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.cesarandev-wf-auth__visual-copy span {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 12px;
}

.cesarandev-wf-modal[hidden] {
	display: none;
}

.cesarandev-wf-modal {
	align-items: center;
	--cesarandev-wf-accent: #203212;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 18px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.cesarandev-wf-modal__overlay {
	background: rgba(18, 24, 27, 0.68);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cesarandev-wf-modal__dialog {
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
	color: #111827;
	font-family: "Poppins", Arial, sans-serif;
	max-height: calc(100vh - 36px);
	max-width: 430px;
	overflow: auto;
	padding: 0;
	position: relative;
	width: min(100%, 430px);
	z-index: 1;
}

.cesarandev-wf-modal__header {
	padding: 22px 15px 16px;
}

.cesarandev-wf-modal__eyebrow {
	color: #667085;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 42px 8px 0;
}

.cesarandev-wf-modal__dialog h2 {
	color: #1f2937;
	font-family: "Exo", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 42px 6px 0;
}

.cesarandev-wf-modal__dialog p {
	color: #667085;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
}

.cesarandev-wf-modal__close {
	align-items: center;
	background: transparent;
	border: 1px solid var(--cesarandev-wf-accent, #203212);
	border-radius: 2px;
	color: var(--cesarandev-wf-accent, #203212);
	cursor: pointer;
	display: inline-flex;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 18px;
	height: 35px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 19px;
	width: 35px;
}

.cesarandev-wf-modal__close:hover {
	background: #f6fbf7;
}

.cesarandev-wf-form {
	display: grid;
	gap: 14px;
	padding: 18px 15px 22px;
	border-top: 1px solid #e5e7eb;
}

.cesarandev-wf-form label {
	display: grid;
	gap: 7px;
	margin: 0;
}

.cesarandev-wf-form label span {
	color: #374151;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.cesarandev-wf-form input {
	background: #ffffff;
	border: 1px solid #cfd7e3;
	border-radius: 2px;
	color: #1f2937;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 13px;
	min-height: 36px;
	padding: 9px 11px;
	width: 100%;
}

.cesarandev-wf-form input:focus {
	border-color: var(--cesarandev-wf-accent, #203212);
	box-shadow: 0 0 0 1px var(--cesarandev-wf-accent, #203212);
	outline: 0;
}

.cesarandev-wf-form__privacy {
	align-items: flex-start;
	color: #667085;
	display: flex !important;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 11px;
	gap: 8px !important;
	line-height: 1.45;
	margin: 0;
}

.cesarandev-wf-form__privacy input {
	flex: 0 0 auto;
	height: 13px;
	margin: 2px 0 0;
	min-height: 13px;
	padding: 0;
	width: 13px;
}

.cesarandev-wf-form__privacy span {
	color: #667085 !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.45 !important;
}

.cesarandev-wf-form__privacy a {
	color: var(--cesarandev-wf-accent, #203212);
	font-weight: 700;
	text-decoration: underline;
}

.cesarandev-wf-form__message {
	border-radius: 6px;
	display: none;
	font-size: 14px;
	line-height: 1.45;
	padding: 10px 12px;
}

.cesarandev-wf-form__message.is-visible {
	display: block;
}

.cesarandev-wf-form__message.is-error {
	background: #fff2f0;
	color: #8a1f12;
}

.cesarandev-wf-form__message.is-success {
	background: #eef8f1;
	color: #176134;
}

.cesarandev-wf-form__message.is-loading {
	background: #eef4fb;
	color: #18496f;
}

.cesarandev-wf-form__submit {
	align-items: center;
	background: var(--cesarandev-wf-accent, #203212);
	border: 1px solid var(--cesarandev-wf-accent, #203212);
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Exo", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	min-height: 36px;
	padding: 10px 16px;
	width: 100%;
}

.cesarandev-wf-form__submit:hover,
.cesarandev-wf-form__submit:focus {
	background: var(--cesarandev-wf-accent, #203212);
	border-color: var(--cesarandev-wf-accent, #203212);
	color: #ffffff;
}

.cesarandev-wf-form__submit[disabled] {
	cursor: wait;
	opacity: 0.72;
}

body.cesarandev-wf-modal-open {
	overflow: hidden;
}

.cesarandev-wf-modal__divider {
	align-items: center;
	color: #7a8494;
	display: flex;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 11px;
	gap: 10px;
	justify-content: center;
	line-height: 1.2;
	margin: 9px 0 6px;
	text-align: center;
}

.cesarandev-wf-modal__divider::before,
.cesarandev-wf-modal__divider::after {
	background: #e5e7eb;
	content: "";
	display: block;
	flex: 1 1 auto;
	height: 1px;
}

.cesarandev-wf-modal__whatsapp {
	align-items: center;
	background: #25d366;
	border: 1px solid #25d366;
	border-radius: 3px;
	color: #ffffff;
	display: inline-flex;
	font-family: "Exo", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	min-height: 36px;
	padding: 10px 16px;
	text-decoration: none;
	width: 100%;
}

.cesarandev-wf-modal__whatsapp:hover,
.cesarandev-wf-modal__whatsapp:focus {
	background: #1ebe5d;
	border-color: #1ebe5d;
	color: #ffffff;
	text-decoration: none;
}

.cesarandev-wf-modal__whatsapp .cesarandev-wf-button__icon {
	height: 16px;
	max-height: 16px;
	max-width: 16px;
	width: 16px;
}

.cesarandev-wf-cta {
	background: #ffffff;
	border: 1px solid #d7dde5;
	border-radius: 0;
	color: #111827;
	max-width: 440px;
	width: 100%;
}

.cesarandev-wf-cta-modal .cesarandev-wf-modal__dialog {
	max-width: 760px;
	width: min(100%, 760px);
}

.cesarandev-wf-cta-modal .cesarandev-wf-cta {
	border: 0;
	max-width: none;
}

.cesarandev-wf-cta-modal .cesarandev-wf-cta__header {
	padding-right: 72px;
}

.cesarandev-wf-cta__header {
	border-bottom: 1px solid #e2e8f0;
	padding: 24px 23px 18px;
}

.cesarandev-wf-cta__eyebrow {
	align-items: center;
	color: var(--cadv-green, #203212);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.cesarandev-wf-cta__eyebrow::before {
	background: var(--cadv-green, #203212);
	content: "";
	display: inline-block;
	height: 2px;
	width: 24px;
}

.cesarandev-wf-cta__header h2 {
	color: #111827;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 6px;
}

.cesarandev-wf-cta__header p {
	color: #667085;
	font-size: 13px;
	line-height: 1.55;
	margin: 0;
}

.cesarandev-wf-cta__form {
	display: grid;
	gap: 14px 12px;
	grid-template-columns: 1fr;
	padding: 20px 23px 23px;
}

.cesarandev-wf-cta__field {
	display: grid;
	gap: 6px;
	margin: 0;
}

.cesarandev-wf-cta__field[hidden] {
	display: none !important;
}

.cesarandev-wf-cta__field span {
	color: #374151;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.cesarandev-wf-cta__field span::after {
	color: var(--cadv-green, #203212);
}

.cesarandev-wf-cta__field input,
.cesarandev-wf-cta__field select {
	background: #ffffff;
	border: 1px solid #cfd7e3;
	border-radius: 2px;
	box-shadow: none;
	box-sizing: border-box;
	color: #1f2937;
	font-size: 13px;
	height: 38px;
	line-height: 1.2;
	padding: 9px 11px;
	width: 100%;
}

.cesarandev-wf-cta__field input::placeholder {
	color: #98a2b3;
}

.cesarandev-wf-cta__field input:focus,
.cesarandev-wf-cta__field select:focus {
	border-color: var(--cadv-green, #203212);
	box-shadow: 0 0 0 1px var(--cadv-green, #203212);
	outline: 0;
}

.cesarandev-wf-cta__privacy {
	align-items: flex-start;
	color: #667085;
	display: flex;
	font-size: 11px;
	gap: 8px;
	line-height: 1.45;
	margin: 0;
}

.cesarandev-wf-cta__privacy input {
	flex: 0 0 auto;
	margin-top: 2px;
}

.cesarandev-wf-cta__privacy a {
	color: var(--cadv-green, #203212);
	text-decoration: underline;
}

.cesarandev-wf-cta__message {
	grid-column: 1 / -1;
	margin: 0;
}

.cesarandev-wf-cta__submit {
	background: var(--cadv-green, #203212);
	border: 0;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	grid-column: 1 / -1;
	min-height: 36px;
	padding: 10px 16px;
	width: 100%;
}

.cesarandev-wf-cta__submit:hover,
.cesarandev-wf-cta__submit:focus {
	background: var(--cadv-green, #203212);
	color: #ffffff;
}

.cesarandev-wf-cta__submit[disabled] {
	cursor: wait;
	opacity: 0.72;
}

@media (min-width: 768px) {
	.cesarandev-wf-button {
		width: auto;
	}

	.cesarandev-wf-product-actions .cesarandev-wf-button {
		width: 100% !important;
	}

	.cesarandev-wf-cta__form {
		grid-template-columns: 1fr 1fr;
	}

	.cesarandev-wf-cta__field--full {
		grid-column: 1 / -1;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.cesarandev-wf-auth {
		grid-template-columns: minmax(0, 55%) minmax(0, 45%);
		min-height: 620px;
	}

	.cesarandev-wf-auth__inner {
		padding: 46px 38px;
	}

	.cesarandev-wf-auth__visual-copy {
		bottom: 38px;
		left: 30px;
		right: 30px;
	}
}

@media (max-width: 767px) {
	.cesarandev-wf-my-account--login {
		margin-left: 0;
		width: 100%;
	}

	.cesarandev-wf-auth {
		grid-template-columns: minmax(0, 1fr);
		min-height: 0;
	}

	.cesarandev-wf-auth__inner {
		max-width: 560px;
		padding: 42px 22px 48px;
	}

	.cesarandev-wf-auth h2 {
		font-size: 32px;
	}

	.cesarandev-wf-auth__visual {
		min-height: 250px;
	}

	.cesarandev-wf-auth__visual-copy {
		bottom: 25px;
		left: 22px;
		right: 22px;
	}

	.cesarandev-wf-auth__visual-copy strong {
		font-size: 27px;
	}

	.cesarandev-wf-my-account__header {
		grid-template-columns: auto 1fr;
		padding: 22px 18px;
	}

	.cesarandev-wf-my-account__logout {
		grid-column: 1 / -1;
		text-align: center;
	}

	.cesarandev-wf-my-account__body {
		grid-template-columns: minmax(0, 1fr);
	}

	.cesarandev-wf-my-account__nav {
		border-bottom: 1px solid #dfe5dc;
		border-right: 0;
		flex-direction: row;
		overflow-x: auto;
		padding: 12px;
		scrollbar-width: thin;
	}

	.cesarandev-wf-my-account__nav-link {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.cesarandev-wf-my-account__section {
		padding: 22px 18px;
	}

	.cesarandev-wf-my-account__details {
		grid-template-columns: 1fr;
	}

	.cesarandev-wf-my-account__stats {
		grid-template-columns: 1fr;
	}

	.cesarandev-wf-my-account__download {
		align-items: stretch;
		flex-direction: column;
	}

	.cesarandev-wf-my-account__download-actions {
		flex-direction: column;
	}

	.cesarandev-wf-my-account__download-button,
	.cesarandev-wf-my-account__preview-button {
		text-align: center;
	}

	.cesarandev-wf-product-actions {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr;
		margin: 12px 0 18px;
		width: 100%;
	}

	.cesarandev-wf-product-actions .cesarandev-wf-button {
		justify-content: center;
		min-height: 42px;
		width: 100% !important;
	}

	.cesarandev-wf-modal {
		align-items: flex-start;
		overflow: auto;
		padding: 10px;
	}

	.cesarandev-wf-modal__dialog {
		margin: 0 auto 10px;
		max-height: none;
		max-width: 430px;
		width: 100%;
	}

	.cesarandev-wf-modal__header {
		padding: 20px 15px 15px;
	}

	.cesarandev-wf-modal__dialog h2 {
		font-size: 17px;
	}

	.cesarandev-wf-form {
		gap: 12px;
		padding: 16px 15px 20px;
	}

	.cesarandev-wf-form input {
		min-height: 40px;
	}

	.cesarandev-wf-form__submit,
	.cesarandev-wf-modal__whatsapp {
		min-height: 40px;
	}

	.cesarandev-wf-cta {
		max-width: none;
		width: 100%;
	}

	.cesarandev-wf-cta__header {
		padding: 20px 18px 16px;
	}

	.cesarandev-wf-cta__form {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.cesarandev-wf-cta__field--full {
		grid-column: 1 / -1;
	}

	.cesarandev-wf-cta__field input,
	.cesarandev-wf-cta__field select {
		font-size: 16px;
		min-width: 0;
	}
}

@media (max-width: 420px) {
	.cesarandev-wf-auth__inner {
		padding: 34px 17px 40px;
	}

	.cesarandev-wf-auth__options {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.cesarandev-wf-auth__visual {
		min-height: 210px;
	}

	.cesarandev-wf-auth__visual-copy strong {
		font-size: 23px;
	}

	.cesarandev-wf-auth__visual-copy span {
		font-size: 11px;
		margin-top: 7px;
	}

	.cesarandev-wf-modal {
		padding: 8px;
	}

	.cesarandev-wf-modal__header {
		padding: 18px 12px 13px;
	}

	.cesarandev-wf-modal__eyebrow,
	.cesarandev-wf-modal__dialog h2 {
		margin-right: 38px;
	}

	.cesarandev-wf-modal__dialog p {
		font-size: 11px;
	}

	.cesarandev-wf-modal__close {
		height: 31px;
		right: 12px;
		top: 14px;
		width: 31px;
	}

	.cesarandev-wf-form {
		padding: 15px 12px 18px;
	}

	.cesarandev-wf-form label span,
	.cesarandev-wf-cta__field span {
		font-size: 11px;
	}

	.cesarandev-wf-form input {
		font-size: 13px;
	}

	.cesarandev-wf-cta__field input,
	.cesarandev-wf-cta__field select {
		font-size: 16px;
	}

	.cesarandev-wf-form__privacy,
	.cesarandev-wf-form__privacy span,
	.cesarandev-wf-cta__privacy {
		font-size: 10px !important;
	}

	.cesarandev-wf-cta__header {
		padding: 18px 15px 14px;
	}

	.cesarandev-wf-cta__header h2 {
		font-size: 20px;
	}

	.cesarandev-wf-cta__form {
		padding: 16px 15px 18px;
	}
}

@media (max-width: 360px) {
	.cesarandev-wf-button,
	.cesarandev-wf-form__submit,
	.cesarandev-wf-modal__whatsapp,
	.cesarandev-wf-cta__submit {
		font-size: 12px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.cesarandev-wf-modal__dialog h2 {
		font-size: 16px;
	}
}

.cesarandev-wf-captcha {
	display: block;
	grid-column: 1 / -1;
}

.cesarandev-wf-recaptcha {
	box-sizing: border-box;
	grid-column: 1 / -1;
	margin: 7px 0 3px;
	max-width: 100%;
	min-height: 78px;
	overflow: visible;
}

.cesarandev-wf-recaptcha__widget {
	max-width: 100%;
}

.cesarandev-wf-captcha > label:not(.cesarandev-wf-honeypot) {
	display: grid;
	gap: 7px;
}

.cesarandev-wf-captcha input[name="captcha_answer"] {
	max-width: 130px;
}

.cesarandev-wf-honeypot {
	left: -10000px !important;
	opacity: 0 !important;
	pointer-events: none !important;
	position: absolute !important;
	top: auto !important;
}

@media (max-width: 350px) {
	.cesarandev-wf-recaptcha {
		min-height: 68px;
		overflow: hidden;
	}

	.cesarandev-wf-recaptcha__widget {
		transform: scale(0.86);
		transform-origin: left top;
		width: 304px;
	}
}
