/* Minden elemre egységes sans-serif (Roboto) betűtípus */* Minden elemre egységes sans-ser/* Minden elemre egységes sans-serif (Roboto) betűtípus */
* {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

/* Címsorok formázása */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #111;
}

/* Bekezdések */
p {
  margin-bottom: 1em;
}

/* Listaelemek */
ul, ol {
  margin-bottom: 1em;
}

/* Táblázatok */
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

/* Linkek */
aa {
  color: #000; /* fekete */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Űrlapmezők */
input, textarea, select, button {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
/* Menü betűméretének növelése */
.menu a {
  font-size: 23px; /* vagy pl. 20px, ha még nagyobbat szeretnél */
  font-weight: bold; /* opcionális: félkövérre állítja */
  text-transform: uppercase; /* opcionális: nagybetűs lesz */
}
.category-menu {
    font-size: 30px; /* Állítsd be a kívánt betűméretet */
}
.category-menu a {
    font-size:25px !important;
}/* Almenüpontok (lenyíló elemek) */
.category-menu li ul li a {
    font-size: 20px !important;
    font-weight: normal;
}/* Akciós termékek neveinek betűméretének csökkentése */
.product-box .product-name {
    font-size: 16px !important;
}.category-empty-text {
    font-size: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}.page-product .product-name {
    font-size: 18px !important;
    line-height: 1.3 !important;
}.product-slider .product-name {
    font-size: 16px !important;
    line-height: 1.3 !important;
}.product-variant select {
    border: 2px solid red !important;
    background-color: #fff3f3 !important;
    font-weight: bold !important;
    padding: 8px !important;
    font-size: 16px !important;
}.product-page .product-variant select,
.product-page .product-variant label {
    border: 2px solid red !important;
    background-color: #fff3f3 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 6px !important;
}.size-reminder {
  color: #c0392b; /* piros figyelmeztető szín */
  font-weight: bold;
  background-color: #fdecea; /* halvány piros háttér */
  padding: 10px 15px;
  border: 1px solid #e74c3c;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 1.1em;
}h1, h2, .product-name {
  font-size: 24px; /* Válaszd ki a megfelelő méretet */
	/* Alapértelmezett betűméret növelése */
  font-size: 20px !important;
}

/* Termékcímek nagyításához */
h2, .product-title, .woocommerce-loop-product__title {
  font-size: 28px !important;
}

/* Navigációs menü betűinek növelése */
nav a, .menu a {
  font-size: 25px !important;
}

/* Gombokra vonatkozó betűméret */
button, input[type="submit"], .btn {
  font-size: 25px !important;
}/* Alap betűméret az egész oldalra */
body {
  font-size: 20px !important;
  line-height: 1.6;
}

/* Terméknevek a listanézetben */
.product-name, .product-item .title {
  font-size: 25px !important;
  font-weight: bold;
}

/* Ár megjelenítése */
.product-price, .product-item .price {
  font-size: 20px !important;
  font-weight: 500;
}

/* Menü (navigációs linkek) */
.navigation a, .main-menu a, nav a {
  font-size: 25px !important;
}

/* Gombok feliratai */
button, .btn, input[type="submit"] {
  font-size: 20px !important;
}

/* Kosár, bejelentkezés, lábléc linkek */
.header-cart, .footer a, .top-menu a {
  font-size: 20px !important;
}/* Főmenü (felső navigáció) betűméret növelése */
.main-menu a, 
.navigation a, 
.menu a, 
nav.main-nav a {
  font-size: 25px !important;
  font-weight: 600;
}/* Alapméret - desktop */
.details-button {
  font-size: 1rem;
}/* Alapméret - desktop */
.details-button {
  font-size: 1rem;
}

/* Mobilnézet (max 768px) */
@media (max-width: 768px) {
  .details-button {
    font-size: 0.8rem;
  }
}@media (max-width: 768px) {
  a.button, .details-button, .woocommerce-loop-product__link {
    font-size: 10px !important;  /* fix érték */
    /* vagy */
    /* font-size: 2.5vw !important; */
  }
}@media (max-width: 768px) {
  .product-card__details-button {
    font-size: 13px !important;
    padding: 6px 10px !important;
  }
}.product-price {
  font-size: 26px !important; /* vagy pl. 30px ha még nagyobb kell */
  font-weight: bold;
}