.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Helveticanowdisplay;
  color: #333;
  font-size: 14px;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  color: #8f1213;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ebgaramond, sans-serif;
  color: #8f1213;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ebgaramond, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ebgaramond, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

p {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

a {
  text-decoration: underline;
}

a:hover {
  color: #ff6b6b;
}

.logo_img {
  border-style: solid;
  border-width: 2px;
  border-color: #bbb;
  border-radius: 100%;
}

.logo_img.footer {
  width: 60px;
  height: 60px;
}

.top_info_banner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #bbb;
}

.p_info {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bot_info_banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 20px 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p_link {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.p_link:hover {
  color: #ff6b6b;
}

.p_link.right {
  text-align: right;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.center.strat {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.center.strat.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  border-top: 1px none #000;
  border-bottom: 1px solid #bbb;
}

.container.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav_link {
  padding: 16px 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.nav_link:hover {
  color: #ff6b6b;
}

.nav_link.w--current {
  color: #000;
}

.nav_link.w--current:hover {
  color: #ff6b6b;
}

.nav_link.login {
  padding: 16px 25px;
  background-color: #8f1213;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #edf7f6;
  font-weight: 500;
}

.nav_link.login:hover {
  border-color: #ff6b6b;
  background-color: #ff6b6b;
}

.nav_link.login.w--current {
  padding: 16px 20px;
  color: #fff;
}

.brand {
  z-index: 12;
}

.brand.w--current {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.top_margin_off {
  padding-top: 0vh;
}

.slider_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider_img.off {
  display: none;
}

.top_slider_info {
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2e9e4;
}

.top_slider_info.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #edf7f6;
}

.bot_slider_info {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #edf7f6;
}

.top_slider_info_text {
  overflow: hidden;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.bot_slider_info_text {
  overflow: hidden;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.search_btn {
  position: relative;
  left: auto;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0.6;
}

.search {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #969697;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
}

.search_input {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.html-embed {
  font-family: Helveticanowdisplay;
  font-weight: 300;
}

._5-col-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.wrapper.center:hover {
  -webkit-filter: none;
  filter: none;
}

.wrapper.center.product {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
}

.wrapper.product {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
}

.line {
  width: 20%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #bbb;
}

.line.top_margin_off {
  margin-top: 0px;
  margin-bottom: 40px;
}

.line.more_margin {
  margin-top: 40px;
  margin-bottom: 60px;
}

.line.footer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pictogpaph_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pictogpaph_wrapper.bot_margin_on {
  margin-bottom: 40px;
}

.picto_img {
  opacity: 0.5;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.center.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.center.vertical.bott_margin {
  position: relative;
  margin-bottom: 2em;
}

.flex.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex.vertical.mid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.vertical.mid.outline {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
}

.flex.vertical.start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex.mid.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.span {
  color: #8f1213;
}

.cta {
  padding: 16px 25px 14px;
  background-color: #8f1213;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.cta:hover {
  background-color: #ff6b6b;
}

.cta.cta_text.kontakt {
  margin-top: 20px;
}

.cta_text {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.top_info_banner_wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bot_info_banner_wrapper {
  position: relative;
  z-index: 10;
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edf7f6;
}

.col-2 {
  width: 50%;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  color: #620c0d;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #ff6b6b;
}

.link.footer_info {
  margin-top: 10px;
  color: #333;
  text-transform: capitalize;
  cursor: pointer;
}

.link.footer_info:hover {
  color: #ff6b6b;
}

.link.black {
  color: #333;
  font-weight: 500;
}

.flex.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link_block {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  text-decoration: none;
}

.link_block.w--current {
  text-align: left;
}

.link_block.social_media {
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link_block.social_media:hover {
  border-color: #ff6b6b;
}

.nav_link-2 {
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
}

.nav_link-2.w--current {
  color: #085aff;
}

.grid_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._4-col-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._4-col-grid.margin_on {
  margin-top: 2em;
  margin-bottom: 2em;
}

.dropdown-list {
  background-color: #edf7f6;
}

.dropdown-list.w--open {
  background-color: #edf7f6;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.icon_off {
  margin-right: 0px;
}

.media_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_price {
  margin-top: 0px;
  font-weight: 700;
}

.center {
  text-align: center;
}

.col-1 {
  width: 100%;
}

._2-col-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 5vh;
  margin-bottom: 5vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._6-col-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info_product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_product.bot_margin_on {
  margin-bottom: 2vh;
}

.p_product {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

.p_kolicina {
  margin: 0px 20px;
}

.p_color {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}

.product_text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.add_btn {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 0%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.add_btn:hover {
  border-color: #ff6b6b;
}

.remove_btn {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 0%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.remove_btn:hover {
  border-color: #ff6b6b;
}

.slider {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide_img {
  width: 100%;
}

.image {
  display: none;
}

.dropdown-link {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.dropdown-link.w--current {
  color: #ff6b6b;
}

.cart {
  position: fixed;
  left: auto;
  top: 80%;
  right: 1%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 16px 16px 12px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #bbb;
  border-radius: 53%;
  background-color: #8f1213;
}

.cart_img {
  width: 30px;
}

.cart_items_text {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  color: #edf7f6;
  font-size: 20px;
  font-weight: 700;
}

.lightbox-link {
  cursor: pointer;
}

.form {
  font-family: Inter, sans-serif;
}

.text-field {
  margin-bottom: 20px;
  padding: 28px 10px;
  font-size: 18px;
  font-weight: 300;
}

.text-field.kod {
  margin-right: 100px;
  margin-bottom: 0px;
}

.success-message {
  font-family: Inter, sans-serif;
}

.error-message {
  font-family: Inter, sans-serif;
  text-align: center;
}

._3-col-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold {
  font-weight: 700;
}

.download_formular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin_off {
  margin-top: 0px;
}

.margin_off.mid {
  text-align: center;
}

.product_img {
  height: 200px;
}

.info_product_text {
  width: 100%;
}

.separator {
  width: 60px;
  margin-right: auto;
}

.info_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
}

.img_paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
}

.img_view {
  height: 50vh;
  margin-top: 20px;
}

.img_recycling {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 1%;
  width: 30px;
}

@media screen and (min-width: 1280px) {
  h2 {
    font-family: Vollkorn, serif;
  }

  .container.center.strat.footer {
    border-top-style: solid;
  }

  .section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .line.top_margin_off {
    width: 50%;
  }

  .flex.end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex.vertical.mid.outline {
    background-color: transparent;
  }

  .cta_text {
    font-weight: 700;
  }

  .link.footer_info.black.no_hover:hover {
    color: #333;
  }

  .p_price {
    font-weight: 700;
  }

  ._2-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .info_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .info_product.bot_margin_on {
    margin-bottom: 2vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p_product {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-weight: 600;
  }

  .p_kolicina {
    margin: 0px 20px;
    font-weight: 700;
  }

  .p_color {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    font-weight: 700;
  }

  .product_text {
    margin-top: 0px;
    margin-right: 40px;
    margin-bottom: 0px;
  }

  .add_btn {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
  }

  .add_btn:hover {
    background-color: #f2e9e4;
  }

  .remove_btn {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbb;
  }

  .remove_btn:hover {
    background-color: #f2e9e4;
  }

  .img_recycling {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 35px;
    height: 35px;
    padding: 5px;
    opacity: 0.7;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 50px;
  }

  h3 {
    font-family: Merriweather, serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
  }

  .logo_img {
    border-style: solid;
    border-width: 2px;
    border-color: #bbb;
  }

  .p_info {
    color: #000;
  }

  .bot_info_banner {
    padding-bottom: 20px;
  }

  .container {
    z-index: 10;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.center.strat.footer {
    padding-top: 40px;
  }

  .nav_menu {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: 0%;
    z-index: 11;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .menu_btn {
    position: absolute;
    left: 0px;
  }

  .menu_btn.w--open {
    z-index: 12;
    background-color: #edf7f6;
  }

  .nav_link {
    display: block;
    padding-right: 20px;
    text-align: center;
  }

  .brand {
    z-index: 13;
  }

  .navigation {
    background-color: #fff;
  }

  .search_btn {
    position: absolute;
    z-index: 13;
    padding: 18px;
  }

  .search {
    z-index: 4;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper.center {
    -webkit-filter: none;
    filter: none;
    color: #620c0d;
  }

  .bot_info_banner_wrapper {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .col-2.col-2-small {
    width: 100%;
  }

  .icon {
    color: #333;
  }

  .nav_link-2 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dropdown-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon_off {
    display: none;
  }

  .media_wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._2-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider {
    height: auto;
  }

  .cart {
    top: 80%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  .p_info {
    font-size: 12px;
  }

  .p_link {
    font-size: 12px;
  }

  .brand {
    padding-left: 0px;
  }

  ._5-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  ._4-col-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  ._3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .p_info.center {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .p_info.right {
    text-align: right;
  }

  .container.center.strat.footer {
    padding-top: 20px;
  }

  .brand {
    padding-left: 0px;
  }

  .section {
    padding-bottom: 0vh;
  }

  .flex.end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cta.cta_text {
    width: 100%;
  }

  .cta_text {
    font-size: 14px;
  }

  .link.footer_info.black.no_hover:hover {
    color: #333;
  }

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link_block {
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .nav_link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._4-col-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .media_wrapper {
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._6-col-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-field {
    font-size: 16px;
  }

  .text-field.kod {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .download_formular {
    margin-bottom: 20px;
  }
}

#w-node-_986c680d-db6d-b678-724d-44b1d9748636-88cee5b1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_49d2109e-5f9e-0bb0-393d-e0e685d16588-88cee5b1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_96393c73-14c2-72e5-181b-607dd6a810fe-88cee5b1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-BoldItalic.ttf') format('truetype'), url('../fonts/EBGaramond-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Bold.ttf') format('truetype'), url('../fonts/EBGaramond-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond';
  src: url('../fonts/EBGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}