.footer-banners {
    background-color: #FDE0E2 !important;
}

.full-width.footer-newsletter-full-width {
    display: none !important;
}

.latest-contribution-wrapper {
    display: none !important;
}

/* Hvězdičky hodnocení – oprava viditelnosti (Shoptet, Samba) */
.stars.star-list .star:before,
.stars.star-list .icon-starOn:before,
.stars.star-list .icon-starHalf:before {
    color: #d16e6e !important; /* MOOD nails pink */
    opacity: 1 !important;
}

/* Neaktivní hvězdy */
.stars.star-list .star:not(.star-on):before {
    color: #dcdcdc !important;
}

/* Reset pozadí a opacity wrapperu */
.stars.star-list {
    background: transparent !important;
}

.stars.star-list * {
    opacity: 1 !important;
}

/* obal banneru */
.dklabBanplusUvod a {
    position: relative;
    display: block;
    overflow: hidden;
}

/* obrázek banneru */
.dklabBanplusUvod img {
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.45s cubic-bezier(.25, .46, .45, .94),
                filter 0.35s ease;
}

/* hover efekt */
.dklabBanplusUvod a:hover img {
    transform: scale(1.06);
    filter: brightness(0.9);
}