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

.field .prefix {
  margin-right: 0;
}
.field .suffix {
  margin-left: 0;
}
.field .values {
  display: flex;
  grid-gap: 8px;
}
.field.field-label-above > .label {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 600;
}
.field.field-label-inline {
  display: flex;
  align-items: baseline;
}
.field.field-label-inline > .label {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 600;
  margin-right: 8px;
}
.field.field-label-hidden > label,
.field.field-label-hidden > .label {
  display: none;
}
.field.field-label-hidden > label.focus,
.field.field-label-hidden > .label.focus {
  display: none;
}

.field-format-preview-gallery {
  --gap: 16px;
  --previews-gap: 12px;
  --column-count: 4;
  --row-count: 1;
  --pagination: false;
  --pagination-color: #B6BAC2;
  --pagination-color--active: #2A67A8;
  --active-bullets-count: 4;
  --navigation: true;
  --scrollbar: false;
  --scrollbar-color: #ffffff;
  --simulate-touch: false;
  --loop: false;
  --navigation-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  position: relative;
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    --column-count: 0;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    --pagination: true;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    --navigation: false;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    --simulate-touch: true;
  }
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    overflow: visible;
  }
}
.field-format-preview-gallery img {
  display: flex;
}
.field-format-preview-gallery:hover .swiper-button-next:after {
  display: block;
}
.field-format-preview-gallery:hover .swiper-button-prev:after {
  display: block;
}
.field-format-preview-gallery .swiper-pagination .swiper-pagination-bullet {
  background: var(--pagination-color);
}
.field-format-preview-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--pagination-color--active);
}
.field-format-preview-gallery .swiper-button-next:after {
  color: var(--navigation--color);
  display: none;
}
.field-format-preview-gallery .swiper-button-prev:after {
  color: var(--navigation--color);
  display: none;
}
.field-format-preview-gallery .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--scrollbar-color);
}
.field-format-preview-gallery .values-preview-inner {
  display: grid;
  grid-template-columns: repeat(var(--column-count), auto);
  grid-gap: var(--previews-gap);
}
.field-format-preview-gallery .values-preview-inner .value {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field-format-preview-gallery .values-preview-inner .value:before {
  position: absolute;
  inset: 0;
  content: " ";
  pointer-events: none;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.1607843137);
  transition: opacity 0.3s;
}
.field-format-preview-gallery .values-preview-inner .value.gallery-thumb-last:before {
  background-color: black;
  opacity: 0.4;
}
.field-format-preview-gallery .values-preview-inner .value.gallery-thumb-active:not(.gallery-thumb-last):before {
  opacity: 0.1;
}
.field-format-preview-gallery .values-preview-inner .value.thumb-tail {
  position: absolute;
  color: #fff;
  display: none;
  pointer-events: none;
}
.field-format-preview-gallery .values-preview-inner .thumb-tail {
  position: absolute;
  color: #fff;
  display: none;
  pointer-events: none;
  text-align: center;
}
.field-format-preview-gallery .values-preview-inner .gallery-thumb-last .thumb-tail {
  display: block;
}

.button-switch--compare .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--compare .link__icon:hover:first-child {
  text-decoration: none;
}
.button-switch--compare .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--compare .link__icon:first-child {
  text-decoration: none;
}
.button-switch--compare .link__icon::before {
  content: "\e99c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #2A67A8;
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--compare.is-active .link__icon:hover:first-child {
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon:first-child {
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon::before {
  content: "\e99c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #2A67A8;
  text-decoration: none;
}

.button-switch--favorites .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--favorites .link__icon:hover:first-child {
  text-decoration: none;
}
.button-switch--favorites .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--favorites .link__icon:first-child {
  text-decoration: none;
}
.button-switch--favorites .link__icon::before {
  content: "\e91d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #2A67A8;
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--favorites.is-active .link__icon:hover:first-child {
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon:first-child {
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon::before {
  content: "\e905";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #2A67A8;
  text-decoration: none;
}

.field-field-labels {
  font-size: 12px;
  line-height: 16px;
  font-family: "Roboto";
  font-weight: 400;
}
.field-field-labels .values {
  display: flex;
  flex-direction: row;
  grid-gap: 8px;
  flex-wrap: wrap;
}
.field-field-labels .values .value {
  border-radius: 14px;
  border-width: 0;
  border-style: solid;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 12px;
  padding-left: 12px;
}
.field-field-labels .values .value.best {
  color: #ffffff;
  border-color: #fa8c16;
  background-color: #fa8c16;
}
.field-field-labels .values .value.new {
  color: #ffffff;
  border-color: #52c41a;
  background-color: #52c41a;
}
.field-field-labels .values .value.discount_percent {
  color: #ffffff;
  border-color: #ff4d4f;
  background-color: #ff4d4f;
}

.field-field-parameters-short-table > .value div, .field-custom-field-parameters-short > .value div {
  display: inline;
}
.field-field-parameters-short-table > .value table, .field-custom-field-parameters-short > .value table {
  margin: 0;
  border: none;
}
.field-field-parameters-short-table > .value table tr, .field-custom-field-parameters-short > .value table tr {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  background-color: inherit;
  flex-wrap: wrap;
}
.field-field-parameters-short-table > .value table tr:first-child, .field-custom-field-parameters-short > .value table tr:first-child {
  margin-top: 0;
}
.field-field-parameters-short-table > .value table tr:last-child, .field-custom-field-parameters-short > .value table tr:last-child {
  margin-bottom: 0;
}
.field-field-parameters-short-table > .value table td, .field-field-parameters-short-table > .value table th, .field-custom-field-parameters-short > .value table td, .field-custom-field-parameters-short > .value table th {
  border: none;
  padding: 0;
  display: inline-block;
  background-color: #ffffff;
}
.field-field-parameters-short-table > .value table td:first-child::before, .field-custom-field-parameters-short > .value table td:first-child::before {
  content: " ";
  position: absolute;
  top: 1em;
  z-index: -1;
  width: 100%;
  border-bottom: 2px dotted;
}
.field-field-parameters-short-table p:first-child, .field-custom-field-parameters-short p:first-child {
  margin-top: 0;
}
.field-field-parameters-short-table p:last-child, .field-custom-field-parameters-short p:last-child {
  margin-bottom: 0;
}

.field-format-preview-gallery .values-preview-inner {
  grid-template-columns: repeat(var(--column-count), 110px);
}

.field-field-parameters-short-table > .value div, .field-custom-field-parameters-short > .value div {
  display: inline;
}
.field-field-parameters-short-table > .value table, .field-custom-field-parameters-short > .value table {
  margin: 0;
  border: none;
}
.field-field-parameters-short-table > .value table tr, .field-custom-field-parameters-short > .value table tr {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  background-color: inherit;
  flex-wrap: wrap;
}
.field-field-parameters-short-table > .value table tr:first-child, .field-custom-field-parameters-short > .value table tr:first-child {
  margin-top: 0;
}
.field-field-parameters-short-table > .value table tr:last-child, .field-custom-field-parameters-short > .value table tr:last-child {
  margin-bottom: 0;
}
.field-field-parameters-short-table > .value table td, .field-field-parameters-short-table > .value table th, .field-custom-field-parameters-short > .value table td, .field-custom-field-parameters-short > .value table th {
  border: none;
  padding: 0;
  display: inline-block;
  background-color: #ffffff;
}
.field-field-parameters-short-table > .value table td:first-child::before, .field-custom-field-parameters-short > .value table td:first-child::before {
  content: " ";
  position: absolute;
  top: 1em;
  z-index: -1;
  width: 100%;
  border-bottom: 2px dotted;
}
.field-field-parameters-short-table p:first-child, .field-custom-field-parameters-short p:first-child {
  margin-top: 0;
}
.field-field-parameters-short-table p:last-child, .field-custom-field-parameters-short p:last-child {
  margin-bottom: 0;
}

.field-format-preview-gallery .values-preview-inner {
  grid-template-columns: repeat(var(--column-count), 110px);
}