/* Patio 365 mockup header */

.patio-header__inner,
.patio-header__nav,
.patio-header__nav-list,
.patio-header__social {
	box-sizing: border-box;
}

.site-header {
	background: #fff;
	box-shadow: none;
	position: relative;
	z-index: 200;
}

.site-header > .wrap {
	max-width: 1540px;
	padding-left: 28px;
	padding-right: 28px;
}

.site-header > .wrap > .viztech-header-shell {
	--patio-blue: #4d5e72;
	--patio-text: #333;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr) minmax(170px, auto);
	align-items: center;
	column-gap: 18px;
	min-height: 138px;
	position: relative;
	width: 100%;
}

.viztech-header-social {
	display: flex;
	align-items: center;
	gap: 18px;
	grid-column: 1;
}

.viztech-header-social:empty {
	visibility: hidden;
}

.viztech-social-link {
	align-items: center;
	color: var(--patio-blue);
	display: inline-flex;
	justify-content: center;
	text-decoration: none;
}

.viztech-social-link .viztech-social-icon {
	font-size: 32px;
	height: 32px;
	line-height: 1;
	width: 32px;
}

.viztech-social-link:focus,
.viztech-social-link:hover {
	color: #222;
}

.viztech-header-shell .nav-primary {
	clear: none;
	grid-column: 2;
	padding: 0;
	width: 100%;
}

.viztech-primary-menu-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	column-gap: clamp(16px, 2.4vw, 38px);
}

.viztech-primary-menu-grid .title-area {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	min-width: 156px;
	padding: 0;
	position: relative;
	width: auto;
	z-index: 220;
}

.viztech-primary-menu-grid .custom-logo-link,
.viztech-primary-menu-grid .title-area a {
	display: block;
}

.viztech-primary-menu-grid .custom-logo,
.viztech-primary-menu-grid .title-area img {
	display: block;
	max-height: 168px;
	width: auto;
}

.viztech-primary-menu-grid .menu-primary-left,
.viztech-primary-menu-grid .menu-primary-right {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2.6vw, 46px);
	margin: 0;
	padding: 0;
}

.viztech-primary-menu-grid .menu-primary-left {
	justify-content: flex-end;
}

.viztech-primary-menu-grid .menu-primary-right {
	justify-content: flex-start;
}

.viztech-primary-menu-grid .menu-item {
	list-style: none;
	position: relative;
}

.viztech-primary-menu-grid .menu > .menu-item > a {
	align-items: center;
	color: var(--patio-text);
	display: inline-flex;
	font-family: "Public Sans", sans-serif;
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 600;
	gap: 8px;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 8px 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.viztech-primary-menu-grid .menu > .menu-item > a:focus,
.viztech-primary-menu-grid .menu > .menu-item > a:hover {
	color: var(--patio-blue);
	text-decoration: none;
}

.viztech-menu-slug-products > a::after,
.viztech-menu-slug-resources > a::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid currentColor;
	content: "";
	display: inline-block;
	margin-top: 2px;
}

.viztech-menu-slug-dealers > a,
.viztech-menu-slug-dealer-locator > a {
	background: var(--patio-blue);
	border-radius: 3px;
	color: #fff !important;
	padding: 13px 18px !important;
}

.viztech-menu-slug-dealers > a::before,
.viztech-menu-slug-dealer-locator > a::before {
	content: "\f3c5";
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 1;
}

.viztech-primary-menu-grid .sub-menu {
	background: #fff;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
	display: none;
	left: 0;
	margin: 0;
	min-width: 230px;
	padding: 10px 0;
	position: absolute;
	top: calc(100% + 10px);
	z-index: 150;
}

.viztech-primary-menu-grid .menu-item:focus-within > .sub-menu,
.viztech-primary-menu-grid .menu-item:hover > .sub-menu {
	display: block;
}

.viztech-primary-menu-grid .sub-menu a {
	color: var(--patio-text);
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 18px;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
}

.viztech-primary-menu-grid .sub-menu a:focus,
.viztech-primary-menu-grid .sub-menu a:hover {
	background: rgba(67, 85, 109, 0.08);
	color: var(--patio-blue);
}

.viztech-primary-menu-grid .menu-item.viztech-catalog-mega-trigger,
.viztech-primary-menu-grid .menu-item.viztech-catalog-mega-trigger:hover,
.viztech-primary-menu-grid .menu-item.viztech-catalog-mega-trigger:focus,
.viztech-primary-menu-grid .menu-item.viztech-catalog-mega-trigger:focus-within,
.viztech-primary-menu-grid .menu-item.viztech-catalog-mega-trigger.mega_open {
	position: static;
}

.viztech-catalog-mega {
	background: #e3e0df;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	display: none;
	left: 50%;
	position: absolute;
	top: calc(100% - 42px);
	transform: translateX(-50%);
	width: min(1540px, calc(100vw - 56px));
	z-index: 180;
}

.viztech-catalog-mega-trigger.mega_open > .viztech-catalog-mega {
	display: block;
}

.viztech-catalog-mega-layout,
.viztech-furniture-mega-layout {
	display: grid;
	grid-template-columns: 50% 25% 25%;
	height: 550px;
	min-height: 550px;
}

.viztech-fm-image-col {
	min-height: 550px;
}

.viztech-fm-image {
	display: block;
	height: 100% !important;
	object-fit: cover;
	width: 100%;
}

.viztech-fm-image.is-empty {
	opacity: 0;
}

.viztech-fm-menu-col {
	margin: 64px 0 48px;
	padding: 0 36px;
}

.viztech-fm-categories-col {
	border-left: 2px solid #000;
}

.viztech-fm-heading {
	color: #000;
	font-family: "bricolage-grotesque-72", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 22px;
}

.viztech-fm-link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.viztech-fm-link-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.viztech-fm-link-list a {
	color: #333;
	display: inline-block;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	padding: 7px 0;
	text-decoration: none;
}

.viztech-fm-link-list a:focus,
.viztech-fm-link-list a:hover {
	color: #333;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.viztech-resources-mega {
	background: #e3e0df;
	width: min(760px, calc(100vw - 56px));
}

.viztech-resources-mega-layout {
	padding: 48px 56px;
}

.viztech-resources-link-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 48px;
}

.viztech-resources-sub-list {
	list-style: none;
	margin: 4px 0 10px;
	padding: 0;
}

.viztech-resources-sub-list a {
	font-size: 17px;
	font-weight: 500;
	padding: 5px 0;
}

.viztech-resources-mega a {
	color: #333;
	font-family: "Public Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.viztech-resources-mega a:focus,
.viztech-resources-mega a:hover {
	color: #333;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.viztech-header-shell .viztech-header-utility-wrapper {
	align-items: center;
	display: flex;
	gap: 16px;
	grid-column: 3;
	justify-content: flex-end;
}

.viztech-header-utility-menu {
	align-items: center;
	display: flex;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.viztech-header-utility-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.viztech-header-utility-menu a {
	align-items: center;
	color: #222;
	display: inline-flex;
	font-family: "Public Sans", sans-serif;
	font-size: clamp(15px, 1vw, 20px);
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.viztech-header-utility-menu a:focus,
.viztech-header-utility-menu a:hover {
	color: var(--patio-blue);
}

.viztech-profile-icon {
	color: #000;
	font-size: 42px;
	line-height: 1;
}

.viztech-header-shell .viztech-header-menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: #000;
	cursor: pointer;
	display: none;
	justify-content: center;
	padding: 0;
}

.viztech-header-shell .viztech-icon {
	font-size: 30px;
	height: 34px;
	line-height: 1;
	width: 34px;
}

.viztech-header-shell .viztech-icon-menu-close {
	display: none;
}

.viztech-header-shell.menu_open .viztech-icon-menu {
	display: none;
}

.viztech-header-shell.menu_open .viztech-icon-menu-close {
	display: block;
}

.viztech-toggle-nav,
.viztech-mobile-primary-nav {
	display: none;
}

.viztech-mobile-menu-stack {
	display: contents;
}

.viztech-mobile-utility-nav {
	display: none;
}

@media (max-width: 1320px) {
	.site-header > .wrap > .viztech-header-shell {
		grid-template-columns: 80px minmax(0, 1fr) minmax(145px, auto);
	}

	.viztech-primary-menu-grid {
		column-gap: 26px;
	}

	.viztech-primary-menu-grid .menu-primary-left,
	.viztech-primary-menu-grid .menu-primary-right {
		gap: 24px;
	}

	.viztech-primary-menu-grid .menu > .menu-item > a {
		font-size: 15px;
	}

	.viztech-header-utility-menu a {
		font-size: 15px;
	}

	.viztech-profile-icon {
		font-size: 36px;
	}
}

@media (max-width: 959px) {
	.site-header > .wrap {
		max-width: 100%;
		padding: 0;
		width: 100%;
	}

	.site-header > .wrap > .viztech-header-shell {
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 82px;
		padding: 12px 18px;
	}

	.viztech-header-social {
		display: none;
	}

	.viztech-header-shell .nav-primary {
		grid-column: 1;
	}

	.viztech-primary-menu-grid {
		grid-template-columns: 1fr;
	}

	.viztech-primary-menu-grid .title-area {
		justify-content: flex-start;
		min-width: 0;
	}

	.viztech-primary-menu-grid .custom-logo,
	.viztech-primary-menu-grid .title-area img {
		max-height: 64px;
	}

	.viztech-primary-menu-grid .menu-primary-left,
	.viztech-primary-menu-grid .menu-primary-right {
		display: none !important;
	}

	.viztech-catalog-mega,
	.viztech-catalog-mega-trigger.mega_open > .viztech-catalog-mega {
		display: none !important;
	}

	.viztech-header-shell .viztech-header-utility-wrapper {
		grid-column: 2;
		grid-row: 1;
	}

	.viztech-header-utility-nav {
		display: none;
	}

	.viztech-header-shell .viztech-header-menu-toggle {
		display: inline-flex;
	}

	.viztech-mobile-menu-stack {
		display: none;
		left: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 190;
	}

	.viztech-header-shell.menu_open .viztech-mobile-menu-stack {
		display: block;
	}

	.viztech-mobile-menu-stack .viztech-mobile-primary-nav,
	.viztech-mobile-menu-stack .viztech-mobile-utility-nav,
	.viztech-mobile-menu-stack .viztech-toggle-nav,
	.viztech-header-shell.menu_open .viztech-mobile-menu-stack .viztech-toggle-nav {
		display: block;
		position: static;
		width: 100%;
	}

	.viztech-mobile-menu-stack.is-merged .viztech-toggle-nav {
		display: none !important;
	}

	.viztech-mobile-primary-nav .menu-mobile-primary,
	.viztech-mobile-utility-nav .menu-mobile-utility,
	.viztech-toggle-nav .menu-toggle-nav {
		background: #e3e0df;
		border-top: 1px solid #d7d7d7;
		box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
		margin: 0;
		padding: 8px 0;
	}

	.viztech-mobile-primary-nav .menu-item,
	.viztech-mobile-utility-nav .menu-item,
	.viztech-toggle-nav .menu-item {
		display: block;
		list-style: none;
		position: relative;
		width: 100%;
	}

	.viztech-mobile-primary-nav a,
	.viztech-mobile-utility-nav a,
	.viztech-toggle-nav a {
		color: #333;
		display: block;
		font-family: "Public Sans", sans-serif;
		font-size: 18px;
		font-weight: 400;
		padding: 12px 18px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.viztech-mobile-primary-nav a:focus,
	.viztech-mobile-primary-nav a:hover,
	.viztech-mobile-utility-nav a:focus,
	.viztech-mobile-utility-nav a:hover,
	.viztech-toggle-nav a:focus,
	.viztech-toggle-nav a:hover {
		color: #333;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.viztech-mobile-utility-nav .viztech-utility-slug-dealer-login > a {
		align-items: center;
		display: inline-flex;
		flex-direction: row-reverse;
		gap: 10px;
	}

	.viztech-mobile-primary-nav .sub-menu,
	.viztech-toggle-nav .sub-menu {
		background: #e3e0df;
		display: none;
		margin: 0;
		padding: 4px 0 4px 18px;
		position: static;
	}

	.viztech-mobile-primary-nav .menu-item-has-children.submenu_open > .sub-menu,
	.viztech-toggle-nav .menu-item-has-children.submenu_open > .sub-menu {
		display: block;
	}

	.viztech-mobile-primary-nav .viztech-submenu-toggle,
	.viztech-toggle-nav .viztech-submenu-toggle {
		align-items: center;
		background: transparent;
		border: 0;
		color: #222;
		cursor: pointer;
		display: inline-flex;
		height: 42px;
		justify-content: center;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 3px;
		width: 42px;
		z-index: 3;
	}

	.viztech-mobile-primary-nav .menu-item-has-children > a,
	.viztech-toggle-nav .menu-item-has-children > a {
		padding-right: 58px;
	}

	.viztech-mobile-primary-nav .menu-item-has-children.submenu_open > .viztech-submenu-toggle .viztech-submenu-icon,
	.viztech-toggle-nav .menu-item-has-children.submenu_open > .viztech-submenu-toggle .viztech-submenu-icon {
		transform: rotate(180deg);
	}
}

@media (max-width: 640px) {
	.viztech-resources-link-list {
		grid-template-columns: 1fr;
	}
}
