/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2026 | 02:16:02 */
/*.dropdown-filter.tax-stitek .menu-passive {
  max-height: 260px;
  overflow-y: auto;
}
*/

/* Sjednocené nastavení pro seznamy štítků i kategorií */
.dropdown-filter.tax-stitek .menu-passive,
.dropdown-filter.tax-kategorie .menu-passive {
    max-height: 260px;
    overflow-y: auto;
}

/* Vyhledávací pole v obou filtrech */
.dropdown-filter.tax-stitek .tag-fulltext,
.dropdown-filter.tax-kategorie .tag-fulltext {
  padding: 10px 18px;
  border-radius: 999px;          /* silně zaoblené rohy */
  border: none;
  outline: none;
  background-color: #ffffff;     /* bílé pozadí */
  color: #000;
  box-sizing: border-box;
}

/* Efekt při kliknutí do pole */
.dropdown-filter.tax-stitek .tag-fulltext:focus,
.dropdown-filter.tax-kategorie .tag-fulltext:focus {
  box-shadow: 0 0 0 3px #0c6966;
}




/* ================================
   OPRAVA UŘÍZNUTÉHO DROPDOWNU FILTRU
   (YMC Smart Filter / dropdown-filter)
   ================================ */

/* 1️⃣ Rodiče NESMÍ ořezávat obsah */
.ymc-smart-filter-container,
.filter-layout,
.filter-layout3,
.filter-entry,
.dropdown-filter,
.is-layout-constrained {
  overflow: visible !important;
}



