.idoneos-sticky-atc {
	display: none;
}

@media (max-width: 689.98px) {
	.idoneos-sticky-atc {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1000;
		width: 100%;
		padding-bottom: env(safe-area-inset-bottom, 0px);
		background: #000;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
		transform: translateY(110%);
		transition: transform 0.2s ease;
		pointer-events: none;
	}

	.idoneos-sticky-atc.is-visible {
		transform: translateY(0);
		pointer-events: auto;
	}

	.idoneos-sticky-atc__buynow {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 52px;
		margin: 0;
		padding: 0 16px;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		background: #000 !important;
		color: #fff !important;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.2;
		cursor: pointer;
		appearance: none;
		-webkit-appearance: none;
	}

	.idoneos-sticky-atc__buynow:hover,
	.idoneos-sticky-atc__buynow:active {
		background: #1a1a1a !important;
		color: #fff !important;
	}

	.idoneos-sticky-atc__buynow.disabled,
	.idoneos-sticky-atc__buynow:disabled {
		opacity: 0.5;
		cursor: not-allowed;
	}

	body.idoneos-has-sticky-atc {
		padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
	}

	html:has(body.idoneos-has-sticky-atc) {
		scroll-padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
	}

	body.idoneos-has-sticky-atc .wa__btn_popup {
		bottom: calc(62px + env(safe-area-inset-bottom, 0px)) !important;
	}

	body.idoneos-has-sticky-atc .wa__popup_chat_box {
		bottom: calc(134px + env(safe-area-inset-bottom, 0px)) !important;
	}
}
