<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* blok filtrĹŻ */
.filter__main {
  position: relative;
  z-index: 8;
  margin: 0 0 1.5rem 0;
  border: 1px solid #ececec;
}
.filter__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1rem 1rem 0.5rem 1rem;
  background: #f9f9f9;
}

.dalsi_filtry {
  display: none;
}

.layered_price, .layered_filterrr {
  flex-basis: calc( 33.333333% - 0.5rem);
}

.ramec_filtryyy {
  display: flex;
  flex-wrap: wrap;
}

/* povolene filtry */
.filter__meta {
  display: none;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
}

@media print, screen and (min-width: 48.0625em) {
  .filter__meta {
    flex-direction: row;
  }
}
.ramec_filtry_povolene {
  width: 100%;
  position: relative;
  display: block !important;
}
#enabled_filters:before, #enabled_filters:after {
  content: '';
  display: table;
}
#enabled_filters:after {
  clear: both;
}
.filter__aside {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
}

.filter__dfn ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter__dfn li {
  padding: 0.5rem 1rem 0.5rem 0 !important;
}

.filter__remove {
  transition: border-color 0.3s linear 0s, color 0.3s linear 0s;
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.25rem 1.75rem 0.25rem 0.75rem;
  background: #404040;
  border-radius: 0.815rem;
  color: #fff;
  line-height: 1.2;
  font-size: 0.9375rem;
  text-decoration: none;
}

#enabled_filters li a {
  float: right;
  cursor: pointer;
  text-decoration: none;
}

.filter__close {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  color: #ff0000;
  font-size: 1.25rem;
}

.filter__aside {
  width: 140px;
  float: left;
}

@media print, screen and (min-width: 48.0625em) {
  .filter__aside {
    width: 8.75rem;
  }
}

.filter__legend {
  display: block;
  color: #747474;
  font-size: 0.9375rem;
}
.filter__content {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.filter__content {
  width: calc(100% - 140px);
  float: right;
}

.filter__clear {
  transition: border-color 0.3s linear 0s, color 0.3s linear 0s;
  display: block;
  color: #ff0000;
  font-size: 0.9375rem;
  outline: none;
}

.filter__clear:hover, .filter__clear:focus {
  color: #747474;
}

.filter__remove:hover, .filter__remove:focus {
  color: #ff0000;
}

.layered_filterrr.filter__data.type_priceOrder {
  display: none;
}

/* vzhled boxu filtru */
.filter__col {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background: #fff;
  border: 1px solid rgba(37,37,37,0.1);
  color: rgba(37,37,37,0.8);
  font-size: 0.875rem;
  height: 100%;
  align-items: center;
  display: flex;
}
.filter__trigger {
  position: relative;
  display: block;
  padding: 0 1.5rem 0 0;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  width: 100%;
}
.filter__arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
.filter__arrow:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.125rem;
  border-style: solid;
  border-color: rgba(37,37,37,0.8);
  border-width: 1px 1px 0 0;
}
.filter__data, .layered_price {
  position: relative;
  z-index: 8;
  width: calc(50% - 0.5rem);
  margin: 0 0.25rem 0.5rem 0.25rem;
  flex-basis: initial;
}

@media print, screen and (min-width: 48.0625em) {
  .filter__data, .layered_price {
    width: calc(33.333% - 0.5rem);
  }
}

/* rozbalene menu */
.filter__menu {
  transition: all 0.3s linear 0s;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  width: 17.5rem;
  background: #fff;
  border: 1px solid rgba(37,37,37,0.1);
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
  visibility: hidden;
  opacity: 0;
  max-width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .filter__menu {
    max-width: inherit;
  }
}

.filter__menu ul {
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
}
.filter__menu li {
  padding: 0.3125rem 0;
}
.filter__label {
  position: relative;
  display: block;
  padding: 0 0.75rem 0 2rem;
  color: #252525;
  font-size: 15px;
}
.filter__label input {
  position: absolute;
  top: 0.25rem;
  left: 0.75rem;
  margin: 0;
  padding: 0;
}
.filter__data:after, .layered_price:after {
  content: '';
  position: absolute;
  top: 1.5rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.25rem;
  background: rgba(0,0,0,0);
}
.filter__data:hover, .layered_price:hover {
  z-index: 9;
}
.filter__data:hover .filter__menu, .layered_price:hover .filter__menu {
  visibility: visible;
  opacity: 1;
}

/* rozbalene menu cena */
.price_order_by label {
  width: 100%;
  margin: 0;
  padding: 0.3rem 0.5rem;
  line-height: 1.3;
}
.price_order_by label:hover, .price_order_by label.active {
  background: #dddddd;
}
#layered_block_left ul li label {
  cursor: pointer;
}
.price_order_by label:hover, .price_order_by label.active {
  background: #dddddd;
}

/* loading */
.filter__loader {
  box-sizing: border-box;
  display: none;
  width: 100%;
  min-width: 100%;
  padding: 1rem;
  color: #747474;
  text-align: center;
}

.filter__loader.is-active {
  display: block;
}

.filter__loading {
  display: flex;
  flex-direction: row;
  width: 3.125rem;
  margin: 1rem auto;
}

.filter__loading &gt; div {
  width: 2px;
  height: 1.5625rem;
  margin: 2px 4px;
  background: rgba(255,255,255, 0.6);
  border-radius: 2px;
  animation-fill-mode: both;
}

.filter__loading &gt; div:nth-child(1) {
  animation: loader 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.filter__loading &gt; div:nth-child(2) {
  animation: loader 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.filter__loading &gt; div:nth-child(3) {
  animation: loader 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.filter__loading &gt; div:nth-child(4) {
  animation: loader 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.filter__loading &gt; div:nth-child(5) {
  animation: loader 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

@keyframes loader {
  0% {
    transform: scaley(1);
  }
  50% {
    transform: scaley(0.4);
  }
  100% {
    transform: scaley(1);
  }
}


.filter__help {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.3125rem;
  border-radius: 50%;
  background: #ffe500;
  color: #000;
  text-align: center;
  line-height: 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  font-weight: 400;
}

.filter__help:before {
  transition: all 0.3s linear 0s;
  box-sizing: border-box;
  content: attr(data-help-text);
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5rem;
  padding: 0.5rem 1rem;
  background: #000;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
}

.filter__help:after {
  content: '?';
}

.filter__help:hover:before {
  opacity: 1;
  visibility: visible;
}

.filter__menu #ul_layered_price_0 {
  padding: 1rem;
}

.filter__menu #layered_price_range {
  display: block;
  padding-bottom: 0.5rem;
}


/* fix pagination */
.pagination a {
  padding: 0;
}
.pagination a span, .pagination_previous, .pagination_next {
  padding: 0.1875rem 0.625rem;
}
.pagination a span {
  display: block;
}
.pagination_previous a span, .pagination_next a span {
  display: inline-block;
}
.pagination-previous a::before, .pagination-previous.disabled a::before {
  margin-left: 0.5rem;
  margin-right: 0;
}
.pagination-next a::after, .pagination-next.disabled a::after {
  margin-right: 0.5rem;
  margin-left: 0;
}

.pagination-previous.disabled::before {
  display: none;
}
.pagination-next.disabled::after {
  display: none;
}
</pre></body></html>