:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#F49B0F;
}

:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#F49B0F;
}

.layout-teaser1-2column {
  grid-gap: 20px;
  flex-direction: column;
  display: flex;
}
.layout-teaser1-2column > *:nth-child(1) {
  min-width: auto;
  max-width: auto;
}
.layout-teaser1-2column > *:nth-child(2) {
  min-width: auto;
  max-width: auto;
}
@media (min-width: 1280px) {
  .layout-teaser1-2column {
    flex-direction: row;
    display: flex;
  }
  .layout-teaser1-2column > *:nth-child(1) {
    min-width: 260px;
    max-width: 260px;
  }
  .layout-teaser1-2column > *:nth-child(2) {
    min-width: auto;
    max-width: auto;
  }
}
@media (min-width: 1024px) {
  .layout-teaser1-2column {
    flex-direction: row;
    display: flex;
  }
  .layout-teaser1-2column > *:nth-child(1) {
    min-width: 260px;
    max-width: 260px;
  }
  .layout-teaser1-2column > *:nth-child(2) {
    min-width: auto;
    max-width: auto;
  }
}
@media (min-width: 768px) {
  .layout-teaser1-2column {
    flex-direction: row;
    display: flex;
  }
  .layout-teaser1-2column > *:nth-child(1) {
    min-width: 260px;
    max-width: 260px;
  }
  .layout-teaser1-2column > *:nth-child(2) {
    min-width: auto;
    max-width: auto;
  }
}
@media (min-width: 320px) {
  .layout-teaser1-2column {
    flex-direction: column;
    display: flex;
  }
  .layout-teaser1-2column > *:nth-child(1) {
    min-width: auto;
    max-width: auto;
  }
  .layout-teaser1-2column > *:nth-child(2) {
    min-width: auto;
    max-width: auto;
  }
}

.layout-teaser1-1column {
  grid-gap: 16px;
  flex-direction: column;
  display: flex;
}
.layout-teaser1-1column > *:nth-child(1) {
  min-width: auto;
  max-width: auto;
}
.layout-teaser1-1column > *:nth-child(2) {
  min-width: auto;
  max-width: auto;
}

.layout-teaser2-1column {
  display: flex;
  grid-gap: 16px;
  flex-direction: column;
}

.layout-horizontal-g0 {
  display: flex;
  grid-gap: 32px;
  flex-direction: row;
}

.layout-horizontal-g1 {
  display: flex;
  grid-gap: 24px;
  flex-direction: row;
}

.layout-horizontal-g2 {
  display: flex;
  grid-gap: 20px;
  flex-direction: row;
}

.layout-horizontal-g3 {
  display: flex;
  grid-gap: 16px;
  flex-direction: row;
}

.layout-horizontal-g4 {
  display: flex;
  grid-gap: 12px;
  flex-direction: row;
}

.layout-horizontal-g3-centered {
  display: flex;
  grid-gap: 16px;
  flex-direction: row;
  justify-content: center;
}

.layout-vertical-g0 {
  display: flex;
  grid-gap: 32px;
  flex-direction: column;
}

.layout-vertical-g1 {
  display: flex;
  grid-gap: 24px;
  flex-direction: column;
}

.layout-vertical-g2 {
  display: flex;
  grid-gap: 20px;
  flex-direction: column;
}

.layout-vertical-g3 {
  display: flex;
  grid-gap: 16px;
  flex-direction: column;
}

.layout-vertical-g4 {
  display: flex;
  grid-gap: 12px;
  flex-direction: column;
}

.layout-vertical-g3-sales-buttons {
  display: flex;
  grid-gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
}

.layout-vertical-g4 {
  display: flex;
  grid-gap: 12px;
  flex-direction: column;
}

.clearfix:after {
  display: none;
}

img, .field-format-preview-gallery .values-preview-inner .value::before {
  border-radius: 6px;
}

.term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term {
  padding: 16px;
  border-width: 0px;
  border-radius: 2px;
  border-color: transparent;
  box-shadow: none;
  border-style: solid;
  gap: 16px;
  background-color: #f0f0f0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term .field-field-display-title a {
  color: #262626;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term:hover .field-field-display-title a {
  color: #262626;
}
.term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term:hover {
  background-color: #f5f5f5;
}

.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 {
  padding: 16px;
  border-width: 1px;
  border-radius: 2px;
  border-color: #d9d9d9;
  box-shadow: none;
  border-style: solid;
  grid-template-columns: 300px 1fr 185px;
}
@media (max-width: 767px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 {
    grid-template-columns: 1fr;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 {
  gap: 16px;
  display: grid;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  min-height: 231px;
  overflow: hidden;
  max-width: 880px;
}
@media (max-width: 1023px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 {
    max-width: unset;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1:hover {
  background-color: #fafafa;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1:hover .field-field-parameters-short-table table tr td {
  background-color: #fafafa;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .group-2 {
  display: flex;
  grid-gap: 4px;
  flex-direction: column;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .group-3 {
  display: flex;
  grid-gap: 12px;
  flex-direction: column;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-title a {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
  color: #262626;
  transition: color 0.3s ease;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-title a:before {
  content: "";
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr:first-child {
  margin-top: 0;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr:last-child {
  margin-bottom: 0;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr td {
  transition: background-color 0.3s ease;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #8c8c8c;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr td:nth-child(2) {
  color: #262626;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-price {
  color: #262626;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field.field-instock, .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field.field-instock > .label {
  color: #389e0d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field.field-delivery-time, .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field.field-delivery-time > .label {
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1:hover .field-title a {
  color: #F49B0F;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
  margin: -16px 0 -16px -16px;
}
@media (max-width: 767px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
    margin: -16px -16px 0;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
    border-radius: 10px 10px 0 0;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
  overflow: hidden;
}

.node-type-unit-catalog.node-view-mode-full {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card {
  display: grid;
  grid-template-columns: 516px auto 270px;
}
@media (max-width: 1279px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card {
    grid-template-columns: 516px auto;
  }
}
@media (max-width: 1023px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card {
    grid-template-columns: minmax(375px, 1fr) auto;
  }
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card {
    grid-template-columns: 1fr;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-card {
  display: grid;
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card {
    display: flex;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-card {
  gap: 32px;
  flex-direction: column;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: fit-content;
  display: flex;
}
@media (max-width: 1279px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-content {
    display: none;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .node-unit-catalog-full-group-3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .node-unit-catalog-full-group-3 .group-field-stock-mobile {
  display: none;
}
@media (max-width: 1279px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card .node-unit-catalog-full-group-3 .group-field-stock-mobile {
    display: flex;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .node-unit-catalog-full-group-3 .group-field-stock-mobile {
  flex-direction: column;
  gap: 20px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce {
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: fit-content;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-prices .field-price {
  color: #262626;
  font-size: 30px;
  line-height: 38px;
  font-family: "Roboto";
  font-weight: 700;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-buttons {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-buttons a {
  width: 100%;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr:first-child {
  margin-top: 0;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr:last-child {
  margin-bottom: 0;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr td {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #8c8c8c;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr td:nth-child(2) {
  color: #262626;
}
.node-type-unit-catalog.node-view-mode-full .group-field-statuses .field.field-instock, .node-type-unit-catalog.node-view-mode-full .group-field-statuses .field.field-instock > .label {
  color: #389e0d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.node-type-unit-catalog.node-view-mode-full .group-field-statuses .field.field-delivery-time, .node-type-unit-catalog.node-view-mode-full .group-field-statuses .field.field-delivery-time > .label {
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions h2 {
  font-size: 30px;
  line-height: 38px;
  font-family: "Roboto";
  font-weight: 700;
}
@media (max-width: 1023px) {
  .node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions h2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions h2 {
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
.node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions h2 {
  margin-top: 0;
}
.node-type-unit-catalog.node-view-mode-full .group-field-title h1 {
  font-size: 38px;
  line-height: 46px;
  font-family: "Roboto";
  font-weight: 700;
}
@media (max-width: 1023px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-title h1 {
    font-size: 30px;
    line-height: 38px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-title h1 {
  margin: 0;
}
.node-type-unit-catalog.node-view-mode-full .values-main.preview-gallery-swiper img, .node-type-unit-catalog.node-view-mode-full .values-preview-inner img {
  display: flex;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.node-type-unit-catalog.node-view-mode-full .values-preview-inner img {
  width: 100%;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table {
  margin: 0;
  border: none;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr {
  display: flex;
  position: relative;
  z-index: 0;
  background-color: inherit;
  flex-wrap: wrap;
  margin: 8px 0;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr:first-child {
  margin-top: 0;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr:last-child {
  margin-bottom: 0;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr td:first-child {
  width: 192px;
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr td:first-child {
    width: 150px;
  }
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table td, .node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table th {
  border: none;
  padding: 0;
  display: inline-block;
  background-color: #ffffff;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps .ItemPagePropsTitle {
  color: #8c8c8c;
}

.teaser-node-unit-catalog-teaser-search {
  position: relative;
  padding: 0;
  border-width: 0;
  border-radius: 2px;
  border-color: none;
  box-shadow: none;
  border-style: solid;
  display: grid;
  grid-template-columns: 93px 1fr;
}
@media (max-width: 1023px) {
  .teaser-node-unit-catalog-teaser-search {
    grid-template-columns: 54px 1fr;
  }
}
.teaser-node-unit-catalog-teaser-search {
  gap: 8px;
}
.teaser-node-unit-catalog-teaser-search:first-child {
  border-top: none;
}
.teaser-node-unit-catalog-teaser-search .field-price {
  grid-column: 2;
  margin-top: -45px;
}
@media (max-width: 767px) {
  .teaser-node-unit-catalog-teaser-search .field-price {
    margin-top: -25px;
  }
}
.teaser-node-unit-catalog-teaser-search .field-price {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 600;
}
@media (max-width: 359px) {
  .teaser-node-unit-catalog-teaser-search .field-price {
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto";
    font-weight: 600;
  }
}
.teaser-node-unit-catalog-teaser-search .field-price.request_price {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 600;
}
@media (max-width: 359px) {
  .teaser-node-unit-catalog-teaser-search .field-price.request_price {
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto";
    font-weight: 600;
  }
}
.teaser-node-unit-catalog-teaser-search .group-field-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 600;
}
@media screen and (max-width: 1279px) {
  .teaser-node-unit-catalog-teaser-search .group-field-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 25px;
  }
}
.teaser-node-unit-catalog-teaser-search .group-field-title a {
  text-decoration: none;
  color: #262626;
}
.teaser-node-unit-catalog-teaser-search .group-field-title a:hover {
  color: #F49B0F;
  text-decoration: none;
}
.teaser-node-unit-catalog-teaser-search .group-field-title a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.catalog-page-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (max-width: 1279px) {
  .catalog-page-content-wrapper .catalog-page-filters {
    display: none;
  }
}
.catalog-page-content-wrapper .filter-btn {
  width: fit-content;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.catalog-page-content-wrapper .filter-btn:hover:first-child {
  text-decoration: none;
}
.catalog-page-content-wrapper .filter-btn:hover::before {
  text-decoration: none;
}
.catalog-page-content-wrapper .filter-btn::before {
  content: "\e901";
  font-family: "icon-base";
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.catalog-page-content-wrapper .filter-btn {
  display: none;
}

.catalog-page-filters {
  padding: 16px;
  border-width: 0px;
  border-radius: 2px;
  border-color: transparent;
  box-shadow: none;
  border-style: solid;
  height: fit-content;
}
.catalog-page-filters .form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.catalog-page-filters form .filter-params {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.catalog-page-filters form .filter-params fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.catalog-page-filters form .filter-params fieldset .form-item label {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}

.catalog-page-teasers-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-catalog .catalog {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  .page-catalog .catalog {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .page-catalog .catalog {
    grid-template-columns: 1fr;
  }
}
.page-catalog .catalog {
  gap: 24px;
  display: grid;
}

.ui-button-icon.ui-icon.ui-icon-closethick {
  display: none;
}

.ui-widget-header {
  border: none;
  background-color: transparent;
}

.swiper-initialized .swiper-button-next, .swiper-initialized .swiper-button-prev {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  top: calc(50% - 40px);
}
.swiper-initialized .swiper-button-next:after, .swiper-initialized .swiper-button-prev:after {
  display: none;
}
.swiper-initialized .swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.swiper-initialized .swiper-button-next:hover:first-child {
  text-decoration: none;
}
.swiper-initialized .swiper-button-next:hover::before {
  text-decoration: none;
}
.swiper-initialized .swiper-button-next {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.swiper-initialized .swiper-button-next:first-child {
  text-decoration: none;
}
.swiper-initialized .swiper-button-next::before {
  content: "\e910";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 12px;
  line-height: 12px;
  color: #8A8F9C;
  text-decoration: none;
}
.swiper-initialized .swiper-button-next:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.swiper-initialized .swiper-button-next:hover:hover:first-child {
  text-decoration: none;
}
.swiper-initialized .swiper-button-next:hover:hover::before {
  text-decoration: none;
}
.swiper-initialized .swiper-button-next:hover {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.swiper-initialized .swiper-button-next:hover:first-child {
  text-decoration: none;
}
.swiper-initialized .swiper-button-next:hover::before {
  content: "\e910";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 12px;
  line-height: 12px;
  color: #F49B0F;
  text-decoration: none;
}
.swiper-initialized .swiper-button-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.swiper-initialized .swiper-button-prev:hover:first-child {
  text-decoration: none;
}
.swiper-initialized .swiper-button-prev:hover::before {
  text-decoration: none;
}
.swiper-initialized .swiper-button-prev {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.swiper-initialized .swiper-button-prev:first-child {
  text-decoration: none;
}
.swiper-initialized .swiper-button-prev::before {
  content: "\e912";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 12px;
  line-height: 12px;
  color: #8A8F9C;
  text-decoration: none;
}
.swiper-initialized .swiper-button-prev:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.swiper-initialized .swiper-button-prev:hover:hover:first-child {
  text-decoration: none;
}
.swiper-initialized .swiper-button-prev:hover:hover::before {
  text-decoration: none;
}
.swiper-initialized .swiper-button-prev:hover {
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.swiper-initialized .swiper-button-prev:hover:first-child {
  text-decoration: none;
}
.swiper-initialized .swiper-button-prev:hover::before {
  content: "\e912";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 12px;
  line-height: 12px;
  color: #F49B0F;
  text-decoration: none;
}
.swiper-initialized .swiper-button-next, .swiper-initialized .swiper-button-prev {
  display: none;
}
.swiper-initialized:hover .swiper-button-next, .swiper-initialized:hover .swiper-button-prev {
  display: inline-flex;
}
.swiper-initialized:hover .swiper-button-disabled {
  display: none;
}

.cookie-banner {
  box-shadow: 0 3px 10px rgba(30, 41, 117, 0.2);
}

.node--type-news.node--view-mode-teaser2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-teaser2 {
    grid-template-columns: 1fr;
  }
}
.node--type-news.node--view-mode-teaser2 {
  gap: 24px;
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-teaser2 {
    gap: 16px;
  }
}

img, .field-format-preview-gallery .values-preview-inner .value::before {
  border-radius: 2px;
}

.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 {
  gap: 8px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2:hover {
  background-color: #fafafa;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2:hover .field-field-parameters-short-table table tr td {
  background-color: #fafafa;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .group-2 {
  display: flex;
  grid-gap: 12px;
  flex-direction: column;
  flex-grow: 1;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .group-3 {
  display: flex;
  grid-gap: 12px;
  flex-direction: column;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-title a {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
  color: #262626;
  transition: color 0.3s ease;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-title a:before {
  content: "";
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-field-parameters-short-table table tr {
  margin-top: 4px;
  margin-bottom: 4px;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-field-parameters-short-table table tr:first-child {
  margin-top: 0;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-field-parameters-short-table table tr:last-child {
  margin-bottom: 0;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-field-parameters-short-table table tr td {
  transition: background-color 0.3s ease;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #8c8c8c;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-field-parameters-short-table table tr td:nth-child(2) {
  color: #262626;
  max-width: 72px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-field-parameters-short-table table tr td:first-child {
  width: 160px;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-price {
  color: #262626;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field.field-instock, .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field.field-instock > .label {
  color: #389e0d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field.field-delivery-time, .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field.field-delivery-time > .label {
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2:hover .field-title a {
  color: #F49B0F;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-image {
  margin: -16px -16px 0;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-favorite {
  z-index: 2;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .field-labels {
  position: absolute;
  left: 12px;
  top: 12px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser2 .group-field-prices {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 {
  padding: 16px;
  border-width: 1px;
  border-radius: 2px;
  border-color: #d9d9d9;
  box-shadow: none;
  border-style: solid;
  grid-template-columns: 300px 1fr 185px;
}
@media (max-width: 767px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 {
    grid-template-columns: 1fr;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 {
  gap: 16px;
  display: grid;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  min-height: 231px;
  overflow: hidden;
  max-width: 880px;
}
@media (max-width: 1023px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 {
    max-width: unset;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1:hover {
  background-color: #fafafa;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1:hover .field-field-parameters-short-table table tr td {
  background-color: #fafafa;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .group-2 {
  display: flex;
  grid-gap: 4px;
  flex-direction: column;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .group-3 {
  display: flex;
  grid-gap: 12px;
  flex-direction: column;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-title a {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
  color: #262626;
  transition: color 0.3s ease;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-title a:before {
  content: "";
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr:first-child {
  margin-top: 0;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr:last-child {
  margin-bottom: 0;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr td {
  transition: background-color 0.3s ease;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #8c8c8c;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr td:nth-child(2) {
  color: #262626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1023px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr td:nth-child(2) {
    max-width: 72px;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr td:first-child {
  width: 180px;
}
@media (max-width: 767px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-field-parameters-short-table table tr td:first-child {
    width: 160px;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-price {
  color: #262626;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field.field-instock, .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field.field-instock > .label {
  color: #389e0d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field.field-delivery-time, .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field.field-delivery-time > .label {
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1:hover .field-title a {
  color: #F49B0F;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
  margin: -16px 0 -16px -16px;
}
@media (max-width: 767px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
    margin: -16px -16px 0;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
  border-radius: 2px 0 0 2px;
}
@media (max-width: 767px) {
  .teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
    border-radius: 2px 2px 0 0;
  }
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image {
  overflow: hidden;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-favorite {
  z-index: 2;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-labels {
  position: absolute;
  left: 16px;
  top: 16px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .group-field-prices {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.node-type-unit-catalog.node-view-mode-full {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card {
  display: grid;
  grid-template-columns: 516px auto 270px;
}
@media (max-width: 1279px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card {
    grid-template-columns: 516px auto;
  }
}
@media (max-width: 1023px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card {
    grid-template-columns: minmax(375px, 1fr) auto;
  }
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card {
    grid-template-columns: 1fr;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-card {
  display: grid;
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card {
    display: flex;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-card {
  gap: 32px;
  flex-direction: column;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: fit-content;
  display: flex;
}
@media (max-width: 1279px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-content {
    display: none;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .node-unit-catalog-full-group-3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .node-unit-catalog-full-group-3 .group-field-stock-mobile {
  display: none;
}
@media (max-width: 1279px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-card .node-unit-catalog-full-group-3 .group-field-stock-mobile {
    display: flex;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .node-unit-catalog-full-group-3 .group-field-stock-mobile {
  flex-direction: column;
  gap: 20px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce {
  padding: 24px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: fit-content;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-prices {
  display: flex;
  gap: 0;
  align-items: baseline;
  flex-direction: column;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-prices .field-price {
  color: #262626;
  font-size: 30px;
  line-height: 38px;
  font-family: "Roboto";
  font-weight: 700;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-prices .field-price .thick-text {
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto";
  font-weight: 400;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-prices .field-nds {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-buttons {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .group-field-commerce .group-field-buttons a {
  width: 100%;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr:first-child {
  margin-top: 0;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr:last-child {
  margin-bottom: 0;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr td {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #8c8c8c;
}
.node-type-unit-catalog.node-view-mode-full .group-field-card .field-field-parameters-short-table table tr td:nth-child(2) {
  color: #262626;
}
.node-type-unit-catalog.node-view-mode-full .group-field-statuses .field.field-instock, .node-type-unit-catalog.node-view-mode-full .group-field-statuses .field.field-instock > .label {
  color: #389e0d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.node-type-unit-catalog.node-view-mode-full .group-field-statuses .field.field-delivery-time, .node-type-unit-catalog.node-view-mode-full .group-field-statuses .field.field-delivery-time > .label {
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}
.node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions h2 {
  font-size: 30px;
  line-height: 38px;
  font-family: "Roboto";
  font-weight: 700;
}
@media (max-width: 1023px) {
  .node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions h2 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions h2 {
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
.node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions h2 {
  margin-top: 0;
}
.node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions .ItemPageProps {
  gap: 24px;
  column-count: 2;
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions .ItemPageProps {
    column-count: 1;
  }
}
.node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions .ItemPagePropsGroup {
  break-inside: avoid;
}
.node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions .ItemPagePropsGroup h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto";
  font-weight: 700;
}
.node-type-unit-catalog.node-view-mode-full #characteristic-and-descriptions .ItemPagePropsGroup:first-child h3 {
  margin-top: 0;
}
.node-type-unit-catalog.node-view-mode-full .group-field-title h1 {
  font-size: 38px;
  line-height: 46px;
  font-family: "Roboto";
  font-weight: 700;
}
@media (max-width: 1023px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-title h1 {
    font-size: 30px;
    line-height: 38px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
.node-type-unit-catalog.node-view-mode-full .group-field-title h1 {
  margin: 0;
}
.node-type-unit-catalog.node-view-mode-full .group-field-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.node-type-unit-catalog.node-view-mode-full .values-main.preview-gallery-swiper img, .node-type-unit-catalog.node-view-mode-full .values-preview-inner img {
  display: flex;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}
.node-type-unit-catalog.node-view-mode-full .values-preview-inner img {
  width: 100%;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table {
  margin: 0;
  border: none;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr {
  display: flex;
  position: relative;
  z-index: 0;
  background-color: inherit;
  flex-wrap: wrap;
  margin: 8px 0;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr:first-child {
  margin-top: 0;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr:last-child {
  margin-bottom: 0;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr td:first-child {
  width: 192px;
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table tr td:first-child {
    width: 150px;
  }
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table td, .node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps table th {
  border: none;
  padding: 0;
  display: inline-block;
  background-color: #ffffff;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps .ItemPagePropsTitle {
  color: #8c8c8c;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps .ItemPagePropsTitle.ItemPagePropsYesNo {
  width: 50%;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.node-type-unit-catalog.node-view-mode-full .field-field-parameters .ItemPageProps .ItemPagePropsTitle.ItemPagePropsYesNo .ItemPagePropsYesNoIcon {
  min-width: 16px;
  min-height: 16px;
}
.node-type-unit-catalog.node-view-mode-full .field-labels {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  z-index: 2;
}

#block-shacman-katalog .term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term .field-field-display-title .value, #block-shacman-content .term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term .field-field-display-title .value {
  text-align: center;
}