/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2026 | 21:24:43 */
/* Zvětšení šipky u sortu */
.menu-link.asc::after {
    font-size: 24px !important;
}
.menu-link.desc::after {
    font-size: 24px !important;
}

/* Nastavení černého pozadí u sortu */
.sort-container .dropdown-filter .menu-passive {
  background-color: #141518 !important;
}

/* Nastavení černého pozadí za textem jednotlivých položek */
.sort-container .dropdown-filter .menu-passive__item {
  background-color: #141518; /* Bez !important, aby fungoval hover efekt */
}
