/* PerfectBud PHP Header & Footer — generated from Elementor exports 28 and 39. */

.pb-site-main {
	min-height: 1px;
}

.pb-site-header {
	position: relative;
	z-index: 999;
	width: 100%;
	font-family: Roboto, Arial, sans-serif;
}

.pb-site-header--overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
}

.pb-site-header--commerce {
	background: #000;
}

.pb-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: min(100% - 48px, 1600px);
	min-height: 108px;
	margin: 0 auto;
	padding-top: 24px;
}

.pb-site-header__logo {
	display: flex;
	align-items: center;
	margin-right: auto;
	width: 25%;
	max-width: 280px;
	transition: transform .25s ease;
}

.pb-site-header__logo:hover {
	transform: scale(1.03);
}

.pb-site-header__logo .custom-logo-link,
.pb-site-header__logo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.pb-site-header__nav {
	padding-right: 24px;
}

.pb-primary-menu,
.pb-primary-menu ul,
.pb-mobile-nav,
.pb-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pb-primary-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 32px;
}

.pb-primary-menu > li {
	position: relative;
}

.pb-primary-menu a {
	display: block;
	padding: 16px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	transition: color .2s ease;
}

.pb-primary-menu a:hover,
.pb-primary-menu .current-menu-item > a,
.pb-primary-menu .current-menu-ancestor > a {
	color: #e73324;
}

.pb-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 20;
	min-width: 230px;
	padding: 8px;
	border-radius: 6px;
	background: #0c1015;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.pb-primary-menu li:hover > .sub-menu,
.pb-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pb-primary-menu .sub-menu a {
	padding: 10px 14px;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	border-radius: 4px;
}

.pb-primary-menu .sub-menu a:hover {
	color: #fff;
	background: #e73324;
}

.pb-site-header__right,
.pb-site-header__actions {
	display: flex;
	align-items: center;
}

.pb-site-header__right {
	gap: 18px;
}

.pb-site-header__actions {
	gap: 6px;
}

.pb-header-action,
.pb-menu-toggle {
	appearance: none;
	border: 0;
	background: transparent;
}

.pb-header-action {
	position: relative;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease;
}

.pb-header-action:hover,
.pb-header-action:focus-visible {
	color: #e73324;
	background: rgba(255, 255, 255, .08);
}

.pb-header-action svg,
.pb-site-header__phone svg,
.pb-site-footer svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.pb-header-action svg {
	width: 22px;
	height: 22px;
}

.pb-header-action__count {
	position: absolute;
	top: 1px;
	right: 0;
	display: grid;
	place-items: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: #e73324;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.pb-site-header__phone {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease;
}

.pb-site-header__phone:hover {
	color: #e73324;
}

.pb-site-header__phone svg {
	width: 24px;
	height: 24px;
	color: #e73324;
}

.pb-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	cursor: pointer;
}

.pb-menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: #e73324;
}

.pb-mobile-menu,
.pb-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 1200;
}

.pb-mobile-menu[hidden],
.pb-search-overlay[hidden] {
	display: none;
}

.pb-mobile-menu {
	background: rgba(0, 0, 0, .62);
}

.pb-mobile-menu__panel {
	width: min(88vw, 420px);
	height: 100%;
	margin-left: auto;
	padding: 28px;
	background: #0c1015;
	box-shadow: -20px 0 50px rgba(0, 0, 0, .2);
	overflow-y: auto;
}

.pb-mobile-menu__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.pb-mobile-menu__title {
	color: #fff;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.pb-mobile-menu__close,
.pb-search-overlay__close {
	appearance: none;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #e73324;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.pb-mobile-nav a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-decoration: none;
}

.pb-mobile-nav .sub-menu {
	padding-left: 18px;
}

.pb-mobile-nav .sub-menu a {
	font-size: 18px;
	color: rgba(255, 255, 255, .75);
}

.pb-mobile-menu__phone {
	display: inline-flex;
	margin-top: 30px;
	padding: 14px 18px;
	border-radius: 6px;
	background: #e73324;
	color: #fff;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}

.pb-search-overlay {
	display: grid;
	place-items: start center;
	padding: 8vh 20px 20px;
	background: rgba(0, 0, 0, .72);
}

.pb-search-overlay__panel {
	position: relative;
	width: min(100%, 920px);
	padding: 70px 60px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 30px 90px rgba(0, 0, 0, .25);
}

.pb-search-overlay__close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.pb-search-overlay__eyebrow {
	margin: 0 0 8px;
	color: #e73324;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.pb-search-overlay h2 {
	margin: 0 0 30px;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: clamp(38px, 6vw, 70px);
	line-height: 1;
	text-transform: uppercase;
}

.pb-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
}

.pb-search-form input {
	min-width: 0;
	height: 58px;
	padding: 0 20px;
	border: 1px solid #d8dadd;
	border-radius: 6px;
	background: #fff;
	color: #0c1015;
	font-size: 16px;
}

.pb-search-form button {
	height: 58px;
	padding: 0 30px;
	border: 0;
	border-radius: 6px;
	background: #e73324;
	color: #fff;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

body.pb-ui-open {
	overflow: hidden;
}

/* Footer */
.pb-site-footer {
	background: #0c1015;
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
}

.pb-site-footer__social-gallery {
	padding-top: 60px;
}

.pb-site-footer__social-heading {
	margin-bottom: 18px;
	text-align: center;
}

.pb-site-footer__social-heading a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.pb-site-footer__social-heading svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
	stroke: none;
}

.pb-site-footer__gallery {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 8px;
	padding: 0;
}

.pb-site-footer__gallery-item {
	margin: 0;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 4px;
	background: #151b22;
}

.pb-site-footer__gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease, opacity .35s ease;
}

.pb-site-footer__gallery-item:hover img {
	transform: scale(1.06);
	opacity: .82;
}

.pb-site-footer__main {
	padding: 60px 0;
}

.pb-site-footer__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 48px;
	width: min(100% - 48px, 1600px);
	margin: 0 auto;
}

.pb-site-footer__brand,
.pb-site-footer__column,
.pb-site-footer__contact {
	min-width: 0;
}

.pb-site-footer__logo {
	display: block;
	width: 49%;
	max-width: 210px;
}

.pb-site-footer__logo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.pb-site-footer__facebook {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-top: 20px;
	border-radius: 4px;
	background: #e73324;
	color: #fff;
}

.pb-site-footer__facebook svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
	stroke: none;
}

.pb-site-footer__copyright {
	margin: 20px 0 0;
	color: #aeb3b9;
	font-size: 13px;
}

.pb-site-footer h2 {
	margin: 0 0 20px;
	color: #fff;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
}

.pb-footer-menu a {
	display: inline-block;
	padding: 8px 0;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	text-decoration: none;
	transition: color .2s ease;
}

.pb-footer-menu a:hover,
.pb-footer-menu .current-menu-item > a {
	color: #e73324;
}

.pb-site-footer__phone-card {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	border-radius: 6px;
	background: #e73324;
	box-shadow: 0 0 16px rgba(0, 0, 0, .08);
	color: #fff;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}

.pb-site-footer__phone-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	color: #e73324;
}

.pb-site-footer__phone-icon svg {
	width: 24px;
	height: 24px;
}

.pb-site-footer__contact-list {
	list-style: none;
	margin: 20px 0 0;
	padding: 0 16px;
}

.pb-site-footer__contact-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 6px 0;
	color: #aeb3b9;
	font-size: 13px;
	line-height: 1.5;
}

.pb-site-footer__contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
	width: 16px;
	height: 18px;
	margin-top: 1px;
	color: #aeb3b9;
}

.pb-site-footer__contact-icon svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.pb-site-footer__contact-list a {
	color: inherit;
	text-decoration: none;
}

.pb-site-footer__contact-list a:hover {
	color: #e73324;
}

@media (max-width: 1180px) {
	.pb-site-header__inner {
		width: min(100% - 48px, 100%);
		min-height: 100px;
		padding-top: 20px;
	}

	.pb-site-header__nav {
		display: none;
	}

	.pb-menu-toggle {
		display: block;
	}

	.pb-site-header__logo {
		width: 24%;
		min-width: 170px;
	}

	.pb-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pb-site-header__inner {
		width: calc(100% - 32px);
		min-height: 92px;
		padding-top: 20px;
	}

	.pb-site-header__logo {
		width: 30%;
		min-width: 120px;
		max-width: 155px;
	}

	.pb-site-header__phone {
		display: none;
	}

	.pb-site-header__right {
		gap: 4px;
	}

	.pb-site-header__actions {
		gap: 0;
	}

	.pb-header-action {
		width: 38px;
		height: 38px;
	}

	.pb-header-action svg {
		width: 20px;
		height: 20px;
	}

	.pb-search-overlay {
		padding-top: 5vh;
	}

	.pb-search-overlay__panel {
		padding: 64px 24px 30px;
	}

	.pb-search-form {
		grid-template-columns: 1fr;
	}

	.pb-site-footer__social-gallery {
		padding-top: 40px;
	}

	.pb-site-footer__gallery {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	.pb-site-footer__main {
		padding: 48px 0;
	}

	.pb-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 34px;
		width: calc(100% - 64px);
	}

	.pb-site-footer__brand {
		text-align: center;
	}

	.pb-site-footer__logo {
		width: 32%;
		min-width: 130px;
		margin: 0 auto;
	}

	.pb-site-footer__facebook {
		margin-right: auto;
		margin-left: auto;
	}
}


/* v0.9.0.2 — pixel-aligned header/footer correction */
.pb-site-header__inner {
	width: min(calc(100% - 48px), 1170px);
	min-height: 78px;
	padding-top: 0;
	gap: 18px;
}

.pb-site-header__logo {
	flex: 0 0 auto;
	width: 156px;
	max-width: 156px;
	margin-right: auto;
}

.pb-site-header__logo img {
	width: 156px;
	height: auto;
	border-radius: 0;
}

.pb-site-header__nav {
	padding-right: 18px;
}

.pb-primary-menu {
	gap: 30px;
}

.pb-primary-menu a {
	padding: 28px 0 24px;
	font-family: "Saira Condensed", Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.pb-site-header__phone {
	font-size: 17px;
}

.pb-site-header--overlay {
	background: rgba(0, 0, 0, .08);
}

.pb-site-header--commerce .pb-site-header__inner {
	min-height: 82px;
}

.pb-site-footer {
	border-radius: 0;
	overflow: visible;
}

.pb-site-footer__social-gallery {
	width: min(calc(100% - 48px), 1170px);
	margin: 0 auto;
	padding-top: 60px;
}

.pb-site-footer__social-heading {
	margin-bottom: 16px;
}

.pb-site-footer__gallery {
	gap: 8px;
	width: 100%;
}

.pb-site-footer__gallery-item {
	aspect-ratio: 1 / 1;
}

.pb-site-footer__main {
	padding: 56px 0 64px;
}

.pb-site-footer__inner {
	grid-template-columns: 1.05fr .85fr .95fr 1.15fr;
	gap: 58px;
	width: min(calc(100% - 48px), 1170px);
}

.pb-site-footer__logo {
	width: 132px;
	max-width: 132px;
}

.pb-site-footer__logo img {
	border-radius: 0;
}

.pb-site-footer__facebook {
	width: 46px;
	height: 46px;
	margin-top: 34px;
}

.pb-site-footer__copyright {
	margin-top: 20px;
	font-size: 14px;
}

.pb-site-footer h2 {
	font-size: 22px;
	margin-bottom: 18px;
}

.pb-footer-menu a {
	padding: 6px 0;
	font-size: 14px;
}

.pb-site-footer__phone-card {
	min-height: 72px;
	padding: 14px 16px;
	font-size: 18px;
}

.pb-site-footer__phone-icon {
	width: 46px;
	height: 46px;
}

.pb-site-footer__contact-list {
	padding: 0;
	margin-top: 16px;
}

@media (max-width: 1180px) {
	.pb-site-header__inner,
	.pb-site-footer__social-gallery,
	.pb-site-footer__inner {
		width: calc(100% - 64px);
	}

	.pb-site-header__logo,
	.pb-site-header__logo img {
		width: 142px;
		max-width: 142px;
	}
}

@media (max-width: 900px) {
	.pb-site-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 46px 40px;
	}
}

@media (max-width: 767px) {
	.pb-site-header__inner {
		width: calc(100% - 32px);
		min-height: 76px;
	}

	.pb-site-header__logo,
	.pb-site-header__logo img {
		width: 128px;
		max-width: 128px;
	}

	.pb-site-footer__social-gallery,
	.pb-site-footer__inner {
		width: calc(100% - 32px);
	}

	.pb-site-footer__social-gallery {
		padding-top: 40px;
	}

	.pb-site-footer__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.pb-site-footer__brand,
	.pb-site-footer__column,
	.pb-site-footer__contact {
		text-align: left;
	}
}

/* v0.9.0.3 — wide header, nested dropdown and sticky behaviour. */
.pb-site-header {
	transition: background-color .24s ease, box-shadow .24s ease, transform .24s ease;
}

.pb-site-header__inner {
	width: min(calc(100% - 64px), 1600px);
	min-height: 94px;
	padding: 8px 0 10px;
}

.pb-site-header__logo,
.pb-site-header__logo img {
	width: 156px;
	max-width: 156px;
}

.pb-site-header__nav {
	padding-right: 22px;
}

.pb-primary-menu {
	gap: 32px;
}

.pb-primary-menu > li > a {
	padding: 30px 0 28px;
}

/* First dropdown. */
.pb-primary-menu > li > .sub-menu {
	top: calc(100% - 7px);
	left: 0;
	min-width: 235px;
	padding: 0;
	border-radius: 6px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

.pb-primary-menu > li > .sub-menu > li {
	position: relative;
}

.pb-primary-menu > li > .sub-menu > li > a {
	position: relative;
	padding: 14px 42px 14px 18px;
	border-radius: 0;
}

.pb-primary-menu > li > .sub-menu > li:first-child > a {
	border-radius: 6px 6px 0 0;
}

.pb-primary-menu > li > .sub-menu > li:last-child > a {
	border-radius: 0 0 6px 6px;
}

.pb-primary-menu .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 9px;
	border-right: 1.8px solid currentColor;
	border-bottom: 1.8px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
}

.pb-primary-menu .sub-menu .menu-item-has-children > a::after {
	position: absolute;
	top: 50%;
	right: 18px;
	margin: 0;
	transform: translateY(-50%) rotate(-45deg);
}

/* Second dropdown opens to the right, as in the Elementor menu. */
.pb-primary-menu .sub-menu .sub-menu {
	top: 0;
	left: calc(100% + 1px);
	min-width: 220px;
	padding: 0;
	border-radius: 6px;
	background: #0c1015;
	box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
	opacity: 0;
	visibility: hidden;
	transform: translateX(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.pb-primary-menu .sub-menu li:hover > .sub-menu,
.pb-primary-menu .sub-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.pb-primary-menu .sub-menu .sub-menu a {
	padding: 14px 18px;
	border-radius: 0;
}

.pb-primary-menu .sub-menu .sub-menu li:first-child > a {
	border-radius: 6px 6px 0 0;
}

.pb-primary-menu .sub-menu .sub-menu li:last-child > a {
	border-radius: 0 0 6px 6px;
}

/* Sticky state: roomy at the top, compact after scrolling. */
.pb-site-header.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(12, 16, 21, .96);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.pb-site-header.is-sticky .pb-site-header__inner {
	min-height: 72px;
	padding-top: 0;
	padding-bottom: 0;
}

.pb-site-header.is-sticky .pb-site-header__logo,
.pb-site-header.is-sticky .pb-site-header__logo img {
	width: 132px;
	max-width: 132px;
}

.pb-site-header.is-sticky .pb-primary-menu > li > a {
	padding-top: 26px;
	padding-bottom: 25px;
}

.pb-header-placeholder {
	display: block;
	height: 0;
}

.pb-header-placeholder.is-active {
	height: var(--pb-header-height, 94px);
}

@media (max-width: 1500px) {
	.pb-site-header__inner {
		width: calc(100% - 64px);
	}

	.pb-primary-menu {
		gap: 26px;
	}
}

@media (max-width: 1180px) {
	.pb-site-header__inner {
		width: calc(100% - 48px);
	}
}

@media (max-width: 1024px) {
	.pb-site-header__inner {
		min-height: 82px;
		padding: 4px 0 6px;
	}
}

@media (max-width: 767px) {
	.pb-site-header__inner {
		width: calc(100% - 32px);
		min-height: 76px;
		padding: 0;
	}

	.pb-site-header.is-sticky .pb-site-header__inner {
		min-height: 68px;
	}

	.pb-site-header.is-sticky .pb-site-header__logo,
	.pb-site-header.is-sticky .pb-site-header__logo img {
		width: 116px;
		max-width: 116px;
	}
}


/* v0.9.0.4 — enforce readable header phone and commerce actions. */
body .pb-site-header .pb-site-header__phone,
body .pb-site-header .pb-site-header__phone:visited,
body .pb-site-header .pb-site-header__phone span {
	color: #fff;
}

body .pb-site-header .pb-site-header__phone:hover,
body .pb-site-header .pb-site-header__phone:focus-visible,
body .pb-site-header .pb-site-header__phone:hover span,
body .pb-site-header .pb-site-header__phone:focus-visible span {
	color: #e73324;
}

body .pb-site-header .pb-site-header__phone svg,
body .pb-site-header .pb-site-header__phone svg path {
	fill: none;
	stroke: #e73324;
}

body .pb-site-header--commerce .pb-site-header__actions .pb-header-action,
body .pb-site-header--commerce .pb-site-header__actions .pb-header-action:visited {
	color: #fff;
	background: transparent;
}

body .pb-site-header--commerce .pb-site-header__actions .pb-header-action:hover,
body .pb-site-header--commerce .pb-site-header__actions .pb-header-action:focus-visible {
	color: #fff;
	background: #e73324;
}

body .pb-site-header--commerce .pb-site-header__actions .pb-header-action svg,
body .pb-site-header--commerce .pb-site-header__actions .pb-header-action svg path,
body .pb-site-header--commerce .pb-site-header__actions .pb-header-action svg circle {
	fill: none;
	stroke: currentColor;
}

body .pb-site-header--commerce .pb-header-action__count {
	color: #fff;
	background: #e73324;
}

body .pb-site-header--commerce .pb-header-action:hover .pb-header-action__count,
body .pb-site-header--commerce .pb-header-action:focus-visible .pb-header-action__count {
	color: #e73324;
	background: #fff;
}

@media (max-width: 1320px) and (min-width: 1181px) {
	.pb-site-header__inner {
		width: calc(100% - 40px);
	}

	.pb-primary-menu {
		gap: 20px;
	}

	.pb-site-header__right {
		gap: 10px;
	}

	.pb-site-header__phone {
		font-size: 16px;
	}
}


/* v0.9.0.5 — footer width aligned with header and first-level menus only. */
.pb-site-footer__social-gallery,
.pb-site-footer__inner {
	width: min(calc(100% - 64px), 1600px);
}

.pb-footer-menu > li {
	margin: 0;
	padding: 0;
}

.pb-footer-menu > li + li {
	margin-top: 1px;
}

.pb-footer-menu > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 5px 0;
}

.pb-footer-menu .sub-menu {
	display: none;
}

@media (max-width: 1664px) {
	.pb-site-footer__social-gallery,
	.pb-site-footer__inner {
		width: calc(100% - 64px);
	}
}

@media (max-width: 767px) {
	.pb-site-footer__social-gallery,
	.pb-site-footer__inner {
		width: calc(100% - 32px);
	}
}

/* v0.9.0.6 — corrected footer contact icons. */


/* v0.9.2.4 — commerce title and footer contact polish. */
body.woocommerce-cart .page-header,
body.woocommerce-checkout .page-header,
body.woocommerce-account .page-header,
body.woocommerce-cart .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-account .entry-header {
	display: none;
}

.pb-site-footer__phone-card:hover,
.pb-site-footer__phone-card:focus-visible,
.pb-site-footer__phone-card:hover span,
.pb-site-footer__phone-card:focus-visible span {
	color: #fff;
}

.pb-site-footer__phone-card:hover,
.pb-site-footer__phone-card:focus-visible {
	background: #c9271c;
}

/* v0.9.3 — Header UX polish. */
.pb-site-header {
	transition: background-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease, transform .28s ease;
	will-change: background-color, box-shadow;
}

.pb-site-header__inner,
.pb-site-header__logo,
.pb-site-header__logo img,
.pb-primary-menu > li > a {
	transition: min-height .28s ease, width .28s ease, max-width .28s ease, padding .28s ease, transform .28s ease;
}

.pb-primary-menu > li > a {
	position: relative;
}

.pb-primary-menu > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	height: 2px;
	border-radius: 999px;
	background: #e73324;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .22s ease;
}

.pb-primary-menu > li:hover > a::before,
.pb-primary-menu > li:focus-within > a::before,
.pb-primary-menu > .current-menu-item > a::before,
.pb-primary-menu > .current-menu-ancestor > a::before,
.pb-primary-menu > .pb-menu-item--commerce-active > a::before {
	transform: scaleX(1);
}

.pb-primary-menu .sub-menu {
	transform-origin: top left;
	box-shadow: 0 20px 54px rgba(0, 0, 0, .28);
}

.pb-primary-menu li.is-keyboard-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pb-primary-menu .sub-menu li.is-keyboard-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.pb-header-action {
	isolation: isolate;
	overflow: visible;
	transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pb-header-action::before {
	content: "";
	position: absolute;
	inset: 5px;
	z-index: -1;
	border-radius: inherit;
	background: #e73324;
	opacity: 0;
	transform: scale(.72);
	transition: opacity .2s ease, transform .2s ease;
}

.pb-header-action:hover,
.pb-header-action:focus-visible {
	color: #fff;
	background: transparent;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(231, 51, 36, .2);
}

.pb-header-action:hover::before,
.pb-header-action:focus-visible::before {
	opacity: 1;
	transform: scale(1);
}

.pb-header-action:active {
	transform: translateY(0) scale(.96);
}

.pb-header-action__count {
	transition: transform .2s ease, background-color .2s ease;
}

.pb-header-action--cart:hover .pb-header-action__count,
.pb-header-action--cart:focus-visible .pb-header-action__count {
	transform: scale(1.12);
	background: #fff;
	color: #e73324;
}

.pb-site-header__phone {
	transition: color .2s ease, transform .2s ease;
}

.pb-site-header__phone:hover,
.pb-site-header__phone:focus-visible {
	transform: translateY(-1px);
}

.pb-site-header a:focus-visible,
.pb-site-header button:focus-visible,
.pb-mobile-menu a:focus-visible,
.pb-mobile-menu button:focus-visible {
	outline: 2px solid #e73324;
	outline-offset: 4px;
}

.pb-site-header.is-sticky {
	background: rgba(7, 10, 14, .94);
	box-shadow: 0 12px 34px rgba(0, 0, 0, .22);
}

.pb-site-header.is-sticky .pb-site-header__inner {
	min-height: 66px;
}

.pb-site-header.is-sticky .pb-site-header__logo,
.pb-site-header.is-sticky .pb-site-header__logo img {
	width: 122px;
	max-width: 122px;
}

.pb-site-header.is-sticky .pb-primary-menu > li > a {
	padding-top: 21px;
	padding-bottom: 21px;
}

.pb-site-header.is-sticky .pb-primary-menu > li > a::before {
	bottom: 5px;
}

@media (prefers-reduced-motion: reduce) {
	.pb-site-header,
	.pb-site-header *,
	.pb-primary-menu .sub-menu {
		scroll-behavior: auto;
		transition-duration: .01ms;
		animation-duration: .01ms;
		animation-iteration-count: 1;
	}
}

/* v0.9.4.2 — shorter mobile header and footer without shrinking hit targets */
@media (max-width: 767px) {
	.pb-site-header__inner,
	.pb-site-header.is-sticky .pb-site-header__inner {
		min-height: 74px;
		padding-block: 8px;
	}

	.pb-site-header__logo,
	.pb-site-header__logo img,
	.pb-site-header.is-sticky .pb-site-header__logo,
	.pb-site-header.is-sticky .pb-site-header__logo img {
		width: 122px;
		max-width: 122px;
	}

	.pb-header-action,
	.pb-menu-toggle {
		width: 42px;
		height: 42px;
		min-width: 42px;
		min-height: 42px;
	}

	.pb-site-footer__social-gallery {
		padding-top: 24px;
	}

	.pb-site-footer__gallery {
		margin-top: 14px;
		gap: 6px;
	}

	.pb-site-footer__main {
		padding: 28px 0 30px;
	}

	.pb-site-footer__inner {
		gap: 20px;
	}

	.pb-site-footer__column,
	.pb-site-footer__brand,
	.pb-site-footer__contact {
		margin: 0;
	}
}

@media (max-width: 390px) {
	.pb-site-header__logo,
	.pb-site-header__logo img,
	.pb-site-header.is-sticky .pb-site-header__logo,
	.pb-site-header.is-sticky .pb-site-header__logo img {
		width: 110px;
		max-width: 110px;
	}
}

/* v0.9.4.3 — restore mobile search action and align horizontal rhythm */
@media (max-width: 767px) {
	.pb-site-header__inner,
	.pb-site-header.is-sticky .pb-site-header__inner {
		width: calc(100% - 24px);
		min-height: 76px;
	}

	.pb-site-header__logo,
	.pb-site-header.is-sticky .pb-site-header__logo {
		width: 118px;
		max-width: 118px;
	}

	.pb-site-header__right {
		gap: 3px;
	}

	.pb-site-header__actions {
		display: flex;
		align-items: center;
		gap: 0;
	}

	.pb-site-header__actions .pb-header-action,
	.pb-site-header__actions button.pb-header-action {
		display: inline-flex;
		visibility: visible;
		opacity: 1;
	}

	.pb-site-header__actions [data-pb-search-open] {
		display: inline-flex;
	}

	.pb-header-action,
	.pb-menu-toggle {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}
}

@media (max-width: 360px) {
	.pb-site-header__logo,
	.pb-site-header.is-sticky .pb-site-header__logo {
		width: 104px;
		max-width: 104px;
	}

	.pb-header-action,
	.pb-menu-toggle {
		width: 38px;
		height: 38px;
		min-width: 38px;
		min-height: 38px;
	}
}

/* v0.9.5.3 — Etap 2: mobile header actions */
@media (max-width: 767px) {
	.pb-site-header__inner,
	.pb-site-header.is-sticky .pb-site-header__inner {
		width: calc(100% - 24px);
		min-height: 68px;
		padding-block: 0;
		gap: var(--pb-space-xxs);
	}

	.pb-site-header__logo,
	.pb-site-header.is-sticky .pb-site-header__logo {
		flex: 0 1 108px;
		width: 108px;
		min-width: 0;
		max-width: 108px;
	}

	.pb-site-header__right {
		flex: 0 0 auto;
		gap: 2px;
		min-width: 0;
	}

	.pb-site-header__actions {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		gap: 2px;
		min-width: 0;
	}

	.pb-site-header__actions .pb-header-action,
	.pb-site-header__actions button.pb-header-action,
	.pb-site-header__actions [data-pb-search-open],
	.pb-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 44px;
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
		padding: 0;
		visibility: visible;
		opacity: 1;
	}

	.pb-header-action svg {
		width: 20px;
		height: 20px;
	}

	.pb-site-header__actions [data-pb-search-open] svg {
		display: block;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 390px) {
	.pb-site-header__logo,
	.pb-site-header.is-sticky .pb-site-header__logo {
		flex-basis: 96px;
		width: 96px;
		max-width: 96px;
	}
}

@media (max-width: 340px) {
	.pb-site-header__inner,
	.pb-site-header.is-sticky .pb-site-header__inner {
		width: calc(100% - 16px);
	}

	.pb-site-header__logo,
	.pb-site-header.is-sticky .pb-site-header__logo {
		flex-basis: 88px;
		width: 88px;
		max-width: 88px;
	}

	.pb-site-header__right,
	.pb-site-header__actions {
		gap: 0;
	}
}
