.field .prefix {
  margin-right: 0;
}
.field .suffix {
  margin-left: 0;
}
.field .values {
  display: flex;
  grid-gap: 8px;
}
.field.field-label-above > .label {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
}
.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: 700;
  margin-right: 8px;
}
.field.field-label-hidden > label,.field.field-label-hidden > .label,.field.field-label-hidden > label.focus,.field.field-label-hidden > .label.focus {
  display: none;
}

.button-switch--compare .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button-switch--compare .link__icon:hover:first-child,.button-switch--compare .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--compare .link__icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.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: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #386F8A;
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button-switch--compare.is-active .link__icon:hover:first-child,.button-switch--compare.is-active .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--compare.is-active .link__icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.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: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #F5222D;
  text-decoration: none;
}

.button-switch--favorites .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button-switch--favorites .link__icon:hover:first-child,.button-switch--favorites .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--favorites .link__icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--favorites .link__icon:first-child {
  text-decoration: none;
}
.button-switch--favorites .link__icon::before {
  content: "\e92c";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #386F8A;
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button-switch--favorites.is-active .link__icon:hover:first-child,.button-switch--favorites.is-active .link__icon:hover::before {
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.button-switch--favorites.is-active .link__icon:first-child {
  text-decoration: none;
}
.button-switch--favorites.is-active .link__icon::before {
  content: "\e92d";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #F5222D;
  text-decoration: none;
}

.field-field-labels {
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto";
  font-weight: 400;
}
.field-field-labels .values {
  display: flex;
  flex-direction: row;
  grid-gap: 4px;
  flex-wrap: wrap;
}
.field-field-labels .values .value {
  border-radius: 32px;
  border-width: 0;
  border-style: solid;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 8px;
  padding-left: 8px;
}
.field-field-labels .values .value.best {
  color: #ffffff;
  border-color: #FF7A0D;
  background-color: #ff7a0d;
}
.field-field-labels .values .value.new {
  color: #389e0d;
  border-color: #27b160;
  background-color: #cfff9e;
}
.field-field-labels .values .value.discount_percent {
  color: #ffffff;
  border-color: #cf1322;
  background-color: #cf1322;
}

.grouped-table .grouped-table-item .table-group-heading {
  font-size: 30px;
  line-height: 38px;
  font-family: "Oswald";
  font-weight: 700;
  color: #3a3a3a;
}
.grouped-table .grouped-table-item .grouped-table-item-label,.grouped-table .grouped-table-item .grouped-table-item-value {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #3a3a3a;
}

.button-switch--favorites {
  font-size: 0;
  text-indent: -9999px;
  color: transparent;
}

.field .label {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  margin-bottom: 12px;
}

.field.field-label-inline > .label {
  margin-right: 4px;
}

.field-field-expected {
  color: #6fa8dd;
}

.field-cross-group-products {
  position: relative;
}
.field-cross-group-products > .values {
  position: unset !important;
}
.field-cross-group-products > .values .swiper-button-prev, .field-cross-group-products > .values .swiper-button-next {
  display: flex;
}
.field-cross-group-products > .values .swiper-button-prev {
  left: -45px;
}
.field-cross-group-products > .values .swiper-button-next {
  right: -60px;
}
.field-cross-group-products > .values {
  overflow: hidden;
  --swiper--enabled: true;
  --swiper--gap: 24px;
  --swiper--slide-width: 287px;
  --swiper--simulate-touch-enabled: true;
  --swiper--navigation-enabled: true;
}
.field-field-display-title,.field-field-display-title a {
  color: #3a3a3a;
}
.field-field-display-title a:hover {
  color: #205B7E;
}

.field-code-model {
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto";
  font-weight: 400;
  color: #3a3a3a;
}

.field-format-preview-gallery .gallery-thumb-active {
  border: 1px solid #205B7E;
}
.field-format-preview-gallery .values-preview {
  display: block;
}
.field-format-preview-gallery .values-preview-inner .value {
  border-radius: 20px;
  overflow: hidden;
}
.field-format-preview-gallery .swiper-pagination .swiper-pagination-bullet {
  border-radius: 30px;
}

.field-field-marks .values {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.field-field-marks .values .value {
  padding: 0 8px;
  border: 0 solid;
  border-radius: 32px;
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto";
  font-weight: 400;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.field-field-marks .values .value.new {
  background-color: #cfff9e;
  border-color: #27b160;
  color: #389e0d;
}
.field-field-marks .values .value.sale {
  background-color: #ffcfe2;
  border-color: #f845cb;
  color: #cc3c8f;
}
.field-field-marks .values .value.discount_percent {
  background-color: #cf1322;
  border-color: #cf1322;
  color: #ffffff;
}
.field-field-marks .values .value.specoffer {
  background-color: #ff7a0d;
  border-color: #FF7A0D;
  color: #ffffff;
}

.field-price .value {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 700;
}
.field-price.not-price .value {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}

.field-field-old-price {
  color: #8c8c8c;
  text-decoration: line-through;
}

.field-field-old-price,.field-field-cena-proizvoditelya {
  font-size: 14px;
  line-height: 22px;
  font-family: "Roboto";
  font-weight: 400;
}
.field-field-cena-proizvoditelya {
  color: #8c8c8c;
}

.field-field-expected-date {
  color: #6fa8dd;
}

.field-field-instock, .field-field-stock-available {
  color: #12b726;
}

.not-available.field-field-stock-available,.field-field-delivery-time {
  color: #8c8c8c;
}

.field-field-cat-number {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 700;
}
.field-field-cat-number .value,.field-field-cat-number .value a {
  color: #3a3a3a;
}
.field-field-cat-number .value a:hover {
  color: #205B7E;
}

.field-field-brand .value {
  color: #8c8c8c;
}

.field-tag-offers .value {
  font-size: 20px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 16px;
  border: 1px solid #D7DDE3;
  border-radius: 12px;
  background-color: #ffffff;
}
.field-tag-offers .value a {
  color: #3a3a3a;
}
.field-tag-offers .value a:hover {
  color: #ffffff;
}
.field-tag-offers .value:hover {
  background-color: #9A97AF;
}

.field-field-description .label,.field-field-parameters h3 {
  font-size: 30px;
  line-height: 38px;
  font-family: "Oswald";
  font-weight: 400;
}

.field-field-page-title {
  color: #434343;
  font-size: 24px;
  line-height: 32px;
  font-family: "Oswald";
  font-weight: 600;
  text-align: center;
}
.field-field-page-title a {
  color: #434343;
}
.field-field-page-title a:hover {
  color: #205B7E;
}

.field-field-date {
  color: #8c8c8c;
}

.field-cart-add .form-item-add-to-cart button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.field-cart-add .form-item-add-to-cart button:hover:first-child,.field-cart-add .form-item-add-to-cart button:hover::before {
  text-decoration: none;
}
.field-cart-add .form-item-add-to-cart button::before {
  content: "\e930";
  font-family: "icon-base";
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity {
  display: flex;
  align-items: center;
  gap: 0;
}
.field-cart-add .form-item-quantity.quantity .quantity__change {
  cursor: pointer;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down, .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up {
  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: 12px;
  height: 48px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  background-color: #E7EDF1;
  border-color: #E7EDF1;
  color: #053C5E;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:hover, .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:hover {
  background-color: #B0CCDE;
  border-color: #B0CCDE;
  color: #053C5E;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down, .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  height: 48px;
  width: 100%;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:hover, .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:hover {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:hover:before, .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:hover:before {
  color: #205B7E;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:hover:first-child,.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:hover::before {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:first-child {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down::before {
  content: "\e903";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #3a3a3a;
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down {
  padding: 4px;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:before {
  font-weight: 400;
}
.field-cart-add .form-item-quantity.quantity input {
  width: 56px;
  height: 48px;
  padding: 0;
  border: 1px solid;
  text-align: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #3a3a3a;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:hover:first-child,.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:hover::before {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up {
  padding-inline: 0;
  aspect-ratio: 1/1;
  font-size: 0;
  color: transparent;
  gap: 0;
  text-indent: -9999px;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:first-child {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up::before {
  content: "\e902";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #3a3a3a;
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up {
  padding: 4px;
  border-left: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:before {
  font-weight: 400;
}

.term--type-at-catalog-vocabulary .field-field-display-title {
  font-size: 24px;
  line-height: 32px;
  font-family: "Oswald";
  font-weight: 600;
  text-align: center;
}

.clearfix::after,.node_view {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #8c8c8c;
  border-radius: 30px;
  transform: unset !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #205B7E;
}
.field-favorite .button-switch,.field-favorite .button-switch:hover,.field-favorite .button-switch:active,.field-favorite .button-switch.is-active,.field-favorite .button-switch.is-active:hover {
  background-color: transparent;
  border-color: transparent;
}

.button-switch--favorites:not(.is-active) .link__icon {
  position: relative;
}
.button-switch--favorites:not(.is-active) .link__icon:after {
  content: "\e92d";
  position: absolute;
  text-indent: 0;
  font-family: "icon-base";
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  z-index: 1;
}
.button-switch--favorites:not(.is-active) .link__icon:before {
  z-index: 2;
}
.button-switch--favorites:not(.is-active) .link__icon:hover:after {
  color: #E7EDF1;
}
@media (max-width: 1023px) {
  .grouped-table .grouped-table-item .table-group-heading {
    font-size: 24px;
    line-height: 32px;
    font-family: "Oswald";
    font-weight: 700;
  }
  .field-cross-group-products > .values .swiper-button-prev {
    left: 0;
  }
  .field-cross-group-products > .values .swiper-button-next {
    right: 0;
  }
  .field-field-page-title,.term--type-at-catalog-vocabulary .field-field-display-title {
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .grouped-table .grouped-table-item .table-group-heading {
    font-size: 20px;
    line-height: 28px;
    font-family: "Roboto";
    font-weight: 700;
  }
  .field-cross-group-products > .values .swiper-button-prev, .field-cross-group-products > .values .swiper-button-next {
    display: none;
  }
  .field-cross-group-products > .values {
    --swiper--enabled: true;
  }
  .field-format-preview-gallery .values-preview {
    display: none;
  }
  .field-field-old-price,.field-field-cena-proizvoditelya {
    font-size: 12px;
    line-height: 18px;
    font-family: "Roboto";
    font-weight: 400;
  }
  .field-field-page-title,.term--type-at-catalog-vocabulary .field-field-display-title {
    text-align: left;
  }
}