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

.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;
}

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

.node--type-product.node--view-mode-teaser1 {
  position: relative;
  cursor: pointer;
}
.node--type-product.node--view-mode-teaser1 .layout-horizontal-g1 > .layout-horizontal-g2 {
  display: grid;
  grid-template-columns: 120px auto;
}
.node--type-product.node--view-mode-teaser1 {
  padding: 16px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  transition: all 0.3s ease;
}
.node--type-product.node--view-mode-teaser1:hover {
  z-index: 1;
  border-radius: 8px;
  border-color: transparent;
  padding: 16px;
  box-shadow: 0 0 15px 4px rgba(171, 183, 200, 0.3);
  margin-left: -16px;
  margin-right: -16px;
}
.node--type-product.node--view-mode-teaser1 .group-info-instock {
  flex-direction: column;
  display: grid;
  gap: 16px;
  grid-template-columns: auto 165px;
}
.node--type-product.node--view-mode-teaser1 > div {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 201px;
}
.node--type-product.node--view-mode-teaser1 .field-field-cat-number a, .node--type-product.node--view-mode-teaser1 .field-field-display-title a {
  transition: color 0.3s ease;
}
.node--type-product.node--view-mode-teaser1:hover .field-field-cat-number a, .node--type-product.node--view-mode-teaser1:hover .field-field-display-title a {
  color: #ED1A22;
}
.node--type-product.node--view-mode-teaser1 .group-image {
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.node--type-product.node--view-mode-teaser1 .group-stock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
}
.node--type-product.node--view-mode-teaser1 .group-prices {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: baseline;
}
.node--type-product.node--view-mode-teaser1 .group-price {
  display: flex;
  justify-content: end;
}
.node--type-product.node--view-mode-teaser1 .group-price .group-price-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  align-items: baseline;
  width: auto;
}
.node--type-product.node--view-mode-teaser1 .field-cart-add {
  display: flex;
  align-items: center;
  align-self: end;
  width: auto;
}
.node--type-product.node--view-mode-teaser1 .field-cart-add .value {
  width: auto;
}
.node--type-product.node--view-mode-teaser1 .field-cart-add button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  background-color: #ED1A22;
  border-color: #ED1A22;
  color: #ffffff;
}
.node--type-product.node--view-mode-teaser1 .field-cart-add button:hover {
  background-color: #FF2C34;
  border-color: #FF2C34;
  color: #ffffff;
}
.node--type-product.node--view-mode-teaser1 .field-cart-add button {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 700;
  width: 144px;
}
.node--type-product.node--view-mode-teaser1 .field-cart-add .form-item-quantity {
  width: 144px;
}
.node--type-product.node--view-mode-teaser1 .field-field-brand {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  color: #8c8c8c;
}
.node--type-product.node--view-mode-teaser1 .field-price:not(.not-price) {
  display: flex;
  gap: 5px;
  align-items: baseline;
  justify-content: flex-start;
}
.node--type-product.node--view-mode-teaser1 .stock-list {
  top: 0;
  left: 32px;
  transform: translateY(calc(-100% - 8px)) translateX(calc(-50% + 32px));
}
.node--type-product.node--view-mode-teaser1 .group-btn-btn_fav {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}
.node--type-product.node--view-mode-teaser1 .group-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.node--type-product.node--view-mode-teaser1 .group-title-and-catnum {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.node--type-product.node--view-mode-teaser2 {
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.node--type-product.node--view-mode-teaser2 > div {
  display: grid;
  grid-template-rows: auto 80px 80px auto;
  gap: 16px;
}
.node--type-product.node--view-mode-teaser2 {
  position: relative;
  padding: 16px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.node--type-product.node--view-mode-teaser2:hover {
  border-color: transparent;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 0 15px 4px rgba(171, 183, 200, 0.3);
}
.node--type-product.node--view-mode-teaser2 {
  background-color: #fff;
}
.node--type-product.node--view-mode-teaser2 .field-field-cat-number a, .node--type-product.node--view-mode-teaser2 .field-field-display-title a {
  transition: color 0.3s ease;
}
.node--type-product.node--view-mode-teaser2:hover .field-field-cat-number a, .node--type-product.node--view-mode-teaser2:hover .field-field-display-title a {
  color: #ED1A22;
}
.node--type-product.node--view-mode-teaser2 .field-uc-product-image {
  margin: -16px -16px 0 -16px;
}
.node--type-product.node--view-mode-teaser2 .field-uc-product-image .value {
  width: 100%;
}
.node--type-product.node--view-mode-teaser2 .field-uc-product-image .value a {
  display: flex;
}
.node--type-product.node--view-mode-teaser2 .field-uc-product-image .value a img {
  width: 100%;
}
.node--type-product.node--view-mode-teaser2 .field-field-brand {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  color: #8c8c8c;
}
.node--type-product.node--view-mode-teaser2 .field-cart-add button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 24px;
  padding-right: 24px;
  border-width: 1px;
  border-radius: 8px;
  height: 44px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  background-color: #ED1A22;
  border-color: #ED1A22;
  color: #ffffff;
}
.node--type-product.node--view-mode-teaser2 .field-cart-add button:hover {
  background-color: #FF2C34;
  border-color: #FF2C34;
  color: #ffffff;
}
.node--type-product.node--view-mode-teaser2 .field-cart-add button {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.node--type-product.node--view-mode-teaser2 .group-btn-btn_fav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.node--type-product.node--view-mode-teaser2 .field-field-marks {
  position: absolute;
  top: 16px;
  left: 16px;
}
.node--type-product.node--view-mode-teaser2 .stock-list {
  top: -52px;
  left: -3px;
}
.node--type-product.node--view-mode-teaser2 .layout-vertical-g3 {
  justify-content: end;
}
.node--type-product.node--view-mode-teaser2 .group-prices {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 16px;
  align-items: baseline;
}
.node--type-product.node--view-mode-teaser2 .field-field-cat-number .value {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.node--type-product.node--view-mode-teaser2 .field-field-display-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.node--type-product.node--view-mode-teaser2 .field-field-display-title .value {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.node--type-product.node--view-mode-teaser2 .group-price-only {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  gap: 16px;
}
.node--type-product.node--view-mode-teaser2 .group-title-cat-num {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.node--type-product.node--view-mode-teaser2:hover {
  cursor: pointer;
}
.node--type-product.node--view-mode-teaser2:hover .field-field-cat-number .value,.node--type-product.node--view-mode-teaser2:hover .field-field-display-title .value a {
  color: #ED1A22;
}
.node--type-product.node--view-mode-teaser2 .field-field-stock-available .value {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 400;
}

.node--type-product.node--view-mode-teaser-cart {
  padding: 16px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  transition: all 0.3s ease;
}
.node--type-product.node--view-mode-teaser-cart:hover {
  z-index: 1;
  border-radius: 8px;
  border-color: transparent;
  padding: 16px;
  box-shadow: 0 0 15px 4px rgba(171, 183, 200, 0.3);
  margin-left: -16px;
  margin-right: -16px;
}
.node--type-product.node--view-mode-teaser-cart {
  position: relative;
  margin-bottom: -16px;
}
.node--type-product.node--view-mode-teaser-cart:last-of-type {
  margin-bottom: 0;
}
.node--type-product.node--view-mode-teaser-cart > div {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 2fr 1fr;
}
.node--type-product.node--view-mode-teaser-cart .group-stock {
  display: flex;
  align-items: center;
}
.node--type-product.node--view-mode-teaser-cart .group-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 95px;
}
.node--type-product.node--view-mode-teaser-cart .group-price .field-price {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-add {
  display: flex;
  align-items: center;
}
.node--type-product.node--view-mode-teaser-cart .field-field-brand {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  color: #8c8c8c;
}
.node--type-product.node--view-mode-teaser-cart .field-uc-product-image {
  width: 88px;
  border-radius: 8px;
  overflow: hidden;
}
.node--type-product.node--view-mode-teaser-cart .group-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.node--type-product.node--view-mode-teaser-cart .field-price {
  display: flex;
  gap: 5px;
  align-items: baseline;
  justify-content: end;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.node--type-product.node--view-mode-teaser-cart .group-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button {
  background-color: transparent !important;
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 56px;
  gap: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  border-width: 1px;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #262626;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #262626;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover:first-child,.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover::before {
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:first-child {
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button::before {
  content: "\e924";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button {
  border-color: transparent;
  font-weight: 400;
  width: 20px;
  height: 20px;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover {
  border-color: transparent;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover:before {
  color: #ED1A22;
}
.node--type-product.node--view-mode-teaser-cart .group-left {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.node--type-product.node--view-mode-teaser-cart .field-field-cat-number {
  font-size: 20px;
  line-height: 28px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.node--type-product.node--view-mode-teaser-cart .field-field-display-title {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.node--type-product.node--view-mode-teaser-cart .field-field-display-title a:before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-add, .node--type-product.node--view-mode-teaser-cart .field-favorite, .node--type-product.node--view-mode-teaser-cart .field-cart-remove {
  z-index: 1;
}
.node--type-product.node--view-mode-teaser-cart:hover .field-field-cat-number a, .node--type-product.node--view-mode-teaser-cart:hover .field-field-display-title a {
  color: #ED1A22;
}

.node--type-product.node--view-mode-teaser3 {
  display: grid;
  grid-template-columns: 64px auto;
  gap: 16px;
  cursor: pointer;
}
.node--type-product.node--view-mode-teaser3 .field-uc-product-image {
  border-radius: 8px;
  overflow: hidden;
}
.node--type-product.node--view-mode-teaser3 .group-1-teaser-data {
  display: flex;
  flex-direction: column;
}
.node--type-product.node--view-mode-teaser3 .group-1-teaser-data .field-field-cat-number .value, .node--type-product.node--view-mode-teaser3 .group-1-teaser-data .field-field-cat-number .value a {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.node--type-product.node--view-mode-teaser3 .group-1-teaser-data .field-field-display-title {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
}
.node--type-product.node--view-mode-teaser3 .group-1-teaser-data .field-price .value {
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 700;
}
.node--type-product.node--view-mode-teaser3 .group-1-teaser-data .field-price.not-price.field-price .value {
  font-size: 14px;
  line-height: 20px;
  font-family: "NunitoSans";
  font-weight: 400;
  padding: 0 8px;
}
.node--type-product.node--view-mode-teaser3:hover .field-field-cat-number .value, .node--type-product.node--view-mode-teaser3:hover .field-field-cat-number .value a, .node--type-product.node--view-mode-teaser3:hover .field-field-display-title a {
  color: #ED1A22;
}
@media (max-width: 1023px) {
  .node--type-product.node--view-mode-teaser1:hover {
    padding: 16px 0;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
  }
  .node--type-product.node--view-mode-teaser1 .group-stock {
    align-items: end;
  }
  .node--type-product.node--view-mode-teaser1 .group-price {
    justify-content: end;
  }
  .node--type-product.node--view-mode-teaser2:hover {
    box-shadow: none;
  }
  .node--type-product.node--view-mode-teaser-cart:hover {
    padding: 16px 0;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .group-info-instock {
    display: flex;
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .node--type-product.node--view-mode-teaser1 > div {
    grid-template-columns: 1fr;
  }
  .node--type-product.node--view-mode-teaser1 .group-stock {
    align-items: start;
  }
  .node--type-product.node--view-mode-teaser1 .group-price {
    justify-content: start;
  }
  .node--type-product.node--view-mode-teaser1 .group-price .group-price-inner,.node--type-product.node--view-mode-teaser1 .field-cart-add,.node--type-product.node--view-mode-teaser1 .field-cart-add .value,.node--type-product.node--view-mode-teaser1 .field-cart-add button,.node--type-product.node--view-mode-teaser1 .field-cart-add .form-item-quantity {
    width: 100%;
  }
  .node--type-product.node--view-mode-teaser-cart > div {
    grid-template-columns: 1fr;
  }
  .node--type-product.node--view-mode-teaser-cart .group-left {
    gap: 12px;
  }
}