.ibwd-atc-popup-root {
	position: fixed;
	inset: 0;
	z-index: 999999;
	pointer-events: none;
}

.ibwd-atc-popup-root.is-active {
	pointer-events: auto;
}

.ibwd-atc-popup {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.ibwd-atc-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
}

.ibwd-atc-popup__dialog {
	position: relative;
	z-index: 1;
	width: min(760px, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	overflow: auto;
	background: #ffffff;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
	padding: 18px 18px 20px;
}

.ibwd-atc-popup.is-loading .ibwd-atc-popup__dialog::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.32);
	pointer-events: none;
}

.ibwd-atc-popup__close {
	position: absolute;
	top: 8px;
	right: 8px;
	border: 0;
	background: transparent;
	color: #111111;
	font-size: 42px;
	line-height: 1;
	padding: 0 6px;
	cursor: pointer;
}

.ibwd-atc-popup__notice {
	display: flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(90deg, #ecffca 0%, #e3ffb4 100%);
	padding: 18px 22px;
	margin-right: 28px;
	margin-bottom: 10px;
}

.ibwd-atc-popup__notice-icon {
	color: #39ad00;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
}

.ibwd-atc-popup__notice-text {
	font-size: 22px;
	font-weight: 600;
	color: #111111;
}

.ibwd-atc-popup__body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.ibwd-atc-popup__media {
	display: none;
}

.ibwd-atc-popup__image {
	display: block;
	width: 112px;
	height: auto;
}

.ibwd-atc-popup__body--with-media {
	grid-template-columns: 96px minmax(0, 1fr);
	column-gap: 16px;
	align-items: center;
}

.ibwd-atc-popup__body--with-media .ibwd-atc-popup__media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ibwd-atc-popup__product {
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ibwd-atc-popup__title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
	color: #111111;
}

.ibwd-atc-popup__price-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 8px;
}

.ibwd-atc-popup__quantity {
	color: #027300;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	white-space: nowrap;
}

.ibwd-atc-popup__price {
	font-size: 22px;
	line-height: 1.2;
	color: #111111;
}

.ibwd-atc-popup__price del {
	color: #8a8a8a;
	margin-right: 8px;
}

.ibwd-atc-popup__price ins {
	text-decoration: none;

}
.ibwd-atc-popup__price ins .amount {
	color: #027300;
}

.ibwd-atc-popup__variation {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #7a7a7a;
}

.ibwd-atc-popup__variation-label {
	margin-right: 4px;
}

.ibwd-atc-popup__variation-value {
	color: #111111;
	font-weight: 500;
}

.ibwd-atc-popup__offers {
	border-top: 1px solid #e8e8e8;
	margin-top: 16px;
	padding-top: 14px;
}

.ibwd-popup-offers {
	background: #f5f5f5;
	padding: 10px 14px 8px;
}

.ibwd-popup-current-discount {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.45;
	color: #046e02;
}

.ibwd-popup-offers-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 0px;
}

.ibwd-popup-offers-table tbody tr + tr td {
	border-top: 1px solid #e8e8e8;
}

.ibwd-popup-offers-table td {
	padding: 5px 0;
	vertical-align: middle;
	border: 0px solid !important;
}

.ibwd-popup-offers-message {
	padding-right: 18px;
	font-size: 15px;
	line-height: 1.45;
	color: #111111;
}

.ibwd-popup-offers-label,
.ibwd-popup-offers-price {
	font-weight: 700;
	color: #111111;
}

.ibwd-popup-offers-action {
	width: 190px;
	text-align: right;
}

.ibwd-popup-offers-action .ibwd-popup-offer-button,
.ibwd-atc-popup__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 12px 24px;
	border-radius: 0;
	background: #039000;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;
}

.ibwd-popup-offers-action .ibwd-popup-offer-button:hover,
.ibwd-popup-offers-action .ibwd-popup-offer-button:focus,
.ibwd-atc-popup__button:hover,
.ibwd-atc-popup__button:focus {
	background: #027300;
	color: #ffffff;
}

.ibwd-popup-offers-action .ibwd-popup-offer-button.loading {
	position: relative;
	cursor: wait;
	opacity: 0.9;
}

.ibwd-popup-offers-action .ibwd-popup-offer-button.loading::before {
	content: "";
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: ibwd-popup-spin 0.7s linear infinite;
	flex: 0 0 16px;
}

.ibwd-popup-offers-action .ibwd-popup-offer-button {
	min-width: 172px;
	min-height: 40px;
	padding: 10px 20px;
}

.ibwd-atc-popup__footer {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 26px;
}

.ibwd-atc-popup__button {
	width: 100%;
	min-height: 58px;
}

.ibwd-atc-popup__button--secondary,
.ibwd-atc-popup__button--primary {
	background: #039000;
}

body.ibwd-atc-popup-open {
	overflow: hidden;
}

@keyframes ibwd-popup-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 640px) {
	.ibwd-atc-popup {
		padding: 8px;
		align-items: center;
	}

	.ibwd-atc-popup__dialog {
		width: min(100%, calc(100vw - 20px));
		max-height: calc(100vh - 20px);
		padding: 10px 10px 12px;
	}

	.ibwd-atc-popup__notice {
		margin-right: 28px;
		padding: 12px 14px;
		margin-bottom: 10px;
		gap: 10px;
	}

	.ibwd-atc-popup__notice-icon {
		font-size: 24px;
	}

	.ibwd-atc-popup__notice-text {
		font-size: 16px;
		line-height: 1.3;
	}

	.ibwd-atc-popup__title {
		font-size: 16px;
		line-height: 1.25;
		margin-bottom: 8px;
	}

	.ibwd-atc-popup__price {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.ibwd-atc-popup__variation {
		margin-bottom: 10px;
		font-size: 13px;
	}

	.ibwd-atc-popup__body--with-media {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 10px;
	}

	.ibwd-atc-popup__image {
		width: 56px;
	}

	.ibwd-atc-popup__offers {
		margin-top: 10px;
		padding-top: 10px;
	}

	.ibwd-popup-offers {
		padding: 8px 10px 6px;
	}

	.ibwd-popup-current-discount {
		margin-bottom: 8px;
		font-size: 13px;
		line-height: 1.35;
	}

	.ibwd-popup-offers-table td {
		padding: 8px 0;
	}

	.ibwd-popup-offers-message {
		padding-right: 10px;
		font-size: 13px;
		line-height: 1.35;
		word-break: break-word;
	}

	.ibwd-popup-offers-action {
		width: 122px;
		text-align: right;
	}

	.ibwd-popup-offers-action .ibwd-popup-offer-button {
		min-width: 118px;
		min-height: 38px;
		padding: 6px 8px;
		font-size: 13px;
		font-weight: 400;
	}

	.ibwd-atc-popup__footer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		margin-top: 18px;
	}

	.ibwd-atc-popup__button {
		min-height: 48px;
		padding: 10px 12px;
		font-size: 14px;
	}
}

@media (max-width: 390px) {
	.ibwd-popup-offers-action {
		width: 108px;
	}

	.ibwd-popup-offers-action .ibwd-popup-offer-button {
		min-width: 108px;
		font-size: 12px;
	}

	.ibwd-atc-popup__footer {
		grid-template-columns: 1fr;
	}
}
