<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#toEshop a::before {
  display: none;
}
#toEshop a {
  padding-inline: 6rem;
  font-size: 1.5rem;
  padding-block: 0.5rem;
}
#toEshop {
  padding-bottom: 5rem;
}
.rk.hp #toEshop{
  padding-bottom: unset;
  padding-block: 2rem;
}
#homepageProducts1 .lSPager.lSpg {
  display: none;
}
main .rk.hp .next-to-carousel-banners {
  display: none;
}

.rk.hp .homepage-tabs-wrapper .homepage-group-title.h4 {
  display: none !important;
}

.rk.hp .kontakt {
  padding-block: 4rem;
  position: relative;
  z-index: 1;
}

.rk.hp .kontakt .contacts-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.rk.hp .kontakt .contacts-top &gt; div {
  width: unset;
}

.rk.hp .kontakt &gt; .row {
  padding-bottom: 6rem;
}

.rk.hp .kontakt strong {
  font-size: 16px;
  color: var(--obsidian);
}

.rk.hp .kontakt .contacts-top {
  border: none;
  background: white;
}

.rk.hp .product-cards::before,
.rk.hp .product-cards::after {
  content: none;
}

.rk.hp .row:has(.product-cards) {
  justify-content: center;
}

.rk.hp .card {
  padding-inline: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--obsidian);
}
.rk.hp .stylized-heading.centered a,
.rk .stylized-heading.centered span {
  padding-inline: 2.5rem;
}
.rk.hp .card .text-content {
  padding: 2.5rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.rk.hp .card h5 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: 500;
}

.rk.hp .card .obrazek {
  display: flex;
}
.rk.hp .card a:has(img) {
  display: flex;
  flex-grow: 1;
  cursor: pointer;
}
.rk.hp .card img {
  object-fit: cover;
  height: 220px;
  flex-grow: 1;
}

.rk.hp .card p,
.rk.hp .card .price {
  font-size: 16px;
  color: var(--obsidian);
}

.rk.hp .card div:has(&gt; .price) {
  margin-top: auto;
}

.rk.hp .product-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  justify-content: center;
  margin-block: 2rem;
}

.rk.hp .hero-welcome {
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
  margin-bottom: 60px;
  line-height: 1.6;
}

.rk.hp .dm-flex.hero-text .row {
  justify-content: space-between;
  gap: 2rem;
}

.rk.hp .dm-flex.hero-text .row::before,
.rk.hp .dm-flex.hero-text .row::after {
  content: none;
}

.rk.hp .dm-flex.hero-text .obrazek {
  max-width: 200px;
}

.rk.hp .dm-flex.hero-text &gt; div &gt; div {
  max-width: 1010px;
  margin: 0 auto;
}

.rk.hp .dm-flex.hero-text h3 {
  margin-bottom: 40px;
}

.rk.hp .dm-flex.hero-text h4:not(.hero-welcome) {
  color: var(--obsidian);
  padding-block: 5rem;
}

.rk.hp .dm-flex.hero-text p {
  line-height: 1.6;
}

.rk.hp .dm-flex p {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .rk.hp .dm-flex.hero-text .row {
    justify-content: center;
  }
}

.rk.hp .index-content-wrapper .welcome {
  display: none;
}

@media screen and (max-width: 767px) {
  .rk h3 {
    font-size: 22px;
  }
  .rk h4 {
    font-size: 17px;
  }
  .rk.hp .dm-flex p {
    font-size: 15px;
  }

  .rk .dm-flex &gt; div {
    padding: 10px;
  }

  .rk .dm-flex.idea {
    display: flex;
  }

  .rk .dm-flex.idea .padding {
    padding: 2.5rem;
  }
}

</pre></body></html>