/* GOOGLE */
 a.google-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #1f1f1f;
    background: #e5e7eb;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
	 overflow:hidden;
	 max-width:100%;
	 margin-bottom:10px;
  }

  a.google-badge:hover {
    background: #d1d5db;
	  text-decoration: none;
  }

  .brand {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 20px;
    font-weight: 600;
  }

  /* Google színei */
  .g-word .b { color: #1a73e8; }
  .g-word .r { color: #ea4335; }
  .g-word .y { color: #fbbc05; }
  .g-word .g { color: #1a73e8; }
  .g-word .gr{ color: #34a853; }
  .g-word .re{ color: #ea4335; }

  .reviews-label {
    font-weight: 600;
  }

  .rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .score {
    font-size: 20px;
    font-weight: 700;
  }

  .stars {
    color: #fbbc04;
    font-size: 18px;
    letter-spacing: 2px;
  }

  .count {
    font-size: 14px;
    color: #6b7280;
  }
/* GOOGLE */

.tudtad-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*background: #111;*/
  color: #fff;
  border-radius: 25px;
  Padding: 32px 40px;
  width: 100%;
  margin: 60px auto;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Jobbra rendezett verzió */
.tudtad-block.right {
  flex-direction: row-reverse;
}

/* Ikon stílus */
.tudtad-icon img {
  width: 70px;
  height: 70px;
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.tudtad-block:hover {
  background: #303333;
}

.tudtad-block:hover .tudtad-icon img {
  transform: scale(1.03);
  opacity: 1;

}

/* Szöveges rész */
.tudtad-content {
  flex: 1;
}

.tudtad-title {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.tudtad-text {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.tudtad-text strong {
  color: #ff3344;
  font-weight: 600;
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
  .tudtad-block {
    flex-direction: column !important;
    text-align: center;
    padding: 24px 22px;
    gap: 20px;
  }

  .tudtad-icon img {
    width: 60px;
    height: 60px;
  }

  .tudtad-title {
    font-size: 1.2rem;
  }

  .tudtad-text {
    font-size: 0.95rem;
  }
}




#product > div.product-page-top__row.row > div.col-lg-3.product-page-right > div > div.product-page-right-box.product-page-price > div > span > span {
	  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

#product > div.product-sticky-wrapper.sticky-head > div > div > div.d-flex.justify-content-end > div > div.product-addtocart-wrapper {padding-right: 10px;}

.brutto-ar-ala {
  margin-top: 6px;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.3;
}

.brutto-ar-ala::before {
  content: "💯";
  font-size: 1rem;
  opacity: 0.8;
}

.brutto-ar-ala strong {
  color: #ffffff;
  font-weight: 600;
}

.product-buybox .brutto-ar-ala {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 5px;
}

/* Mobiloptimalizálás */
@media (max-width: 768px) {
  .brutto-ar-ala {
    font-size: 0.85rem;
    text-align: center;
    justify-content: center;
  }
}

#product > div.product-sticky-wrapper.sticky-head > div > div > div.product-sticky-image-and-price > div.product-page-right-box.product-page-price > span {display: none !important;}

.trust-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1.6;
  width: 100%;
  max-width: 260px;
	display: block !important;
}

/* Egyes sorok (ikon + szöveg) */
.trust-column div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 0;
  opacity: 0.9;
  transition: all 0.2s ease;
}

.trust-column div:hover {
  opacity: 1;
  transform: translateX(2px);
}

/* Ikonok */
.trust-column img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  /*filter: brightness(0) invert(1);*/ /* világos ikon sötét háttérhez */
  opacity: 0.95;
}

/* Szövegek */
.trust-column span {
  display: inline-block;
  text-align: left;
  line-height: 1.4;
}

/* Finom árnyalat és légzés */
.trust-column div:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 5px;
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
  .trust-column {
    align-items: center;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.5;
    max-width: 100%;
  }

  .trust-column div {
    justify-content: center;
    gap: 6px;
  }

  .trust-column img {
    width: 18px;
    height: 18px;
  }
}


#product > div.product-sticky-wrapper.sticky-head > div > div > div.d-flex.justify-content-end > div > div.trust-column {border-top:0px;   margin-top: 0px;
  padding-top: 0px;}

.product-cart-box { 
	background-color: #1a1a1a; 
	color: white;
  box-shadow: 0 0 20px rgba(255, 0, 60, 0.15);
  border-radius: 12px;
  align-items: flex-start !important;
  justify-content: flex-start !important;}

#section-partners_footer {padding: 10px 10px; background-color:white; border-radius:20px;}
.sr-cart-page {background-color:white;}
/* ====== LOLmarkt - Üzleteink szekció (izolált fekete dizájn) ====== */
.uzleteink-szekcio {
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  color: #f2f2f2;
  /*background-color: #000;*/
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
  border-radius: 12px;
}

/* Általános szövegstílusok */
.uzleteink-szekcio p {
  text-align: justify;
  margin-bottom: 15px;
  color: #e8e8e8;
}

.uzleteink-szekcio a {
  color: #ff3333;
  text-decoration: none;
  font-weight: 600;
}
.uzleteink-szekcio a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Piros figyelmeztető szövegek */
.uzleteink-szekcio .piros {
  color: #ff0000;
  font-weight: bold;
}

/* Fekete doboz (fehér kerettel) */
.uzleteink-szekcio .uzlet-info-fekete {
 /* background-color: #111;*/
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin: 30px 0;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}

/* Szürke doboz kontrasztosan */
.uzleteink-szekcio .uzlet-info-szurke {
  /*background-color: #1a1a1a;*/
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  color: #fff;
}

/* Térkép iframe */
.uzleteink-szekcio iframe {
  border: none;
  border-radius: 10px;
  margin: 30px 0;
  width: 100%;
  height: 620px;
}

/* Képgaléria rács */
.uzleteink-szekcio .card-deck {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-items: center;
  align-items: center;
  margin-top: 50px;
}

/* Képkártyák */
.uzleteink-szekcio .mycard {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.uzleteink-szekcio .mycard:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
}

.uzleteink-szekcio .card {
  background: #111;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #333;
  transition: all 0.3s ease;
}

.uzleteink-szekcio .card img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #ff0000;
  transition: transform 0.4s ease;
  display: block;
}

.uzleteink-szekcio .card:hover img {
  transform: scale(1.08);
}

/* Mobilnézet – 1 oszlopos elrendezés */
@media (max-width: 768px) {
  .uzleteink-szekcio .card-deck {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#section-partners_footer {padding: 10px 10px; background-color:white; border-radius:20px;}
#white-rad20 {padding: 10px 10px; background-color:white; border-radius:20px; width:80%;}

.piros-szoveg {
  color: red;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.faq {
  border: 1px solid white;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.faq-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 20px;
  transition: background-color 0.3s ease;
}

.faq-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.faq-icon {
  font-size: 24px;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.faq h3 {
  font-size: 1.1rem;
  margin: 0;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  padding: 0 20px;
}

.faq.active .faq-content {
  max-height: 400px;
  opacity: 1;
  padding: 15px 20px 20px;
}

.faq.active .faq-icon {
  transform: rotate(90deg);
}
/* =========================================
   LOLMARKT MÉRETTÁBLÁZAT STÍLUS
   ========================================= */
.merettabla-section {
  font-family: 'Arial', sans-serif;
  color: #f5f5f5;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: transparent; /* átlátszó, webshop háttér látszik */
}

/* Fejlécek */
.merettabla-section h1,
.merettabla-section h2,
.merettabla-section h3,
.merettabla-section h4 {
  font-weight: bold;
  color: #fff;
  margin: 30px 0 15px;
  letter-spacing: 0.5px;
}

.merettabla-section h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.merettabla-section h4 {
  font-size: 1.25rem;
  color: #ffffff;
}

/* Szövegek */
.merettabla-section p {
  font-size: 1rem;
  color: #ddd;
  margin-bottom: 18px;
  text-align: justify;
}

/* Kiemelt szöveg */
.merettabla-section strong {
  color: #fff;
  font-weight: bold;
}

/* Linkek */
.merettabla-section a {
  color: #ff4d4d;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.merettabla-section a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* Dobozok */
.merettabla-section .info-box {
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 12px;
  padding: 12px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05); /* enyhe átlátszóság */
  margin-bottom: 30px;
}

/* Képek */
.merettabla-section .merettabla-img {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  margin: 20px 0 30px 0;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
}

.merettabla-section .merettabla-img:hover {
  transform: scale(1.02);
}

/* Videó (iframe) */
.merettabla-section iframe {
  border-radius: 12px;
  margin: 25px 0;
  box-shadow: 0 0 20px rgba(255,255,255,0.1);
}

/* Reszponzív */
@media (max-width: 768px) {
  .merettabla-section {
    padding: 25px 15px;
  }

  .merettabla-section h1 {
    font-size: 1.6rem;
  }

  .merettabla-section h4 {
    font-size: 1.1rem;
  }

  .merettabla-section p {
    font-size: 0.95rem;
  }
}
/* =================================================
   KARÁCSONYI INFÓ SÁV – SHOPRENTER (VÉGLEGES)
   ================================================= */

/* Readex Pro betöltés */
@font-face {
  font-family: 'Readex Pro';
  src: url('https://lolmarkt.sandbox.shoprenter.hu/custom/lolmarkt/image/data/WEBSHOP_2025/ReadexPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Sáv */
.xmas-topbar{
  position: sticky;
  top: 0;
  z-index: 999999;
  background: linear-gradient(90deg, #c40018, #e1062a);
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  pointer-events: auto;
  font-family: 'Readex Pro', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Belső layout */
.xmas-topbar__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 999999;
}

/* Szöveg */
.xmas-topbar__text{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2px;
}

/* Gomb */
.xmas-topbar__btn{
  position: relative;
  z-index: 9999999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: #ffffff;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.35);
  cursor: pointer;
  pointer-events: auto !important;
  transition:
    background 0.15s ease,
    transform 0.12s ease,
    box-shadow 0.12s ease;
}

/* Hover/focus/active – nincs aláhúzás */
.xmas-topbar__btn:hover,
.xmas-topbar__btn:focus,
.xmas-topbar__btn:active{
  background: rgba(255,255,255,0.28);
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  color: #ffffff;
}

.xmas-topbar__btn:active{
  transform: translateY(0);
  box-shadow: none;
}

/* Mobil */
@media (max-width: 640px){
  .xmas-topbar__inner{
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .xmas-topbar__btn{
    width: 100%;
  }
}
/* ================================
   VISSZASZÁMLÁLÓ BADGE
   ================================ */

.xmas-countdown{
  display: inline-block;
  padding: 4px 8px;
  margin-left: 6px;
  background: #111111;
  color: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}