/* Site-wide header/footer. Pixel sizes only — Shop Isle/Bootstrap rem must not shrink these. */

html,
body,
body.goi {
	font-family: Cabin, sans-serif !important;
}

body.goi h1,
body.goi h2,
body.goi h3,
body.goi h4,
body.goi h5,
body.goi h6,
body.goi p,
body.goi a,
body.goi li,
body.goi label,
body.goi button,
body.goi input,
body.goi select,
body.goi textarea,
body.goi table,
body.goi th,
body.goi td,
body.goi small,
body.goi strong,
body.goi em,
body.goi blockquote,
body.goi .btn,
body.goi .button,
body.goi .navbar,
body.goi .navbar-nav,
body.goi .nav,
body.goi .widget-title,
body.goi .module-title,
body.goi .product_title,
body.goi .woocommerce,
body.goi .goi-header,
body.goi .goi-footer,
body.goi .goi-dock {
	font-family: Cabin, sans-serif !important;
}

#wpadminbar,
#wpadminbar * {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

#wpadminbar .ab-icon,
#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before,
#wpadminbar .ab-label:before,
.dashicons,
.dashicons-before:before {
	font-family: dashicons !important;
}

body.goi .goi-header,
body.goi .goi-footer {
	font-size: 16px;
	line-height: 1.3;
	box-sizing: border-box;
}

body.goi .goi-header *,
body.goi .goi-footer * {
	box-sizing: border-box;
}

body.goi .goi-header {
	position: sticky;
	top: 0;
	z-index: 1200;
	min-height: 80px !important;
	height: 80px !important;
	margin: 0;
	padding: 0;
	background: #0b0c10;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.goi .goi-header__inner {
	width: min(1200px, calc(100% - 48px));
	height: 80px !important;
	min-height: 80px !important;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
}

body.goi .goi-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	text-decoration: none;
	line-height: 0;
	color: #fff;
}

body.goi .goi-logo img,
body.goi .goi-logo .custom-logo {
	display: block;
	height: 56px;
	width: auto;
	max-width: 170px;
	object-fit: contain;
}

body.goi .goi-logo__name {
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.1;
}

body.goi .goi-logo__city {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #e32636;
	line-height: 1.2;
}

body.goi .goi-nav {
	flex: 1 1 auto;
	min-width: 0;
}

body.goi .goi-header ul.goi-nav__list {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 0;
	float: none;
	width: auto;
}

body.goi .goi-header ul.goi-nav__list > li {
	position: relative;
	display: flex;
	flex: 0 0 auto;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	line-height: 1;
}

body.goi .goi-header ul.goi-nav__list > li > a {
	display: block;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
	text-decoration: none;
	background: transparent;
	border: 0;
	height: auto;
	white-space: nowrap;
}

body.goi .goi-header ul.goi-nav__list > li > a:hover {
	color: #ffffff;
	background: transparent;
}

body.goi .goi-header ul.goi-nav__list > li.is-current > a {
	color: #ffffff;
	background: transparent;
	box-shadow: inset 0 -2px 0 #e32636;
}

body.goi .goi-header .goi-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #16181f;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
	z-index: 30;
}

body.goi .goi-header li.has-sub:hover > .goi-sub,
body.goi .goi-header li.has-sub:focus-within > .goi-sub {
	display: block;
}

body.goi .goi-header .goi-sub a {
	display: block;
	padding: 8px 10px;
	font-size: 13px;
	color: #d7dbe3;
	text-decoration: none;
	border-radius: 8px;
}

body.goi .goi-header .goi-sub a:hover {
	background: rgba(227, 38, 54, 0.16);
	color: #fff;
}

body.goi .goi-header__actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 10px;
	margin-left: auto;
}

body.goi .goi-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	text-decoration: none;
	border-radius: 999px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.01em;
	line-height: 1;
	white-space: nowrap;
	border: 1px solid transparent;
}

body.goi .goi-chip--phone {
	gap: 8px;
	padding: 0 14px 0 4px;
	color: #fff;
	background: #1a1d21;
	border-color: rgba(255, 255, 255, 0.12);
}

body.goi .goi-chip--phone:hover {
	background: #22262c;
	color: #fff;
}

body.goi .goi-chip__icon {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	background: #e32636;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

body.goi .goi-chip__icon svg {
	width: 14px;
	height: 14px;
}

body.goi .goi-chip--cta {
	padding: 0 18px;
	background: #e32636;
	color: #fff;
	box-shadow: none;
}

body.goi .goi-chip--cta:hover {
	background: #ff3b4b;
	color: #fff;
}

body.goi .goi-chip--cart {
	position: relative;
	width: 42px;
	height: 42px;
	padding: 0;
	color: #fff;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.18);
}

body.goi .goi-chip--cart:hover {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

body.goi .goi-chip--cart svg {
	width: 18px;
	height: 18px;
}

body.goi .goi-cart-count {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #e32636;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 4px;
	border: 2px solid #0b0c10;
}

body.goi .goi-cart-count[hidden] {
	display: none;
}

body.goi .goi-nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: transparent;
	color: #fff;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

body.goi .goi-nav-toggle__close {
	display: none;
}

body.goi .goi-header.is-nav-open .goi-nav-toggle__open {
	display: none;
}

body.goi .goi-header.is-nav-open .goi-nav-toggle__close {
	display: block;
}

body.goi .goi-footer {
	min-height: 72px;
	margin: 0;
	padding: 0;
	background: #090a0d;
	color: #c9ced8;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.goi .goi-footer__inner {
	width: min(1200px, calc(100% - 48px));
	min-height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px 0;
}

body.goi .goi-footer__copy {
	margin: 0;
	font-size: 14px;
	color: #c9ced8;
}

body.goi .goi-footer ul.goi-footer__list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0;
	padding: 0;
	float: none;
}

body.goi .goi-footer ul.goi-footer__list > li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

body.goi .goi-footer ul.goi-footer__list a {
	display: block;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 600;
	color: #d5dae3;
	text-decoration: none;
	background: transparent;
}

body.goi .goi-footer__social {
	display: flex;
	gap: 8px;
}

body.goi .goi-footer__social a {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	text-decoration: none;
}

body.goi .goi-footer__social a:hover {
	border-color: #e32636;
	color: #e32636;
}

@media (max-width: 1100px) {
	body.goi .goi-nav {
		display: none;
	}

	body.goi .goi-nav.is-open {
		display: block;
		position: absolute;
		top: 80px;
		left: 0;
		right: 0;
		background: #101218;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		padding: 12px 16px 16px;
		max-height: calc(100dvh - 80px);
		overflow: auto;
	}

	body.goi .goi-nav.is-open ul.goi-nav__list {
		flex-direction: column;
		align-items: stretch;
		flex-wrap: wrap;
	}

	body.goi .goi-nav.is-open ul.goi-nav__list > li {
		display: block;
		width: 100%;
	}

	body.goi .goi-nav.is-open .goi-sub {
		position: static;
		display: block;
		box-shadow: none;
		border: 0;
		background: transparent;
		padding: 0 0 0 12px;
		min-width: 0;
	}

	body.goi .goi-nav-toggle {
		display: inline-flex;
	}
}

/* Floating contact dock — desktop bottom-left, mobile paired bar */
body.goi .goi-dock {
	position: fixed;
	left: 16px;
	bottom: 20px;
	z-index: 1100;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: auto;
}

body.goi .goi-dock__btn {
	position: relative;
	min-width: 168px;
	height: 48px;
	padding: 0 16px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
	font-family: Cabin, sans-serif !important;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1;
}

body.goi .goi-dock__btn svg {
	width: 18px;
	height: 18px;
	display: block;
	flex: 0 0 auto;
}

body.goi .goi-dock__text {
	display: inline-block;
	white-space: nowrap;
	color: #ffffff;
}

body.goi .goi-dock__btn--phone {
	background: #c41e2c;
}

body.goi .goi-dock__btn--wa {
	background: #0b7a43;
}

body.goi .goi-dock__btn:hover,
body.goi .goi-dock__btn:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
	color: #ffffff;
}

body.goi .ht-ctc,
body.goi .ht-ctc-chat,
body.goi #ht-ctc-chat,
body.goi .ht-ctc-ib {
	display: none !important;
}

@media (max-width: 640px) {
	body.goi .goi-header,
	body.goi .goi-header__inner {
		height: 72px;
		min-height: 72px;
	}

	body.goi .goi-logo img,
	body.goi .goi-logo .custom-logo {
		height: 48px;
		max-width: 145px;
	}

	body.goi .goi-chip--cta {
		display: none;
	}

	body.goi .goi-chip--phone .goi-chip__text {
		display: none;
	}

	body.goi .goi-chip--phone {
		width: 42px;
		padding: 0;
	}

	body.goi .goi-nav.is-open {
		top: 72px;
		max-height: calc(100dvh - 72px);
	}

	body.goi .goi-footer__inner {
		justify-content: center;
		text-align: center;
	}
}

@media (max-width: 1100px) {
	body.goi .goi-dock {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		flex-direction: row;
		align-items: stretch;
		gap: 8px;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
		background: #0b0c10;
		box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
	}

	body.goi .goi-dock__btn {
		flex: 1 1 0;
		min-width: 0;
		width: auto;
		height: 48px;
		border-radius: 12px;
		font-size: 13px;
		box-shadow: 0 6px 16px rgba(15, 23, 42, 0.16);
	}

	body.goi .goi-dock__btn:hover,
	body.goi .goi-dock__btn:focus-visible {
		transform: none;
		filter: none;
	}

	body.goi {
		padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
	}
}



