/*  FŐ módosítások     */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    position: relative;
}

/* Biztonsági tartalék a mobilos nézethez */
@media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }
}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.4rem;
}

a[target="_blank"] {
  position: relative;
  text-decoration: underline;
  color: inherit;
}

a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-left: 4px;
  background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555'><path d='M14 3h7v7h-2V6.41l-9.29 9.3-1.42-1.42L17.59 5H14V3z'/><path d='M5 5h5V3H3v7h2V5z'/></svg>");
  vertical-align: text-top;
  transform: translateY(-1px);
}



/*     HEADLINE     */
.headermenu-list .nav-item .nav-link {
    color: #000;
}

.sf-horizontal .children .nav-link {
    padding: 6px 25px 7px;
    font-size: .81rem;
    line-height: 1rem;
    text-transform: uppercase;
}


.sf-horizontal .children {
    min-width: 220px;
}

span.header-marketing-title {
    color: #000;
    font-size: 0.9rem;
    font-weight: bold;
}

.dropdown:hover>.dropdown-hover-menu {
    width: max-content;
}

/*
.header-logo {
    display: block;
    width: 200px;
    height: 80px;
    background-image: url('https://milanesi.hu/custom/milanesi/image/data/Logo/Milanesi-Logo-Nero-01.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px; /* elrejti a szöveget 
    overflow: hidden;
}
*/

.header-middle-center.mr-auto {
    justify-items: center;
}





/* HOMEPAGE */

/*    KICKER IMAGE    */
.card.text-center.border-0 {
  transition: transform 0.3s ease;
}

.card.text-center.border-0:hover {
  transform: scale(1.05);
}


@media (min-width: 768px) {
    .information_list_item_introtext .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}


/* HOMEPAGE BLOG CARDS */
.news-card-author {
    color: #444;
}

.card-text.news-card-text.text-truncate.text-wrap, .card-text, .card-text p {
    color: #000;
    font-weight: 400;
}

/* ====== TERMÉKOLDAL, KÉPGALÉRIA ELRENDEZÉS ====== */

/* VEVŐCSOPORT ÁRAK ELREJTÉSE */
.default-customer-group-price {display:none;}

.product-image .product_badges {
    top: 0;
    right: 6rem;
}

.module-body h3.module-head-title {
    font-size: 1.2rem;
}

h4.module-head-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    margin-top: 1.7rem;
}

@media (min-width: 576px) {
    .home-body .page-body, .home-position:not(#paf_filter):not(#news):not(#news2):not(#stockfilter):not(#newsletter_subscribe) .module-body {
        margin-top: 20px;
    }
}

/* Főkép – teljes szélességben */
#product-image-container .product-image-row .col:first-child {
    width: 100%;
    margin-bottom: 16px;
}

/* Galéria képek – inline blokkban több egy sorban */
#product-image-container .product-image-row .gallery-thumb {
    display: inline-block;
    /*width: 22%;*/
    max-width: 120px;
    margin-right: 8px;
    margin-bottom: 8px;
    vertical-align: top;
}

/* Kis képek megjelenítése */
#product-image-container .gallery-thumb img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    padding: 2px;
    transition: transform 0.2s ease;
}

#product-image-container .gallery-thumb img:hover {
    transform: scale(1.05);
    border-color: none;
}

/* Eredeti flex beállítások törlése, mert zavarják az inline blokkos elrendezést */
#product-image-container .product-image-row {
    display: block !important;
    /*gap: 0 !important;*/
	text-align: center;
    place-items: center;
}

#product-image-container .product-image-row::after {
    display: none !important;
}

h3.module-head-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.7rem;
	margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    text-align: left;
}

.module-head {
        padding-top: 0.25rem;
}

/* mobilon lent az összetevők kicsúsznak*/
.tab-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}


@media (max-width: 430px) {
  .parameter-table,
  .parameter-table tbody,
  .parameter-table tr,
  .parameter-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .parameter-table tr {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
  }

  .parameter-table td:first-child {
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .parameter-table td {
    padding: 0.5rem 0;
  }
}



/* FOOTER   */
.newsletter-subscribe-col-left {
    max-width: 35%;
    margin-right: 7rem;
}


@media (min-width: 576px) {
    footer .footer-col .module-body {
        padding-top: 0rem;
    }
}


footer .module-head-title {
    color: #e2e2e2!important;
}

footer, footer a, footer .list-group-item {
	color: #d4d4d4; 
}


/* Kategória */
    .page-head {
        margin-bottom: 1.825rem;
    }

/* PÉNZTÁR */


/* pages */

.information-list-item-description {
    line-height: 2;
}


.information-list-item-description p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.information-list-item-description h2 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 2;
}

.information-list-item-description h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 2;
}


.information-list-item-description ul {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    padding-left: 1.2rem;
}

.information-list-item-description ul li {
    margin-bottom: 0.35rem;
}

.information-list-item-description ul li p {
    margin: 0.25rem 0;
    line-height: 1.6;
}

.information-list-item-description a {
    text-decoration: none;
}

.information-list-item-description a:hover {
    text-decoration: underline;
}



/*BLOG HELPERS*/

.related-information-card__image {
  width: 100%!important;
  aspect-ratio: 1 / 1!important;
  object-fit: cover!important;
  object-position: center!important;
  border-top-left-radius: inherit!important;
  border-top-right-radius: inherit!important;
  height: 100px!important; 
}