.tropical-header-1861b3c1 {
	position: relative;
	width: 100%;
	height: 64px;
	background: #ffffff;
	border-bottom: 1px solid #C8E6C9;
	z-index: 1000;
	transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
	font-family: 'Roboto', sans-serif;
}

.tropical-header-1861b3c1.is-sticky-1861b3c1 {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

body.admin-bar .tropical-header-1861b3c1.is-sticky-1861b3c1 {
	top: var(--wp-admin--admin-bar--height, 32px);
}

.tropical-header-1861b3c1.is-sticky-1861b3c1.show-1861b3c1 {
	transform: translateY(0);
}

.header-container-1861b3c1 {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
}

.header-logo-1861b3c1 {
	display: flex;
	align-items: center;
}

.logo-text-1861b3c1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 20px;
	color: #0B6A18;
}

.header-nav-1861b3c1 {
	height: 100%;
}

.nav-menu-1861b3c1 {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu-1861b3c1 > li {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.nav-link-1861b3c1 {
	color: #071701;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 18px;
	height: 100%;
	display: flex;
	align-items: center;
	transition: color 0.2s ease;
}

.nav-link-1861b3c1:hover {
	color: #68A94A;
}

.arrow-svg-1861b3c1 {
	width: 12px;
	height: 12px;
	margin-left: 6px;
	transition: transform 0.2s ease;
}

.has-mega-menu-1861b3c1:hover .arrow-svg-1861b3c1 {
	transform: rotate(180deg);
}

/* Mega Menu Dropdown */
.mega-dropdown-1861b3c1 {
	position: fixed;
	top: 64px;
	left: 0;
	width: 100%;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	border-bottom: 3px solid #0B6A18;
	padding: 40px 0;
	z-index: 999;
}

body.admin-bar .tropical-header-1861b3c1.is-sticky-1861b3c1 .mega-dropdown-1861b3c1 {
	top: calc(64px + var(--wp-admin--admin-bar--height, 32px));
}

.has-mega-menu-1861b3c1:hover .mega-dropdown-1861b3c1 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.mega-grid-1861b3c1 {
	max-width: 1140px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1.5fr;
	gap: 40px;
	padding: 0 24px;
}

.mega-column-1861b3c1 h4 {
	font-family: 'Roboto Slab', serif;
	color: #0B6A18;
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 16px;
}

.mega-column-1861b3c1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mega-column-1861b3c1 li {
	margin-bottom: 10px;
}

.mega-column-1861b3c1 a {
	color: #071701;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.2s;
}

.mega-column-1861b3c1 a:hover {
	color: #68A94A;
}

/* Mega Menu Right Info Box */
.mega-box-col-1861b3c1 {
	display: flex;
	align-items: center;
}

.info-box-1861b3c1 {
	background: #EAF5EC;
	border: 1px solid #C8E6C9;
	border-radius: 12px;
	padding: 24px;
	width: 100%;
}

.info-text-1861b3c1 {
	font-size: 14px;
	color: #071701;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 500;
}

.btn-yellow-1861b3c1 {
	display: inline-block;
	background: #F5C518;
	color: #071701;
	font-weight: 700;
	padding: 12px 24px;
	border-radius: 12px;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	transition: background 0.2s, transform 0.2s;
}

.btn-yellow-1861b3c1:hover {
	background: #D4A400 !important;
	color: #071701 !important;
	transform: translateY(-2px);
}

/* Header Actions */
.header-actions-1861b3c1 {
	display: flex;
	align-items: center;
	gap: 16px;
}

.action-item-1861b3c1 {
	color: #0B6A18;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: background 0.2s;
	text-decoration: none;
	position: relative;
}

.action-item-1861b3c1:hover {
	background: #EAF5EC;
}

.icon-svg-1861b3c1 {
	width: 22px;
	height: 22px;
}

.cart-badge-1861b3c1 {
	position: absolute;
	top: 2px;
	right: 2px;
	background: #F5C518;
	color: #0B6A18;
	font-size: 10px;
	font-weight: 700;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
