.etherr-cart-banner {
	margin: 16px 0;
	padding: 16px;
	border: 1px solid #dcdcde;
	background: #fff;
}

.etherr-cart-banner.is-highlighted {
	border-color: #2271b1;
	background: #f0f6fc;
}

.etherr-cart-banner__title {
	margin: 0 0 12px;
	font-size: 1.1em;
}

.etherr-cart-banner__content {
	display: flex;
	gap: 12px;
	align-items: center;
}

.etherr-cart-banner__image {
	flex: 0 0 auto;
	max-width: 90px;
}

.etherr-cart-banner__meta {
	flex: 1 1 auto;
}

.etherr-cart-banner__name {
	font-weight: 600;
	text-decoration: none;
}

.etherr-cart-banner__price {
	margin: 6px 0;
}

.etherr-cart-banner__content {
	align-items: flex-start;
}

.etherr-cart-banner__meta {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.etherr-cart-banner__actions {
	margin-top: 8px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.etherr-cart-banner__actions .button,
.etherr-cart-banner__actions .add_to_cart_button {
	margin: 0;
	float: none;
}

.etherr-cart-banner__variation-form {
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	position: relative;
}

.etherr-cart-banner__variation-form table.variations {
	position: absolute;
	left: -9999px;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	margin: 0 !important;
	border: 0 !important;
}

.etherr-cart-banner__variation-form table.variations td,
.etherr-cart-banner__variation-form table.variations th {
	border: 0 !important;
	padding: 0 !important;
}

.etherr-cart-banner__variation-form table.variations select {
	margin: 0;
	min-width: 1px;
	width: 1px;
	max-width: 1px;
	opacity: 0;
	pointer-events: none;
}

.etherr-cart-banner__variation-controls {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
}

.etherr-cart-banner__variation-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	width: 100%;
}

.etherr-cart-banner__variation-form .etherr-cart-banner__option.button {
	margin: 0;
	color: #314445;
}

.etherr-cart-banner__variation-form .etherr-cart-banner__option--zelena,
.etherr-cart-banner__variation-form .etherr-cart-banner__option--zelena:hover,
.etherr-cart-banner__variation-form .etherr-cart-banner__option--zelena:focus,
.etherr-cart-banner__variation-form .etherr-cart-banner__option--zelena:active {
	background-color: #e8f4e8 !important;
	border-color: #e8f4e8 !important;
	color: #314445 !important;
}

.etherr-cart-banner__variation-form .etherr-cart-banner__option--roza,
.etherr-cart-banner__variation-form .etherr-cart-banner__option--roza:hover,
.etherr-cart-banner__variation-form .etherr-cart-banner__option--roza:focus,
.etherr-cart-banner__variation-form .etherr-cart-banner__option--roza:active {
	background-color: #fcedef !important;
	border-color: #fcedef !important;
	color: #314445 !important;
}

.etherr-cart-banner__variation-form .etherr-cart-banner__option.is-active {
	opacity: 0.85;
	outline: 1px solid currentColor;
}

.etherr-cart-banner__variation-form .reset_variations {
	font-size: 0.85em;
	margin: 0;
	display: none;
}

.etherr-cart-banner__variation-form .single_variation_wrap {
	width: 100%;
}

.etherr-cart-banner__variation-form .woocommerce-variation {
	margin: 0 0 6px;
}

.etherr-cart-banner__variation-form .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.etherr-cart-banner__variation-form .quantity {
	float: none;
	margin: 0 !important;
}

.etherr-promo-popup {
	position: fixed;
	z-index: 2147483000 !important;
	visibility: hidden;
	pointer-events: none;
	will-change: transform;
	transition:
		transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1),
		visibility 0s linear 0.42s;
}

.etherr-promo-popup.is-visible {
	visibility: visible;
	pointer-events: auto;
	transition:
		transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1),
		visibility 0s linear 0s;
}

.etherr-promo-popup--floating-left,
.etherr-promo-popup--floating-right,
.etherr-promo-popup--floating-top-left,
.etherr-promo-popup--floating-top-right,
.etherr-promo-popup--floating-center {
	max-width: 340px;
}

.etherr-promo-popup--floating-left {
	left: 20px;
	bottom: 20px;
	transform: translateX(calc(-100% - 40px)) rotate(-10deg);
	transform-origin: right center;
}

.etherr-promo-popup--floating-right {
	right: 20px;
	bottom: 20px;
	transform: translateX(calc(100% + 40px)) rotate(10deg);
	transform-origin: left center;
}

.etherr-promo-popup--floating-top-left {
	left: 20px;
	top: 20px;
	transform: translateX(calc(-100% - 40px)) rotate(-10deg);
	transform-origin: right center;
}

.etherr-promo-popup--floating-top-right {
	right: 20px;
	top: 20px;
	transform: translateX(calc(100% + 40px)) rotate(10deg);
	transform-origin: left center;
}

.etherr-promo-popup--floating-center {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.92) rotate(-4deg);
}

.etherr-promo-popup--floating-left.is-visible,
.etherr-promo-popup--floating-right.is-visible,
.etherr-promo-popup--floating-top-left.is-visible,
.etherr-promo-popup--floating-top-right.is-visible {
	transform: translateX(0) rotate(0deg);
}

.etherr-promo-popup--floating-center.is-visible {
	transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

/* Backward compatibility for stale cached "modal" class values. */
.etherr-promo-popup--modal {
	left: 50%;
	top: 50%;
	max-width: 340px;
	transform: translate(-50%, -50%) scale(0.92) rotate(-4deg);
}

.etherr-promo-popup--modal.is-visible {
	transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.etherr-promo-popup--floating-left .etherr-promo-popup__inner,
.etherr-promo-popup--floating-right .etherr-promo-popup__inner,
.etherr-promo-popup--floating-top-left .etherr-promo-popup__inner,
.etherr-promo-popup--floating-top-right .etherr-promo-popup__inner,
.etherr-promo-popup--floating-center .etherr-promo-popup__inner {
	max-width: min(340px, 90vw);
}

.etherr-promo-popup--floating-left .etherr-promo-popup__image,
.etherr-promo-popup--floating-right .etherr-promo-popup__image,
.etherr-promo-popup--floating-top-left .etherr-promo-popup__image,
.etherr-promo-popup--floating-top-right .etherr-promo-popup__image,
.etherr-promo-popup--floating-center .etherr-promo-popup__image {
	max-width: 100%;
}

.etherr-promo-popup__inner {
	position: relative;
	background: transparent;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.etherr-promo-popup__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	line-height: 1;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.etherr-promo-popup__link,
.etherr-promo-popup__image {
	display: block;
}

.etherr-promo-popup__link {
	line-height: 0;
}

.etherr-promo-popup__image {
	width: auto;
	height: auto;
	max-width: min(90vw, 100%);
	max-height: 70vh;
	object-fit: contain;
	background: transparent;
}

.etherr-promo-popup__top-text {
	margin-top: 8px;
	padding: 0 36px;
	text-align: center;
	font-size: var(--etherr-popup-top-text-size, 18px);
	font-weight: var(--etherr-popup-top-text-weight, 700);
	line-height: 1.3;
	white-space: pre-line;
	color: var(--etherr-popup-text-color, #fff);
	text-shadow: none !important;
}

.etherr-promo-popup__actions {
	width: 100%;
	display: flex;
	justify-content: center;
	align-self: center;
}

.etherr-promo-popup__actions .etherr-promo-popup__button.avia-button {
	margin: 0;
	background: #314445 !important;
	background-color: #314445 !important;
	border-color: #314445 !important;
	color: #ffffff !important;
	opacity: 1 !important;
}

.etherr-promo-popup__actions .etherr-promo-popup__button.avia-button:visited,
.etherr-promo-popup__actions .etherr-promo-popup__button.avia-button:hover,
.etherr-promo-popup__actions .etherr-promo-popup__button.avia-button:focus,
.etherr-promo-popup__actions .etherr-promo-popup__button.avia-button:active {
	background: #314445 !important;
	background-color: #314445 !important;
	border-color: #314445 !important;
	color: #ffffff !important;
	text-decoration: none;
}

.etherr-promo-popup__actions .etherr-promo-popup__button .avia_iconbox_title {
	color: #ffffff !important;
}

.etherr-promo-popup__inner--breathe {
	animation: etherr-promo-breathe 3.2s ease-in-out infinite;
	transform-origin: center center;
}

.etherr-promo-popup__inner--shake {
	animation: etherr-promo-shake 5s ease-in-out infinite;
	transform-origin: center center;
}

.etherr-promo-popup__inner--rotate {
	animation: etherr-promo-rotate 4.5s linear infinite;
	transform-origin: center center;
}

@keyframes etherr-promo-breathe {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
}

@keyframes etherr-promo-shake {
	0%,
	88%,
	100% {
		transform: translateX(0);
	}
	90% {
		transform: translateX(-4px);
	}
	92% {
		transform: translateX(4px);
	}
	94% {
		transform: translateX(-3px);
	}
	96% {
		transform: translateX(3px);
	}
	98% {
		transform: translateX(-1px);
	}
}

@keyframes etherr-promo-rotate {
	0%,
	100% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
}

@media (max-width: 767px) {
	.etherr-cart-banner__content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.etherr-cart-banner__image {
		max-width: 110px;
	}

	.etherr-cart-banner__title,
	.etherr-cart-banner__name,
	.etherr-cart-banner__price {
		width: 100%;
		text-align: center;
	}

	.etherr-cart-banner__meta {
		width: 100%;
		align-items: center;
		text-align: center;
	}

	.etherr-cart-banner__actions,
	.etherr-cart-banner__variation-controls,
	.etherr-cart-banner__variation-form,
	.etherr-cart-banner__variation-form .single_variation_wrap {
		width: 100%;
		max-width: 100%;
		align-items: center;
	}

	.etherr-cart-banner__variation-form.variations_form.cart {
		padding: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
		box-sizing: border-box;
	}

	.etherr-cart-banner__variation-group {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 100%;
	}

	.etherr-cart-banner__variation-form .etherr-cart-banner__option.button {
		width: min(100%, 220px);
		max-width: 100%;
	}

	.etherr-cart-banner__variation-form .woocommerce-variation-add-to-cart {
		display: flex !important;
		width: auto !important;
		max-width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		padding: 0 !important;
		float: none !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		flex-wrap: nowrap !important;
		gap: 12px;
	}

	.etherr-cart-banner__variation-form .single_variation_wrap {
		width: auto !important;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.etherr-cart-banner__variation-form .quantity,
	.etherr-cart-banner__variation-form .single_add_to_cart_button.button,
	.etherr-cart-banner__variation-form .single_add_to_cart_button.button.alt {
		float: none;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.etherr-cart-banner__variation-form .quantity {
		display: flex;
		justify-content: center;
		align-self: center;
		width: auto !important;
		max-width: 100%;
	}

	.etherr-cart-banner__variation-form .single_add_to_cart_button.button,
	.etherr-cart-banner__variation-form .single_add_to_cart_button.button.alt {
		display: inline-flex;
		align-self: center;
		justify-content: center;
		width: min(100%, 260px);
		max-width: 100%;
	}

	.etherr-promo-popup--floating-left,
	.etherr-promo-popup--floating-right,
	.etherr-promo-popup--floating-top-left,
	.etherr-promo-popup--floating-top-right,
	.etherr-promo-popup--floating-center {
		left: 50%;
		top: 50%;
		right: auto;
		bottom: auto;
		width: 50vw;
		max-width: 50vw;
		isolation: isolate;
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.88);
		transform-origin: center center;
		transition:
			transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1),
			opacity 0.42s cubic-bezier(0.22, 0.61, 0.36, 1),
			visibility 0s linear 0.42s;
	}

	.etherr-promo-popup--floating-left.is-visible,
	.etherr-promo-popup--floating-right.is-visible,
	.etherr-promo-popup--floating-top-left.is-visible,
	.etherr-promo-popup--floating-top-right.is-visible,
	.etherr-promo-popup--floating-center.is-visible {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}

	.etherr-promo-popup--floating-left::before,
	.etherr-promo-popup--floating-right::before,
	.etherr-promo-popup--floating-top-left::before,
	.etherr-promo-popup--floating-top-right::before,
	.etherr-promo-popup--floating-center::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 78vw;
		height: 78vw;
		max-width: 420px;
		max-height: 420px;
		border-radius: 50%;
		transform: translate(-50%, -50%);
		border: 1px solid rgba(255, 255, 255, 0.45);
		background: radial-gradient(
			circle,
			rgba(241, 237, 229, 0.82) 0%,
			rgba(241, 237, 229, 0.58) 42%,
			rgba(241, 237, 229, 0.28) 64%,
			rgba(241, 237, 229, 0) 84%
		);
		box-shadow: 0 18px 50px rgba(49, 68, 69, 0.16);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		pointer-events: none;
		z-index: -1;
	}

	.etherr-promo-popup__inner {
		width: 100%;
		z-index: 1;
	}

	.etherr-promo-popup__image {
		width: 100%;
		max-width: 100%;
	}

	.etherr-promo-popup__top-text {
		padding: 0 18px;
		font-size: 1rem;
	}

	.etherr-promo-popup__actions {
		width: 100%;
	}
}
