#contact-form .submit_button {
    padding-top: 7px;
}

/* Terméklista konténer */
.product-list-header {
    margin-top: 80px;
}

.product-list {
    margin: 40px auto;
}

/* Egy termék sora */
.product-row {
    padding: 30px 0;
    align-items: center;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    /* függőleges középre igazítás */
}

/* Világosszürke háttér */
.product-row.bg-light {
    background-color: #f5f5f5;
}

/* Fehér háttér */
.product-row.bg-white {
    background-color: #ffffff;
}

/* Képes oszlop */
.product-image img {
    width: 60%;
    height: auto;
    border-radius: 20px;
    margin-left: 15px;
    /* lekerekített sarkok */
}

/* Szöveges tartalom */
.product-content {
    padding-right: 50px;
}

.header-content {
    padding-left: 70px;
    padding-right: 70px;
}

.product-content h2 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    padding-right: 50px;
}

.product-content p {
    margin-bottom: 0;
    line-height: 1.6;
}

.bitt-logo-termekek {
    height: 100px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: auto;
    /* FONTOS */
    min-height: 300px;
    /* BIZTOSÍTÁS */
    overflow: visible;
    /* FONTOS */
    /* padding-left: 50px;
    padding-right: 50px; */
}

.video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding-left: 50px;
    padding-right: 50px;
}








/* A nav-item mérete FIX marad */
.nav-item-logo {
    position: relative;
}

/* A link normál navbar viselkedés */
.nav-link-with-image {
    position: relative;
    /* padding-left: 84px; */
    /* FIX hely a logónak */
}


/* Logo wrapper – KIVESSZÜK A FLOW-BÓL */
.nav-logo-wrap {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* a link továbbra is kattintható */
}

/* Maga a kép – SZABADON nagyítható */
.nav-logo-wrap img {
    height: 42px;
    /* ← ITT növeled */
    width: auto;
    object-fit: contain;
}

.nav-text-logo {
    padding-left: 35px;
}

.bitt-offer-cont-btn {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.bitt-offer-cont-btn button {
    background-color: #da251c;
    color: #fff;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-family: MyriadPro-Regular, sans-serif;
    /* padding: 10px 50px; */
    padding: top 5px;
    border-radius: 18px;
    width: 250px;
    height: 55px;
    line-height: 25px
}

.bitt-btn {
    padding: top 10px;
}