.velkoobchod-page-custom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: #000000;
}

.velkoobchod-page-custom .velkoobchod-banner {
    background: #f3e7f9;
    position: relative;
    padding: 60px 50px 55px;
    overflow: hidden;
}

.velkoobchod-page-custom .velkoobchod-banner > * {
    position: relative;
    z-index: 2;
}

.velkoobchod-page-custom .velkoobchod-banner::before,
.velkoobchod-page-custom .velkoobchod-banner::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.velkoobchod-page-custom .velkoobchod-banner::before {
    left: 0;
    width: 20%;
    background-image: url(/user/documents/upload/velkoobchod_72ppi_pozadi_vlevo.png);
}

.velkoobchod-page-custom .velkoobchod-banner::after {
    right: 0;
    width: 25%;
    background-image: url(/user/documents/upload/velkoobchod_72ppi_pozadi_vpravo.png);
}

.velkoobchod-page-custom .velkoobchod-banner h2 {
    margin: 0 0 15px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.velkoobchod-page-custom .velkoobchod-banner p {
    margin: 0;
    text-align: center;
    font-size: 16px;
}

.velkoobchod-page-custom .velkoobchod-banner_buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.velkoobchod-page-custom .velkoobchod-banner_buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 5px;
    padding: 9px 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.25s ease;
}

.velkoobchod-page-custom .velkoobchod-banner_buttons a:first-child {
    background: #755da0;
}

.velkoobchod-page-custom .velkoobchod-banner_buttons a:first-child:hover {
    background: #544982;
    color: #ffffff;
}

.velkoobchod-page-custom .velkoobchod-banner_buttons a:last-child {
    background: #74a23f;
}

.velkoobchod-page-custom .velkoobchod-banner_buttons a:last-child:hover {
    background: #4a6b25;
    color: #ffffff;
}

.velkoobchod-page-custom .intro-text,
.velkoobchod-page-custom .outro-text {
    max-width: 900px;
    margin: 50px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
}

.velkoobchod-page-custom .outro-text {
    margin: 0 auto 50px;
}

.velkoobchod-page-custom .velkoobchod-contact {
    display: flex;
    max-width: 1200px;
    margin: 50px auto;
    padding: 30px 10px;
    background: #f8f8f8;
}

.velkoobchod-page-custom .velkoobchod-contact > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    padding: 0 20px;
}

.velkoobchod-page-custom .velkoobchod-contact > * p,
.velkoobchod-page-custom .velkoobchod-contact > * a {
    margin-bottom: 3px;
}

.velkoobchod-page-custom .velkoobchod-contact > * p:not(:last-child),
.velkoobchod-page-custom .velkoobchod-contact > * a {
    font-weight: 700;
    color: #000000;
}

.velkoobchod-page-custom .velkoobchod-contact > * p:last-child {
    font-size: 12px;
    font-weight: 400;
}

.velkoobchod-page-custom .velkoobchod-contact_phone a {
    font-size: 18px;
    text-decoration: none;
}

.velkoobchod-page-custom .velkoobchod-contact_email a {
    text-decoration: none;
}

.velkoobchod-page-custom .velkoobchod-contact_profil {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.velkoobchod-page-custom .velkoobchod-contact_profil img {
    max-width: 75px;
    max-height: 75px;
    margin-right: 10px;
}

.velkoobchod-page-custom .section-title {
    margin: 80px 0 50px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
}

.velkoobchod-page-custom .benefitBanner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 22px;
    margin-bottom: 90px;
}

.velkoobchod-page-custom .benefitBanner__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.velkoobchod-page-custom .benefitBanner__picture {
    flex: 0 0 66px;
}

.velkoobchod-page-custom .benefitBanner__picture img {
    display: block;
    width: 66px;
    height: 66px;
    object-fit: contain;
}

.velkoobchod-page-custom .benefitBanner__title {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.25;
}

.velkoobchod-page-custom .benefitBanner__data {
    font-size: 15px;
    line-height: 1.5;
    color: #444444;
}

@media (max-width: 1199px) {
    .velkoobchod-page-custom .velkoobchod-banner::before,
    .velkoobchod-page-custom .velkoobchod-banner::after {
        width: 44%;
    }

    .velkoobchod-page-custom .velkoobchod-contact > * {
        padding: 0 5px;
    }
}

@media (max-width: 992px) {
    .velkoobchod-page-custom .velkoobchod-contact {
        flex-direction: column;
        align-items: center;
    }

    .velkoobchod-page-custom .velkoobchod-contact > * {
        width: 100%;
        align-items: center;
        margin-bottom: 20px;
    }

    .velkoobchod-page-custom .velkoobchod-contact > *:last-child {
        margin-bottom: 0;
    }

    .velkoobchod-page-custom .velkoobchod-contact > * p:last-child {
        text-align: center;
    }

    .velkoobchod-page-custom .velkoobchod-contact_profil {
        justify-content: center;
    }

    .velkoobchod-page-custom .benefitBanner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .velkoobchod-page-custom {
        padding: 16px;
    }

    .velkoobchod-page-custom .velkoobchod-banner {
        padding: 50px 10px 45px;
    }

    .velkoobchod-page-custom .velkoobchod-banner::before,
    .velkoobchod-page-custom .velkoobchod-banner::after {
        display: none;
    }

    .velkoobchod-page-custom .velkoobchod-banner h2 {
        font-size: 26px;
    }

    .velkoobchod-page-custom .intro-text,
    .velkoobchod-page-custom .outro-text {
        font-size: 16px;
        line-height: 1.65;
    }

    .velkoobchod-page-custom .velkoobchod-contact {
        margin: 40px auto;
    }

    .velkoobchod-page-custom .section-title {
        margin-top: 60px;
        font-size: 19px;
    }

    .velkoobchod-page-custom .benefitBanner {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 60px;
    }
}
