#t-header,
#t-header .stk-record,
#t-header .stk-menu-base,
#t-header .stk-menu-base__maincontainer,
#t-header .stk-menu-base__mobile-menu,
#t-header .stk-menu-mobile,
#t-header .stk-menu-mobile__container {
	background: #fff !important;
	background-color: #fff !important;
}

@media screen and (min-width: 961px) {
	#t-header .stk-menu-base__mobile-menu,
	#t-header .stk-menu-mobile {
		display: none !important;
	}

	#t-header .stk-menu-base {
		display: block !important;
	}

	#t-header .stk-menu-base__maincontainer {
		display: grid !important;
		grid-template-columns: 225px minmax(0, 1fr) auto !important;
		column-gap: 56px !important;
		align-items: center !important;
		min-height: 98px !important;
		padding: 0 49px !important;
		box-sizing: border-box;
	}

	#t-header .stk-menu-base__logowrapper:not(.stk-menu-base__logowrapper_mobile) {
		display: flex !important;
		align-items: center !important;
		grid-column: 1 !important;
		width: 225px !important;
		margin-right: 0 !important;
	}

	#t-header .stk-menu-base__logo,
	#t-header .stk-menu-base__logo a {
		display: inline-flex !important;
		align-items: center !important;
	}

	#t-header .stk-menu-base__imglogo {
		display: block !important;
		width: 225px !important;
		max-width: 225px !important;
		height: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	#t-header .stk-menu-base__leftwrapper {
		grid-column: 2 !important;
		min-width: 0 !important;
		width: auto !important;
	}

	#t-header .stk-menu-base__rightwrapper {
		grid-column: 3 !important;
		width: auto !important;
		margin-left: 0 !important;
		white-space: nowrap !important;
	}

	#t-header .stk-menu-base__list {
		display: flex !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		gap: 10px 34px !important;
	}

	#t-header .stk-menu-base__list-item {
		margin: 0 !important;
	}

	#t-header .stk-menu-base__additionalwrapper {
		display: flex !important;
		align-items: center !important;
		gap: 14px !important;
		white-space: nowrap !important;
	}

	#t-header .stk-sociallinks__wrapper {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		white-space: nowrap !important;
	}

	#t-header + .stk-breadcrumbs {
		background: #fff !important;
	}
}

@media screen and (max-width: 960px) {
	#t-header .stk-menu-base {
		display: none !important;
	}

	#t-header .stk-menu-base__mobile-menu,
	#t-header .stk-menu-mobile {
		display: block !important;
	}
}

.stk-commercial-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-right: 14px;
	font-family: "TildaSans", "SiteSans", Arial, sans-serif;
	color: #1f2530;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.stk-commercial-header__hours {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #29313d;
}

.stk-commercial-header__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(102, 187, 240, 0.16);
	color: #2497dc;
	font-size: 11px;
	line-height: 1;
}

.stk-commercial-search {
	display: inline-flex;
	align-items: center;
	height: 32px;
	border: 1px solid rgba(31, 37, 48, 0.12);
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

.stk-commercial-search__field {
	width: 112px;
	height: 30px;
	border: 0;
	padding: 0 8px 0 10px;
	font-family: "TildaSans", "SiteSans", Arial, sans-serif;
	font-size: 13px;
	color: #1f2530;
	background: transparent;
	outline: none;
}

.stk-commercial-search__field::placeholder {
	color: #7b8794;
}

.stk-commercial-search__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 0;
	border-left: 1px solid rgba(31, 37, 48, 0.08);
	background: #66bbf0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

.stk-commercial-docs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 12px;
	margin-top: 6px;
	line-height: 1.35;
}

.stk-commercial-docs a {
	color: #42aee9;
	font-weight: 400;
	text-decoration: none;
}

.stk-commercial-docs a:hover {
	text-decoration: underline;
}

.stk-commercial-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 16px auto 0;
	padding: 0 20px;
	font-family: "TildaSans", "SiteSans", Arial, sans-serif;
	color: #29313d;
	text-align: center;
}

.stk-commercial-footer__item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
}

.stk-commercial-footer__label {
	color: #6d7784;
}

.stk-commercial-footer__value {
	font-weight: 600;
}

.stk-commercial-footer__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 16px;
	border-radius: 5px;
	background: #66bbf0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.stk-commercial-footer__cta:hover {
	background: #43a9eb;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.stk-commercial-header__hours {
		display: none;
	}
}

@media screen and (max-width: 960px) {
	.stk-commercial-header {
		display: none;
	}

	.stk-commercial-footer {
		flex-direction: column;
		gap: 10px;
		margin-top: 14px;
	}
}

/* Commercial factors: phone, address, payment icons (SEO brief 2026-08). */
.stk-commercial-header__phone,
.stk-commercial-header__address {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #29313d;
	text-decoration: none;
}

.stk-commercial-header__phone:hover {
	color: #2497dc;
}

.stk-commercial-header__icon svg {
	display: block;
}

.stk-commercial-footer {
	flex-wrap: wrap;
	row-gap: 10px;
}

.stk-commercial-footer__payicons {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.stk-payicon {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.stk-payicon svg {
	display: block;
}

@media screen and (max-width: 1400px) {
	.stk-commercial-header__address {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.stk-commercial-header__hours {
		display: none;
	}
}
