.product-variants select:hover,
.product-variants select:focus {
  border-color: #ff6600;
  box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.25);
}
/*.bannerslider-module{
    padding-top: 20px;
}*/

@media (min-width: 1200px) {
    .main-content .module {
        margin-top: 60px;
    }
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.1rem !important;
    }
}

/*miért a Hartmannt blokk*/
.home-benefits {
    padding: 24px 0;
}

.home-benefit-item {
    text-align: center;
    padding: 12px 8px;
}

.home-benefit-icon img {
    max-width: 120px;
    height: auto;
    border-radius: 9999px;
    background: #0045ff;
    padding: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-benefit-item:hover .home-benefit-icon img {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.home-benefit-title {
    margin-top: 18px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    /*color: #002b5c; */
	color: #2F2F2F;
}

/*főbanner pöttyök*/
.js-slick-arrows.slick-custom-buttons {
	    padding-top: 20px;
}
/*számos modul*/
/* Külső szekció – háttér, lekerekítés, brand szerinti színek */
.home-stats {
    padding: 32px 24px 40px;
    border-radius: 24px;
    background: #0045FF;
}

.home-stats-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 24px;
    color: #ffffff;
}

/* Rács: 1 oszlop mobilon, 2 tablet, 5 desktopon */
.home-stats .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 0;
}

.home-stats .row > [class*="col-"] {
    display: flex;
    flex: 0 1 100%;
}

@media (min-width: 576px) {
    .home-stats .row > [class*="col-"] {
        flex: 0 1 calc(50% - 16px);   /* 2 oszlop */
    }
}

@media (min-width: 1200px) {
    .home-stats .row > [class*="col-"] {
        flex: 0 1 calc(20% - 16px);   /* 5 oszlop */
    }
}

/* Kártyák – egységes magasság, finom árnyék, hover animáció */
.home-stat {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 18px 16px 20px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.home-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(0, 23, 137, 0.28);
    border-color: #cbd5e1;
}

/* prefers-reduced-motion – akadálymentes */
@media (prefers-reduced-motion: reduce) {
    .home-stat,
    .home-stat:hover {
        transition: none;
        transform: none;
    }
}

/* Szám + label */
.home-stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #0044ff;
    margin: 0 0 6px;
}

.home-stat-label {
    font-size: 16px;
    line-height: 1.5;
    color: #111827;
    margin: 0;
}

/* Opcionális: kiemelt (pl. 99%-os) kártya – add hozzá a home-stat--highlight classt az adott article-hez */
.home-stat--highlight {
    background: linear-gradient(135deg, #001789 0%, #0044ff 100%);
    border-color: transparent;
    box-shadow: 0 28px 80px rgba(0, 23, 137, 0.6);
}

.home-stat--highlight .home-stat-value {
    color: #ffffff;
}

.home-stat--highlight .home-stat-label {
    color: #e5edff;
}

/*idáig tart a számos*/


/* Dekoratív, márkaszínű csík a Webshop alatt 
.home-main-title__bottom::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 3.5rem;
    height: 3px;
    border-radius: 999px;
    background: #FEDE0F; 
}*/


.hartmann-history {
  max-width: 960px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.hartmann-history p {
  font-size: 1rem;
  line-height: 1.6;
  color: #151E26;
  text-align: justify;
  margin-bottom: 1rem;
}

.history-title {
  font-size: clamp(1.75rem, 2.4vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.history-subtitle {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

.history-subtitle--center {
  text-align: center;
}

.history-list {
  margin: 0 0 1.5rem 1.2rem;
  padding: 0;
}

.history-list li {
  margin-bottom: 0.25rem;
}

/* Ludwig blokk – kép és szöveg egymás mellett, mobilon egymás alatt */
.ludwig {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
  margin: 1.5rem 0;
}

.ludwig-image-wrapper {
  flex: 0 0 auto;
}

.ludwig-image {
  display: block;
  max-width: 200px;
  height: auto;
  border: 5px solid #ffffff;
}

.ludwig-text {
  flex: 1 1 220px;
}

/* Nagy, teljes szélességű képek */
.history-image-full img,
.logonk-formai {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
}

/* Három úttörő kártyák */
.history-card {
  margin-bottom: 2rem;
}

.history-card-image {
  display: block;
  max-width: 200px;
  height: auto;
  margin-bottom: 0.5rem;
}

.history-card-years {
  font-weight: 600;
}

.history-card-name {
  margin-bottom: 0.5rem;
}

/* Középre zárt, kiemelt szöveg */
.history-text--center {
  text-align: center;
}

/* Logó idővonal – rugalmas sorba rendezés */
.logo-timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.logo-timeline img {
  max-width: 100%;
  height: auto;
}
.hartmann-divisions {
  max-width: 1160px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.hartmann-divisions p {
  font-size: 1rem;
  line-height: 1.6;
  color: #151E26;
  margin-bottom: 1rem;
  text-align: justify;
}

.hartmann-divisions a {
  color: #0060A8;
  text-decoration: underline;
}

.hartmann-divisions a:hover,
.hartmann-divisions a:focus {
  text-decoration: none;
}

/* Címsor a blokk elején */
.divisions-title {
  text-align: center;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* Grid az öt divíziónak */
.divisions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.75rem;
  margin-top: 2rem;
}

/* Kártyák */
.division-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.5rem 1.5rem 1.25rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  text-align: center;
  height: 100%;
  overflow: hidden;   /* ha a kép széle kilógna, vágjuk le a kerekítésnél */
}


.division-card-image {
  display: block;
  width: 100%;      /* töltse ki a box teljes szélességét */
  height: auto;     /* magasság arányosan igazodik, nem torzul */
  max-width: 100%;  /* biztos, ami biztos */
  margin: 0 0 1rem;
}


.division-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #151E26;
}

/* Kártya szöveg */
.division-card p {
  text-align: left;
  margin-bottom: 0;
}

.hartmann-mission {
  max-width: 1160px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.hartmann-mission p {
  font-size: 1rem;
  line-height: 1.6;
  color: #151E26;
  margin-bottom: 1rem;
  text-align: justify;
}

.mission-title {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.mission-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

.mission-subtitle--center {
  text-align: center;
}

/* Linkek */
.hartmann-mission a {
  color: #0060A8;
  text-decoration: underline;
}

.hartmann-mission a:hover,
.hartmann-mission a:focus {
  text-decoration: none;
}

/* 3 alapérték kártyák */
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
  margin-top: 1.5rem;
}

.value-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.5rem 1.5rem 1.25rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.value-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.value-card p {
  text-align: left;
}

.value-card-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-top: 1rem;
  border-radius: 12px;
}

/* Fókuszterületek (Sebkezelés, Fertőtlenítés, stb.) */
.focus-areas {
  margin-top: 3rem;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
  margin-top: 1.5rem;
}

.focus-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 1.5rem 1.5rem 1.25rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.focus-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.focus-lead {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.focus-card ul {
  padding-left: 1.1rem;
  margin: 0 0 0.75rem;
}

.focus-card li {
  margin-bottom: 0.35rem;
}

.focus-link-wrap {
  margin-top: 0.5rem;
}

/* A teljes modul: egyetlen, teljes szélességű box */
.product-advantages-grid {
    display: block;              /* ne 3 hasábos gridként viselkedjen */
    border-radius: var(--corner_20);
    padding: 20px 18px;
    background-color: var(--sr-light-grey);
}

/* Egy előny – ikon + szöveg egymás mellett */
.product-advantages-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Ikon: legyen szinte négyzet, ne az a magas téglalap */
.product-advantages-item__image-wrapper {
    background-color: var(--bs-body-bg);
    border-radius: var(--corner_10);
    width: 60px;
    height: 60px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* Címsor: egy sorba írva az egész szöveg */
.product-advantages-item__title {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;   /* ha nem szeretnéd csupa nagybetűvel */
    margin-bottom: 0;
}

/* A „szöveg” mezőt nem használjuk – rejtsük el, ha mégis lenne benne valami */
.product-advantages-item__text {
    display: none;
}

/* Desktopon se legyen több hasáb */
@media (min-width: 992px) {
    .product-advantages-grid {
        display: block;          /* biztosan ne rács legyen */
        padding: 24px 22px;
    }
}
@media (min-width: 1200px) {
    body .headroom--not-top .header-desktop-category-nav ul {
        gap: 0.1rem !important;
    }
}




/* Rólunk szekció – külső margó, igazítás */
.rolunk-oldal {
    margin: 32px 0;
}

/* Szekció címe */
.rolunk-section-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #002b5c;
    margin-bottom: 24px;
}

/* Kártyarács – reszponzív elrendezés */
.rolunk-grid {
    display: grid;
    grid-template-columns: 1fr;   /* mobilon 1 oszlop */
    gap: 16px;
}

/* nagyobb kijelzőn 2 oszlop */
@media (min-width: 768px) {
    .rolunk-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* Egy kártya */
.rolunk-card {
    height: 100%;
}

/* Teljes kártya legyen kattintható linkként */
.rolunk-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 18px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    text-decoration: none !important;
    color: #1f2933;
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

/* Hover állapot – csak itt tartsd meg, fölös a külön text-decoration-sor */
.rolunk-card-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    border-color: #cbd5e1;
   /* text-decoration: underline;*/
    /*text-underline-offset: 3px;*/
}


/* Fókusz – AA-hoz jól látható outline kell */
.rolunk-card-link:focus-visible {
    outline: 3px solid #0045ff;
    outline-offset: 3px;
}

/* Cím a kártyán */
.rolunk-card-title {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #0045ff; /* kontraszt felette van a 4.5:1-nek fehér háttéren */
}

/* Leírás a kártyán */
.rolunk-card-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #111827;
}

/*fejléc telefon átlátszóság*/
.header-contact-phone-link {
	opacity: 1;
}
.management-section {
    margin: 32px 0;
}

/* Főcím */
.management-heading {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    color: #002b5c;
    margin-bottom: 16px;
}

/* Bevezető szöveg */
.management-intro p {
    font-size: 16px;
    line-height: 1.6;
    color: #111827;
    text-align: justify;
    margin: 0 0 12px;
}

/* "Tudj meg többet" link – jó kontraszt, látható fókusz */
.management-more-link {
    font-weight: 600;
    color: #0045ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.management-more-link:hover {
    text-decoration-thickness: 2px;
}

.management-more-link:focus-visible {
    outline: 3px solid #0045ff;
    outline-offset: 3px;
}

/* Kártyarács */
.management-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
}

/* 2 oszlop tablet / desktop nézeten – 4 kártya → 2x2 szépen kijön */
@media (min-width: 768px) {
    .management-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Egy kártya */
.management-card {
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Portré */
.management-figure {
    margin: 0 0 12px;
    text-align: center;
}

.management-figure img {
    width: 160px;
    height: 160px;
    max-width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Szöveges rész */
.management-card-body {
    font-size: 16px;
    line-height: 1.6;
    color: #111827;
}

/* Pozíció */
.management-role {
    font-size: 15px;
    font-weight: 500;
    color: #4b5563;
    margin: 0 0 4px;
}

/* Név */
.management-name {
    font-size: 20px;
    font-weight: 700;
    color: #002b5c;
    margin: 0 0 10px;
}

/* Bio szöveg */
.management-bio {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
/* Külső margó a modul körül */
#module_customcontent15_wrapper {
    margin: 24px 0;
}

/* A modul max szélessége, középre rendezve */
#customcontent15 {
    max-width: 900px;
    margin: 0 auto;
}

/* A „doboz” – lekerekített, szürke háttér, árnyék */
#customcontent15 .module-body {
    position: relative;
    padding: 20px 20px 18px 20px;
    border-radius: 16px;
    background-color: #f5f7fb;          /* halvány szürke, illeszkedik a számos szekcióhoz */
    border: 1px solid #d4dbe5;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

/* Dekoratív kis „infó” jel bal oldalt (nem kötelező, de modern) */
/*#customcontent15 .module-body::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 6px;
    height: 24px;
    border-radius: 999px;
    background: #0045ff;  
}*/ 

/* Tartalom beljebb tolása, hogy ne lógjon rá a kék csíkra */
#customcontent15 .module-body > * {
    margin-left: 12px;
}

/* Címsorok a modulban – független attól, mi a szöveg bennük */
#customcontent15 .module-body h1,
#customcontent15 .module-body h2,
#customcontent15 .module-body h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #002b5c;
    margin: 0 0 10px;
}

/* Bekezdések – általános beállítás, a szöveg szabadon változhat */
#customcontent15 .module-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #111827;
    margin: 0 0 8px;
}

/* Az utolsó bekezdés alól vegyük le a plusz margót */
#customcontent15 .module-body p:last-child {
    margin-bottom: 0;
}

/* Félkövér szöveg kicsit erősebb */
#customcontent15 .module-body strong {
    font-weight: 600;
}

/* Linkek – jó kontraszt + underline, AA-kompatibilis */
#customcontent15 .module-body a {
    color: #0045ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#customcontent15 .module-body a:hover {
    text-decoration-thickness: 2px;
}

/* Fókuszjelölés linkekre billentyűzettel – akadálymentesítéshez fontos */
#customcontent15 .module-body a:focus-visible {
    outline: 3px solid #0045ff;
    outline-offset: 3px;
}

/* Admin „Módosítás” ikon ne üssön el túlságosan a dizájntól (opcionális) */
#customcontent15 .edit-link {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #6b7280;
}

/*
@media (min-width: 1400px) {
    .header-desktop-category-nav>.nav-item>a, .header-desktop-category-nav>li>a {
        padding: 1rem 1rem !important;

    }
}*/

/*@media (min-width: 992px) and (max-width: 1399px) {
  .header-desktop-category-nav>.nav-item>a, .header-desktop-category-nav>li>a  {
    padding: 0.7rem 0.5rem !important;
    font-size: 0.9rem !important;
  }
}*/
/*százalék matrica átszínezés*/
.discount-measure__badge {
	background-color: #fede0f;
}
.contact-section {
    margin: 32px 0;
    color: #111827;          /* sötét szöveg világos háttéren – jó kontraszt */
    font-size: 16px;
    line-height: 1.6;
}

/* Főcím */
.contact-heading {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 16px;
    color: #002b5c;
}

/* Két oszlopos elrendezés nagyobb kijelzőn */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 768px) {
    .contact-layout {
        grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
        align-items: flex-start;
    }
}

.contact-subheading {
    font-size: 18px;
    font-weight: 600;
    margin: 16px 0 8px;
    color: #002b5c;
}

/* Nyitvatartás lista */
.opening-hours {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.opening-hours li {
    margin-bottom: 4px;
}

.opening-hours__day {
    font-weight: 600;
    margin-right: 4px;
}

/* Cím, adatok */
.contact-address {
    font-style: normal;
}

.contact-address p {
    margin: 0 0 10px;
}

/* Linkek – jó kontraszt, jól látható fókusz */
.contact-section a {
    color: #0045ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-section a:hover {
    text-decoration-thickness: 2px;
}

.contact-section a:focus-visible {
    outline: 3px solid #0045ff;
    outline-offset: 3px;
}

/* Térkép konténer */
.contact-map-wrapper iframe {
    display: block;
    width: 100%;
    border: 0;
}

/*akadály*/
/* ========================================
   AKADÁLYMENTESSÉG - FOCUS STÍLUSOK
   ======================================== */

/* Kategória linkek focus */
.header-desktop-category-nav > li > a:focus,
.header-desktop-category-nav > .nav-item > a:focus {
    outline: 3px solid #ffd700 !important;
    outline-offset: -3px !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

/* Almenü linkek focus */
.header-desktop-category-nav .subtree-dropdown a:focus {
    outline: 2px solid #ffd700 !important;
    outline-offset: 2px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Megnyitott almenü indikátor */
.header-desktop-category-nav > li.submenu-open > a,
.header-desktop-category-nav > .nav-item.submenu-open > a {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

/*1214*/
/*@media (min-width: 992px) and (max-width: 1399px) {
  .header-desktop-category-nav>.nav-item>a, .header-desktop-category-nav>li>a  {
    padding: 0.7rem 0.5rem !important;
    font-size: 0.9rem !important;
  }
}*/

/* Alap desktop padding – mindenkorra */
@media (min-width: 992px) {
  .header-desktop-category-nav > li > a,
  .header-desktop-category-nav > .nav-item > a {
    padding: 0.8rem 1.2rem !important;
    font-size: 0.95rem;
  }
}

.location-map-embed,
.location-map-embed iframe {
    width: 100% !important;
}
/*kiszerelési egység kisbetűvel*/
.product-attribute__name {
	text-transform: none;
}
.product-collateral-wrap {
	text-transform: none !important;
}
.product-collateral-list__item-name {
	max-width: 52%;
}
.product-card__footer .product-card__item {
	display: grid;
}

/*Facebook megosztás*/
/* Beépített (iframe-es) Facebook megosztás elrejtése minden social-share modulban */
.social-share-module .fb-share-button,
.social-share-module iframe[data-testid^="fb:share_button"]{
  display: none !important;
}

/* Saját "Megosztás Facebookon" gomb – Facebook stílus */
.social-share-module .sr-fb-share{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 6px 12px;
  border-radius: 6px;

  background: #1877F2;
  border: 1px solid #1877F2;
  color: #fff;

  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;

  white-space: nowrap;
  cursor: pointer;
}

.social-share-module .sr-fb-share:hover{
  background: #166fe5;
  border-color: #166fe5;
}

.social-share-module .sr-fb-share:active{
  background: #145fcb;
  border-color: #145fcb;
}

.social-share-module .sr-fb-share:focus-visible{
  outline: 2px solid #0b5cff;
  outline-offset: 2px;
}

/* Ikon */
.social-share-module .sr-fb-share .sr-fb-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.social-share-module .sr-fb-share .sr-fb-icon svg{
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.social-share-module>div {
	display: none;
}

/*blog kártyák gombja*/
@media (min-width: 985px){

  /* ====== 1) DESKTOP: ha Slick fut (sima eset nálad) ====== */
  .news-scroller.js-news-scroller.mobile-native-scroller__grid.slick-initialized .slick-track{
    display: flex !important;
    align-items: stretch !important;
  }

  /* NÁLAD a slick-slide maga az ARTICLE, ezért NEM kell > div */
  .news-scroller.js-news-scroller.mobile-native-scroller__grid.slick-initialized article.slick-slide{
    display: flex !important;
    height: auto !important;
    align-self: stretch !important;
  }

  /* a kártya töltse ki a “nyújtott” slide magasságot */
  .news-scroller.js-news-scroller.mobile-native-scroller__grid.slick-initialized article.card.news-card{
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  /* ====== 2) KÁRTYÁN BELÜL: footer mindig alul ====== */
  .news-scroller.js-news-scroller.mobile-native-scroller__grid article.card.news-card .news-card-wrapper{
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }

  .news-scroller.js-news-scroller.mobile-native-scroller__grid article.card.news-card .news-card-right{
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
  }

  .news-scroller.js-news-scroller.mobile-native-scroller__grid article.card.news-card .news-card__body{
    display: flex !important;          /* a flex-column önmagában kevés */
    flex-direction: column !important;
    flex: 1 1 auto !important;         /* ez ad “helyet” a footer lenyomásához */
  }

  .news-scroller.js-news-scroller.mobile-native-scroller__grid article.card.news-card .news-card__footer{
    margin-top: auto !important;
  }

  /* ====== 3) HA NEM slick (pl. bizonyos breakpointon), akkor 3 oszlop grid ====== */
  .news-scroller.js-news-scroller.mobile-native-scroller__grid:not(.slick-initialized){
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}
/*blogoldal betűméret*/
.information-list__card-title {
	font-size: clamp(1.0417rem, calc(0.8463rem + 0.5208vw), 1.25rem);
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.6rem !important;
    }
}
@media (min-width: 768px) {
    .h1, h1 {
        font-size: 1.55rem;
    }
}
.custom-control-label {
	display: inline;
}
#newsletter-subscriber-policy{
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  margin-right: 8px;
	margin-left: 4px;
  vertical-align: middle;
}
@media (min-width: 992px) {

  /* Alkategóriák konténer */
  .header-desktop-category-nav .subtree-dropdown ul {
    display: flex !important;
    flex-direction: column !important;
    column-count: 1 !important;
    column-gap: 0 !important;
  }

  /* Egy alkategória */
  .header-desktop-category-nav .subtree-dropdown ul > li {
    width: 100% !important;
    float: none !important;
    break-inside: avoid;
  }

}
/* Ingyenes szállítás nanobar – ne teljes szélesség */ .nanobar.position-fixed.js-nanobar-free-shipping { left: 50%; transform: translateX(-50%); width: auto; max-width: 1100px; /* állítható */ bottom: 16px; /* elemeljük a lábléctől */ border-radius: 16px; box-shadow: 0 14px 40px rgba(0,0,0,0.18); z-index: 1050; /* footer fölött, de nem agresszív */ } /* Nanobar szöveg középre igazítása */ .nanobar__container { position: relative; } /* Szöveg abszolút középre */ .nanobar-text { position: absolute; left: 50%; transform: translateX(-50%); text-align: center; width: 100%; padding: 0 48px; /* hely az X gombnak */ pointer-events: none; /* ne fogja el a kattintást */ }

.cart-popup {
    font-size: 1.1rem;
}

.cart-popup__product-name-link {
    font-size: 1.25em;
    line-height: 1.35;
    text-transform: none;
}

.cart-popup__product-option,
.cart-popup__product-quantity,
.cart-popup__product-option span,
.cart-popup__product-quantity span {
    font-size: 1rem !important;
    line-height: 1.4;
}
.sr-cart-table .cart-product-name a {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

.sr-cart-table .cart-product-option,
.sr-cart-table .cart-product-attribute {
    font-size: 1rem !important;
}
/* ================================
   POPUP – ALAP BEÁLLÍTÁSOK
   ================================ */

.gift-wrapping-module {
    padding: 12px 14px;
    box-sizing: border-box;
}

.gift-wrapping-module .modal-content,
.gift-wrapping-module .popup-content {
    padding: 0;
}


/* ================================
   POPUP FEJLÉC – MÉRET SZÖVEG ELTÜNTETÉSE
   ================================ */

.gift-wrapping-module ~ .modal .modal-header p,
.gift-wrapping-module ~ .popup .popup-header p,
.modal-header p,
.popup-header p {
    display: none !important;
}


/* ================================
   TERMÉKKÁRTYA – SORREND ÉS FLOW
   ================================ */

.gift-wrapping-module .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px; /* kisebb vertikális tér */
    min-height: unset;
}


/* ======================
   TERMÉKKÉP – KÖZÉPRE
   ====================== */

.gift-wrapping-module .product-card__image {
    order: 1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.gift-wrapping-module .product-card__image img {
    max-height: 160px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


/* ======================
   TERMÉKNÉV – KISEBB MÉRET
   ====================== */

.gift-wrapping-module__product-card-product-name {
    order: 2;
    position: static !important;
    transform: none !important;

    margin: 2px 0 0;
    padding: 0;

    font-size: 0.75rem; /* kisebb betű */
    font-weight: 600;
    line-height: 1.2;
    text-align: center;

    background: none;
    border: none;
    color: inherit;
}


/* ======================
   MÉRET / KISZERELÉS – ELTÜNTETVE A KÁRTYÁBAN IS
   ====================== */

.gift-wrapping-module__product-card-product-name + p {
    display: none !important;
}


/* ======================
   GOMB – KOSÁRBA (KÖZELEBB A NÉVHEZ)
   ====================== */

.gift-wrapping-module .product-card__actions {
    order: 3;
    position: static !important;
    margin-top: 4px; /* kisebb távolság */
    width: 100%;
    text-align: center;
}

.gift-wrapping-module .product-card__actions .btn {
    padding: 6px 14px;
    font-size: 0.8rem;
    border-radius: 18px;
    min-height: unset;
}


/* ======================
   NYILAK – TELJES ELTÜNTETÉS
   ====================== */

.gift-wrapping-module .slick-arrow,
.gift-wrapping-module .swiper-button-prev,
.gift-wrapping-module .swiper-button-next,
.gift-wrapping-module .carousel-control,
.gift-wrapping-module .product-carousel__arrow {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


/* ======================
   MOBIL FINOMHANGOLÁS
   ====================== */

@media (max-width: 480px) {
    .gift-wrapping-module {
        padding: 10px;
    }

    .gift-wrapping-module .product-card__image img {
        max-height: 140px;
    }

    .gift-wrapping-module__product-card-product-name {
        font-size: 0.7rem;
    }
}