/**
 * Vido desktop (992px+) — mockup elrendezés, mobil elemek kikapcsolva.
 */

@media (min-width: 992px) {
	:root {
		--vido-mobile-nav-h: 0px;
	}

	body.vido-theme .vido-mobile-nav {
		display: none !important;
	}

	body.vido-theme {
		padding-bottom: 0 !important;
	}

	/* Főoldal: teal domino sáv + teljes fejléc maradjon */
	body.vido-theme.vido-front-page .rf-header-cat-nav {
		display: block !important;
	}

	body.vido-theme .rf-header-contact-side,
	body.vido-theme .rf-header-contact,
	body.vido-theme .header-contact {
		display: flex !important;
	}

	/* Hero — két oszlop: panel bal, kép jobb (mockup) */
	body.vido-theme .vido-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 2.5rem;
		padding: 2.5rem 0 3rem;
		align-items: center;
	}

	body.vido-theme .vido-hero__panel {
		max-width: 520px;
		margin: 0;
		border-radius: 20px;
	}

	body.vido-theme .vido-hero__visual {
		padding: 0;
		text-align: right;
	}

	body.vido-theme .vido-hero__burger {
		max-width: 100%;
	}

	body.vido-theme .vido-hero__stamp {
		left: auto;
		right: 12%;
	}

	body.vido-theme .vido-categories__track {
		justify-content: center;
		flex-wrap: wrap;
		overflow: visible;
		max-width: 960px;
		margin: 0 auto;
		padding-inline: 1.25rem;
	}

	body.vido-theme .vido-usp {
		padding: 1.75rem 1rem;
	}

	body.vido-theme .vido-usp__grid {
		grid-template-columns: repeat(4, 1fr);
		max-width: 1100px;
	}

	body.vido-theme .vido-promo {
		flex-direction: row;
		max-width: 720px;
	}

	body.vido-theme .vido-favorites-swiper .swiper-slide {
		width: 260px !important;
	}
}
