@font-face {
  font-family: 'SimpleSerenitySerif';
  src: url('/static/0/SimpleSerenitySerif.ttf');
}
header {
  background: #040706;
  position: relative;
  padding: 30px 30px 10px 30px;
  display: flex;
}
header #logo {
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
}
header #logo img {
  height: 70px;
}
header .header-right {
  position: absolute;
  right: 30px;
  top: 15px;
  margin-left: auto;
  display: flex;
  font-size: 60px;
  color: white;
}
header .header-right a,
header .header-right .cart-badge {
  margin-left: 40px;
  transition: all 0.3s;
  color: white;
}
header .header-right a:hover,
header .header-right .cart-badge:hover {
  text-decoration: none;
  transform: scale(1.5) !important;
}
header .header-right .cart-badge {
  color: white;
}
@media screen and (max-width: 768px) {
  header {
    display: flex;
  }
  header #logo {
    margin: 0 auto 0 0;
  }
  header #logo img {
    height: 70px;
  }
  header .header-right {
    right: 20px;
    top: 20px;
  }
}
.smalllogo {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 25px;
}
footer {
  padding: 60px 30px;
  background: #040706;
  color: white;
  text-align: center;
  font-weight: 100;
  position: relative;
}
footer h3 {
  color: white;
  font-family: "SimpleSerenitySerif";
  font-size: 35px;
  margin: 0px;
}
footer .f-info {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
footer .f-info a {
  color: inherit;
}
footer .f-kontakt-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
footer .f-kontakt-icons a {
  margin: 30px;
  font-size: 50px;
  color: white;
  transition: all 0.3s;
}
footer .f-kontakt-icons a.i2 {
  font-size: 55px;
}
footer .f-kontakt-icons a:hover {
  transform: scale(1.25);
}
body.home header {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  transition: all 1s;
}
body.home header #logo {
  opacity: 0;
}
body.scrolled.home header {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
body.scrolled.home header #logo {
  opacity: 1;
}
#intro1 {
  background: #040706;
  height: 600px;
  position: relative;
  padding: 1px;
}
#intro1 .i-logo {
  height: 150px;
  position: absolute;
  top: 230px;
  left: 50%;
}
#intro1 .i-foto {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  width: 30%;
  overflow: hidden;
}
#intro1 .i-foto img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  #intro1 {
    height: 40vh;
  }
  #intro1 .i-foto {
    width: 45%;
  }
  #intro1 .i-logo {
    height: 8vh;
    top: 19vh;
    left: 39.1%;
  }
}
#about-desktop {
  background: #040706;
  min-height: 600px;
  position: relative;
  padding: 1px;
  margin-top: -1px;
}
@media screen and (max-width: 900px) {
  #about-desktop {
    display: none;
  }
}
#about-desktop .i-foto {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 30%;
  overflow: hidden;
}
#about-desktop .i-foto img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
#about-desktop article {
  margin: 30px;
  box-sizing: border-box;
  width: 65%;
  color: white;
}
#about-desktop article h2 {
  font-family: "SimpleSerenitySerif";
  color: white;
}
#about-desktop article h2.h2a {
  margin-left: 20%;
}
#about-desktop article h2.h2b {
  margin-left: 70%;
}
#about-desktop article p {
  text-align: center;
  font-variant: small-caps;
  font-family: "Cormorant Upright";
  font-size: 19px;
}
#about-desktop article hr {
  width: 60px;
  border-bottom: 2px solid white;
  border-top: none;
  margin: 10px auto 10px auto;
}
@media screen and (max-width: 1200px) {
  #about-desktop .i-foto {
    width: 40%;
  }
  #about-desktop .i-foto img {
    width: initial;
    height: 100%;
  }
  #about-desktop article {
    width: 55%;
  }
}
#about-mobile-1,
#about-mobile-2 {
  background: #040706;
  position: relative;
  padding: 1px;
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  #about-mobile-1,
  #about-mobile-2 {
    display: none;
  }
}
#about-mobile-1 .i-foto,
#about-mobile-2 .i-foto {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  width: 40%;
  overflow: hidden;
}
#about-mobile-1 .i-foto img,
#about-mobile-2 .i-foto img {
  position: absolute;
  left: -50%;
  top: 0px;
  height: 100%;
}
@media screen and (min-width: 700px) {
  #about-mobile-1 .i-foto img,
  #about-mobile-2 .i-foto img {
    left: 0;
    height: initial;
    width: 100%;
  }
}
#about-mobile-1 article,
#about-mobile-2 article {
  margin: 10px 10px 10px 10px;
  box-sizing: border-box;
  width: 55%;
  color: white;
}
#about-mobile-1 article h2,
#about-mobile-2 article h2 {
  font-family: "SimpleSerenitySerif";
  color: white;
  margin-bottom: 0px;
}
#about-mobile-1 article h2.h2a,
#about-mobile-2 article h2.h2a {
  margin-left: 10%;
}
#about-mobile-1 article h2.h2b,
#about-mobile-2 article h2.h2b {
  margin-right: 10%;
  text-align: right;
}
#about-mobile-1 article p,
#about-mobile-2 article p {
  text-align: center;
  font-variant: small-caps;
  margin-top: 10px;
  font-family: "Cormorant Upright";
  font-size: 19px;
  line-height: 1.0;
}
#about-mobile-1 article hr,
#about-mobile-2 article hr {
  width: 60px;
  border-bottom: 2px solid white;
  border-top: none;
  margin: 10px auto 10px auto;
}
#about-mobile-2 .i-foto {
  left: 0px;
  right: initial;
}
#about-mobile-2 .i-foto img {
  transform: scaleX(-1);
}
#about-mobile-2 article {
  margin: 10px 10px 10px auto;
}
#produkty {
  background: #040706;
  min-height: 500px;
  padding: 1px;
  margin-top: -1px;
  display: flex;
  font-family: "Cormorant Upright";
  font-variant: small-caps;
}
#produkty .i-foto {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50% 100%;
}
#produkty .i-foto img {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
}
#produkty article {
  box-sizing: border-box;
  width: 50%;
  padding: 40px;
  color: white;
}
#produkty article .produkt-text {
  font-size: 20px;
}
#produkty article h2 {
  font-family: "SimpleSerenitySerif";
  color: white;
  font-size: 40px;
  font-variant: small-caps;
}
#produkty article h3 {
  font-family: inherit;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #produkty {
    display: block;
  }
  #produkty .i-foto {
    width: auto;
    height: 100vw;
  }
  #produkty article {
    width: auto;
  }
}
.produkt-fotky {
  display: flex;
  justify-content: center;
}
.produkt-fotky a {
  width: 300px;
  height: 300px;
}
.produkt-fotky a img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 150px;
}
.produkt-cena {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  padding: 10px;
}
.produkt-cena em {
  font-weight: 700;
  font-size: 28px;
  color: white;
  font-style: normal;
  display: block;
  letter-spacing: 2px;
}
.produkt-cena em .produkt-beznacena {
  font-weight: 200;
  margin-left: 20px;
  text-decoration: line-through;
  opacity: .6;
}
.produkt-cena.produkt-cena-bezdph {
  margin-bottom: 10px;
}
.produkt-cena.produkt-cena-bezdph em {
  font-weight: 500;
}
.produkt-cta {
  display: flex;
  background: white;
  padding: 20px;
  color: black;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  height: 70px;
  border-radius: 2px;
  transition: all 0.3s;
}
.produkt-cta em {
  font-style: normal;
  font-weight: 600;
}
.produkt-cta .iconify {
  font-size: 30px;
  margin-right: 20px;
}
.produkt-cta:hover {
  transform: scale(1.05);
  text-decoration: none;
}
.produkt-cta.disabled {
  opacity: 0.7;
}
.produkt-cta .error {
  font-weight: 100;
}
.produkt-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 10px 0;
  border: 1px solid currentColor;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.produkt-button:hover {
  background: #efefef;
}
.produkt-addtocart {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  grid-gap: 20px;
  margin-bottom: 50px;
}
.produkt-addtocart .produkt-mnozstvo {
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px 0 20px;
}
.produkt-addtocart .produkt-mnozstvo input {
  color: white;
  background: none;
  border: none;
  height: 70px;
  box-sizing: border-box;
  padding: 10px 25px 10px 10px;
  width: 70px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 0 auto;
}
.produkt-addtocart .produkt-mnozstvo .m-plus,
.produkt-addtocart .produkt-mnozstvo .m-minus {
  font-size: 30px;
  color: #dedede;
  cursor: pointer;
}
.produkt-addtocart .produkt-mnozstvo .m-plus:hover,
.produkt-addtocart .produkt-mnozstvo .m-minus:hover {
  color: #ffffff;
}
.produkt-addtocart .produkt-cta {
  flex-grow: 1;
}
@media screen and (max-width: 900px) {
  .produkt-addtocart {
    display: flex;
    flex-wrap: wrap;
  }
  .produkt-addtocart .produkt-cena {
    flex-grow: 1;
  }
}
