:root {
	--r1gw-sale-primary: #00796b;
	--r1gw-sale-dark: #082f2a;
	--r1gw-sale-accent: #ffc53d;
	--r1gw-sale-hot: #f24e62;
}

.r1gw-sale-header-container {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	min-height: 42px;
	background: linear-gradient(105deg, var(--r1gw-sale-dark) 0%, var(--r1gw-sale-primary) 100%) !important;
	box-shadow: inset 0 -1px 0 rgb(255 255 255 / 15%);
}

.r1gw-sale-header-container::after {
	position: absolute;
	top: -55px;
	right: 8%;
	z-index: 0;
	width: 170px;
	height: 170px;
	background: radial-gradient(circle, rgb(255 197 61 / 32%) 0 2%, transparent 3% 100%);
	border: 1px solid rgb(255 255 255 / 12%);
	border-radius: 50%;
	box-shadow: 0 0 0 20px rgb(255 255 255 / 4%), 0 0 0 42px rgb(255 255 255 / 3%);
	content: "";
}

.r1gw-sale-header-shortcode,
.r1gw-sale-header-shortcode .elementor-widget-container {
	position: relative;
	z-index: 2;
	width: 100%;
}

.r1gw-sale-header-shortcode .elementor-widget-container {
	padding: 8px 18px !important;
}

.r1gw-sale-header-inline {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px 10px;
	margin: 0 !important;
	color: #fff !important;
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif !important;
	font-size: clamp(13px, 1.05vw, 16px) !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.25 !important;
	text-align: center;
	text-shadow: 0 1px 8px rgb(0 0 0 / 13%);
	flex-wrap: wrap;
}

.r1gw-sale-header-inline__icon {
	display: inline-grid;
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	place-items: center;
	color: var(--r1gw-sale-dark);
	background: var(--r1gw-sale-accent);
	border: 2px solid rgb(255 255 255 / 52%);
	border-radius: 50%;
	box-shadow: 0 4px 13px rgb(0 0 0 / 18%);
	font-size: 14px;
	font-weight: 900;
}

.r1gw-sale-header-inline__title {
	color: #fff !important;
	font-weight: 800 !important;
}

.r1gw-sale-header-inline__discount {
	padding: 3px 10px 4px;
	color: #fff !important;
	background: linear-gradient(115deg, var(--r1gw-sale-hot), #ff7149);
	border: 1px solid rgb(255 255 255 / 22%);
	border-radius: 999px;
	box-shadow: 0 5px 16px rgb(51 13 18 / 20%);
	font-weight: 850 !important;
}

.r1gw-sale-header-inline__text {
	color: rgb(255 255 255 / 91%);
}

.r1gw-price-sale-line {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	width: max-content;
	max-width: 100%;
	padding: 10px 12px 10px 16px;
	background: linear-gradient(120deg, #fff 0%, #fff8ee 100%);
	border: 1px solid #f1d69a;
	border: 1px solid color-mix(in srgb, var(--r1gw-sale-accent) 38%, #ddd);
	border-radius: 18px;
	box-shadow: 0 14px 38px rgb(15 67 59 / 11%);
}

.r1gw-price-sale-line > del {
	opacity: 0.58;
}

.r1gw-price-sale-line > ins,
.r1gw-price-sale-line > ins .amount {
	color: var(--r1gw-sale-hot) !important;
	font-weight: 850 !important;
	text-decoration: none !important;
}

.r1gw-product-sale-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	max-width: 100%;
	padding: 7px 17px 7px 8px;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(125deg, var(--r1gw-sale-hot) 0%, #ff7548 100%);
	border: 1px solid rgb(255 255 255 / 35%);
	border-radius: 999px;
	box-shadow: 0 13px 30px rgb(166 38 56 / 24%);
	box-shadow: 0 13px 30px color-mix(in srgb, var(--r1gw-sale-hot) 32%, transparent);
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif;
	line-height: 1;
	isolation: isolate;
}

.r1gw-product-sale-label::after {
	position: absolute;
	top: -80%;
	left: -35%;
	z-index: -1;
	width: 34%;
	height: 260%;
	background: linear-gradient(90deg, transparent, rgb(255 255 255 / 24%), transparent);
	transform: rotate(18deg);
	animation: r1gw-sale-shine 4.8s ease-in-out infinite;
	content: "";
}

.r1gw-product-sale-label__icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	color: var(--r1gw-sale-dark);
	background: var(--r1gw-sale-accent);
	border-radius: 50%;
	box-shadow: inset 0 0 0 3px rgb(255 255 255 / 34%);
	font-size: 22px;
	font-weight: 900;
}

.r1gw-product-sale-label__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 3px;
	text-align: left;
}

.r1gw-product-sale-label__kicker {
	overflow: hidden;
	color: rgb(255 255 255 / 88%);
	font-size: 8.5px;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.1;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.r1gw-product-sale-label__value {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1.05;
	white-space: nowrap;
}

.r1gw-loop-sale-label {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
	width: max-content;
	max-width: 100%;
	min-height: 34px;
	margin-top: 9px;
	padding: 5px 11px 5px 5px;
	overflow: hidden;
	color: #fff !important;
	background: linear-gradient(118deg, var(--r1gw-sale-hot) 0%, #ff7548 100%);
	border: 1px solid rgb(255 255 255 / 42%);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgb(166 38 56 / 20%);
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif;
	line-height: 1;
	vertical-align: middle;
	transition: box-shadow 180ms ease, transform 180ms ease;
}

.r1gw-loop-sale-label::after {
	position: absolute;
	top: -120%;
	left: -40%;
	width: 34%;
	height: 340%;
	background: linear-gradient(90deg, transparent, rgb(255 255 255 / 26%), transparent);
	transform: rotate(18deg);
	animation: r1gw-sale-shine 5.2s ease-in-out infinite;
	content: "";
}

.r1gw-loop-sale-label__icon {
	position: relative;
	z-index: 1;
	display: grid;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	place-items: center;
	color: var(--r1gw-sale-dark) !important;
	background: var(--r1gw-sale-accent);
	border: 2px solid rgb(255 255 255 / 46%);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 900;
}

.r1gw-loop-sale-label__copy {
	position: relative;
	z-index: 1;
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
	text-align: left;
}

.r1gw-loop-sale-label__copy strong {
	margin: 0 !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	letter-spacing: 0.055em;
	line-height: 1 !important;
	white-space: nowrap;
}

.r1gw-loop-sale-label__copy > span {
	color: rgb(255 255 255 / 78%) !important;
	font-size: 7px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em;
	line-height: 1 !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.product:hover .r1gw-loop-sale-label,
.product-slide:hover .r1gw-loop-sale-label {
	box-shadow: 0 11px 25px rgb(166 38 56 / 29%);
	transform: translateY(-2px);
}

.product_list_widget .r1gw-loop-sale-label--widget {
	min-height: 30px;
	margin: 7px 0 0;
	transform: scale(0.92);
	transform-origin: left center;
}

.price .r1gw-loop-sale-label--preis,
.etheme-product-grid-content .r1gw-loop-sale-label--preis,
.product-details .r1gw-loop-sale-label--preis,
.product-item-right .r1gw-loop-sale-label--preis {
	margin: 7px 0 0 7px;
	vertical-align: middle;
}

.r1gw-native-sale-flash.onsale {
	position: absolute !important;
	top: 12px !important;
	right: auto !important;
	left: 12px !important;
	z-index: 12 !important;
	display: flex !important;
	width: 58px !important;
	height: 58px !important;
	min-width: 58px !important;
	min-height: 58px !important;
	padding: 6px 4px !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1px;
	color: #fff !important;
	background: linear-gradient(138deg, var(--r1gw-sale-hot), #ff7548) !important;
	border: 3px solid var(--r1gw-sale-accent) !important;
	border-radius: 18px 50% 18px 50% !important;
	box-shadow: 0 10px 25px rgb(98 17 31 / 28%), inset 0 0 0 1px rgb(255 255 255 / 28%) !important;
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif !important;
	line-height: 1 !important;
	text-align: center !important;
	transform: rotate(-5deg) !important;
	transform-origin: center !important;
	box-sizing: border-box;
}

.r1gw-native-sale-flash__minus {
	position: absolute;
	top: 3px;
	left: 7px;
	color: var(--r1gw-sale-accent) !important;
	font-size: 13px;
	font-weight: 900;
}

.r1gw-native-sale-flash.onsale strong {
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 900 !important;
	letter-spacing: -0.035em;
	line-height: 1 !important;
}

.r1gw-native-sale-flash.onsale small {
	color: rgb(255 255 255 / 82%) !important;
	font-size: 7px !important;
	font-weight: 850 !important;
	letter-spacing: 0.14em;
	line-height: 1 !important;
}

.elementor-popup-modal:has(.r1gw-elementor-popup-shell) .dialog-widget-content {
	overflow: hidden;
	background: var(--r1gw-sale-dark) !important;
	border: 1px solid rgb(255 255 255 / 18%) !important;
	border-radius: 26px;
	box-shadow: 0 32px 100px rgb(0 18 15 / 58%), 0 0 0 1px rgb(255 197 61 / 12%);
}

.elementor-popup-modal:has(.r1gw-elementor-popup-shell) .dialog-message {
	max-height: min(92vh, 720px);
	overflow-x: hidden;
	overflow-y: auto;
}

.elementor-popup-modal:has(.r1gw-elementor-popup-shell) .dialog-close-button {
	top: 14px;
	right: 14px;
	z-index: 20;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	background: rgb(255 255 255 / 94%);
	border-radius: 50%;
	box-shadow: 0 8px 24px rgb(0 0 0 / 20%);
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.elementor-popup-modal:has(.r1gw-elementor-popup-shell) .dialog-close-button:hover {
	color: #fff;
	background: var(--r1gw-sale-hot);
	transform: rotate(7deg) scale(1.04);
}

.r1gw-elementor-popup-shell {
	position: relative;
	overflow: hidden;
	background: var(--r1gw-sale-dark) !important;
	border-radius: 25px;
	isolation: isolate;
}

.r1gw-elementor-popup-shell::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 15;
	height: 5px;
	background: linear-gradient(90deg, var(--r1gw-sale-accent), var(--r1gw-sale-hot), var(--r1gw-sale-primary));
	box-shadow: 0 3px 18px rgb(242 78 98 / 30%);
	pointer-events: none;
	content: "";
}

.r1gw-elementor-popup-image {
	position: relative;
	overflow: hidden;
}

.r1gw-elementor-popup-image::before,
.r1gw-admin-preview__image::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgb(7 36 31 / 68%) 100%);
	pointer-events: none;
	content: "";
}

.r1gw-elementor-popup-image::after,
.r1gw-admin-preview__image::after {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 8px 12px;
	color: #fff;
	background: linear-gradient(115deg, rgb(8 47 42 / 82%), rgb(242 78 98 / 76%));
	border: 1px solid rgb(255 255 255 / 25%);
	border-radius: 999px;
	backdrop-filter: blur(9px);
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	content: "ALPINE EYEWEAR";
}

.r1gw-elementor-popup-content {
	position: relative;
	overflow: hidden;
	color: #fff !important;
	background:
		radial-gradient(circle at 103% -5%, rgb(242 78 98 / 35%) 0 14%, transparent 42%),
		radial-gradient(circle at 0% 100%, rgb(0 157 134 / 30%) 0 8%, transparent 40%),
		linear-gradient(145deg, #0d443d 0%, var(--r1gw-sale-dark) 72%) !important;
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif;
}

.r1gw-elementor-popup-content::after,
.r1gw-admin-preview__content::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: linear-gradient(180deg, var(--r1gw-sale-accent), var(--r1gw-sale-hot));
	box-shadow: 5px 0 24px rgb(242 78 98 / 22%);
	pointer-events: none;
	content: "";
}

.r1gw-elementor-popup-content::before,
.r1gw-admin-preview__content::before {
	position: absolute;
	top: -76px;
	right: -72px;
	width: 220px;
	height: 220px;
	border: 1px solid rgb(255 255 255 / 9%);
	border-radius: 50%;
	box-shadow: 0 0 0 28px rgb(255 255 255 / 3%), 0 0 0 62px rgb(255 255 255 / 2%);
	pointer-events: none;
	content: "";
}

.r1gw-elementor-popup-content > .elementor-element {
	position: relative;
	z-index: 2;
}

.r1gw-popup-logo .elementor-widget-container {
	text-align: left !important;
}

.r1gw-popup-logo img {
	display: block;
	max-height: 62px;
	object-fit: contain;
	object-position: left center;
}

.r1gw-popup-wordmark .elementor-heading-title {
	color: #fff !important;
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif !important;
	font-size: 25px !important;
	font-weight: 800 !important;
	letter-spacing: 0.12em !important;
}

.r1gw-popup-kicker,
.r1gw-popup-title,
.r1gw-popup-discount,
.r1gw-popup-text,
.r1gw-popup-button,
.r1gw-popup-fineprint,
.r1gw-popup-guard {
	margin: 0;
}

.r1gw-popup-guard {
	display: none;
}

.r1gw-popup-copy {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #fff;
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif;
}

.r1gw-popup-copy__kicker,
.r1gw-popup-kicker .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--r1gw-sale-accent) !important;
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: 850 !important;
	letter-spacing: 0.16em !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
}

.r1gw-popup-copy__kicker::before,
.r1gw-popup-kicker .elementor-heading-title::before {
	width: 22px;
	height: 2px;
	background: currentcolor;
	content: "";
}

.r1gw-popup-kicker .elementor-heading-title,
.r1gw-popup-title .elementor-heading-title,
.r1gw-popup-text p,
.r1gw-popup-fineprint p {
	margin: 0;
}

.r1gw-popup-copy__title,
.r1gw-popup-title .elementor-heading-title {
	max-width: 440px;
	margin: 0 0 16px;
	color: #fff !important;
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif !important;
	font-size: clamp(31px, 4vw, 48px) !important;
	font-weight: 850 !important;
	letter-spacing: -0.045em !important;
	line-height: 0.96 !important;
	text-shadow: 0 5px 24px rgb(0 0 0 / 22%);
	text-wrap: balance;
}

.r1gw-popup-discount::before {
	display: inline-flex;
	margin: 0 0 9px 3px;
	padding: 5px 9px;
	color: #fff;
	background: linear-gradient(110deg, var(--r1gw-sale-hot), #ff7548);
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 999px;
	box-shadow: 0 6px 16px rgb(0 0 0 / 14%);
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.15em;
	line-height: 1;
	text-transform: uppercase;
	content: "NUR FÜR KURZE ZEIT";
}

.r1gw-popup-discount .r1gw-popup-offer {
	margin: 0;
}

.r1gw-popup-offer {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-areas:
		"small number"
		"word number";
	align-items: center;
	gap: 0 13px;
	margin: 0 0 18px;
	padding: 10px 18px 10px 15px;
	color: var(--r1gw-sale-dark);
	background: linear-gradient(118deg, var(--r1gw-sale-accent) 0%, #ffad3d 100%);
	border: 1px solid rgb(255 255 255 / 48%);
	border-radius: 16px;
	box-shadow: 0 16px 34px rgb(0 0 0 / 24%), 0 0 28px rgb(255 197 61 / 14%);
	transform: rotate(-1.25deg);
}

.r1gw-popup-offer__small {
	grid-area: small;
	align-self: end;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1;
}

.r1gw-popup-offer__number {
	grid-area: number;
	font-size: 61px;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 0.84;
}

.r1gw-popup-offer__number sup {
	position: relative;
	top: -0.64em;
	margin-left: 2px;
	font-size: 20px;
	letter-spacing: 0;
}

.r1gw-popup-offer__word {
	grid-area: word;
	align-self: start;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1;
}

.r1gw-popup-copy__text,
.r1gw-popup-text p {
	max-width: 430px;
	margin: 0 0 20px;
	color: rgb(255 255 255 / 92%) !important;
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 450 !important;
	line-height: 1.48 !important;
}

.r1gw-popup-text p {
	margin-top: 0;
}

.r1gw-popup-copy__cta,
.r1gw-popup-button .elementor-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 13px 22px;
	color: #fff !important;
	background: linear-gradient(118deg, var(--r1gw-sale-hot), #ff7548) !important;
	border: 1px solid rgb(255 255 255 / 28%) !important;
	border-radius: 999px;
	box-shadow: 0 14px 32px rgb(79 11 23 / 30%), 0 0 24px rgb(242 78 98 / 14%);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-decoration: none !important;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.r1gw-popup-button .elementor-button .elementor-button-text {
	color: #fff !important;
}

.r1gw-popup-button .elementor-button::after {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	background: rgb(255 255 255 / 18%);
	border-radius: 50%;
	font-size: 20px;
	line-height: 0;
	transition: transform 180ms ease;
	content: "→";
}

.r1gw-popup-copy__cta span:last-child {
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	background: rgb(255 255 255 / 18%);
	border-radius: 50%;
	font-size: 20px;
	line-height: 0;
	transition: transform 180ms ease;
}

.r1gw-popup-copy__cta:hover,
.r1gw-popup-copy__cta:focus-visible,
.r1gw-popup-button .elementor-button:hover,
.r1gw-popup-button .elementor-button:focus-visible {
	color: var(--r1gw-sale-dark) !important;
	background: var(--r1gw-sale-accent) !important;
	border-color: rgb(255 255 255 / 50%) !important;
	box-shadow: 0 16px 36px rgb(0 0 0 / 24%);
	transform: translateY(-2px);
}

.r1gw-popup-button .elementor-button:hover .elementor-button-text,
.r1gw-popup-button .elementor-button:focus-visible .elementor-button-text {
	color: var(--r1gw-sale-dark) !important;
}

.r1gw-popup-copy__cta:hover span:last-child,
.r1gw-popup-copy__cta:focus-visible span:last-child {
	transform: translateX(4px);
}

.r1gw-popup-button .elementor-button:hover::after,
.r1gw-popup-button .elementor-button:focus-visible::after {
	transform: translateX(4px);
}

.r1gw-popup-copy__fineprint,
.r1gw-popup-fineprint p {
	margin: 14px 0 0;
	color: rgb(255 255 255 / 72%) !important;
	font-family: "Outfit-VariableFont_wght", Outfit, Arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: 550 !important;
	line-height: 1.4 !important;
}

.elementor-popup-modal:has(.r1gw-popup-inaktiv) {
	display: none !important;
}

@keyframes r1gw-sale-shine {
	0%, 68% {
		left: -45%;
	}

	88%, 100% {
		left: 130%;
	}
}

@media (max-width: 767px) {
	.r1gw-sale-header-shortcode .elementor-widget-container {
		padding: 6px 9px !important;
	}

	.r1gw-sale-header-inline {
		gap: 4px 6px;
		font-size: 11.5px !important;
		line-height: 1.25 !important;
	}

	.r1gw-sale-header-inline__icon {
		flex-basis: 23px;
		width: 23px;
		height: 23px;
		font-size: 12px;
	}

	.r1gw-sale-header-inline__discount {
		padding: 3px 8px;
	}

	.r1gw-sale-header-inline__text {
		display: none;
	}

	.r1gw-price-sale-line {
		align-items: flex-start;
		gap: 10px;
		width: 100%;
		padding: 10px;
	}

	.r1gw-product-sale-label {
		width: 100%;
		min-height: 52px;
		padding-right: 14px;
	}

	.r1gw-product-sale-label__icon {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
		font-size: 19px;
	}

	.r1gw-loop-sale-label {
		min-height: 31px;
		margin-top: 7px;
		padding-right: 9px;
	}

	.r1gw-native-sale-flash.onsale {
		top: 8px !important;
		left: 8px !important;
		width: 50px !important;
		height: 50px !important;
		min-width: 50px !important;
		min-height: 50px !important;
		border-width: 2px !important;
		border-radius: 15px 50% 15px 50% !important;
	}

	.r1gw-native-sale-flash.onsale strong {
		font-size: 13px !important;
	}

	.r1gw-elementor-popup-shell {
		flex-direction: column !important;
	}

	.r1gw-elementor-popup-image {
		width: 100% !important;
		min-height: 185px !important;
		background-position: center 34% !important;
	}

	.r1gw-elementor-popup-content {
		width: 100% !important;
	}

	.r1gw-popup-logo img {
		max-width: 138px;
		max-height: 55px;
	}

	.r1gw-popup-copy__kicker,
	.r1gw-popup-kicker .elementor-heading-title {
		font-size: 9px !important;
	}

	.r1gw-popup-copy__title,
	.r1gw-popup-title .elementor-heading-title {
		margin-bottom: 13px;
		font-size: clamp(27px, 9vw, 36px) !important;
		line-height: 1 !important;
	}

	.r1gw-popup-title .elementor-heading-title {
		margin-bottom: 0;
	}

	.r1gw-popup-offer {
		margin-bottom: 14px;
		padding: 9px 15px;
	}

	.r1gw-popup-offer__number {
		font-size: 48px;
	}

	.r1gw-popup-copy__text,
	.r1gw-popup-text p {
		margin-bottom: 16px;
		font-size: 14px !important;
	}

	.r1gw-popup-text p {
		margin-bottom: 0;
	}

	.r1gw-popup-copy__cta,
	.r1gw-popup-button .elementor-button {
		width: 100%;
	}

	.elementor-popup-modal:has(.r1gw-elementor-popup-shell) .dialog-widget-content {
		border-radius: 20px;
	}

	.elementor-popup-modal:has(.r1gw-elementor-popup-shell) .dialog-message {
		max-height: 92vh;
	}

	.elementor-popup-modal:has(.r1gw-elementor-popup-shell) .dialog-close-button {
		top: 9px;
		right: 9px;
		width: 39px;
		height: 39px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.r1gw-product-sale-label::after,
	.r1gw-loop-sale-label::after {
		animation: none;
	}

	.r1gw-loop-sale-label,
	.r1gw-popup-copy__cta,
	.r1gw-popup-copy__cta span,
	.r1gw-popup-button .elementor-button,
	.r1gw-popup-button .elementor-button::after,
	.elementor-popup-modal:has(.r1gw-elementor-popup-shell) .dialog-close-button {
		transition: none;
	}
}
