body {
    background: #F5F5F5;
}

/* novinky */
.novinky .support {
    background: #FAFAFA;
    padding-top: 30px;
}

.novinky .support h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}

.novinky-header {
    background: radial-gradient(50% 50% at 50% 50%, rgba(31, 36, 37, 0) 0%, #0C0D0E 100%), #1B1D20;
    background-image: url('https://sedryk.davidkarabin.sk/wp-content/uploads/2020/07/pattern.png');
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: middle;
}

.novinky-header h3 {
    font-family: "Syncopate L", Sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    
    /* or 125% */

    text-align: center;
    text-transform: uppercase;

    /* Grey / grey-1 */

    color: #FFFFFF;
    padding-bottom: 30px;
}

.novinky-header img {
    width: 330px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 450px) {
    .novinky-header img {
        display: none;
    }

    .novinky-header h3 {
        padding-bottom: 0;
    }

    .novinky-header {
        height: 60px;
        margin-top: 18px;
    }
}

.novinky-slider {
    padding-top: 30px;
    margin-bottom: 50px;
}

.novinky-slider div {
    padding-right: 20px;
}

.novinky-slider img.novinky-slider-image {
    width: 200px;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
}

.novinky-slider .novinky-slider-image--small {
    width: 150px;
    height: 150px;
    border-radius: 15px;

    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.novinky-slider h3.novinky-slider-title {
    font-family: "Gotham", Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    text-align: left;
    padding-top: 10px;
    /* or 150% */


    /* Gray 1 */

    color: #333333;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.novinky-slider a.novinky-slider-link {
    font-family: "Gotham", Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */

    text-decoration: underline !important;

    /* Sedryk / Icon / 01 */

    color: #4F5964;
}

.novinky-products {
    background: #E5E5E5;
    padding-left: 20px;
    padding-bottom: 30px;
}

.novinky-products hr {
    border-color: #BFBFBF;
}

.novinky-products h3.novinky-products-title {

    font-family: "Syncopate L", Sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    /* or 125% */

    text-align: center;
    text-transform: uppercase;

    /* Grey / grey-1 */

    color: #262626;
    padding-top: 30px;
    text-align: left;
}
