<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {
  #navigation {
    height: 60px;
  }
  .navigation-in &gt; ul &gt; li &gt; a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .navigation-in &gt; ul &gt; li.ext &gt; a:after {
    top: 48%;
  }
  .menu-helper {
    height: 60px;
  }
  .menu-helper &gt; span {
    height: 100%;
    font-size: 15px;
  }
  .menu-helper &gt; ul {
    top: 100%;
  }
}

.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}
.benefitBanner__picture img {
  mix-blend-mode: multiply;
}
.in-index .position--benefitHomepage {
  margin-top: 0;
  margin-bottom: 30px;
}
.benefitBanner__picture {
  height: 50px;
}
.benefitBanner__picture img {
  max-height: 50px;
  max-width: 55px;
}

.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

.banners-top-block .banner-wrapper a,
.banners-top-block .banner-wrapper img {
  width: 100%;
}

@media (min-width: 768px) {
  .top-navigation-bar .container &gt; div.top-navigation-contacts {
    height: 35px;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 50px;
    padding-bottom: 10px;
  }

  .popup-widget.login-widget {
    top: 150px;
  }

  .popup-widget.cart-widget {
    top: 150px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 175px;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 175px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
}

@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}

@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
  .navigation-buttons a[data-target="cart"]:hover {
    color: white;
  }
  .header-top .btn.cart-count:hover .cart-price {
    color: white;
  }
  .navigation-buttons .click-cart a:after {
    display: none;
  }
  .click-cart {
    background: var(--color-primary);
    border-radius: 8px;
  }
  .click-cart:hover {
    background: var(--color-primary-hover);
  }
  #header .cart-count {
    border-radius: 7px 7px 0 0;
  }
  .navigation-buttons a[data-target="cart"] {
    color: #fff;
  }
  .header-top .btn.cart-count:before {
    font-size: 26px;
  }
  .header-top .btn.cart-count:before {
    color: white !important;
  }
  .navigation-buttons {
    right: 0;
  }
  .cart-window-visible #header .click-cart {
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible #header .cart-count {
    background-color: transparent;
    border-radius: 7px 7px 0 0;
  }
  .cart-window-visible .btn.cart-count .cart-price {
    color: white;
  }
  .popup-widget {
    margin-left: -6px;
  }
}

@media (min-width: 992px) {
  .popup-widget.cart-widget {
    margin-left: 106px;
  }
}

@media (min-width: 1200px) {
  .popup-widget.cart-widget {
    margin-left: 209px;
  }
}

@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 329px;
  }
}

.products-block:not(.products-additional) .p .image img {
  position: relative;
  width: calc(100% + 32px);
  max-width: none;
  margin-left: -16px;
  margin-top: -16px;
}

@media (min-width: 768px) {
  .products-block:not(.products-additional) .p .image img {
    position: relative;
    width: calc(100% + 60px);
    max-width: none;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.banners-top-block .banner-wrapper:last-child {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.top-category-block {
  margin-top: 0;
}

.c-banner__img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

.c-banner__img .video-container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.c-banner__img video {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shpt-carousel-container .shpt-carousel-item &gt; span {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 1600px) {
  .container {
    width: 1520px;
  }
}

@media (min-width: 1800px) {
  .container {
    width: 1700px;
  }
}

@media (min-width: 768px) {
  .banners-top-block {
    margin-top: 0;
  }
}
.in-index .position--benefitHomepage {
  margin-top: 30px;
  margin-bottom: 0;
}
</pre></body></html>