.path-products .region-title {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

.catalog .product-teaser {
  background-color: #ffffff;
}
.catalog-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.catalog-row--left {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .catalog-row {
    justify-content: center;
  }
}
.catalog--row .catalog-row {
  margin-bottom: 20px;
}
.catalog-col {
  display: flex;
  flex-direction: column;
}
.catalog-row-4 .catalog-col {
  width: 25%;
  padding: 0 5px 35px;
}
@media (max-width: 1200px) {
  .catalog-row-4 .catalog-col {
    width: 33.333%;
  }
}
@media (max-width: 767.98px) {
  .catalog-row-4 .catalog-col {
    width: 50%;
    padding-bottom: 30px;
  }
}
.catalog-row-5 .catalog-col {
  width: 20%;
  padding: 0 5px 35px;
}
@media (max-width: 1200px) {
  .catalog-row-5 .catalog-col {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .catalog-row-5 .catalog-col {
    width: 33%;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .catalog-row-5 .catalog-col {
    width: 50%;
  }
}
.catalog--row .catalog-col {
  width: 100%;
  padding-bottom: 25px;
}
.catalog-description .catalog-col {
  width: 100%;
}
.catalog-teaser {
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
  margin: 0 auto;
  max-width: 288px;
  color: inherit;
  border: solid 1px #E4E4E4;
  border-radius: 12px;
  transition: box-shadow 0.4s;
}
.catalog-teaser:hover {
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.catalog-teaser-image {
  overflow: hidden;
  position: relative;
}
.catalog-teaser-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.3);
  transition: opacity 0.4s, background-color 0.4s;
}
.catalog-teaser-name {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 300;
  padding: 29px 24px;
}
.catalog-teaser:hover .catalog-teaser-button {
  opacity: 1;
}
.catalog-teaser:active .catalog-teaser-button {
  background-color: rgba(255, 255, 255, 0.55);
}
.catalog-more {
  text-align: center;
}
.catalog-togglers {
  display: flex;
  max-width: 100%;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 1025px) {
  .catalog-togglers {
    display: none;
  }
}
.catalog-toggler {
  padding: 9px;
  cursor: pointer;
  fill: #393939;
  transition: fill 0.4s, opacity 0.4s;
}
.catalog-toggler:hover {
  opacity: 0.65;
}
.catalog-toggler:active {
  opacity: 0.5;
}
.catalog-toggler--active {
  opacity: 1 !important;
  fill: #eb4a5b;
}
.catalog-toggler:last-child {
  margin-right: 0;
}
.catalog-products {
  position: relative;
}
.catalog-products .view-filters .form-item-field-tx-options-target-id-2 {
  display: none !important;
}
@media (min-width: 1026px) {
  .catalog-products .view-filters {
    min-height: 60px;
  }
}

.breadcrumb-h4 {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.25;
  margin-bottom: 0px;
}

.view-catalog:not(.view-display-id-embed_2) .catalog-col--33,
.view-product:not(.view-display-id-embed_2) .catalog-col--33,
.favorites .catalog-col--33 {
  width: 33.333%;
}
@media (max-width: 1199.98px) {
  .view-catalog:not(.view-display-id-embed_2) .catalog-col--33,
  .view-product:not(.view-display-id-embed_2) .catalog-col--33,
  .favorites .catalog-col--33 {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .view-catalog:not(.view-display-id-embed_2) .catalog-col--33,
  .view-product:not(.view-display-id-embed_2) .catalog-col--33,
  .favorites .catalog-col--33 {
    width: 100%;
  }
}
.view-catalog:not(.view-display-id-embed_2) .catalog--row .catalog-col,
.view-product:not(.view-display-id-embed_2) .catalog--row .catalog-col,
.favorites .catalog--row .catalog-col {
  width: 100%;
  padding-bottom: 25px;
}
.view-catalog:not(.view-display-id-embed_2) .catalog-togglers,
.view-product:not(.view-display-id-embed_2) .catalog-togglers,
.favorites .catalog-togglers {
  right: 0;
  top: -12px;
  position: absolute;
  margin: 0 -9px;
}

.product {
  width: 100%;
  flex-grow: 1;
  margin: 0 auto;
  max-width: 288px;
  border: solid 1px #E4E4E4;
  transition: box-shadow 0.4s;
}
.catalog--row .product {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  min-height: 150px;
}
.product:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.catalog:not(.catalog--row) .product:hover .product-content-description {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  visibility: visible;
  max-height: none;
  opacity: 1;
  z-index: 9;
}
.product-picture {
  overflow: hidden;
  min-height: 230px;
  position: relative;
  background: url("../images/no-image.svg") #d1d1d1 no-repeat center;
}
.product-picture .favorite {
  top: 12px;
  right: 12px;
  position: absolute;
}
.catalog--row .product-picture .favorite {
  top: auto;
  bottom: 12px;
}
.product-picture img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.product-picture .field {
  height: 100%;
  width: 100%;
}
.product-picture:hover img {
  transform: scale(1.07) perspective(1px);
}
.product-picture:active img {
  transform: scale(1.1) perspective(1px);
}
.catalog--row .product-picture {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  min-height: 0;
}
@media (max-width: 500px) {
  .product-picture {
    min-height: 150px;
  }
}
.product-mark {
  left: 0;
  top: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  padding: 6px 34px;
  max-width: 100%;
  min-width: 102px;
  position: absolute;
  background-color: #a4c13f;
}
.product-mark a {
  color: inherit;
  transition: opacity 0.4s;
}
.product-mark a:hover {
  opacity: 0.7;
  color: inherit;
}
.product-mark a:active {
  opacity: 0.5;
}
.product-mark-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.product-mark-list .product-mark {
  min-width: 0;
  font-size: 15px;
  position: static;
  padding: 6px 17px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-teaser {
  display: flex;
  flex-direction: column;
  border: none;
}
.product-teaser .product-picture {
  border-radius: 12px;
  margin-bottom: 18px;
}
.catalog--row .product-teaser .product-picture {
  margin-bottom: 0px;
}
.product-teaser .product-content {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: auto;
}
.catalog--row .product-teaser .product-content {
  flex-direction: row;
}
@media (max-width: 500px) {
  .product-teaser .product-content {
    min-height: 120px;
  }
}
.product-content {
  background-color: inherit;
  padding: 0px;
}
.catalog:not(.catalog--row) .product-expanded .product-content::before {
  content: "";
  width: 100%;
  background-color: inherit;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 9;
}
.catalog--row .product-content {
  flex-grow: 1;
  padding: 0px;
  margin-bottom: 0;
}
.catalog:not(.catalog--row) .product-content-description {
  background-color: inherit;
  padding: 8px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: calc(100% - 8px);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  max-height: 0;
  transition: opacity 0.4s, box-shadow 0.4s;
}
.catalog:not(.catalog--row) .product-content-description::before {
  content: "";
  width: 100%;
  background-color: inherit;
  height: 20px;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 10;
}
.product-title {
  font-size: 17px;
  line-height: 1.3;
  min-height: 69px;
  margin-bottom: 16px;
}
.catalog--row .product-title {
  min-height: 0;
  max-width: 370px;
  margin-bottom: 10px;
}
.product-title a {
  color: inherit;
  transition: color 0.4s;
}
.product-title a:hover {
  color: #f07885;
}
@media (max-width: 500px) {
  .product-title {
    font-size: 15px;
  }
}
.catalog--row .product-cart {
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 162px;
  min-height: 100%;
}
.catalog--row .product-cart::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  background-color: #ffffff;
}
.product-variation {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 10px;
}
.catalog--row .product-variation {
  margin: 0;
  flex-grow: 1;
  flex-direction: column;
}
.product-variation-button {
  flex-shrink: 0;
}
.product .product-variation-button .btn {
  padding: 0;
  font-size: 0;
  width: 52px;
  height: 52px;
  min-width: 0;
  letter-spacing: 0;
  border-radius: 26px;
  background: #fff;
  fill: #eb4a5b;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 3px #eb4a5b;
  transition: fill 0.4s, background-color 0.4s, border-color 0.4s;
}
.product .product-variation-button .btn--loading {
  overflow: visible;
}
.product .product-variation-button .btn--loading::before {
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border-radius: 50%;
}
.product .product-variation-button .btn:hover, .product .product-variation-button .btn--cart-added {
  fill: #ffffff;
  background-color: #eb4a5b;
  border-color: #eb4a5b;
}
.product .product-variation-button .btn svg {
  left: -1px;
  fill: inherit;
  position: relative;
}
.product-price {
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog--row .product-price {
  text-align: right;
  align-items: flex-end;
  margin-bottom: 40px;
}
.product-price-current {
  font-size: 24px;
  font-weight: bold;
}
.product-price-current .field {
  display: inline;
}
.product-price-current .field__item > div {
  display: flex;
  flex-direction: column-reverse;
}
.product-price-current .field--name-field-oldprice {
  text-decoration: line-through;
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 7px;
}
.product-price-old {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 7px;
  text-decoration: line-through;
}
.product-top {
  margin-bottom: 65px;
}
@media (max-width: 575.98px) {
  .product-top {
    margin-bottom: 45px;
  }
}
.product-columns {
  display: flex;
}
@media (max-width: 991.98px) {
  .product-columns {
    align-items: center;
    flex-direction: column;
  }
}
.product-column--left {
  width: 428px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .product-column--left {
    width: auto;
    margin: 0 0 40px;
  }
}
.product-column--right {
  flex-grow: 1;
  min-width: 200px;
}
.product-gallery {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 400px;
}
.product-gallery-thumbs {
  margin-top: 30px;
  height: calc(100% - 60px);
  align-self: normal;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .product-gallery-thumbs {
    display: flex;
    flex-direction: row;
    height: unset;
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}
.product-gallery-thumb {
  width: 20%;
  height: 25%;
  opacity: 0.4;
  padding: 5px 0;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.4s, transform 0.4s;
}
@media (max-width: 575.98px) {
  .product-gallery-thumb {
    height: 100%;
    min-width: 25%;
    margin-right: 0;
    padding: 0 5px;
  }
}
.product-gallery-thumb:hover {
  opacity: 1;
}
.product-gallery-thumb img {
  display: block;
  cursor: pointer;
  object-fit: cover;
  transition: transform 0.4s, opacity 0.4s;
}
.product-gallery-thumb img:hover {
  transform: scale(1.1) perspective(1px);
}
.product-gallery-thumb img:active {
  opacity: 0.7;
}
.product-gallery-thumb--active {
  opacity: 1;
}
.product-gallery-thumb--active img {
  opacity: 1;
  transform: none;
}
.product-gallery-main {
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
  min-height: 400px;
  position: relative;
  align-self: flex-start;
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  .product-gallery-main {
    min-height: 304px;
  }
}
.product-gallery-main img {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  object-fit: cover;
  transition: transform 0.4s, opacity 0.4s;
}
.product-gallery-main img:hover {
  transform: scale(1.05) perspective(1px);
}
.product-gallery-main img:active {
  opacity: 0.7;
}
.product-gallery-arrow {
  left: 6%;
  z-index: 5;
  width: 32px;
  height: 40px;
  cursor: pointer;
  margin-top: -20px;
  position: absolute;
  background: url("../images/gallery-arrow.svg") no-repeat center;
  transition: background-color 0.4s;
}
.product-gallery-arrow:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.product-gallery-arrow:active {
  background-color: rgba(255, 255, 255, 0.75);
}
.product-gallery-arrow--prev {
  top: 15px;
  transform: rotate(-90deg);
}
@media (max-width: 575.98px) {
  .product-gallery-arrow--prev {
    left: 0;
    top: unset;
    bottom: 3px;
    transform: scale(-1, 1);
  }
}
.product-gallery-arrow--next {
  bottom: -5px;
  transform: rotate(90deg);
}
@media (max-width: 575.98px) {
  .product-gallery-arrow--next {
    right: 0;
    left: unset;
    bottom: 3px;
    transform: none;
  }
}
.product-full-cart {
  position: relative;
  padding-right: 82px;
}
.product-full .favorite {
  right: 20px;
  bottom: 3px;
  position: absolute;
  border: solid 1px #E4E4E4;
}
.product-full .page-title {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 20px;
}
.product-full .field--name-field-short {
  opacity: 0.6;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 40px;
}
.product-full .product-variation {
  margin: 0 0 25px;
  display: block;
}
.product-full .product-variation-price {
  margin-bottom: 25px;
}
.product-full .product-variation-button .btn {
  font-size: 15px;
  min-width: 281px;
  min-height: 61px;
}
.product-full .product-variation-button .btn svg {
  display: none;
}
@media (max-width: 575.98px) {
  .product-full .product-variation-button .btn {
    min-width: 0;
    font-size: 14px;
  }
}
.product-full .product-variation:last-child {
  margin-bottom: 0;
}
.product-tabs {
  border-bottom: solid 1px #E4E4E4;
}
.product-tabs-header {
  border-bottom: solid 1px #E4E4E4;
}
.product-tabs-header .nav {
  border: 0;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 300;
}
.product-tabs-header .nav-item {
  margin-right: 49px;
}
.product-tabs-header .nav .nav-link {
  opacity: 0.6;
  color: inherit;
  padding: 12px 0;
  border-radius: 0;
  border: solid transparent;
  border-width: 0 0 1px;
  background-color: transparent;
  transition: opacity 0.4s, border-color 0.4s;
}
.product-tabs-header .nav .nav-link:hover {
  border-color: #eb4a5b;
}
.product-tabs-header .nav .nav-link.active {
  background-color: transparent;
  opacity: 1;
  border-color: #eb4a5b;
}
.product-tabs-body {
  padding: 45px 0;
}
.product-specifications .field--name-field-paragraph {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -20px;
}
.product-specifications .field--name-field-paragraph > .field__item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.product-specifications .field--name-field-product-param-param {
  font-weight: bold;
}
.product-description--hidden {
  height: 290px;
  overflow: hidden;
  position: relative;
}
.product-description--hidden::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 4;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
}
.product-description-button {
  display: none;
}
.product-description-button .btn {
  padding: 10px 15px;
  min-width: 174px;
  background-color: #ffffff;
}
.product-description--hidden .product-description-button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.product .field--name-field-short {
  opacity: 0.6;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 8px;
}

.page-content .lightbox-image {
  background-size: auto;
}
@media (max-width: 991.98px) {
  .page-content .lightbox-image {
    background-size: contain;
  }
}
.page-content .lightbox-arrow {
  width: 8rem;
}
.page-content .lightbox-arrow svg {
  width: 35px;
  height: 35px;
}
.page-content .lightbox-close {
  font-size: 2.7rem;
  line-height: 0.8;
  text-align: center;
}
.toolbar-tray-open .page-content .lightbox-close {
  top: 85px;
}

.pagination {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  align-items: center;
  justify-content: flex-end;
}
.pagination .pager__item--next, .pagination .pager__item--previous {
  display: none;
}
.pagination .pager__item--first, .pagination .pager__item--last {
  transition: transform 0.4s, opacity 0.4s;
}
.pagination .pager__item--first:active, .pagination .pager__item--last:active {
  opacity: 0.7;
}
.pagination .pager__item--first span, .pagination .pager__item--last span {
  display: none;
}
.pagination .pager__item--first .page-link, .pagination .pager__item--last .page-link {
  padding: 0;
  width: 16px;
  height: 16px;
  background: url("../images/pagination-arrow.svg") no-repeat center;
}
.pagination .pager__item--first:hover {
  transform: translate3d(-4px, 0, 0);
}
.pagination .pager__item--first .page-link {
  transform: scale(-1, 1);
  margin-right: 18px;
}
.pagination .pager__item--last:hover {
  transform: translate3d(4px, 0, 0);
}
.pagination .pager__item--last .page-link {
  margin-left: 18px;
}
.pagination .page-link {
  border: 0;
  margin: 0;
  color: #4f4f4f;
  padding: 5px 10px;
  background-color: transparent;
  transition: color 0.4s, opacity 0.4s;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link:hover {
  color: #131313;
  background-color: transparent;
}
.pagination .page-link:active {
  opacity: 0.7;
}
.pagination .is-active .page-link {
  color: #131313;
}

.vocabulary-brand:hover .content {
  transition: opacity 0.4s;
  opacity: 0.8;
}

.brand-list .view-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-gap: 50px;
}
.brand-item {
  min-height: 120px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.brand-item .field--name-field-brand-image {
  min-height: 120px;
  display: flex;
  justify-content: center;
  padding: 5px;
}
.brand-item .field--name-field-brand-image img {
  width: 100%;
  object-fit: contain;
}
.brand-item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=_maps/index.css.map */
