body.desktop #header .site-name {
  position: relative;
  top: 8px;
}

body.desktop.type-post #header,
body.desktop.type-page #header,
body.desktop.type-detail #header,
body.desktop.type-category #header,
body.desktop.in-vyhledavani #header,
body.mobile.id-1 #header,
body.mobile.type-detail #header,
body.mobile.type-page #header,
body.mobile.type-page #header,
body.mobile.type-category #header,
body.mobile.in-vyhledavani #header {
  color: #fff;
  background-color: #fff100 !important;
  border-color: #fff100 !important;
}

body.desktop.type-detail .menu-helper::after,
body.desktop.type-detail .menu-trigger::after,
body.desktop.in-kontakty .menu-helper::after,
body.desktop.in-kontakty .menu-trigger::after {
  color: #000000;
  background-color: transparent;
}

body.desktop .navigation-in ul li a b {
  font-weight: 900;
}

body.desktop.type-post h1.header-title > span,
body.desktop.type-post h2.header-title > span,
body.desktop.type-post .menu-trigger::after,
body.desktop.type-post .submenu-arrow::after,
body.desktop.type-post .navigation-in ul li a b,
body.desktop.type-page h1.header-title > span,
body.desktop.type-page h2.header-title > span,
body.desktop.type-page .menu-trigger::after,
body.desktop.type-page .submenu-arrow::after,
body.desktop.type-page .navigation-in ul li a b,
body.desktop.type-category h1.header-title > span,
body.desktop.type-category h2.header-title > span,
body.desktop.in-vyhledavani h1.header-title > span,
body.desktop.in-vyhledavani h2.header-title > span,
body.desktop.type-category .submenu-arrow::after,
body.desktop.in-vyhledavani .submenu-arrow::after,
body.desktop.type-detail .navigation-in ul li a b,
body.desktop.type-category .navigation-in ul li a b,
body.desktop.in-vyhledavani .navigation-in ul li a b,
body.desktop.type-category .menu-helper::after,
body.desktop.type-category .menu-trigger::after,
body.desktop.in-vyhledavani .menu-helper::after,
body.desktop.in-vyhledavani .menu-trigger::after {
  color: #000000;
}

body.desktop.type-category h1.header-title > span,
body.desktop.type-category h2.header-title > span,
body.mobile.id-1 h1.header-title > span,
body.mobile.type-category h1.header-title > span,
body.mobile.type-category h2.header-title > span {
  color: #000000;
}

body.mobile .navigation-buttons > a[data-target="navigation"]::before,
body.mobile .navigation-buttons > a[data-target="search"]::before,
body.mobile .navigation-buttons > a[data-target="login"]::before,
body.mobile .navigation-buttons > a[data-target="cart"]::before {
  color: black;
}

.navigation-buttons > a[data-target="navigation"]::before {
  color: black;
}

/** **/
.type-index .content-wrapper .h4,
.type-index .content-wrapper .welcome h1 {
  position: relative;
  font-size: 26px;
  text-align: center;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

/** **/
.type-index .content-wrapper .h4::after,
.type-index .content-wrapper .welcome h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -55px;
  width: 110px;
  height: 2px;
}

.type-index .h4::after,
.type-index .welcome h1::after {
  background-color: #fe0000;
}

@media (min-width: 992px) {
  .header-navigation::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff100;
    width: 100%;
    height: 80px;
  }

  .languagesMenu__header {
    color: #000000 !important;
  }

  .navigation-buttons > a[data-target="search"]::before,
  .navigation-buttons > a[data-target="login"]::before,
  .navigation-buttons > a[data-target="cart"]::before {
    color: #000000 !important;
  }
}

.navigation-buttons .dropdown > button {
  font-weight: 800;
  background: #ff0000;
}

.in-vyhledavani .submenu-arrow::after,
.type-category .submenu-arrow::after,
.type-detail .submenu-arrow::after {
  color: black;
}

/** Cookies **/
.siteCookies ~ .quriobotWidgetButton {
  z-index: initial !important;
}

@media (min-width: 768px) {
  .siteCookies--bottom {
    left: 50%;
    width: 670px;
    margin-left: 0px;
    }

  .welcome h1 {
    max-width: max-content;
    margin: 8rem auto 2rem;
    }

  .type-index .content-wrapper .welcome h1::before {
    content: '';
    position: absolute;
    left: 0% !important;
    bottom: 0;
    margin-left: 0px;
    width: 100%;
    height: 2px;
    }

  .type-index .content-wrapper .welcome h1::after {
    content: '';
    position: absolute;
    left: 0% !important;
    bottom: 60px;
    margin-left: 0px;
    width: 100%;
    height: 2px;
    }

  .news-item .text .description {
    line-height: 2.2rem;
    min-height: 80px;
    }
  }

body.cookies-visible {
  overflow: hidden;
}

body.cookies-visible .siteCookies {
  display: none;
}

.siteCookies {
  color: #fff;
  position: fixed;
  z-index: 100000001;
  font-size: 16px;
  transition: all 0.4s;

  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.siteCookies__form {
  background-color: #fff;
  color: #000;
  padding: 20px 15px 25px 15px;
  border-radius: 10px;
  max-width: 90%;
}

.siteCookies .siteCookies__form a {
  color: #000 !important;
  background: transparent;
}

@media (min-width: 768px) {
  .siteCookies .siteCookies__form {
    max-width: 500px;
    margin: 0 auto;
    display: grid;
  }
}

.siteCookies__text {
  line-height: 22px;
  margin-bottom: 15px;
}

.siteCookies__text a {
  text-decoration: underline;
  color: #000;
}

.siteCookies__text a:hover {
  text-decoration: none;
}

.siteCookies__links {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}

.siteCookies__link {
  display: inline-block;
  text-decoration: none;
  color: #000;
  line-height: initial;
  padding: 5px 0;
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
}

.siteCookies__link:hover {
  text-decoration: none;
}

.siteCookies__button {
  width: 100%;
  line-height: 55px;
  background-color: var(--color-secondary);
  color: #fff;
  border-radius: 4px;
  border: 0;
  font-weight: 600;
  margin: 0 auto;
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 0;
  font-size: 20px;
  letter-spacing: 0.5px;
  transition: all 0.4s;
}

.siteCookies__button:hover {
  background-color: var(--color-secondary-hover);
}

@media (min-width: 768px) {
  .siteCookies__button:hover {
    opacity: 0.8;
  }
}

.siteCookies__button--first {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .siteCookies__button--first {
    margin-bottom: 0;
    margin-right: 16px;
  }
}

[class~="blog-hp"]:before {
  content: "Novinky z blogu";
}
[class~="blog-hp"] [class~="news-item"] {
  margin-bottom: 25px;
}
.blog-hp,
[class~="blog-hp"] [class~="news-item"] [class~="image"] {
  width: 100%;
}
.blog-hp {
  margin-left: auto;
}
[class~="blog-hp"]:before {
  text-transform: uppercase;
}
.blog-hp,
[class~="blog-hp"] [class~="news-item"] [class~="image"] {
  margin-bottom: 0;
}
[class~="blog-hp"] [class~="news-item"] [class~="text"] [class~="title"] {
  margin-top: 0.3125pc;
}
[class~="blog-hp"] [class~="news-item"] {
  padding-bottom: 0;
}
[class~="blog-hp"]:before {
  display: block;
}
.blog-hp {
  margin-right: auto;
}
[class~="blog-hp"]:before {
  text-align: center;
}
.blog-hp {
  margin-top: 0.3125in;
}
[class~="blog-hp"]:before {
  font-size: 0.291666667in;
}
.blog-hp .news-item {
  padding-left: 11.25pt;
}
[class~="blog-hp"] [class~="news-item"]:nth-child(n + 4) {
  display: none;
}
.blog-hp .news-item {
  padding-bottom: 0;
}
[class~="blog-hp"] [class~="news-item"] time {
  margin-bottom: 7px;
}
.blog-hp .news-item {
  padding-right: 11.25pt;
}
.blog-hp .news-item {
  padding-top: 0;
}
[class~="blog-hp"] [class~="news-item"] [class~="text"] [class~="title"] {
  margin-bottom: 5px;
}
[class~="blog-hp"]:before {
  font-weight: 300;
}
.blog-hp {
  max-width: 12.270833333in;
}
[class~="blog-hp"]:before {
  margin-bottom: 0.15625in;
}
[class~="blog-hp"] [class~="news-item"] [class~="image"] {
  margin-left: 0;
}
[class~="blog-hp"] [class~="news-item"]:hover [class~="image"] img {
  opacity: 0.8;
}
[class~="blog-hp"] [class~="news-item"] [class~="image"] {
  margin-right: 0;
}
[class~="blog-hp"] [class~="news-item"] [class~="image"] {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  [class~="blog-hp"] [class~="news-item"] {
    width: 31%;
  }
  [class~="blog-hp"] [class~="news-item"] {
    display: inline-block;
  }
  [class~="blog-hp"] [class~="news-item"] {
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  [class~="blog-hp"] [class~="news-item"] {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .blog-hp {
    max-width: 14.770833333in;
  }
}
.blog-hp:empty {
  display: none;
}
.blog-hp .news-item {
  padding-bottom: 15px;
}
.blog-hp + .blog-hp {
  display: none;
}

[class~="blog-hp"]:before {
  content: "Z našeho blogu";
  text-transform: unset !important;
  border-bottom: 2px solid red;
  width: max-content;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 auto 4rem;
  border-top: 2px solid red;
}

[class~="blog-hp"] [class~="news-item"] [class~="text"] [class~="title"] {
  min-height: 70px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.blog-hp .news-item {
  padding-bottom: 15px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  margin: 0px 1rem;
}

.blog-hp {
  margin-bottom: 4rem;
}
