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

.wrapper-highlighted {
  padding: 24px;
  box-shadow: 0px 2px 19px 0px rgba(180, 180, 180, 0.2509803922);
  border-radius: 8px;
}

.wrapper-style-teaser1 {
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.wrapper-style-teaser1-alt {
  border-radius: 8px;
  padding: 24px;
  position: relative;
}

.wrapper-style-teaser1:hover {
  box-shadow: 0 2px 19px 0 rgba(180, 180, 180, 0.2509803922);
  z-index: 1;
}

.wrapper-style-teaser3 {
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.wrapper-style-teaser3:hover {
  box-shadow: 0 2px 19px 0 rgba(180, 180, 180, 0.2509803922);
  z-index: 1;
}

.wrapper-style-teaser-tags {
  margin-top: -6px;
  min-height: 21px;
}

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: 10px;
  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 {
  background-color: #f5f5f5;
}
.term--type-at-catalog-vocabulary.term--view-mode-teaser-catalog-term:hover .field-field-display-title a {
  color: #262626;
}

.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 {
  padding: 16px;
  border-width: 1px;
  border-radius: 10px;
  border-color: #d9d9d9;
  box-shadow: none;
  border-style: solid;
  grid-template-columns: 300px 1fr 160px;
  gap: 24px;
  display: grid;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  min-height: 231px;
}
@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: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: 16px;
  line-height: 24px;
  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: 14px;
  line-height: 20px;
  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: #fa8c16;
  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: #2A67A8;
}
.teaser-node-unit-catalog.teaser-node-unit-catalog-teaser1 .field-image img {
  width: 100%;
  height: auto;
}

.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 255px;
  display: grid;
  gap: 32px;
  flex-direction: column;
}
@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;
  }
}
@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 .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;
  flex-direction: column;
  gap: 20px;
}
@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 .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: 24px;
  line-height: 32px;
  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: 14px;
  line-height: 20px;
  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: #fa8c16;
  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;
  margin-top: 0;
}
@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 .group-field-title h1 {
  font-size: 38px;
  line-height: 46px;
  font-family: "Roboto";
  font-weight: 700;
  margin: 0;
}
@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;
  }
}
@media (max-width: 767px) {
  .node-type-unit-catalog.node-view-mode-full .group-field-title h1 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Roboto";
    font-weight: 700;
  }
}
.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%;
}

.teaser-node-unit-catalog-teaser-search {
  position: relative;
  padding: 0;
  border-width: 0;
  border-radius: 10px;
  border-color: none;
  box-shadow: none;
  border-style: solid;
  display: grid;
  grid-template-columns: 93px 1fr;
  gap: 8px;
}
@media (max-width: 1023px) {
  .teaser-node-unit-catalog-teaser-search {
    grid-template-columns: 54px 1fr;
  }
}
.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;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 600;
}
@media (max-width: 767px) {
  .teaser-node-unit-catalog-teaser-search .field-price {
    margin-top: -25px;
  }
}
@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: #2A67A8;
  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;
  display: none;
}
.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-filters {
  padding: 16px;
  border-width: 0px;
  border-radius: 10px;
  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;
  gap: 24px;
  display: grid;
}
@media (max-width: 1023px) {
  .page-catalog .catalog {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .page-catalog .catalog {
    grid-template-columns: 1fr;
  }
}

.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: 1px solid #2A67A8;
  border-radius: 4px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
.swiper-initialized .swiper-button-next:after, .swiper-initialized .swiper-button-prev:after {
  display: none;
}
.swiper-initialized .swiper-button-next:hover, .swiper-initialized .swiper-button-prev:hover {
  border-color: #2A67A8;
  background-color: #F0FAFF;
}
.swiper-initialized .swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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 {
  text-decoration: none;
}
.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-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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 {
  text-decoration: none;
}
.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-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);
}