@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/albert-sans-v1-latin_latin-ext-regular.woff2') format('woff2'), url('../fonts/albert-sans-v1-latin_latin-ext-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/albert-sans-v1-latin_latin-ext-italic.woff2') format('woff2'), url('../fonts/albert-sans-v1-latin_latin-ext-italic.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/albert-sans-v1-latin_latin-ext-700.woff2') format('woff2'), url('../fonts/albert-sans-v1-latin_latin-ext-700.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Albert Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/albert-sans-v1-latin_latin-ext-700italic.woff2') format('woff2'), url('../fonts/albert-sans-v1-latin_latin-ext-700italic.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin_latin-ext-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin_latin-ext-regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin_latin-ext-italic.woff2') format('woff2'), url('../fonts/montserrat-v25-latin_latin-ext-italic.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin_latin-ext-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin_latin-ext-700.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v25-latin_latin-ext-700italic.woff2') format('woff2'), url('../fonts/montserrat-v25-latin_latin-ext-700italic.woff') format('woff');
}
html {
  font-size: 16px !important;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #4e5156;
  font-family: "Albert Sans", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 1rem;
  }
}
main img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
a {
  text-decoration: none;
}
code {
  background: #000;
  color: #fff;
}
.wrap {
  margin: auto;
  max-width: 90vw;
}
.page-node-type-page .layout-content .wrap {
  max-width: 900px;
  padding: 0 1rem;
}
@media screen and (min-width: 900px) {
  .page-node-type-page .layout-content .wrap {
    padding: 0;
  }
}
.button {
  display: inline-block;
  padding: 0.5em 2em;
  border: 2px solid #c40109;
  border-color: #c40109;
  background: #c40109;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.2s;
  cursor: pointer;
}
.button:hover {
  background-color: rgba(196, 1, 9, 0.8);
}
.button--transparent {
  border-color: #fff;
  background: transparent;
}
.button--transparent:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.mission {
  padding: 2rem 1rem;
  max-width: 900px;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .mission {
    padding: 3rem 1rem;
    font-size: 1.25em;
  }
}
.bigtiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 900px) {
  .bigtiles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.bigtile-img {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3rem;
  transition: all 0.2s;
  aspect-ratio: 2 / 1;
}
@media screen and (min-width: 900px) {
  .bigtile-img {
    aspect-ratio: 1 / 1;
  }
}
.bigtile--1 .bigtile-img {
  background: #4e5156 url(../images/bg_bigtile_franco_ferri.jpg) 50% 50% no-repeat;
  background-size: 101%;
}
.bigtile--2 .bigtile-img {
  background: #4e5156 url(../images/bg_bigtile_adaptic.jpg) 50% 50% no-repeat;
  background-size: 101%;
}
.bigtile--3 .bigtile-img {
  background: #4e5156 url(../images/bg_bigtile_gonzaga.jpg) 50% 50% no-repeat;
  background-size: 101%;
}
.bigtile-img:hover {
  background-size: 110%;
}
.bigtile-title {
  top: 3rem;
  left: 3rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  margin-bottom: 1rem;
}
.bigtile-title br {
  display: none;
}
@media screen and (min-width: 900px) {
  .bigtile-title br {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .bigtile-title {
    position: absolute;
    font-size: 3rem;
    text-align: left;
  }
}
.bigtile-text {
  padding: 1rem;
}
.reasons {
  padding: 1rem;
}
.reasons h2 {
  color: #c40109;
  text-align: center;
  font-size: 3em;
}
@media screen and (min-width: 900px) {
  .reasons-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }
}
.reason h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.reason h3::before {
  content: "";
  width: 72px;
  height: 47px;
  background: url(../images/ikona_prodavac.jpg) 0 0 no-repeat;
}
.mymodal {
  display: none;
  max-height: 100%;
}
.mymodal img {
  max-width: 100%;
  max-height: 100%;
}
.promomodal {
  text-align: center;
}
.path-frontpage #cboxLoadedContent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header {
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  height: 5.5rem;
  background-color: #fff;
  box-shadow: 0 0 1rem #4e5156;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 900px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
  }
}
.header-logo {
  flex-basis: 15%;
}
.header-logo a {
  display: block;
  padding: 0.5rem 2rem;
}
.header-logo svg {
  display: block;
  height: 2.625rem;
}
.header-menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  top: -110vh;
  width: 100%;
  background: #fff;
  z-index: 10;
  height: 110vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu.visible {
  top: 0;
}
@media screen and (min-width: 900px) {
  .header-menu {
    position: static;
    width: auto;
    height: auto;
  }
}
.menu--main .menu {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .menu--main .menu {
    display: flex;
  }
}
.menu--main .menu-item {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  text-transform: uppercase;
}
.menu--main .menu-item a {
  display: block;
  padding: 1rem;
  color: #4e5156;
}
.menu--main .menu-item--expanded {
  list-style-type: none;
  list-style-image: none;
}
.menu--main .menu-item--collapsed {
  list-style-type: none;
  list-style-image: none;
}
.menu--main .submenu {
  display: none;
  padding: 0 0 0 2rem;
}
@media screen and (min-width: 900px) {
  .menu--main .submenu {
    position: absolute;
    margin: 0;
    padding: 3rem;
    background: #fff;
    transform: translate(-3rem, 0);
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.menu--main .submenu a {
  display: block;
}
@media screen and (min-width: 900px) {
  .menu--main .submenu a {
    padding: 0.25rem 1rem;
  }
}
.menu--main .submenu .menu-item {
  text-transform: none;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .menu--main .submenu .menu-item {
    font-weight: bold;
  }
}
.menu--main .submenu .menu {
  display: block;
}
.menu--main .submenu .menu .menu-item {
  font-weight: normal;
}
@media screen and (min-width: 900px) {
  .menu--main .menu-item:hover .submenu {
    display: grid;
  }
}
.menu--main .menu-item.loop1 .submenu {
  display: block;
}
@media screen and (min-width: 900px) {
  .menu--main .menu-item.loop1 .submenu {
    display: none;
    grid-template-columns: 1fr;
  }
}
.menu--main .menu-item.loop1:hover .submenu {
  display: grid;
  grid-template-columns: 1fr;
}
.header-promo {
  display: none;
  margin-left: 5%;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .header-promo {
    display: block;
  }
}
.header-promo a {
  color: #c40109;
}
.header-search {
  display: none;
}
@media screen and (min-width: 900px) {
  .header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
  }
}
.header-search .form--inline {
  display: flex;
  align-items: center;
}
.header-search .form-item-search-api-fulltext {
  margin: 0;
}
.header-search .form-item-search-api-fulltext label {
  display: none;
}
.header-search .form-search,
.header-search input[type='text'] {
  margin-right: 2rem;
  padding: 0.5rem 0;
  outline: none;
  border-color: transparent;
  border-bottom: 1px solid rgba(98, 98, 98, 0.5);
  background-color: transparent;
  text-align: right;
}
.header-search .form-actions {
  display: flex;
  align-items: center;
  margin: 0;
}
.header-search .form-submit {
  display: block;
  padding: 0;
  width: 2.625rem;
  height: 2.625rem;
  border: 0;
  border-radius: 9rem;
  background: #c40109 url(../images/ico-search.svg) 50% 50% no-repeat;
  background-size: 1.375rem 1.375rem;
  color: transparent;
}
#alcadovo {
  padding: 3rem;
  background: lime;
  position: absolute;
  left: 0;
}
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
@media screen and (min-width: 600px) {
  .hero {
    aspect-ratio: 1920 / 836;
  }
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 2s ease;
}
.slide:first-child {
  opacity: 1;
}
.slide-img {
  display: block;
  width: 100%;
}
.slide-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .slide-content {
    justify-content: flex-end;
  }
}
.slide:nth-child(2) .slide-content {
  background: rgba(0, 0, 0, 0.5);
}
.slide-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75em;
  padding-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .slide-title {
    padding-bottom: 3rem;
    font-size: 3.75em;
  }
}
.slide-buttonbar {
  display: none;
  align-items: flex-end;
  flex-basis: 45%;
  justify-content: space-around;
  width: 70%;
}
@media screen and (min-width: 900px) {
  .slide-buttonbar {
    display: flex;
  }
}
.slide-buttonbar .button {
  margin-bottom: 4rem;
  border-color: #c40109;
  background: #c40109;
}
.slide-buttonbar .button:hover {
  background-color: rgba(196, 1, 9, 0.8);
}
.footer {
  margin-top: 6rem;
}
.footer-stores {
  background-color: #f3f3f3;
}
.stores-toggle {
  margin: auto;
  max-width: 90vw;
  padding-top: 4rem;
  padding-bottom: 3rem;
  font-size: 1.5em;
}
.page-node-type-page .layout-content .stores-toggle {
  max-width: 900px;
  padding: 0 1rem;
}
@media screen and (min-width: 900px) {
  .page-node-type-page .layout-content .stores-toggle {
    padding: 0;
  }
}
.stores-button {
  display: inline-block;
  margin-right: 2em;
  padding: 0 1em;
  border: 2px solid #c40109;
  color: #c40109;
  cursor: pointer;
}
.stores-button.active {
  border-color: #4e5156;
  background-color: #4e5156;
  color: #fff;
}
.stores-wrap {
  position: relative;
}
.store {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
}
.store .store-map {
  z-index: -1;
}
.store.active {
  position: relative;
  z-index: 1;
  display: block;
}
.store.active .store-map {
  z-index: 2;
}
.store-bar {
  margin: auto;
  max-width: 90vw;
  margin-bottom: 4rem;
}
.page-node-type-page .layout-content .store-bar {
  max-width: 900px;
  padding: 0 1rem;
}
@media screen and (min-width: 900px) {
  .page-node-type-page .layout-content .store-bar {
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .store-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.store-contact {
  padding-right: 2em;
  display: grid;
  flex-basis: 30%;
  grid-template-columns: 1fr;
  gap: 2em;
}
@media screen and (min-width: 900px) {
  .store-contact {
    grid-template-columns: 1fr 1fr;
  }
}
.store-address {
  font-size: 1rem;
}
.store-address h2 {
  margin: 0;
  white-space: nowrap;
  font-size: 1.5em;
}
.store-phonemail {
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .store-phonemail {
    margin-bottom: 0;
  }
}
.store-phone {
  color: #4e5156;
}
.store-mail {
  color: #0f63dd;
  font-weight: bold;
}
.store-promo {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 900px) {
  .store-promo {
    border-left: 2px solid #626262;
    padding: 0 5rem;
    margin-top: 0;
    line-height: 1.2;
  }
}
.store-promo span {
  display: block;
  color: #626262;
}
@media screen and (min-width: 900px) {
  .store-promo span {
    font-size: 1.75em;
  }
}
.store-promo span a {
  color: #626262;
}
.store-imgmap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}
@media screen and (min-width: 900px) {
  .store-imgmap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
.store-img {
  position: relative;
}
.store-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.store-opening-hours {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  background-color: #c40109;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .store-opening-hours {
    padding: 3rem;
  }
}
.store-opening-hours h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9em;
}
.footer-bottom {
  margin: auto;
  max-width: 90vw;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
}
.page-node-type-page .layout-content .footer-bottom {
  max-width: 900px;
  padding: 0 1rem;
}
@media screen and (min-width: 900px) {
  .page-node-type-page .layout-content .footer-bottom {
    padding: 0;
  }
}
@media screen and (min-width: 900px) {
  .footer-bottom {
    flex-direction: row;
  }
}
.footer-copyright {
  padding-right: 1rem;
  white-space: nowrap;
  font-size: 0.9em;
}
@media screen and (min-width: 900px) {
  .footer-copyright {
    padding-right: 5rem;
  }
}
.footer-copyright a {
  color: inherit;
}
.footer-social {
  white-space: nowrap;
  display: flex;
  gap: 0.5rem;
  padding: 1rem 0 0.75rem 0;
}
@media screen and (min-width: 900px) {
  .footer-social {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
    padding: 0;
  }
}
.footer-social svg {
  fill: #4e5156;
  transition: all 0.1s;
}
.footer-social a:hover svg {
  transform: scale(1.25);
}
.footer-red {
  flex-basis: 100%;
  text-align: right;
  font-size: 0.9em;
}
.footer-red a {
  color: inherit;
}
.sidetab {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  display: none;
  flex-direction: column;
  width: 3.75rem;
  background-color: #131315;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
}
@media screen and (min-width: 900px) {
  .sidetab {
    display: flex;
  }
}
.sidetab::before,
.sidetab::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 110%;
  height: 2rem;
  background-color: #131315;
  content: "";
  transform: rotate(-20deg);
  transform-origin: left top;
}
.sidetab::after {
  top: auto;
  bottom: 0;
  transform: rotate(20deg);
  transform-origin: left bottom;
}
.sidetab a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.sidetab a:hover svg {
  fill: #fff;
  transform: scale(1.1);
}
.sidetab svg {
  padding: 0.5rem;
  fill: #fff;
  fill-rule: evenodd;
  clip-rule: evenodd;
  transition: 0.2s;
}
.pager {
  margin: 2rem 0 0 0;
}
.pager__item--first,
.pager__item--last {
  display: none;
}
.pager__item a {
  color: rgba(98, 98, 98, 0.5);
}
.pager__item a:hover {
  color: #c40109;
}
.pager__item.is-active {
  font-weight: normal;
}
.pager__item.is-active a {
  color: #131315;
}
.page-node-type-product .block-local-tasks-block {
  position: absolute;
  z-index: 4;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-node-type-product .block-local-tasks-block ul.tabs {
  margin: 0;
}
.product-hero {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1rem #4e5156;
}
@media screen and (min-width: 900px) {
  .product-hero {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
}
.product-mainimg {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c40109;
}
.product-info {
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #c40109 url(../images/bg-product-1.jpg) 0% 0% no-repeat;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .product-info {
    padding: 4rem;
  }
}
.product-inquiry {
  position: relative;
  z-index: 2;
  display: flex;
  overflow: hidden;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1rem;
  width: 100%;
  height: 0;
  background: #c40109;
  color: #fff;
  transition: all 0.25s;
}
@media screen and (min-width: 900px) {
  .product-inquiry {
    font-size: 1.25em;
    position: absolute;
    left: 100%;
    justify-content: center;
    padding: 5rem 40% 5rem 5rem;
    height: 100%;
  }
}
#close-inquiry {
  position: absolute;
  line-height: 1;
  cursor: pointer;
  right: 1rem;
  top: 1rem;
  font-size: 2em;
}
@media screen and (min-width: 900px) {
  #close-inquiry {
    font-size: 3em;
    top: 3rem;
    right: 45%;
  }
}
.product-inquiry--visible {
  height: 50vh;
}
@media screen and (min-width: 900px) {
  .product-inquiry--visible {
    left: 0;
    height: 100%;
  }
}
.product-brand {
  margin-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .product-brand {
    font-size: 1.5em;
  }
}
.product-brand a {
  color: #fff;
  text-transform: uppercase;
}
.product-title {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.75em;
}
@media screen and (min-width: 900px) {
  .product-title {
    font-size: 2.75em;
  }
}
.product-anchors {
  display: flex;
  margin-bottom: 2em;
  gap: 1rem;
}
@media screen and (min-width: 900px) {
  .product-anchors {
    display: block;
    margin-bottom: 5rem;
    max-width: 20rem;
    font-size: 1.25em;
  }
}
.product-anchors a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 900px) {
  .product-anchors a:first-child {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 900px) {
  .product-buttons {
    font-size: 1.5em;
  }
}
.product-buttons a {
  color: #fff;
}
.product-catgs {
  flex-basis: 100%;
  padding-top: 1em;
}
.product-catgs .field__items {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.product-catgs .field__items a {
  display: block;
  color: #fff;
}
.product-catgs .field__items a::before {
  content: "→ ";
}
.product-gallery {
  margin: 4rem auto;
  scroll-margin-top: 6rem;
}
.product-gallery .field__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
}
@media screen and (min-width: 900px) {
  .product-gallery .field__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}
.product-descr {
  scroll-margin-top: 6rem;
}
@media screen and (min-width: 900px) {
  .product-descr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.product-catg .field__items {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-catg .field__items a {
  display: block;
  padding: 0.25rem 2rem;
  background: #c40109;
  color: #fff;
}
.product-downloads {
  padding: 2rem 0;
}
.view-taxonomy-term,
.view-id-kategorie_produktu,
.view-id-kategorie_referenci,
.view-id-brands,
.view-id-visuals,
.view-id-references,
.view-id-sale,
.view-id-special_offer,
.view-id-search {
  margin: auto;
  max-width: 90vw;
}
.page-node-type-page .layout-content .view-taxonomy-term,
.page-node-type-page .layout-content .view-id-kategorie_produktu,
.page-node-type-page .layout-content .view-id-kategorie_referenci,
.page-node-type-page .layout-content .view-id-brands,
.page-node-type-page .layout-content .view-id-visuals,
.page-node-type-page .layout-content .view-id-references,
.page-node-type-page .layout-content .view-id-sale,
.page-node-type-page .layout-content .view-id-special_offer,
.page-node-type-page .layout-content .view-id-search {
  max-width: 900px;
  padding: 0 1rem;
}
@media screen and (min-width: 900px) {
  .page-node-type-page .layout-content .view-taxonomy-term,
  .page-node-type-page .layout-content .view-id-kategorie_produktu,
  .page-node-type-page .layout-content .view-id-kategorie_referenci,
  .page-node-type-page .layout-content .view-id-brands,
  .page-node-type-page .layout-content .view-id-visuals,
  .page-node-type-page .layout-content .view-id-references,
  .page-node-type-page .layout-content .view-id-sale,
  .page-node-type-page .layout-content .view-id-special_offer,
  .page-node-type-page .layout-content .view-id-search {
    padding: 0;
  }
}
.view-taxonomy-term .view-header,
.view-id-kategorie_produktu .view-header,
.view-id-kategorie_referenci .view-header,
.view-id-brands .view-header,
.view-id-visuals .view-header,
.view-id-references .view-header,
.view-id-sale .view-header,
.view-id-special_offer .view-header,
.view-id-search .view-header {
  margin: 0 auto 3rem auto;
  max-width: 900px;
}
.view-taxonomy-term .view-content,
.view-id-kategorie_produktu .view-content,
.view-id-kategorie_referenci .view-content,
.view-id-brands .view-content,
.view-id-visuals .view-content,
.view-id-references .view-content,
.view-id-sale .view-content,
.view-id-special_offer .view-content,
.view-id-search .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 1rem;
}
@media screen and (min-width: 900px) {
  .view-taxonomy-term .view-content,
  .view-id-kategorie_produktu .view-content,
  .view-id-kategorie_referenci .view-content,
  .view-id-brands .view-content,
  .view-id-visuals .view-content,
  .view-id-references .view-content,
  .view-id-sale .view-content,
  .view-id-special_offer .view-content,
  .view-id-search .view-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}
.product-list__item {
  color: #4e5156;
}
.product-list__img {
  position: relative;
  overflow: hidden;
}
.product-list__img img {
  transition: 0.2s;
}
.product-list__item:hover .product-list__img .product-list__img img {
  transform: scale(1.05);
}
.product-list__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background-color: rgba(196, 1, 9, 0.85);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  opacity: 0;
  transition: 0.2s;
}
.product-list__item:hover .product-list__overlay {
  opacity: 1;
}
.product-list__title {
  margin-top: 0.5em;
  font-weight: bold;
}
.product-list__excerpt {
  margin-top: 0.5em;
}
.product-list__tags {
  position: absolute;
  top: 0.5rem;
  right: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 0.5rem;
}
.product-tag {
  position: relative;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  font-family: "Montserrat", sans-serif;
}
.product-tag--sale .product-tag__descr,
.product-tag--sale .product-tag__icon {
  background: #c40109;
}
.product-tag--promotion .product-tag__descr,
.product-tag--promotion .product-tag__icon {
  background: #7c4dff;
}
.product-tag--new .product-tag__descr,
.product-tag--new .product-tag__icon {
  background: #ff9000;
}
.product-tag__icon {
  z-index: 1;
  width: 1.75rem;
  height: 1.75rem;
}
.product-tag__descr {
  align-self: stretch;
  padding: 0.3rem 1rem;
  transition: all 0.2s;
  transform: translateX(100%);
}
.product-list__item:hover .product-tag__descr {
  transform: translateX(0);
}
.product-tag:nth-child(2) .product-tag__descr {
  transition-delay: 0.1s;
}
.product-tag:nth-child(3) .product-tag__descr {
  transition-delay: 0.2s;
}
/**
 * OokHamburger
 *
 * Pure CSS animated hamburger menu button.
 *
 * Exmaple code:
 *
 * <div id="hamburger">
 *   <span>Toggle menu</span>
 * </div>
 *
 * <nav id="main-menu" class="main-menu" role="navigation">
 *   <ul>
 *     <li><a href="#">link</a></li>
 *   </ul>
 * </nav>
 *
 * <script>
 *   var toggle = document.getElementById('hamburger');
 *   var mainMenu = document.getElementById('main-menu');
 *   if(toggle) {
 *     toggle.addEventListener( "click", function(e) {
 *       e.preventDefault();
 *       (this.classList.contains("active") === true) ? this.classList.remove("active") : this.classList.add("active");
 *       (mainMenu.classList.contains("visible") === true) ? mainMenu.classList.remove("visible") : mainMenu.classList.add("visible");
 *     });
 *   }
 * </script>
 */
#hamburger {
  z-index: 20;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 12vmin;
  height: 12vmin;
  background: #c40109;
  font-size: 0;
  cursor: pointer;
  transition: background 0.2s;
}
@media all and (min-width: 900px) {
  #hamburger {
    display: none;
  }
}
#hamburger span {
  position: absolute;
  top: 46.875%;
  left: 18.75%;
  width: 62.5%;
  height: 0.75vmin;
  background-color: #fff;
  transition: background 0s 0.2s;
}
#hamburger span:before,
#hamburger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s, 0.2s;
}
#hamburger span:before {
  top: -400%;
  transition-property: top, transform;
}
#hamburger span:after {
  bottom: -400%;
  transition-property: bottom, transform;
}
#hamburger.active span {
  background: none;
}
#hamburger.active span:before {
  top: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(45deg);
}
#hamburger.active span:after {
  bottom: 0%;
  transition-delay: 0s, 0.2s;
  transform: rotate(-45deg);
}
.form-item-phonemail,
.form-item-vase-jmeno {
  display: flex;
  flex-direction: column;
  max-width: 80vw;
}
.form-item-phonemail label,
.form-item-vase-jmeno label {
  color: #fff;
}
.form-item-phonemail .form-required::after,
.form-item-vase-jmeno .form-required::after {
  color: #fff;
  content: "*";
  background-image: none;
}
.form-item-phonemail .form-text,
.form-item-vase-jmeno .form-text {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 0.5em;
}
.form-actions {
  margin-top: 1.5em;
}
/*# sourceMappingURL=./style.css.map */