body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  background: #000000;
  color: #e8e8e8;
}
body main {
  line-height: 1.6;
}
footer.footer-copyright {
  margin-top: auto;
  background: #363435;
  color: rgba(255, 255, 255, 0.4);
}
footer.footer-copyright a.social {
  font-size: 32px;
  cursor: pointer;
  margin-right: 15px;
}
footer.footer-copyright a.social:hover {
  color: white;
}
body .clanky-1.clanky-home.theme-one a {
  padding: 10px;
  background: #303030;
  color: #e0e0e0;
  border-radius: 5px;
  border-color: #303030;
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.3);
}
body .clanky-1.clanky-home.theme-one a h3.k-nazov {
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}
body .clanky-1.clanky-home.theme-one a .k-cta {
  width: fit-content;
  margin: 15px auto 10px auto;
  padding: 10px 20px;
  background: #eb1515;
  color: white;
  border-radius: 8px;
}
body .clanky-1.clanky-home.theme-one a:hover {
  background: #404040;
}
.ponuka {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.ponuka a {
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  background: #505050;
  color: #dedede;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.3);
  border: 2px solid #505050;
}
.ponuka a .k-nazov {
  font-size: 23px;
  font-weight: 500;
  color: white;
  margin: 10px 0 10px 0;
  padding: 0;
  line-height: 1.2;
}
.ponuka a img {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  object-fit: cover;
  transition: all 0.3s;
  display: block;
}
.ponuka a img[src$="svg"] {
  object-fit: contain;
}
.ponuka a img.broken {
  font-size: 10px;
  background: #efefef;
  text-indent: 10px;
  color: #999999;
  filter: grayscale(100%);
}
.ponuka a .k-wrapper {
  flex-grow: 1;
}
.ponuka a.node-format-produkt_affil img,
.ponuka a.node-format-produkt img {
  object-fit: contain;
}
.ponuka a .k-intro {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14.5px;
  line-height: 1.25;
}
.ponuka a .k-info {
  padding: 8px 0px 8px 0px;
}
.ponuka a .k-cena {
  font-weight: 700;
  margin-top: auto;
  padding-top: 10px;
  font-size: 25px;
  text-align: right;
  color: #eb1515;
}
.ponuka a .k-cena-bezdph {
  text-align: right;
}
.ponuka a .k-cena-bezdph em {
  font-style: normal;
  font-weight: 600;
}
.ponuka a:hover {
  border: 2px solid #eb1515;
  box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.1);
  background: #606060;
}
@media screen and (max-width: 700px) {
  .ponuka {
    display: block;
  }
  .ponuka a {
    display: block;
  }
  .ponuka a img {
    width: 100%;
    height: 60vw;
    margin-bottom: 15px;
  }
  .ponuka a .k-info {
    padding: 0px 12px 4px 12px;
  }
  .ponuka a .k-nazov {
    font-size: 18px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .ponuka a .k-intro {
    font-size: 10px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 768px) {
  body main.produkt {
    max-width: 95vw;
    grid-template-columns: 1fr 1fr;
  }
}
body main.produkt img {
  border-radius: 8px;
}
body main.produkt .produkt-images img {
  object-fit: cover !important;
}
body main.produkt .produkt-popis {
  color: inherit;
}
body main.produkt .produkt-gallery {
  grid-template-columns: repeat(4,1fr);
  grid-column: 1;
  margin-top: 30px;
}
body main.produkt .produkt-gallery > a,
body main.produkt .produkt-gallery > a img {
  width: 100%;
  height: 6vw;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  body main.produkt .produkt-gallery {
    display: none;
  }
}
body main.produkt .produkt-cart {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  body main.produkt .produkt-cart {
    display: block;
  }
}
body main.produkt .produkt-cart .produkt-kontakt {
  text-decoration: none;
  font-size: 17px;
  padding: 10px 15px;
  border: 1px solid #eb1515;
  border-radius: 5px;
  transition: all 0.3s;
  margin-left: auto;
}
body main.produkt .produkt-cart .produkt-kontakt:hover {
  background: #eb1515;
  color: white;
}
@media screen and (max-width: 768px) {
  body main.produkt .produkt-cart .produkt-kontakt {
    display: block;
    margin: 10px auto 10px 0;
    width: fit-content;
  }
}
body main.produkt .produkt-info h1 {
  font-weight: bold;
  text-transform: none;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  body main.produkt .produkt-info h1 {
    margin-top: 20px;
  }
}
body main.produkt .produkt-cena {
  margin-bottom: 0px;
}
body main.produkt .produkt-cena-bezdph {
  color: #170202;
  font-size: 17px;
}
body main.produkt .produkt-cena-bezdph em {
  font-style: normal;
  font-weight: 500;
}
body main.produkt .produkt-cena em {
  font-size: 40px;
  color: #eb1515;
}
body main.produkt .produkt-params {
  margin-top: 15px;
  padding: 20px;
  background: #202020;
  border-radius: 10px;
  grid-row-gap: 3px;
}
.produkt-fotky {
  margin-bottom: 40px;
  margin-top: 30px;
  width: 45vw;
}
@media screen and (max-width: 768px) {
  .produkt-fotky {
    width: 100%;
  }
}
.produkt-fotky .swiper-button-next,
.produkt-fotky .swiper-button-prev {
  color: black;
}
.produkt-fotky nav {
  display: flex;
  padding-bottom: 20px;
}
.produkt-fotky nav a {
  margin-right: 15px;
  width: 140px;
  flex-shrink: 0;
  text-decoration: none;
  box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.produkt-fotky nav a img {
  width: 140px;
  height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #f8f8f8;
  display: block;
}
@media screen and (max-width: 768px) {
  .produkt-fotky nav a {
    width: 80px;
  }
  .produkt-fotky nav a img {
    width: 90px;
    height: 70px;
  }
}
.kategorie-swiper {
  margin-bottom: 40px;
}
.kategorie-swiper .swiper-button-next,
.kategorie-swiper .swiper-button-prev {
  color: white;
}
.kategorie-swiper nav,
.obchod-kategorie-grid2 {
  display: flex;
  padding-bottom: 20px;
}
.kategorie-swiper nav a,
.obchod-kategorie-grid2 a {
  margin-right: 15px;
  width: 230px;
  text-decoration: none;
  box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.15);
  border-radius: 8px;
  overflow: hidden;
  background: #505050;
  border: 2px solid #505050;
  color: #dedede;
  transition: all 0.3s;
  position: relative;
}
.kategorie-swiper nav a .tag,
.obchod-kategorie-grid2 a .tag {
  padding: 5px 100px;
  background: #eb1515;
  color: white;
  transform: rotate(-39deg);
  position: absolute;
  left: -81px;
  top: 27px;
}
.kategorie-swiper nav a:hover,
.obchod-kategorie-grid2 a:hover {
  border-color: #eb1515;
}
.kategorie-swiper nav a img,
.obchod-kategorie-grid2 a img {
  width: 230px;
  height: 180px;
  object-fit: cover;
  object-position: 50% 50%;
  background: #505050;
  display: block;
}
.kategorie-swiper nav a img.fullsize,
.obchod-kategorie-grid2 a img.fullsize {
  object-fit: cover;
}
.kategorie-swiper nav a txt,
.obchod-kategorie-grid2 a txt {
  display: flex;
  padding: 5px 15px;
  height: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #505050;
}
.kategorie-swiper nav a txt h3,
.obchod-kategorie-grid2 a txt h3 {
  font-family: inherit;
  color: white;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 auto 0;
  padding: 0;
}
.kategorie-swiper nav a txt detail,
.obchod-kategorie-grid2 a txt detail {
  font-size: 11px;
  color: #dedede;
}
.kategorie-swiper nav a txt .cena,
.obchod-kategorie-grid2 a txt .cena {
  font-size: 13px;
  text-align: center;
  color: #eb1515;
  font-weight: 700;
}
main img {
  max-width: 100%;
}
