/* ===== RT: cart note — pickup point message next to "Special instructions" ===== */

.cart-note__label{font-size:20px !important}

details:has(> .cart-note__summary)::before{
  content:"Please provide your preferred Zásilkovna pickup point here. If you don't, the carrier will choose it automatically.";
  display:block;
  margin:0 0 10px;
  font-size:14px;
  line-height:1.35;
  text-align:start;
}

html[lang^="cs"] details:has(> .cart-note__summary)::before{
  content:"Uveďte zde prosím preferované výdejní místo Zásilkovny. Pokud jej neuvedete, vybere je dopravce automaticky.";
}

html[lang^="ru"] details:has(> .cart-note__summary)::before{
  content:"Укажите здесь удобный для вас пункт выдачи «Zásilkovna». Если вы ничего не сообщите, выбор будет сделан перевозчиком автоматически.";
}

/* ===== RT: mega menu — hover in the same green as the first level ===== */

.mega-menu__link:hover,
.mega-menu__link:focus-visible,
.mega-menu__link:hover .wrap-text,
.mega-menu__link:focus-visible .wrap-text{
  color:rgb(110,135,53) !important;
  opacity:1 !important;
}
