/**
 * RosaFood typography — header, nav, hero finomhangolás
 */

/* Fejléc: logó és menü arányosabb méretezés */
.header-1 .site-branding .site-title,
.header-1 .site-branding .site-title a {
	font-size: clamp(1.125rem, 2vw, 1.375rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.header-1 .main-navigation ul.menu > li.menu-item > a {
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	padding: 1.35em 0.75em;
	line-height: 1.3;
}

.site-header-account > a {
	font-size: 0.875rem;
	font-weight: 500;
}

.header-1 .header-group-action > div > a,
.header-1 .header-group-action .site-header-cart .cart-contents {
	font-size: 0;
}

.header-1 .header-group-action [class*="fazfood-icon-"] {
	font-size: 1.25rem;
}

/* Mobil menü cím */
.fazfood-mobile-nav .site-branding .site-title {
	font-size: 1.25rem;
}

/* Home 03 hero — ne legyen túl nagy a cím a fejlécnél */
.fazfood-home-03 .home03-hero__content h1 {
	font-size: clamp(2.25rem, 5vw, 3.75rem);
}

.fazfood-home-03 .home03-hero__content p {
	font-size: 1.0625rem;
	line-height: 1.55;
}

.fazfood-home-03 .home03-label {
	font-size: 0.6875rem;
}

/* Kategória sáv: ikon + szöveg */
.home03-categories .product-cat-link img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	display: block;
	margin: 0 auto 0.5rem;
}

.home03-categories .product-cat-link .cat-title,
.home03-categories .product-cat-link h3 {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

@media (max-width: 767px) {
	.header-1 .site-branding .site-title,
	.header-1 .site-branding .site-title a {
		font-size: 1rem;
	}
}

/* FazFood theme.css felülírások — csak a fejléc menü/logó */
body.rosafood-theme #masthead.header-1 .main-navigation ul.menu > li.menu-item > a {
	font-size: 0.9375rem !important;
	font-weight: 600 !important;
	padding: 1.25em 0.65em !important;
	line-height: 1.3 !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

body.rosafood-theme #masthead.header-1 .site-branding .site-title,
body.rosafood-theme #masthead.header-1 .site-branding .site-title a {
	font-size: clamp(1rem, 1.8vw, 1.25rem) !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

body.rosafood-theme #masthead.header-1 .site-header-account > a {
	font-size: 0.8125rem !important;
	font-weight: 500 !important;
}

body.rosafood-theme #masthead.header-1 .site-header-account > a .account-content {
	display: none;
}

@media (min-width: 1025px) {
	body.rosafood-theme #masthead.header-1 .site-header-account > a .account-content {
		display: inline;
	}
}
