/**
 * Обгортка /katalog/ — тільки iframe, без стилів каталогу.
 */

body.atsp-catalog-wrapper-page,
body.atsp-catalog-wrapper-page .site,
body.atsp-catalog-wrapper-page #page {
	background: #fff;
}

body.atsp-catalog-wrapper-page .site-main,
body.atsp-catalog-wrapper-page #content,
body.atsp-catalog-wrapper-page .page-content {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.atsp-catalog-frame-shell {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: visible;
}

.atsp-catalog-frame {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 480px;
	height: 480px;
	background: #fff;
	vertical-align: top;
	overflow: hidden;
}

body.atsp-catalog-modal-open {
	overflow: hidden;
}

.atsp-catalog-frame-shell.is-catalog-modal-open,
.atsp-catalog-frame.is-catalog-modal-open {
	z-index: 100000;
}

.atsp-catalog-frame.is-catalog-modal-open {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100dvh;
	max-height: 100dvh;
	margin: 0;
	border: 0;
	background: #fff;
}

.atsp-catalog-elementor-footer {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.atsp-catalog-elementor-footer .elementor {
	width: 100%;
}
