<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  font-size: 100%;
}

li .product .name a {
  font-size: 1em;
}

.number.cf,
.manufacturer.cf {
  color: #888;
  font-size: 0.75em;
}

li .product .price {
  font-size: 1em;
}

.SubCats_Categories_UL &gt; li .name a {
  line-height: 1.1em;
}

.jslider .jslider-value {
  font-size: 1em;
}

.sort-selector a {
  font-size: 16px;
  line-height: 16px;
}

section.topBar .headertop .TopMenu_MenuItems &gt; li &gt; a {
  font-size: 1em !important;
  color: #abc !important;
  text-transform: none !important;
}

/* cookie */
.cookie-policy-consents-container {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* konverter checkbox cookie til slider */
.CookiePolicyText {
  max-width: 95vw;
  margin: 0 10px;
  padding: 0;
}

.cookie-policy-consents-area {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 34px;
  margin-bottom: 10px;
}

.cookie-policy-consents-area input {
  opacity: 0;
  width: 0;
  height: 0;
}

.cookie-policy-consents-area label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  margin-left: 0;
  width: 60px;
  text-indent: 70px;
  line-height: 34px;
}

.cookie-policy-consents-area label:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

.cookie-policy-consents-area input:checked + label {
  background-color: #2196F3;
}

.cookie-policy-consents-area input:focus + label {
  box-shadow: 0 0 1px #2196F3;
}

.cookie-policy-consents-area input:checked + label:before {
  transform: translateX(26px);
}

@media screen and (min-width: 881px) {
  section.topBar {
    background-color: #00133b;
  }
  section.topBar .headertop {
    width: 1600px;
    max-width: 95%;
    margin: 0 auto;
  }
  section.topBar .headertop .TopMenu_MenuItems {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  section.topBar .headertop .TopMenu_MenuItems &gt; li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  section.topBar .headertop .TopMenu_MenuItems &gt; li &gt; a {
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  header {
    position: sticky;
    top: 0;
  }
  header section {
    height: 84px;
  }
  .productmenu {
    position: sticky !important;
    top: 84px;
  }
}
/*# sourceMappingURL=hobbykaeden-dev.css.map */
</pre></body></html>