/**
 * Vido fejléc — alapszín, RosaFood ikonok, átlátszó kosár.
 */

/* Fejléc sor — csak alapszín, nincs textúra */
body.vido-theme .site-header,
body.vido-theme .rf-header,
body.vido-theme .rf-header-larosa .header-container {
	background-color: var(--vido-cream) !important;
	background-image: none !important;
	border-bottom: none !important;
	box-shadow: 0 2px 16px var(--vido-shadow) !important;
}

body.vido-theme .rf-header-main__center,
body.vido-theme .header-center.rf-header-main__center {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border-left: none !important;
	border-right: none !important;
	box-shadow: none !important;
}

/* Kategória menü — NINCS háttérszín (átlátszó, fejléc alapszín látszik) */
body.vido-theme .rf-header-cat-nav,
body.vido-theme .rf-header-cat-nav--inline,
body.vido-theme .rf-header-cat-nav__scroll,
body.vido-theme .rf-header-cat-nav__list,
body.vido-theme .rf-header-cat-nav__list--compact,
body.vido-theme .rf-header-cat-nav__item,
body.vido-theme .rf-header-cat-nav__more-panel,
body.vido-theme .rf-header-cat-nav__more-inner {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	border-top: none !important;
	border-bottom: none !important;
}

body.vido-theme .rf-header-cat-nav__item a,
body.vido-theme .rf-header-cat-nav__more-toggle {
	color: var(--vido-brown-dark) !important;
	border-right-color: rgba(201, 148, 26, 0.2) !important;
	background: transparent !important;
	background-color: transparent !important;
}

body.vido-theme .rf-header-cat-nav__item a:hover,
body.vido-theme .rf-header-cat-nav__item.is-active a,
body.vido-theme .rf-header-cat-nav__more-toggle:hover,
body.vido-theme .rf-header-cat-nav__more-toggle[aria-expanded="true"] {
	background: rgba(201, 148, 26, 0.08) !important;
	background-color: rgba(201, 148, 26, 0.08) !important;
	color: var(--vido-red) !important;
	box-shadow: none !important;
}

body.vido-theme .rf-header-cat-nav__label {
	font-family: var(--vido-font-label) !important;
	font-size: 0.625rem !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: var(--vido-red) !important;
	text-shadow: none !important;
}

body.vido-theme .rf-header-cat-nav__desc {
	display: none !important;
}

body.vido-theme .rf-header-cat-nav__icon .rf-cat-icon--gringo,
body.vido-theme .rf-header-cat-nav__icon .rf-cat-icon--illustrated,
body.vido-theme .rf-header-cat-nav__icon .rf-cat-icon--png {
	width: 44px !important;
	height: 44px !important;
	object-fit: contain !important;
	object-position: center !important;
}

body.vido-theme .rf-header-cat-nav__icon svg,
body.vido-theme .rf-header-cat-nav__icon .rf-cat-icon:not(.rf-cat-icon--gringo):not(.rf-cat-icon--png) {
	width: 36px !important;
	height: 36px !important;
	color: var(--vido-brown-dark) !important;
}

/* Kapcsolat doboz — csak alapszín */
body.vido-theme .rf-header-contact-side__inner {
	background-color: var(--vido-cream-panel) !important;
	background-image: none !important;
	border: 2px solid rgba(201, 148, 26, 0.45) !important;
	border-radius: 12px !important;
	padding: 0.5rem 0.875rem !important;
	box-shadow: 0 4px 14px var(--vido-shadow) !important;
	min-width: 168px;
}

body.vido-theme .rf-header-contact-side .rf-header-contact__label {
	color: var(--vido-brown-mid) !important;
	font-weight: 800 !important;
}

body.vido-theme .rf-header-contact__text--phone {
	font-family: var(--vido-font-label) !important;
	font-weight: 800 !important;
	color: var(--vido-brown-dark) !important;
	font-size: 1.0625rem !important;
}

/* Kosár — nincs piros háttér */
body.vido-theme .site-header-cart .cart-contents,
body.vido-theme .rf-header-cart .cart-contents,
body.vido-theme .header-cart-mobile .cart-contents,
body.vido-theme .site-header-cart.menu .cart-contents {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

body.vido-theme .site-header-cart .cart-contents::before,
body.vido-theme .header-group-action .site-header-cart .cart-contents:before,
body.vido-theme .header-cart-mobile .cart-contents:before {
	display: none !important;
	content: none !important;
}

body.vido-theme .vido-cart-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	min-width: 52px !important;
	min-height: 52px !important;
	line-height: 1;
	text-decoration: none;
}

body.vido-theme .vido-cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 0;
}

body.vido-theme .vido-cart-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

body.vido-theme .vido-cart-icon--dark {
	color: var(--vido-brown-dark, #1a120d);
}

body.vido-theme .vido-cart-icon--light {
	color: #fff;
}

body.vido-theme .vido-cart-btn__icon,
body.vido-theme .vido-cart-btn__icon--dark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

body.vido-theme .vido-cart-btn__icon--svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	color: var(--vido-brown-dark);
}

body.vido-theme .vido-cart-btn__icon--svg .vido-cart-svg {
	width: 40px;
	height: 40px;
}

body.vido-theme .vido-cart-btn__label {
	display: none;
	font-family: var(--vido-font-label);
	font-size: 0.8125rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--vido-brown-dark);
}

body.vido-theme .vido-cart-btn__count--empty {
	display: none !important;
}

body.vido-theme .site-header-cart .widget_shopping_cart,
body.vido-theme .site-header-cart-side,
body.vido-theme .cart-side-overlay {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

body.vido-theme .rf-mobile-cat-nav .widget_shopping_cart,
body.vido-theme .rf-mobile-cat-nav .woocommerce-mini-cart__empty-message {
	display: none !important;
}

body.vido-theme .vido-cart-btn__count,
body.vido-theme .vido-cart-btn .count,
body.vido-theme .site-header-cart .cart-contents .count {
	position: absolute !important;
	top: -2px !important;
	right: -4px !important;
	min-width: 22px !important;
	height: 22px !important;
	padding: 0 5px !important;
	border-radius: 999px !important;
	background: var(--vido-gold-light) !important;
	color: var(--vido-brown-dark) !important;
	font-size: 0.6875rem !important;
	font-weight: 800 !important;
	line-height: 22px !important;
	text-align: center !important;
	border: 2px solid var(--vido-brown) !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Lábléc */
body.vido-theme .site-footer,
body.vido-theme .rf-footer {
	background: var(--vido-brown-dark) !important;
	color: var(--vido-parchment) !important;
	border-top: 3px solid var(--vido-gold) !important;
}

body.vido-theme .rf-footer a,
body.vido-theme .site-footer a {
	color: var(--vido-gold-light) !important;
}

body.vido-theme.vido-front-page .site-footer {
	margin-top: 0;
}

@media (min-width: 992px) {
	body.vido-theme .rf-header-larosa .header-main {
		grid-template-columns: auto minmax(0, 1fr) auto !important;
		min-height: 5.75rem !important;
	}

	body.vido-theme .rf-header-main__center {
		display: flex !important;
	}

	body.vido-theme .rf-header-larosa .menu-mobile-nav-button {
		display: none !important;
	}

	body.vido-theme .header-cart-mobile,
	body.vido-theme .rf-header-account-mobile {
		display: none !important;
	}

	body.vido-theme .rf-header-actions .site-header-cart,
	body.vido-theme .rf-header-actions .site-header-account {
		display: flex !important;
		align-items: center;
	}

	body.vido-theme .rf-header-actions .vido-header-cart {
		margin-left: 0.5rem;
	}

	body.vido-theme .rf-header-actions .vido-cart-btn {
		display: inline-flex !important;
		align-items: center;
		gap: 0.35rem;
		padding: 0.45rem 0.85rem 0.45rem 0.45rem !important;
		min-width: 0 !important;
		min-height: 48px !important;
		background: var(--vido-gold-light) !important;
		border: 2px solid var(--vido-brown) !important;
		border-radius: var(--vido-radius-pill) !important;
		box-shadow: 0 3px 10px var(--vido-shadow) !important;
		transition: transform var(--vido-transition), box-shadow var(--vido-transition);
	}

	body.vido-theme .rf-header-actions .vido-cart-btn:hover {
		transform: translateY(-1px);
		box-shadow: 0 5px 14px var(--vido-shadow-strong) !important;
	}

	body.vido-theme .rf-header-actions .vido-cart-btn__icon {
		width: 36px;
		height: 36px;
	}

	body.vido-theme .rf-header-actions .vido-cart-btn__label {
		display: inline;
	}

	body.vido-theme .rf-header-actions .vido-cart-btn__count {
		position: static !important;
		top: auto !important;
		right: auto !important;
		margin-left: 0.15rem;
	}

	body.vido-theme .rf-header-contact-side {
		display: block !important;
		padding-right: 0.75rem;
		border-right: 1px solid rgba(201, 148, 26, 0.25);
		margin-right: 0.35rem;
	}

	body.vido-theme .rf-header-cat-nav__list--compact .rf-header-cat-nav__icon {
		width: 2.75rem !important;
		height: 2.75rem !important;
	}
}

@media (max-width: 991px) {
	body.vido-theme .rf-header-larosa .header-main {
		padding: 0.5rem 0.75rem !important;
	}
}
