/* kouzelnehrackarstvi - fixes */
.homepage-box.before-carousel .row.banners-row .col-sm-8,
.mobile .content .row.banners-row .col-sm-8 {
    width: unset;
}

.products-block > div.slick-list.draggable {
    opacity: 1;
    width: 100%;
    transform: translate3d(0px, 0px, 0px);
}

h2.lines {
    text-align: center;
    width: 100%;
}

.brandBanner > h2 {
    margin-bottom: 20px !important;
    margin-top: 48px !important;
}

.content-wrapper.latest-contribution-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

#dkLabFavHeaderWrapper {
    display: none;
}

body.type-product .slick-list.draggable {
    border: none;
}

/* benefit banner */
.benefitBanner {
    margin-top: 68px;
    margin-bottom: 68px;
}

.benefitBanner__item {
    flex-direction: column;
    text-align: center;
}

/* homepage */
.banners-row .col-sm-4,
.banners-row .col-sm-8 {
    margin: 0;
    width: 100%;
}

.banners-row .col-sm-4 .next-to-carousel-banners {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper {
    width: 100%;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner h2 {
    margin-bottom: 48px;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-gap: 20px;
    width: 100%;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block a {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block a:hover .bg {
    transform: scale(1.05) !important;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block a .bg {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

/* banner homepage */
.banners-row .col-sm-4 {
    margin: 0;
    width: 100%;
}

.banners-row .col-sm-4 .next-to-carousel-banners {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper {
    width: 100%;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: hidden;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner h2 {
    margin-bottom: 48px;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-gap: 20px;
    width: 100%;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block a {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block a:hover .bg {
    transform: scale(1.05) !important;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block a .bg {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

@media screen and (max-width: 790px) {
    .banners-row .col-sm-4 .next-to-carousel-banners .banner-wrapper .brandBanner .grid-block {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
}

/* footer */
.footer-rows+.footer-bottom {
    border-top-style: solid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 992px) {
    .footer-rows+.footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 10px;
    }
}