<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Breakpoints */
/* Template variables */
/* Shoptet variables datasheet: https://developers.shoptet.com/shoptet-tools/editing-templates/placeholders-not-only-for-template-colors/ */
/* Template fonts */
/* Custom variables */
@media (min-width: 992px) {
  .scrolled .top-navigation-bar {
    position: relative;
    z-index: auto;
  }
  .top-navigation-bar &gt; .container {
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
    flex-direction: row-reverse;
  }
  .top-navigation-contacts strong {
    display: none;
  }
  .top-navigation-bar {
    height: 55px;
    background-color: #1e1e1c;
  }
  .top-navigation-bar .top-navigation-contacts a {
    padding-left: 50px;
  }
  .top-navigation-bar .top-navigation-contacts,
  .top-navigation-bar .top-navigation-menu {
    display: flex;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-contacts a,
  .top-navigation-bar .top-navigation-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-contacts a:hover,
  .top-navigation-bar .top-navigation-menu a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .top-navigation-bar-menu li:before {
    content: none;
  }
  .top-navigation-bar-menu {
    margin-left: -20px;
  }
  .top-navigation-bar .top-navigation-contacts a {
    position: relative;
  }
  .top-navigation-bar .top-navigation-contacts a::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
  }
  .top-navigation-bar .top-navigation-contacts .project-phone::before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Gaudia/img/phone.svg);
  }
  .top-navigation-bar .top-navigation-contacts .project-email::before {
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/doplnky/Gaudia/img/mail.svg);
  }
}
@media (min-width: 768px) {
  #content .filters-wrapper .unveil-button {
    width: fit-content;
    margin: -88px 0 0 auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .products-block.products .product {
    width: 50%;
  }
  .products-block.products .product .image {
    height: auto;
  }
}
#navigation ul.menu-level-1 &gt; li.menu-item-810 b {
  color: #ff0000;
}
@media (max-width: 767px) {
  #navigation li a[data-testid="signin"] {
    color: #fff;
    border-radius: 10px;
    background-color: #1e1e1c;
    text-align: center;
    padding: 18px !important;
  }
  #navigation li a[data-testid="signin"] span {
    color: #fff;
  }
}
.product-top h1 {
  margin-top: 0;
}
.product-top .detail-parameters tr.variant-list {
  border-bottom-style: none;
}
@media (max-width: 767px) {
  .product-top .detail-parameters tr.variant-list {
    margin-bottom: -14px;
  }
}
@media print {
  .admin-bar {
    display: none !important;
  }
  #header {
    display: none !important;
  }
  #footer {
    display: none !important;
  }
}
</pre></body></html>