#footer, .footer-rows .rate-wrapper {
    background-color: #cbb193;
}

.p-price-wrapper .price-final {
    color: #737373;
}

@media (max-width: 768px) {
  .benefitBanner {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .benefitBanner .benefitBanner__item {
    flex: 1 1 50%;
    max-width: 50%;
    flex-flow: column;      /* Zajistí, že uvnitř banneru bude obrázek nad textem */
    margin-bottom: 0;
    text-align: center;
  }
}

/* Odstraněno body.in-index - platí všude */
.product-slider-holder {
    background-color: #cbb193;
}


.text {
  font-weight: 700 !important; /* tučný text */
}

.site-msg, .user-action {
    background-color: #cbb193;
}
