/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Minimal child theme for Devoted Creations catalog templates.
Author: Devoted Creations
Author URI: https://devotedcreations.ru/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/* Optional custom CSS goes below */

.catalog-page-template {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.catalog-fold {
	width: 2480px;
	height: 1748px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	background: var(--catalog-fold-bg, #f3e6dc);
}

.catalog-fold__inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
}

.catalog-spread {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.catalog-panel {
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 64px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	background: transparent;
}