h1, h2, h3, h4, h5, h6 {
  font-family: 'Anton', sans-serif;
}


body {
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2f3132;
    text-align: left;
    background-color: #ffffff;
}

#js-hamburger-icon {
    width: 55px;
    height: 60px;
    border: 0;
background: radial-gradient(
  circle at 0% 0%,
  #1f2b24,
  #29382f,
  #3c4d43,
  #38493f,
  #1f2b24);
    align-items: center;
    justify-content: center;
    outline: 0;
}

.bg-dark {
    background: radial-gradient(
  circle at 0% 0%,
  #1f2b24,
  #29382f,
  #3c4d43,
  #38493f,
  #1f2b24) !important;
}

.nanobar-settings-button:active, .nanobar-settings-button:hover {
	color: #fff;
}


.login-and-exit-line {
    background: radial-gradient(
  circle at 0% 0%,
  #1f2b24,
  #29382f,
  #3c4d43,
  #38493f,
  #1f2b24);
}

footer.d-print-none {
    background-color: #E0E0CF; /* tetszőleges szín */
}


.breadcrumb {
    font-size: 1rem !important;
}

.breadcrumb-item.active {
    color: #41594A;
	font-weight: 700;
}

.aurora-scroll-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 1.5px solid #41594A;
    box-shadow: 0 4px 10px rgba(34,197,94,0.3);
    transition: all .2s ease-in-out;
}

.navbar-brand img {
    max-width: 100%!important;
    height: auto;
    max-height: 50px;
}

    .header-middle-line {
        background-color: #E0E0CF !important;
    }

    .header-bottom-line {
		margin-top: -10px;
        background-color: #fff !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-top: none !important;
        box-shadow: none !important;
    }


@media (min-width: 992px) {
    .order-lg-first {
        order: 0;
    }
}
 
.nanobar-container {
    font-size: 14px;
}

.module .module-head {
    text-align: left;
}

/* =========================
     KATEGÓRIA AJÁNLÓ A FŐOLDALON
   ========================= */

.category-card.card {
    box-shadow: none;
	background-color: #F4F4F4;
	}


.category-card.card:before {
    background-color: #F4F4F4;
}

.categoryoffer-row .categoryoffer-col {
     flex-basis: 160px;
     flex-shrink: 0;
     max-width: none;	
}

.category-snapshot-name-link:hover {
  color: #41594A !important;
}


@media (min-width: 992px) {
    .category-card-link, .category-snapshot-name-link {
        font-size: .8800rem;
    }
}

.category-card.card:hover, .category-snapshot-name-link {
	color: #000;
}

/* =========================
     Termék oldal
   ========================= */

/* === TERMÉK OLDAL – ÁR + KOSÁR DOBOZ RENDBE === */

/* A bézs doboz legyen kényelmes, ne érjen a bal szélhez,
   és legyen egy max-szélessége, ami középre húzza a jobboldali hasábban */
.product-cart-box{
  border: 1px solid #e4e4ea;
  border-radius: 20px;
  background: #E0E0CF;
  padding: 18px 22px !important;
  margin: 12px auto 14px !important;   /* középre rendezés a hasábon belül */
}


/* Ár tipó kicsit hangsúlyosabban */
.product-cart-box .price,
.product-cart-box .product-price,
.product-cart-box .main-price{
  font-weight: 800;
  font-size: 1.9rem;
  line-height: 1.1;
}


/* Kosár gomb legyen szép „teljes szélességű” és erős */
.product-cart-box .btn,
.product-addtocart .btn{
  width: 100% !important;
  font-weight: 700;
  border-radius: 12px !important;
  padding: 12px 16px !important;
}


.product-parameters td.param-value.productstock-param span {
  position: relative;
  padding-left: 12px; /* kis hely a pöttynek */
}

.product-parameters td.param-value.productstock-param span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  background-color: #22c55e; /* zöld pötty */
  border-radius: 50%;
  transform: translateY(-50%);
}


/* Minden sor betűje vastag, kivéve a short description sor */
.product-parameters.table tr.product-parameter-row:not(.product-short-description-row) {
  font-weight: bold;
}

/* Sorok közötti távolság */
.product-parameters {
  border-collapse: separate !important;
  border-spacing: 0 5px; /* 20px tér a sorok között */
}

.product-addtocart {
    padding: 0 0 1rem 0;
}


.nav-link img {
  transition: transform 0.3s ease;
}

/* amikor fölé viszed az egeret */
.nav-link:hover img {
  animation: bob 0.8s ease-in-out infinite alternate;
}

@keyframes bob {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px); /* ennyit "emelkedik" */
  }
}


/* =========================
   Telefonos nézet
   ========================= */

@media (max-width: 991.98px) {
	
	.mobile-banner-wrapper {
		margin-top: 10px;
	}
	
	.header-middle {
		margin-bottom: 20px;
	}
	
	.header-bottom-line {
		background-color: #E0E0CF;
	}
}


/* =========================
     HÍRLEVÉL Feliratkozás
   ========================= */


@media (min-width:992px) {
    .newsletter-subscribe-module.home-position .newsletter-box {
        max-width: 480px;
        position: absolute;
        top: 70px;
        right: 50px;
        border-radius: 25px;
        padding: 40px;
    }
}

/* =========================
     Banner váltó gombok
   ========================= */

@media (min-width:992px) {
    .banner-dots-box-wrapper {
        top: -120px;
        right: 100px;
        text-align: right;
    }
}

.slick-prev {
    top: 50%;
    left: -30px;
}

.slick-dots li {
    margin: 0 5px;
    width: 10px;
    transition: width .4s ease;
}

.slick-arrow {
    position: absolute;
	font-size: 0;
	line-height: 0;
	display: block;
	width: 24px;
	height: 24px;
	padding: 0;
	transform: translate(0,-50%);
	cursor: pointer;
	outline: 0;
	background: 0 0;
	border: 3px #fff;
	z-index: 1;
}

/* --- Slick arrows --- */
.slick-arrow svg {
    color: #fff; /* alap fehér */
    width: 15px;   /* nagyobb méret */
    height: 15px;  /* nagyobb méret */
}

.slick-arrow:hover svg {
    color: #CCCE5B; 
}

.slick-dots li.slick-active button {
    background-color: #CCCE5B;
    opacity: 1;
    width: 25px;
}

.slick-dots:hover button {
    background-color: #CCCE5B;
}


/* =========================
   FEJLÉC – VÉGLEGES VERZIÓ
   (drop-in replacement)
   ========================= */

/* Full-width banner a containerben anélkül, hogy a slicket tönkretennénk */
@media (min-width:992px) {
.container.banner-container {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;  /* kilóg a gridből → valódi full-bleed */
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* A slick belső elemeit HAGYJUK! (ne állíts szélességet .slick-track/.slick-slide-ra) */
.banner-container .slider-container,
.banner-container .banner-items {
  width: 100%;               /* ez oké, de nem kényszerítjük a track/slide-ot */
  max-width: 100%;
}

/* A képek kitöltik a slide-ot, fix magasság + vágás */
.banner-container img.desktop-banner-img {
  display: block;
  width: 100%;
  height: 550px !important;        /* desktop magasság */
  object-fit: cover;               /* aránytartó vágás */
}
}

/* Mobil magasság */
@media (max-width: 768px) {
  .banner-container img.desktop-banner-img {
    height: 200px !important;
  }
}


/* ===== Header top sáv ===== */
.header-top-line {
  background: radial-gradient(
  circle at 0% 0%,
  #1f2b24,
  #29382f,
  #3c4d43,
  #38493f,
  #1f2b24
);

}

.announcement-box {
  background: radial-gradient(
  circle at 0% 0%,
  #1f2b24,
  #29382f,
  #3c4d43,
  #38493f,
  #1f2b24
);
}

/* ===== Felső menü (headermenu-list) ===== */
@media (min-width:992px) {
.headermenu-list li {
  display: inline-block;
  margin-right: 20px;
}
.headermenu-list li a {
  color: #fff !important;
  font-weight: bold;
}

/* ===== Header middle sáv (zöld) KÖZÉPSŐŐŐ ===== */
.header-middle-line {
  background: linear-gradient(to bottom, #E0E0CF 0%, #F2F2E9 60%, #FFFFFF 100%) !important;
  grid-template-columns: 270px 1fr auto auto;
  padding: 14px 0 !important;
  min-height: 110px;
}
.header-middle-line .navbar {
  align-items: center;
  min-height: 52px;
}

/* nagyobb kereső input */
.header-middle-line .dropdown.search-module input[type="text"] {
  height: 48px;            /* 44–52 px között jó */
  line-height: 48px;
  font-size: 16px;
}
	}

/* ===== Kategória menü ===== */
.horizontal-category-menu header .category-menu > li:hover {
  background-color: transparent;
}

/* Kategória címek betűstílusa */
.horizontal-category-menu header .category-menu > .category-list > .nav-link {
  outline: 0;
  color: #000 !important;
  font-weight: 500;
  font-size: .9375rem;
  padding: .5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ===== Header bottom sáv ===== */
.header-bottom-line {
  background-color: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: none !important;
  box-shadow: none !important;
}
.header-bottom-line > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important; /* ha a téma adna fehér hátteret */
}

/* A „rés” okozóinak nullázása */
.horizontal-category-menu .module-category-wrapper {
  margin-top: 0 !important;
  box-shadow: none !important;
}
#module_category_wrapper .module-head {
  display: none !important;
}

/* ===== Search bar (header-middle kereső input) ===== */
.header-middle-line .dropdown.search-module .form-control {
  border-radius: 9999px !important;   /* teljesen kerekített */
  border: 1px solid #ccc !important;  /* halvány szürke keret */
  background-color: #F4F4F4 !important;  /* fehér háttér */
  padding: 10px 20px !important;      /* kényelmes belső margó */
  font-size: 16px;
  color: #1f2937;                     /* sötét szöveg */
  box-shadow: 0 2px 6px rgba(0,0,0,.08); /* enyhe árnyék */
}
/* Placeholder */
.header-middle-line .dropdown.search-module .form-control::placeholder {
  color: #9ca3af;
  opacity: 1;
}
/* Kereső ikon doboz */
.header-middle-line .dropdown.search-module .input-group-append {
  border-radius: 9999px !important;
  overflow: hidden;
}
.header-middle-line .dropdown.search-module .input-group-append button,
.header-middle-line .dropdown.search-module .input-group-append .btn {
  border-radius: 0 9999px 9999px 0 !important;
  background-color: #22c55e; /* zöld gomb */
  color: #fff;
  padding: 0 18px;
}
.header-middle-line .dropdown.search-module .input-group-append button:hover {
  background-color: #16a34a;
}

.card {
	border-radius: 1rem;
}


/* csak a FŐ szintű menülinkek (dropdown kizárva) */
#category-nav .category-menu > li > a.nav-link{
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 6px;              /* hely az aláhúzásnak */
  transition: none !important;
}

/* aláhúzó csík: ::before, hogy ne ütközzön a sablon ::after nyilával */
#category-nav .category-menu > li > a.nav-link::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #22c55e;
  transform: scaleX(0);             
  transform-origin: left center;
  transition: transform .25s ease;
}

/* hoverre kifut */
#category-nav .category-menu > li > a.nav-link:hover::before{
  transform: scaleX(1);
}

/* BIZTONSÁG: a dropdown szintekre ne tegyen csíkot */
#category-nav .children a.nav-link::before{
  content: none !important;
}

#category-nav .category-menu > li > a.nav-link:hover {
  color: #000;                 
  font-weight: 700;              
}

/* =========================
       Lenyiló menü nyíl
   ========================= */

  #category-nav .category-menu > .category-list > .nav-link{
    position: relative;
    overflow: visible;
  }

  #category-nav .category-menu > .category-list > .nav-link.sf-with-ul::after,
  #category-nav .category-menu > .parent > .nav-link::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
	margin-bottom: 5px;
    vertical-align: middle;

    /* kis V alak (chevron) a currentColor színével */
    border: 2px solid currentColor;
    border-top: 0;
    border-left: 0;
    transform: translateY(-1px) rotate(45deg);
    opacity: .9;
  }

  /* opcionális: hoverre picit lejjebb forduljon / sötétedjen */
  #category-nav .category-menu > .category-list > .nav-link:hover::after{
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }