body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
  background: #343a40;
  color: #bebebe;
}
footer.footer-copyright {
  margin-top: auto;
  background: #141a20;
  color: #999999;
}
footer.footer-columns {
  background: #f8f8f8;
  color: #666666;
  font-size: 15px;
  padding: 50px 0 50px 0;
}
footer.footer-columns h3 {
  font-size: 18px;
}
footer.footer-columns .footer-logo {
  max-width: 90%;
}
footer.footer-columns a:hover {
  text-decoration: underline;
}
#search {
  margin: 50px auto 50px auto;
  width: fit-content;
  position: relative;
}
#search input {
  border: 2px solid #a393ff;
  background: none;
  color: white;
  border-radius: 4px;
  padding: 8px 20px;
  width: 400px;
  max-width: 80vw;
  font-size: 17px;
  font-family: inherit;
}
#search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  font-weight: 200;
}
#search .iconify {
  font-size: 17px;
  position: absolute;
  right: 15px;
  top: 13px;
  opacity: .4;
}
#search.home input {
  background: rgba(0, 0, 0, 0.5);
}
#search.home input ::placeholder {
  color: #ffffff;
}
.firma-link {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  padding: 10px 25px;
  border-radius: 20px;
  background: #f8f8f8;
  border: 1px solid transparent;
}
.firma-link:hover {
  border-color: currentColor;
}
.firma-link .f-url {
  color: blue;
  margin-bottom: 5px;
  font-weight: 100;
  font-size: 14px;
}
.firma-link .f-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.firma-link .f-description {
  opacity: 70%;
  font-size: 13px;
}
.homeboxes {
  display: grid;
  margin-top: 50px;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 768px) {
  .homeboxes {
    display: block;
  }
}
.homeboxes h2 {
  color: #a393ff;
}
.homeboxes article {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.35);
  margin-bottom: 30px;
  padding: 25px;
}
.homeboxes article form#search {
  margin: 30px 0 0 0;
  padding: 0;
  display: block;
  width: 100%;
  max-width: initial;
}
.homeboxes article form#search input[type=text] {
  width: 100%;
  box-sizing: border-box;
}
.cta {
  display: block;
  width: fit-content;
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  color: white;
  font-family: inherit;
  font-size: 25px;
  padding: 10px 30px;
  border-radius: 8px;
  margin: 20px auto 0px auto;
  cursor: pointer;
  text-decoration: none;
  border: none;
  color: #343a40;
}
.cta.disabled {
  opacity: .3;
}
.hometext {
  color: white;
  text-shadow: 0px 0px 2px #343a40;
}
@media screen and (max-width: 768px) {
  body .clanky-1.theme-one {
    grid-template-columns: 1fr;
  }
}
body .clanky-1.theme-one > a,
body .clanky-1.theme-one > article {
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  color: #e5e7eb;
}
body .clanky-1.theme-one > a .k-nazov,
body .clanky-1.theme-one > article .k-nazov {
  font-size: 17px;
  font-weight: 500;
  margin: 10px 0 10px 0;
  padding: 0;
  line-height: 1.2;
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
body .clanky-1.theme-one > a img,
body .clanky-1.theme-one > article img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s;
  display: block;
}
body .clanky-1.theme-one > a img[src$="svg"],
body .clanky-1.theme-one > article img[src$="svg"] {
  object-fit: contain;
}
body .clanky-1.theme-one > a img.broken,
body .clanky-1.theme-one > article img.broken {
  font-size: 10px;
  background: #efefef;
  text-indent: 10px;
  color: #999999;
  filter: grayscale(100%);
}
body .clanky-1.theme-one > a .k-intro,
body .clanky-1.theme-one > article .k-intro {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.1;
}
body .clanky-1.theme-one > a .k-info,
body .clanky-1.theme-one > article .k-info {
  padding: 12px;
}
body .clanky-1.theme-one > a .k-cena,
body .clanky-1.theme-one > article .k-cena {
  font-weight: 700;
  margin-top: 10px;
  text-align: right;
}
body .clanky-1.theme-one > a .k-cena .k-beznacena,
body .clanky-1.theme-one > article .k-cena .k-beznacena {
  font-weight: 200;
  margin-right: 15px;
  text-decoration: line-through;
  opacity: .6;
}
body .clanky-1.theme-one > a:hover,
body .clanky-1.theme-one > article:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.08);
}
body .clanky-1.theme-one.small {
  grid-gap: 15px;
  grid-template-columns: repeat(6,1fr);
}
body .clanky-1.theme-one.small img {
  height: 110px;
}
body .clanky-1.theme-one.small .k-nazov {
  font-size: 14px;
}
body main.produkt .produkt-popis {
  color: white;
}
body main.produkt .produkt-cena em {
  color: #a393ff;
}
body main.produkt .produkt-cta {
  color: black;
  border-radius: 10px;
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
}
body main.produkt .produkt-cta:hover {
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
}
.offer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.offer article {
  width: 400px;
  max-width: 90vw;
  margin: 0 20px 20px 20px;
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  color: #e5e7eb;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.offer article h3 {
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 33px;
  text-align: center;
}
.offer article h4 {
  margin-top: auto;
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 30px;
}
.offer article .cta {
  display: block;
  width: fit-content;
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  color: #343a40;
  font-size: 25px;
  padding: 10px 30px;
  border-radius: 8px;
  margin: 20px auto 20px auto;
  cursor: pointer;
}
.order {
  margin: 40px auto 40px auto;
  box-sizing: border-box;
  width: 550px;
  max-width: 90vw;
  border-radius: 8px;
  padding: 36px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  color: #e5e7eb;
}
.order h2 {
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.order .row {
  margin-bottom: 20px;
}
.order .row label {
  display: block;
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3px;
}
.order .row em {
  font-size: 18px;
  font-style: normal;
  color: white;
}
.order .row input[type=text],
.order .row textarea,
.order .row input[type=password] {
  box-sizing: border-box;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  font-family: inherit;
  color: white;
  background: none;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 15px;
  letter-spacing: 1px;
}
.order .row ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-weight: 200;
}
.order .check {
  display: flex;
}
.order .check > div {
  margin-left: 15px;
  font-size: 14px;
}
.order .product {
  display: flex;
  align-items: flex-start;
}
.order .product img {
  width: 100px;
  height: 100px;
  object-position: 50% 50%;
  object-fit: contain;
}
.order .product detail {
  margin-left: 15px;
  font-size: 13px;
}
.order .product detail h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
}
.order .product detail .price {
  font-size: 16px;
  color: #a393ff;
  font-weight: bold;
  text-align: right;
}
.complete {
  display: none;
  margin: 40px auto 40px auto;
  box-sizing: border-box;
  width: 500px;
  padding: 40px;
  max-width: 90vw;
  border-radius: 8px;
  border: 1px solid rgba(24, 188, 156, 0.3);
  background: rgba(24, 188, 156, 0.1);
  color: #18bc9c;
}
.complete .iconify {
  font-size: 50px;
  display: block;
  margin: 0 auto 20px auto;
}
.complete article {
  text-align: center;
  font-weight: 600;
}
input[type=checkbox] {
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  outline: none;
  margin-right: 20px;
}
input[type=checkbox]:before {
  content: "\f096";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 15px;
  outline: none;
  color: white;
}
input[type=checkbox]:checked:before {
  content: "\f046";
  color: #3498DB;
}
.stripebutton {
  font-family: Open Sans;
  display: flex;
  padding: 3px 1px 1px 1px;
  border-radius: 5px;
  background: #635cf9;
  color: white;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 20px;
}
.stripebutton:hover {
  background: #5953e0;
}
.home-offer {
  padding: 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  color: #e5e7eb;
}
.home-offer h2 {
  color: #a393ff;
}
.home-offer .cta {
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
}
@media screen and (min-width: 768px) {
  .home-2c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
main h1 {
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.formbox {
  width: 95%;
  max-width: 100%;
}
.formbox label {
  color: rgba(163, 147, 255, 0.8);
  display: block;
  font-size: 16px;
  margin-top: 15px;
  font-family: inherit;
  text-transform: uppercase;
}
.formbox input,
.formbox textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid rgba(163, 147, 255, 0.2);
  color: black;
  background: none;
  font-family: inherit;
  border-radius: 5px;
}
.formbox input:focus,
.formbox textarea:focus {
  outline-color: black;
}
.formbox button {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #a393ff;
  border-radius: 5px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 23px;
  font-family: inherit;
}
.formbox .radio {
  display: flex;
}
.formbox .radio a {
  background: #dedede;
  padding: 5px 10px;
  flex: 1;
  margin-left: 15px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  border-radius: 5px;
  cursor: pointer;
}
.formbox .radio a:nth-of-type(1) {
  margin-left: 0;
}
.formbox .radio a.active {
  background: black;
  color: white;
}
.formbox .mailform-alert {
  width: 350px;
  border-radius: 5px;
}
footer#kontakt {
  padding: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  color: white;
}
@media screen and (max-width: 768px) {
  footer#kontakt {
    padding: 30px;
    display: block;
  }
}
footer#kontakt h2 {
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 800;
  font-family: inherit;
}
footer#kontakt button.mailform-action {
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  color: black;
}
footer#kontakt .formbox label {
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
footer#kontakt .kontaktcta {
  display: block;
  padding: 10px 40px;
  background: linear-gradient(90deg, #ffffff, #93c5fd, #a78bfa);
  border-radius: 10px;
  margin-top: 30px;
  font-size: 20px;
  color: #a393ff;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  footer#kontakt .kontaktcta {
    flex-direction: column;
  }
}
footer#kontakt .kontaktcta .iconify {
  font-size: 70px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  footer#kontakt .kontaktcta .iconify {
    margin: 0 0 15px 0;
  }
}
footer#kontakt .kontaktcta:hover {
  background: #a393ff;
  color: white;
}
