:root {
	--seti-popup-ink: #171713;
	--seti-popup-muted: #6f6a61;
	--seti-popup-paper: #f5f1e9;
	--seti-popup-line: rgba(23, 23, 19, 0.22);
	--seti-popup-accent: #9b8054;
	--seti-popup-font: Assistant, "Helvetica Neue", Arial, sans-serif;
}

html.seti-newsletter-v2-open {
	overflow: hidden;
}

.seti-newsletter-v2 {
	width: min(940px, calc(100vw - 44px));
	max-width: none;
	max-height: min(720px, calc(100dvh - 44px));
	margin: auto;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: transparent;
	color: var(--seti-popup-ink);
	font-family: var(--seti-popup-font);
	overflow: visible;
	box-shadow: 0 34px 100px rgba(13, 12, 10, 0.28);
	isolation: isolate;
}

.seti-newsletter-v2::backdrop {
	background: rgba(22, 20, 17, 0.62);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.seti-newsletter-v2[open] {
	animation: seti-newsletter-v2-in 460ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.seti-newsletter-v2__surface {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(430px, 1.08fr);
	min-height: 610px;
	background: var(--seti-popup-paper);
	overflow: hidden;
}

.seti-newsletter-v2__content {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	align-items: center;
	padding: 48px 58px 42px;
	min-width: 0;
	direction: rtl;
	text-align: right;
}

.seti-newsletter-v2__form-state,
.seti-newsletter-v2__success {
	width: 100%;
}

.seti-newsletter-v2__eyebrow {
	margin: 0 0 17px;
	color: var(--seti-popup-accent);
	font-family: var(--seti-popup-font);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.22em;
	line-height: 1.4;
	direction: ltr;
	text-align: right;
}

.seti-newsletter-v2__title {
	max-width: 370px;
	margin: 0;
	color: var(--seti-popup-ink);
	font-family: var(--seti-popup-font);
	font-size: clamp(32px, 3.2vw, 45px);
	font-weight: 200;
	letter-spacing: 0;
	line-height: 1.08;
}

.seti-newsletter-v2__discount {
	display: block;
	font-family: var(--seti-popup-font);
	font-size: clamp(70px, 6.4vw, 88px);
	font-weight: 300;
	letter-spacing: -0.04em;
	line-height: 0.82;
	direction: ltr;
	text-align: right;
}

.seti-newsletter-v2__offer {
	display: block;
	margin-top: 16px;
	font-family: var(--seti-popup-font);
	font-size: clamp(27px, 2.55vw, 34px);
	font-weight: 200;
	letter-spacing: 0;
	line-height: 1.08;
}

.seti-newsletter-v2__description {
	max-width: 390px;
	margin: 18px 0 23px;
	color: var(--seti-popup-muted);
	font-family: var(--seti-popup-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.62;
}

.seti-newsletter-v2__description strong {
	display: block;
	margin-bottom: 4px;
	color: var(--seti-popup-ink);
	font-weight: 500;
}

.seti-newsletter-v2__form {
	direction: rtl;
}

.seti-newsletter-v2__form .wpcf7,
.seti-newsletter-v2__form .wpcf7-form {
	margin: 0;
	padding: 0;
	direction: rtl;
}

.seti-newsletter-v2__form .wpcf7-form > p {
	margin: 0;
	padding: 0;
}

.seti-newsletter-v2__form .wpcf7-form br {
	display: none;
}

.seti-newsletter-v2__form .wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 12px;
}

.seti-newsletter-v2__form input[type="text"],
.seti-newsletter-v2__form input[type="email"] {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid var(--seti-popup-line);
	border-radius: 0;
	outline: 0;
	background: rgba(255, 255, 255, 0.45);
	box-shadow: none;
	color: var(--seti-popup-ink);
	font-family: var(--seti-popup-font);
	font-size: 16px;
	font-weight: 300;
	line-height: 50px;
	direction: rtl;
	text-align: right;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.seti-newsletter-v2__form input[type="text"]::placeholder,
.seti-newsletter-v2__form input[type="email"]::placeholder {
	color: #777168;
	opacity: 1;
}

.seti-newsletter-v2__form input[type="text"]:focus,
.seti-newsletter-v2__form input[type="email"]:focus {
	border-color: var(--seti-popup-ink);
	background: rgba(255, 255, 255, 0.86);
}

.seti-newsletter-v2__form input[type="email"]:not(:placeholder-shown) {
	direction: ltr;
	text-align: left;
}

.seti-newsletter-v2__form .wpcf7-not-valid {
	border-color: #8e2e24 !important;
}

.seti-newsletter-v2__form .wpcf7-not-valid-tip {
	display: block;
	margin: 5px 0 0;
	color: #8e2e24;
	font-family: var(--seti-popup-font);
	font-size: 12px;
}

.seti-newsletter-v2__form .wpcf7-checkbox {
	display: block;
	margin: 4px 0 17px;
}

.seti-newsletter-v2__form .wpcf7-list-item {
	display: block;
	margin: 0;
}

.seti-newsletter-v2__form .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	cursor: pointer;
}

.seti-newsletter-v2__form input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
	border-radius: 0;
	accent-color: var(--seti-popup-ink);
}

.seti-newsletter-v2__form .wpcf7-list-item-label {
	color: #625d55;
	font-family: var(--seti-popup-font);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4;
}

.seti-newsletter-v2__form input[type="submit"],
.seti-newsletter-v2__done {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 13px 24px;
	border: 1px solid var(--seti-popup-ink);
	border-radius: 0;
	background: var(--seti-popup-ink);
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: var(--seti-popup-font);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
	transition: background-color 180ms ease, color 180ms ease;
}

.seti-newsletter-v2__form input[type="submit"]:hover,
.seti-newsletter-v2__form input[type="submit"]:focus-visible,
.seti-newsletter-v2__done:hover,
.seti-newsletter-v2__done:focus-visible {
	background: transparent;
	color: var(--seti-popup-ink);
}

.seti-newsletter-v2__form .wpcf7-spinner {
	display: none;
}

.seti-newsletter-v2__form .wpcf7-response-output {
	margin: 12px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #8e2e24;
	font-family: var(--seti-popup-font);
	font-size: 13px;
	line-height: 1.5;
}

.seti-newsletter-v2__privacy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 13px 0 0;
	color: #888177;
	font-family: var(--seti-popup-font);
	font-size: 11px;
	font-weight: 300;
	line-height: 1.4;
}

.seti-newsletter-v2__privacy svg {
	width: 12px;
	height: 12px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.2;
}

.seti-newsletter-v2__media {
	position: relative;
	grid-column: 1;
	grid-row: 1;
	min-height: 610px;
	overflow: hidden;
	background: #77705e;
}

.seti-newsletter-v2__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 55% center;
	transform: scale(1.015);
}

.seti-newsletter-v2__close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(245, 241, 233, 0.72);
	color: var(--seti-popup-ink);
	cursor: pointer;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	transition: background-color 180ms ease, transform 180ms ease;
}

.seti-newsletter-v2__close:hover,
.seti-newsletter-v2__close:focus-visible {
	background: rgba(23, 23, 19, 0.08);
	transform: rotate(3deg);
}

.seti-newsletter-v2__close:focus-visible,
.seti-newsletter-v2__done:focus-visible,
.seti-newsletter-v2__form input:focus-visible {
	outline: 2px solid var(--seti-popup-accent);
	outline-offset: 3px;
}

.seti-newsletter-v2__close svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.35;
}

.seti-newsletter-v2__success {
	text-align: right;
}

.seti-newsletter-v2__success[hidden] {
	display: none;
}

.seti-newsletter-v2__success-mark {
	width: 48px;
	height: 48px;
	margin: 7px 0 25px;
	fill: none;
	stroke: var(--seti-popup-accent);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.seti-newsletter-v2__success .seti-newsletter-v2__description {
	margin-bottom: 30px;
}

.seti-newsletter-v2__sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@keyframes seti-newsletter-v2-in {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.985);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 760px) {
	.seti-newsletter-v2 {
		width: min(520px, calc(100vw - 28px));
		max-height: calc(100dvh - 28px);
		overflow: auto;
	}

	.seti-newsletter-v2__surface {
		display: block;
		min-height: 0;
	}

	.seti-newsletter-v2__content {
		display: block;
		padding: 51px 34px 34px;
	}

	.seti-newsletter-v2__media {
		display: none;
	}

	.seti-newsletter-v2__title {
		font-size: clamp(31px, 9vw, 40px);
	}

	.seti-newsletter-v2__discount {
		font-size: clamp(66px, 20vw, 82px);
	}

	.seti-newsletter-v2__offer {
		margin-top: 13px;
		font-size: clamp(27px, 8vw, 34px);
	}

	.seti-newsletter-v2__description {
		margin: 15px 0 20px;
		font-size: 15px;
		line-height: 1.62;
	}

	.seti-newsletter-v2__eyebrow {
		margin-bottom: 13px;
	}

	.seti-newsletter-v2__close {
		top: 10px;
		right: 10px;
	}
}

@media (max-width: 380px) {
	.seti-newsletter-v2 {
		width: calc(100vw - 18px);
		max-height: calc(100dvh - 18px);
	}

	.seti-newsletter-v2__content {
		padding: 45px 23px 24px;
	}

	.seti-newsletter-v2__form input[type="text"],
	.seti-newsletter-v2__form input[type="email"],
	.seti-newsletter-v2__form input[type="submit"] {
		height: 47px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.seti-newsletter-v2[open] {
		animation: none;
	}

	.seti-newsletter-v2 *,
	.seti-newsletter-v2 *::before,
	.seti-newsletter-v2 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
