/* Site-wide header & footer — teal / navy palette shared with cart & checkout. */

:root {
	--op-teal: #0da487;
	--op-teal-dark: #0a8a71;
	--op-navy: #08233b;
	--op-ink: #1c3347;
	--op-muted: #5d7386;
	--op-line: #e6eef2;
	--op-paper: #f6f8fb;
	--op-gold: #ffa53b;
}

html {
	scroll-padding-top: 108px;
}

header.op-site-header {
	background: #fff;
	box-shadow: 0 10px 30px rgba(8, 35, 59, 0.05);
	position: relative;
	z-index: 100;
}

header.op-site-header.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	box-shadow: 0 12px 32px rgba(8, 35, 59, 0.1);
	transition: box-shadow 0.3s ease;
}

header.op-site-header .header-top {
	background: linear-gradient(90deg, #0a8a71 0%, #0da487 55%, #0b9a80 100%);
}

header.op-site-header .social-link p {
	letter-spacing: 0.02em;
	font-size: 13px;
	font-weight: 600;
}

header.op-site-header .sign-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
}

header.op-site-header .sign-btn p {
	float: none;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 0;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

header.op-site-header .sign-btn p i {
	font-size: 16px;
}

header.op-site-header .country-select {
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-radius: 8px;
	padding: 4px 8px;
	height: auto;
	font-size: 13px;
	font-weight: 600;
}

header.op-site-header .country-select option {
	color: #08233b;
}

header.op-site-header nav.navbar {
	padding: 10px 0;
}

header.op-site-header .navbar-brand img {
	max-height: 52px;
	width: auto;
}

header.op-site-header .navbar-light .navbar-nav .nav-link {
	font-size: 14px;
	font-weight: 600;
	color: #08233b;
	padding: 10px 12px;
	letter-spacing: 0.01em;
}

header.op-site-header li.nav-item.active .nav-link,
header.op-site-header .nav-link:hover {
	color: #0da487 !important;
}

header.op-site-header nav ul li ul.drop1_list {
	border-radius: 14px;
	border: 1px solid #e6eef2;
	box-shadow: 0 18px 40px rgba(8, 35, 59, 0.1);
	padding: 12px 8px;
	top: 48px;
}

header.op-site-header nav ul li ul.drop1_list li {
	background-image: none;
	padding: 0;
	margin: 0;
}

header.op-site-header nav ul li ul.drop1_list li a {
	display: block;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 14px;
	color: #1c3347;
}

header.op-site-header nav ul li ul.drop1_list li a:hover {
	background: #eef8f6;
	color: #0da487;
}

.op-cart-link.cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	border: 1px solid #e6eef2;
	background: #f6f8fb;
	color: #08233b;
	line-height: 1;
	position: relative;
	float: none;
	padding: 0;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.op-cart-link.cart:hover {
	background: #0da487;
	border-color: #0da487;
	color: #fff;
}

.op-cart-link.cart i {
	font-size: 18px;
}

.op-cart-link.cart sup {
	position: absolute;
	top: -6px;
	right: -6px;
	left: auto;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	font-weight: 700;
	background: #ffa53b;
	color: #08233b;
	border: 2px solid #fff;
}

footer.op-site-footer {
	background: linear-gradient(180deg, #073d34 0%, #062e28 100%);
	padding: 56px 0 0;
	color: #d7ece7;
}

footer.op-site-footer .Subscribe {
	border-bottom-color: rgba(255, 255, 255, 0.12);
	margin-bottom: 36px;
	padding-bottom: 36px;
	gap: 24px;
}

footer.op-site-footer .Subscribe-intro h3 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 8px;
}

footer.op-site-footer .Subscribe-intro p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.72);
}

footer.op-site-footer .search input {
	height: 58px;
	border: 0;
	border-radius: 14px;
	padding-left: 22px;
	font-size: 15px;
	background: #fff;
}

footer.op-site-footer .search button {
	height: 58px;
	width: 38%;
	border-radius: 0 14px 14px 0;
	background: #ffa53b;
	border-color: #ffa53b;
	font-weight: 700;
	letter-spacing: 0.02em;
}

footer.op-site-footer .footer-box h3 {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

footer.op-site-footer .footer-box h3::after {
	background: #0da487;
	width: 36px;
	height: 3px;
	border-radius: 4px;
}

footer.op-site-footer .footer-box ul li a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
}

footer.op-site-footer .footer-box ul li a:hover {
	color: #ffa53b;
}

footer.op-site-footer .social-icon a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	margin-right: 8px;
}

footer.op-site-footer .copy-right,
footer.op-site-footer .op-copyright {
	background: rgba(0, 0, 0, 0.22);
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	padding: 16px 12px;
	margin-top: 8px;
	font-size: 13px;
}

footer.op-site-footer .copy-right a,
footer.op-site-footer .op-copyright a {
	color: #fff;
}

.up-btn a {
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(255, 165, 59, 0.35);
}

@media (max-width: 991px) {
	header.op-site-header .sign-btn p {
		display: none;
	}

	footer.op-site-footer .Subscribe {
		flex-direction: column;
		align-items: stretch;
	}

	footer.op-site-footer .search {
		flex: 1 1 auto;
	}

	footer.op-site-footer .Subscribe-intro h3 {
		font-size: 26px;
	}
}
