/*
Theme Name: Allimedia Child Theme
Theme URI: https://allimedia.cz/
Template: hello-elementor
Author: Allimedia.cz
Author URI: https://allimedia.cz/
Description: Odlehčená šablona s vlastní identitou. Optimalizováno pro vývoj v Elementoru, čistý start bez balastu. Kompletní kontrola nad styly, šablonami a rozložením.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1745583531
Updated: 2025-04-25 14:18:51

*/

@media (max-width: 767px) {

  .wc-block-product-filters__open-overlay,
  .wc-block-product-filters__open-overlay:hover,
  .wc-block-product-filters__open-overlay:focus,
  .wc-block-product-filters__open-overlay:active,
  .wc-block-product-filters__open-overlay:focus-visible {

    background-color: #E67E22 !important;
    border: 1px solid #E67E22 !important;
    color: #fff !important;
  }
}

/* === ZOBRAZIT VÍCE – sjednocení s brandem === */

.wc-block-product-filter-checkbox-list__show-more {
  color: #E67E22 !important;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

/* Hover / focus */
.wc-block-product-filter-checkbox-list__show-more:hover,
.wc-block-product-filter-checkbox-list__show-more:focus,
.wc-block-product-filter-checkbox-list__show-more:active {
  background-color: #E67E22 !important;
  color: #FEFEFE !important;
  padding: 4px 8px;
  border-radius: 6px;
}

.wc-block-product-filter-checkbox-list__show-more {
  font-size: 0;
}

.wc-block-product-filter-checkbox-list__show-more::after {
  content: "Zobrazit více…";
  font-size: 14px;
}