/* Custom Header Vanilla CSS (Migrated from Tailwind) */

:root {
	--hp-primary: #009EE3;
	--hp-primary-dark: #0082ba;
	--hp-sky: #f0f9ff;
	--hp-slate-50: #f8fafc;
	--hp-slate-100: #f1f5f9;
	--hp-slate-200: #e2e8f0;
	--hp-slate-300: #cbd5e1;
	--hp-slate-400: #94a3b8;
	--hp-slate-500: #64748b;
	--hp-slate-700: #334155;
	--hp-slate-800: #1e293b;
	--hp-slate-900: #0f172a;
	--hp-rose-50: #fff1f2;
	--hp-rose-500: #f43f5e;
	--hp-rose-600: #e11d48;
}

/* Đảm bảo căn chỉnh các cột Header theo hàng dọc */
.hp-custom-header .row {
	display: flex !important;
	flex-flow: row nowrap !important;
	align-items: center !important;
}

@media (min-width: 1200px) {
	/* Chừa khoảng trắng 2 bên phụ thuộc vào width màn và căn giữa */
	.hp-custom-header .row {
		max-width: 1440px !important;
		width: 92% !important; /* Tạo 4% lề trống ở mỗi bên màn hình */
		margin-left: auto !important;
		margin-right: auto !important;
		justify-content: space-between !important;
	}

	/* Cho phép các cột có thể tự co giãn thay vì cố định tỷ lệ % của Flatsome */
	.hp-custom-header .row > .col {
		max-width: none !important;
	}

	/* Cột Logo (Cột 1) giữ nguyên tỷ lệ 16.666% của Flatsome để giữ nguyên kích thước logo */
	.hp-custom-header .row > .col:first-child {
		width: 16.666% !important;
		flex: 0 0 16.666% !important;
	}

	/* Cột Tiện ích (Cột 3) tự động mở rộng theo kích thước thật của các tiện ích */
	.hp-custom-header .row > .col:last-child {
		width: auto !important;
		flex: 0 0 auto !important;
	}

	/* Cột Menu ở giữa (Cột 2) tự động chiếm trọn phần không gian còn lại ở giữa và căn giữa menu */
	.hp-custom-header .row > .col:nth-child(2) {
		width: auto !important;
		flex: 1 1 auto !important;
		display: flex !important;
		justify-content: center !important;
	}
}

/* Loại bỏ padding lề giả lập 64px của Flatsome cho tất cả màn hình lớn (>= 1200px) */
@media (min-width: 1200px) {
	.hp-custom-header .row > .col > .col-inner {
		padding: 0px 12px 0px 12px !important;
	}
}

/* Co gọn ô tìm kiếm và khoảng cách tiện ích trên màn hình nhỏ/trung bình */
@media (min-width: 1200px) and (max-width: 1359px) {
	#header .hp-custom-header input.hp-search-input,
	.hp-search-input {
		width: 11rem !important; /* ~176px */
	}
	.hp-header-utils {
		gap: 0.75rem !important; /* ~12px */
	}
}

/* Header Container */
.hp-custom-header {
	position: relative !important;
	z-index: 50;
	transition: all 0.3s;
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--hp-slate-100);
}

.hp-custom-header .row > .col:nth-child(2),
.hp-custom-header .row > .col:nth-child(2) > .col-inner,
.hp-desktop-menu {
	position: static !important;
}

/* Header Logo */
.hp-header-logo-link {
	display: inline-block;
	text-decoration: none;
}

.hp-header-logo-img {
	height: 1.5rem; /* 24px like h-6 */
	width: auto !important;
	object-fit: contain;
	display: block;
	max-width: 100%;
}

@media (min-width: 768px) {
	.hp-header-logo-img {
		height: 1.75rem; /* 28px like md:h-7 */
	}
}

/* Desktop Menu */
.hp-desktop-menu {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

@media (min-width: 1440px) {
	.hp-desktop-menu {
		gap: 0.75rem;
	}
}

.hp-desktop-menu > a,
.hp-desktop-menu .hp-menu-item-wrapper {
	text-decoration: none;
	color: var(--hp-slate-700);
	padding: 0.625rem 1rem;
	border-radius: 9999px;
	font-size: 0.75rem;
	font-weight: 500;
	white-space: nowrap;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	gap: 0.25rem;
	cursor: pointer;
}

@media (min-width: 1440px) {
	.hp-desktop-menu > a,
	.hp-desktop-menu .hp-menu-item-wrapper {
		padding: 0.625rem 1.25rem;
		font-size: 0.875rem;
	}
}

.hp-desktop-menu > a:hover,
.hp-desktop-menu .hp-menu-item-wrapper:hover {
	color: var(--hp-primary);
	background-color: var(--hp-slate-50);
}

.hp-desktop-menu > a.active,
.hp-desktop-menu .hp-menu-item-wrapper.active {
	background-color: var(--hp-sky);
	color: var(--hp-primary);
	font-weight: 600;
}

.hp-menu-separator {
	height: 1.25rem;
	width: 1px;
	background-color: var(--hp-slate-200);
	margin: 0 0.375rem;
}

@media (min-width: 1440px) {
	.hp-menu-separator {
		margin: 0 0.75rem;
	}
}

/* Mega Menu */
.hp-mega-group {
	position: static !important;
	display: flex;
	align-items: center;
	height: 100%;
}

.hp-mega-dropdown {
	position: absolute;
	top: 100% !important;
	left: 50% !important;
	transform: translateX(-50%) translateY(-0.5rem) !important;
	padding-top: 0.75rem;
	z-index: 50;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
	width: 800px; /* or adjust dynamically */
}

@media (min-width: 1440px) {
	.hp-mega-dropdown {
		width: 1000px;
	}
}

.hp-mega-group:hover .hp-mega-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0) !important;
}

.hp-mega-dropdown-inner {
	background-color: #fff;
	border: 1px solid var(--hp-slate-200);
	border-radius: 1rem;
	box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.1);
	padding: 2rem;
}

.hp-mega-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 2rem;
}

.hp-mega-col-title {
	font-size: 0.75rem;
	font-weight: 800;
	color: var(--hp-slate-800);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
	transition: color 0.2s;
	display: block;
	text-decoration: none;
}

.hp-mega-col-title:hover {
	color: var(--hp-primary);
}

.hp-mega-col-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hp-mega-col-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 0.625rem;
	margin: 0 -0.625rem;
	border-radius: 0.5rem;
	text-decoration: none;
	color: var(--hp-slate-700);
	font-size: 0.875rem;
	transition: all 0.2s;
	border-bottom: 1px solid var(--hp-slate-100);
}

.hp-mega-col-list li:last-child a {
	border-bottom: none;
}

.hp-mega-col-list li a:hover {
	background-color: var(--hp-slate-50);
	color: var(--hp-primary);
}

.hp-mega-col-list li a.active {
	background-color: var(--hp-sky);
	color: var(--hp-primary);
	font-weight: 600;
}

.hp-mega-item-right {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.hp-mega-item-count {
	font-size: 10px;
	font-weight: 500;
	color: var(--hp-slate-400);
}

.hp-mega-item-icon {
	width: 14px;
	height: 14px;
	color: var(--hp-slate-300);
	opacity: 0;
	transition: all 0.2s;
	transform: translateX(-4px);
}

.hp-mega-col-list li a:hover .hp-mega-item-icon {
	opacity: 1;
	transform: translateX(0);
	color: var(--hp-primary);
}

/* Header Utilities */
.hp-header-utils {
	display: flex;
	align-items: center;
	gap: 1rem;
}

@media (min-width: 1440px) {
	.hp-header-utils {
		gap: 1.75rem;
	}
}

/* Search Form (Copied exactly from homepower-theme) */
.hp-search-form {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	margin-bottom: 0 !important;
}

#header .hp-custom-header input.hp-search-input,
.hp-search-input {
	width: 13rem !important; /* w-52 */
	background-color: var(--hp-slate-50) !important; /* bg-slate-50 */
	border: 1px solid var(--hp-slate-100) !important; /* border-slate-100 */
	color: var(--hp-slate-800) !important; /* text-slate-800 */
	font-size: 0.875rem !important; /* text-sm */
	line-height: 1.25rem !important;
	padding: 0.625rem 2.5rem 0.625rem 1.25rem !important; /* px-5 py-2.5 pr-10 */
	border-radius: 9999px !important; /* rounded-full */
	outline: none !important;
	transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	height: auto !important;
}

#header .hp-custom-header input.hp-search-input::placeholder,
.hp-search-input::placeholder {
	color: var(--hp-slate-400) !important; /* placeholder-slate-400 */
	font-weight: 400 !important;
}

@media (min-width: 1440px) {
	#header .hp-custom-header input.hp-search-input,
	.hp-search-input {
		width: 16rem !important; /* xl:w-64 */
	}
}

#header .hp-custom-header input.hp-search-input:hover,
.hp-search-input:hover {
	border-color: var(--hp-slate-200) !important; /* hover:border-slate-200 */
}

#header .hp-custom-header input.hp-search-input:focus,
.hp-search-input:focus {
	border-color: var(--hp-primary) !important; /* focus:border-primary-blue */
	background-color: #ffffff !important; /* focus:bg-white */
}

#header .hp-custom-header button.hp-search-btn,
.hp-search-btn {
	position: absolute !important;
	right: 0.875rem !important; /* right-3.5 */
	top: 50% !important;
	transform: translateY(-50%) !important;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	color: var(--hp-slate-400) !important; /* text-slate-400 */
	cursor: pointer !important;
	transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1) !important; /* transition-colors */
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: auto !important;
	min-height: auto !important;
	width: auto !important;
	height: auto !important;
	box-shadow: none !important;
	line-height: 1 !important;
	border-radius: 0 !important;
}

#header .hp-custom-header button.hp-search-btn:hover,
.hp-search-btn:hover {
	color: var(--hp-primary) !important; /* hover:text-primary-blue */
	background: transparent !important;
}

#header .hp-custom-header button.hp-search-btn svg,
.hp-search-btn svg {
	width: 1rem !important; /* w-4 */
	height: 1rem !important; /* h-4 */
	margin: 0 !important;
	stroke-width: 2.5 !important;
	fill: none !important;
}

/* Cart Button */
.hp-cart-group {
	position: relative;
	padding: 0.75rem 0;
	display: flex;
	align-items: center;
}

.hp-cart-btn {
	position: relative;
	padding: 0.625rem;
	color: var(--hp-slate-700);
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hp-slate-100);
	transition: all 0.2s;
	background-color: #fff;
}

.hp-cart-btn:hover {
	color: var(--hp-primary);
	background-color: var(--hp-slate-50);
	border-color: var(--hp-slate-200);
}

.hp-cart-btn svg {
	width: 1.5rem;
	height: 1.5rem;
}

.hp-cart-count {
	position: absolute;
	top: -0.25rem;
	right: -0.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background-color: var(--hp-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	box-shadow: 0 1px 2px rgba(0, 158, 227, 0.2);
}

/* Cart Dropdown */
.hp-cart-dropdown {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #fff;
	border: 1px solid var(--hp-slate-100);
	border-radius: 1rem;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	width: 320px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.5rem);
	transition: all 0.2s;
	z-index: 50;
	padding: 1rem;
}

.hp-cart-group:hover .hp-cart-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hp-cart-items-wrapper {
	max-height: 15rem;
	overflow-y: auto;
	margin-bottom: 0.75rem;
}

.hp-cart-items-wrapper::-webkit-scrollbar {
	width: 4px;
}
.hp-cart-items-wrapper::-webkit-scrollbar-thumb {
	background-color: var(--hp-slate-200);
	border-radius: 4px;
}

.hp-cart-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding-bottom: 0.75rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid var(--hp-slate-50);
}

.hp-cart-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.hp-cart-item img {
	width: 3rem;
	height: 3rem;
	object-fit: cover;
	border-radius: 0.5rem;
	border: 1px solid var(--hp-slate-100);
}

.hp-cart-item-details {
	flex-grow: 1;
	min-width: 0;
}

.hp-cart-item-title {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--hp-slate-800);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: block;
	transition: color 0.2s;
}

.hp-cart-item-title:hover {
	color: var(--hp-primary);
}

.hp-cart-item-meta {
	font-size: 10px;
	color: var(--hp-slate-400);
	font-weight: 500;
	margin-top: 0.125rem;
}

.hp-cart-item-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.375rem;
}

.hp-cart-item-price {
	font-size: 0.75rem;
	font-weight: 800;
	color: var(--hp-slate-900);
}

.hp-cart-empty {
	text-align: center;
	color: var(--hp-slate-500);
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
}

.hp-cart-empty svg {
	width: 2.5rem;
	height: 2.5rem;
	color: var(--hp-slate-300);
}

.hp-cart-empty p {
	font-size: 0.75rem;
	font-weight: 600;
	margin: 0;
}

.hp-cart-footer {
	border-top: 1px solid var(--hp-slate-100);
	padding-top: 0.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.hp-cart-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hp-cart-subtotal-label {
	font-size: 0.75rem;
	color: var(--hp-slate-500);
	font-weight: 600;
}

.hp-cart-subtotal-value {
	font-size: 0.875rem;
	font-weight: 800;
	color: var(--hp-primary);
}

.hp-cart-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

.hp-cart-btn-view, .hp-cart-btn-checkout {
	text-align: center;
	padding: 0.5rem 1rem;
	border-radius: 0.75rem;
	font-size: 0.75rem;
	font-weight: 800;
	text-decoration: none;
	transition: all 0.2s;
}

.hp-cart-btn-view {
	border: 1px solid var(--hp-slate-200);
	color: var(--hp-slate-700);
}

.hp-cart-btn-view:hover {
	background-color: var(--hp-slate-50);
	color: var(--hp-primary) !important;
}

.hp-cart-btn-checkout {
	background-color: var(--hp-primary);
	color: #fff;
	border: 1px solid var(--hp-primary);
}

.hp-cart-btn-checkout:hover {
	background-color: var(--hp-primary-dark);
	color: #fff !important;
}

/* Account Button */
.hp-account-group {
	position: relative;
}

.hp-account-btn {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	padding: 0.625rem 1.25rem;
	border-radius: 9999px;
	font-size: 0.75rem;
	font-weight: 600;
	border: 1px solid var(--hp-slate-200);
	color: var(--hp-slate-700);
	text-decoration: none;
	transition: all 0.2s;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	cursor: pointer;
	white-space: nowrap;
}

@media (min-width: 1440px) {
	.hp-account-btn {
		font-size: 0.875rem;
	}
}

.hp-account-btn.active {
	background-color: var(--hp-sky);
	color: var(--hp-primary);
	border-color: var(--hp-sky);
}

.hp-account-btn:hover {
	color: var(--hp-primary);
	background-color: var(--hp-slate-50);
	border-color: var(--hp-slate-300);
}

.hp-account-btn:active {
	transform: scale(0.95);
}

.hp-account-btn svg {
	width: 0.875rem;
	height: 0.875rem;
	transition: transform 0.2s;
	color: var(--hp-slate-400);
}

.hp-account-group:hover .hp-account-btn svg {
	transform: rotate(180deg);
	color: var(--hp-primary);
}

/* Account Dropdown */
.hp-account-dropdown {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 0.5rem;
	background-color: #fff;
	border: 1px solid var(--hp-slate-100);
	border-radius: 1rem;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	width: 260px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.5rem);
	transition: all 0.2s;
	z-index: 50;
	overflow: hidden;
}

.hp-account-group:hover .hp-account-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.hp-account-header {
	padding: 0.75rem 1rem;
	background-color: rgba(248, 250, 252, 0.5); /* var(--hp-slate-50) */
	border-bottom: 1px solid rgba(241, 245, 249, 0.8); /* var(--hp-slate-100) */
	text-align: left !important;
}

.hp-account-header-label {
	font-size: 10px;
	color: var(--hp-slate-400);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
}

.hp-account-header-name {
	font-size: 0.875rem;
	color: var(--hp-slate-800);
	font-weight: 800;
	margin: 0.125rem 0 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hp-account-link {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.625rem 1rem;
	font-size: 0.75rem;
	color: var(--hp-slate-700);
	text-decoration: none;
	font-weight: 500;
	transition: all 0.2s;
}

@media (min-width: 1440px) {
	.hp-account-link {
		font-size: 0.875rem;
	}
}

.hp-account-link:hover {
	background-color: var(--hp-sky);
	color: var(--hp-primary);
}

.hp-account-link svg {
	width: 1rem;
	height: 1rem;
	opacity: 0.7;
}

.hp-account-divider {
	border-top: 1px solid var(--hp-slate-100);
	margin: 0.25rem 0;
}

.hp-account-logout {
	color: var(--hp-rose-600);
	font-weight: 600;
}

.hp-account-logout:hover {
	background-color: var(--hp-rose-50);
	color: var(--hp-rose-600);
}

/* Mobile Adjustments for UX Builder columns */
.hp-custom-header .col {
	padding-bottom: 0 !important;
}

/* Desktop/Mobile Utility Layouts */
.hp-header-utils-desktop {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.hp-header-utils-mobile {
	display: none;
}

@media (min-width: 1440px) {
	.hp-header-utils-desktop {
		gap: 1.75rem;
	}
}

@media (max-width: 1199px) {
	/* Căn các icon tiện ích di động bám sát về phía bên phải */
	.hp-header-utils {
		width: 100% !important;
		justify-content: flex-end !important;
	}
	/* Cho phép nội dung Header trải rộng 100% màn hình */
	.hp-custom-header .section-content {
		max-width: 100% !important;
		width: 100% !important;
	}
	.hp-custom-header .row {
		max-width: 100% !important;
		width: 100% !important;
		padding-left: 1.5rem !important; /* 24px lề cho Tablet */
		padding-right: 1.5rem !important;
	}
	/* Tạo khoảng trống phía trên và dưới cho Header tránh áp sát trần màn hình */
	.hp-custom-header .section {
		padding-top: 0.875rem !important; /* ~14px */
		padding-bottom: 0.875rem !important; /* ~14px */
	}
	/* Ẩn cột chứa Menu desktop ở giữa vì không dùng trên mobile/tablet */
	.hp-custom-header .row > .col:nth-child(2) {
		display: none !important;
	}
	/* Cho cột logo và cột tiện ích di động chiếm đều 50% diện tích */
	.hp-custom-header .row > .col:first-child,
	.hp-custom-header .row > .col:nth-child(3),
	.hp-custom-header .row > .col:last-of-type {
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 0 50% !important;
	}
	.hp-desktop-menu {
		display: none !important;
	}
	.hp-header-utils-desktop {
		display: none !important;
	}
	/* Release column constraint so mobile menu spans 100% width */
	.hp-custom-header .row,
	.hp-custom-header .row > .col {
		position: static !important;
	}
	.hp-custom-header .row > .col > .col-inner {
		position: static !important;
		padding: 0px !important; /* Ghi đè padding 64px của Flatsome/UX Builder */
	}
	.hp-header-utils-mobile {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 0.5rem !important;
	}
}

@media (max-width: 767px) {
	/* Thu nhỏ lề cho màn hình di động */
	.hp-custom-header .row {
		padding-left: 1rem !important; /* 16px lề cho Mobile */
		padding-right: 1rem !important;
	}
}

/* Burger Menu Trigger for Mobile */
.hp-mobile-menu-trigger-btn {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: var(--hp-slate-700) !important;
	height: 2.5rem !important;
	width: 2.5rem !important;
	min-height: 0 !important;
	line-height: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-transform: none !important;
	cursor: pointer !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* Mobile Menu Panel (Slides down from Header) */
#mobile-menu {
	display: flex !important;
	flex-direction: column !important;
	gap: 1.25rem !important;
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 100% !important;
	z-index: 999 !important;
	border-top: 1px solid var(--hp-slate-100) !important;
	background-color: #ffffff !important;
	box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 8px 10px -6px rgba(15, 23, 42, 0.1) !important;
	padding: 2rem 1.25rem 1.5rem 1.25rem !important;
}

#mobile-menu.hidden {
	display: none !important;
}

/* Mobile Search form */
#mobile-menu form {
	position: relative !important;
	width: 100% !important;
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
}

#mobile-menu nav {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.5rem !important;
}

#mobile-menu input[type="search"] {
	width: 100% !important;
	background-color: var(--hp-slate-50) !important;
	border: 1px solid var(--hp-slate-100) !important;
	color: var(--hp-slate-800) !important;
	font-size: 0.875rem !important;
	padding: 0.625rem 2.5rem 0.625rem 1rem !important;
	border-radius: 9999px !important;
	outline: none !important;
	box-shadow: none !important;
}

#mobile-menu input[type="search"]:focus {
	border-color: var(--hp-primary) !important;
	background-color: #ffffff !important;
}

#mobile-menu button[type="submit"] {
	position: absolute !important;
	right: 1rem !important;
	color: var(--hp-slate-400) !important;
	background: none !important;
	border: none !important;
	cursor: pointer !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

#mobile-menu button[type="submit"]:hover {
	color: var(--hp-primary) !important;
}

/* Mobile Navigation links */
#mobile-menu nav a {
	display: flex !important;
	align-items: center !important;
	gap: 0.75rem !important;
	color: var(--hp-slate-700) !important;
	padding: 0.625rem 1rem !important;
	border-radius: 0.75rem !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	transition: all 0.2s !important;
}

#mobile-menu nav a:hover {
	color: var(--hp-primary) !important;
	background-color: var(--hp-slate-50) !important;
}

#mobile-menu nav a.bg-sky-blue {
	background-color: var(--hp-sky) !important;
	color: var(--hp-primary) !important;
	font-weight: 600 !important;
}

#mobile-menu nav a.text-rose-500 {
	color: var(--hp-rose-500) !important;
}
#mobile-menu nav a.text-rose-500:hover {
	background-color: var(--hp-rose-50) !important;
}

#mobile-menu nav a.text-primary-blue {
	background-color: rgba(0, 158, 227, 0.1) !important;
	color: var(--hp-primary) !important;
	font-weight: 600 !important;
}

/* Mobile Cart Button */
.hp-mobile-cart-btn {
	position: relative !important;
	height: 2.5rem !important;
	width: 2.5rem !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	color: var(--hp-slate-700) !important;
	transition: color 0.2s !important;
}

.hp-mobile-cart-btn:hover {
	color: var(--hp-primary) !important;
}

