/* Hodnocení obchodu+ */
#hodnoceniobchodu .vote-wrap:not(.admin-response .vote-wrap),
.id--51 main .vote-wrap:not(.admin-response .vote-wrap),
.template-14.id--51 .rate-wrapper:not(.admin-response .vote-wrap) {
    background-color: #fffbf0 !important;
    border: 1px solid #f5bf00 !important;
    border-radius: 8px !important;
}
#hodnoceniobchodu .shop-stat-all a {
    background-color: #fff0f5 !important;
    color: #e8417a !important;
    border-radius: 32px !important;
}
#hodnoceniobchodu .shop-stat-all a:hover {
    background-color: #e8417a !important;
    color: #fff0f5 !important;
}

/* Hodnocení produktů+ */
.type-detail main #ratingTab .votes-wrap .vote-wrap:not(.admin-response .vote-wrap) {
    background-color: #fffbf0 !important;
    border: 1px solid #f5bf00 !important;
    border-radius: 8px !important;
}
#ratingTab .loadMore__button {
    background-color: #fff0f5 !important;
    color: #e8417a !important;
    border-radius: 32px !important;
}
#ratingTab .loadMore__button:hover {
    background-color: #e8417a !important;
    color: #fff0f5 !important;
}

/* Hvězdičky */
.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before,
.icon-starHalf-before,
.icon-starOn-before,
.product-ratings .icon-starOff-before:hover,
.product-ratings .star-off:hover,
.star.star-half,
.star.star-on,
.rate-average,
.tursky-apollo .rate-wrapper.unveil-wrapper .rate-list .stars span.star-off::before {
    color: #ECB911 !important;
}

/* Benefit bannery */
.benefitBanner__item {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    border-radius: 8px;
}
.benefitBanner__item:hover,
.benefitBanner__item:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
