body > article > div > h1 {
  display:none;
}

/* landing page k vyzvam - align text to bottom na postupe*/
.postupclass1 {
  display: flex;
  flex-direction: column;
}

.postupclass1 p {
  margin-top: auto!important;
}

/* Mobil mensi nadpis na landing pages */
@media (max-width: 768px) {
  .mensi-nadpis-mobil {
    font-size: 2em!important;
  }
}

/* Riadok thumbnailov pouzivany na landing pages - styling obrazkov na aspect 1:1 a jemne rounded corners, schovanie na mobile */
.landing-page-thumbnails img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 25%;
}

@media only screen and (max-width: 768px) {
  .landing-page-thumbnails {
    display:none;
  }
}

/* Upravuje farbu linkov v main content a produktových stránkach*/
.main-content a, .show-details a {
  color: #ff6600!important;
}

.main-content a:visited, .show-details a:visited {
  color: #9f4102!important;
}

.main-content a:hover, .show-details a:hover {
  color: #9f4102!important;
}

/* Upravuje buttony používané na LPs */
a.wp-block-button__link {
  color:#ffffff!important;
}
a.wp-block-button__link:visited {
  color:#ffffff!important;
}
a.wp-block-button__link:hover {
  color:#ffffff!important;
  background-color:#9f4102!important;
}
