/**
 * @file
 * Product style FULL.
 */
/* stylelint-disable scss/at-import-partial-extension */
/* stylelint-disable scss/at-import-partial-extension */ /**
 * @file
 * Aspect ratio mixins.
 */
/**
 * @file
 * Centering mixin.
 *
 * Center an element orizontally, vertically or both, assuming the parent
 * element has relative or absolute position.
 * https://css-tricks.com/snippets/sass/centering-mixin/
 */
/**
 * @file
 * Globally used mixins and functions.
 *
 * Here you can add your custom SASS mixins or functions.
 */
/**
 * @file
 * Globally tools for images.
 */
/* stylelint-enable scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/* stylelint-disable-line scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/**
 * @file
 * Shadows variables.
 */
/**
 * @file
 * Animations elements.
 */
@keyframes slideOutRight {
  from {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes selectedElementOpacity {
  0% {
    opacity: 100%;
  }
  10% {
    opacity: 60%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes opacityDecrease {
  from {
    opacity: 100%;
  }
  to {
    opacity: 60%;
  }
}
@keyframes selectedElementPaddingLeft {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0.75rem;
  }
  100% {
    padding-left: 0;
  }
}
@keyframes slideInFromRight {
  from {
    visibility: visible;
    transform: translate3d(32px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/**
 * @file
 * All stuff for typography.
 */
.product__section-title {
  font-family: var(--heading-font);
  font-display: optional;
}

/* HEADING */
/* TEXT & CONTENT */
.product-art__specification-value, .product-art__scipcode-value, .product__description {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.product .product-code__value {
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.product-art__row-more-label, .product-art__head-el {
  font-family: var(--font-family-base);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.product__section-title {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 3.5px;
}

.product-art .spec-actions__el, .product-art .art-detail__attach-label, .product-art .spec-head__label {
  font-family: var(--font-family-base);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
}

.product__section-title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

/**
 * @file
 * Buttons elements.
 *
 * Style for buttons
 */
.product-art .spec-actions__el {
  background: none;
  border: none;
}

/**
 * @file
 * Variables for links style.
 */
/**
 * @file
 * Background elements style.
 */
/**
 * @file
 * Elements for Video.
 */
.remote-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.remote-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * @file
 * Cards variables element style.
 */
/**
 * @file
 * Forms variables element style.
 */
/* INLINE SEARCH FORM. */
/**
 * @file
 * Search, common elements style.
 */
/**
 * @file
 * Accordion elements variables.
 */
/* stylelint-enable scss/at-import-partial-extension */
/* stylelint-disable-line scss/at-import-partial-extension */
/**
 * @file
 * Internal nav variables element style.
 */
:root {
  --space-top-nav: 5.5rem;
}

.is-node-page--landing-page {
  --space-top-nav: 4rem;
}

.product__head {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .product__head {
    display: flex;
    justify-content: space-between;
  }
}
.product .product-code {
  font-size: 1.5rem;
}
.product .product-code__value {
  font-size: 1.5rem;
}
.product .section-title {
  color: #008444;
}
.product .section-title.js-anchor-selected {
  animation-name: selectedElementPaddingLeft;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
  .product__navigation {
    width: 21rem;
  }
}
.product__connectivity-services {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product__connectivity-services .product__connectivity {
  width: 4rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.product__connectivity-services .product__connectivity img {
  width: 100%;
  height: auto;
}
.product__connectivity-services .product__services {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.product__connectivity-services .product__services .product-serv__el {
  width: 4rem;
  height: auto;
  margin-right: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.product__connectivity-services .product__services .product-serv__el img {
  width: 100%;
  height: auto;
}
.product__connectivity-services .product__services .product-serv__el a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product__connectivity-services .product__services .product-serv__el a img {
  width: 100%;
  height: auto;
}
.product__lowlead {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product__cover {
  margin-right: 1.5rem;
}
.product__informations {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.product__tabs, .product__tabs-content, .product__media, .product__details {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
.product .tabs-el__content-row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
@media (min-width: 1024px) {
  .product__media, .product__details {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
  }
}
.product__media {
  padding-bottom: 1rem;
}
@media (min-width: 1440px) {
  .product__media {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1680px) {
  .product__media {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 1440px) {
  .product__details {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 1680px) {
  .product__details {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.product__details-wr {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .product__details-wr {
    padding-left: 1.5rem;
  }
}
.product__masterspec {
  padding-top: 2rem;
}
.product__masterspec img {
  max-width: 100%;
  height: auto;
}
.product__applications {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f5f5f5;
}
.product__faq, .product__articles {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .product__related {
    padding-top: 1.5rem;
  }
}
.product .p-tech__label {
  font-weight: 700;
}
.product .product-cert {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product .product-cert__el {
  width: 4rem;
  height: auto;
  margin-right: 1.5rem;
}
.product .product-cert__el img {
  width: 100%;
  height: auto;
}

.product-art__row-more-label, .product-art__head-el {
  color: #a5a5a5;
}
@media (min-width: 1280px) {
  .product-art__row-more-label, .product-art__head-el {
    font-family: var(--font-family-base);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.product-art__row, .product-art__row-more {
  border-bottom-style: hidden;
}
.product-art__row-detail td {
  padding: 0 !important; /* stylelint-disable-line declaration-no-important */
}
.product-art__row-more .row-wr, .product-art__row-detail .row-wr {
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product-art__row-more.show .row-wr, .product-art__row-detail.show .row-wr {
  height: auto;
}
.product-art__row-more-el {
  padding: 0 !important; /* stylelint-disable-line declaration-no-important */
  vertical-align: middle;
}
.product-art__head-el {
  padding: 1.5rem 0.5rem 1.5rem 0 !important; /* stylelint-disable-line declaration-no-important */
}
@media (max-width: 575.98px) {
  .product-art__head-el {
    vertical-align: middle;
  }
  .product-art__head-el:last-child {
    padding-right: 1.5rem !important; /* stylelint-disable-line declaration-no-important */
  }
}
.product-art__row-el {
  padding: 1.5rem 0.5rem 1.5rem 0 !important; /* stylelint-disable-line declaration-no-important */
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .product-art__row-el {
    vertical-align: middle;
  }
  .product-art__row-el:last-child {
    padding-right: 2rem !important; /* stylelint-disable-line declaration-no-important */
  }
}
.product-art__row-more {
  margin-bottom: 1rem;
}
.product-art__row-more-wr {
  padding-top: 1rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .product-art__row-more-wr {
    padding-right: 0.75rem;
  }
}
.product-art__row-more-label {
  margin-bottom: 0.5rem;
}
.product-art__row-more-value {
  font-weight: 700;
}
.product-art .spec-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.product-art .spec-head__label {
  color: #a5a5a5;
}
@media (min-width: 1024px) {
  .product-art .art-detail {
    display: flex;
    justify-content: space-between;
  }
}
.product-art .art-detail__attach {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-art .art-detail__attach {
    display: flex;
    justify-content: space-between;
  }
}
.product-art .art-detail__attach-label {
  margin-bottom: 1rem;
  color: #a5a5a5;
}
.product-art .art-detail__attach-el {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.product-art .art-detail__attach-el .download-share {
  padding: 0.5rem;
}
.product-art .art-detail__attach-el .download-share__icon {
  margin-right: 0;
}
.product-art .art-detail__attach-el .download-share__name {
  display: none;
}
.product-art .art-detail__attach-el .download-share__download {
  flex-basis: unset;
}
@media (min-width: 1024px) {
  .product-art .art-detail__info, .product-art .art-detail__wrapper {
    width: 49%;
  }
}
.product-art .art-detail__specification, .product-art .art-detail__scipcode {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product-art .art-detail__specification-value, .product-art .art-detail__scipcode-value {
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .product-art .art-detail__specification-value, .product-art .art-detail__scipcode-value {
    height: 0;
    transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .product-art .art-detail__specification-value.show, .product-art .art-detail__scipcode-value.show {
    height: auto;
  }
}
.product-art .spec-actions__el {
  position: relative;
  padding: 0.25rem 0.5rem;
  padding-right: 2rem;
  color: #767676;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product-art .spec-actions__el::after {
  transition: right 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.product-art .spec-actions__el:hover {
  background-color: #ededed;
}
.product-art .spec-actions__el::after {
  right: 0.5rem;
}
.product-art .spec-actions__el--show::after {
  z-index: 0;
  background-image: url("../../../../images/icons/icon-eye-gray.svg");
  background-position: center;
}
@media (min-width: 1024px) {
  .product-art .spec-actions__el--show {
    display: none;
  }
}
.product-art .spec-actions__el--copy::after {
  z-index: 0;
  background-image: url("../../../../images/icons/icon-copy-gray.svg");
}
.product-art .spec-head__label-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1023.98px) {
  .product-art .spec-head__label-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1023.98px) {
  body .product-full {
    padding-top: 0;
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  body.js-is_sticky .site-header {
    box-shadow: none;
  }
  body.js-is_sticky .product-full {
    padding-top: var(--space-top-nav);
  }
  body.js-is_sticky .product__navigation {
    position: fixed;
    top: var(--space-top-nav);
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 0.5rem 1rem;
    background-color: #fff;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }
  body.js-is_sticky .page-anchor-label {
    display: none;
  }
}

/*# sourceMappingURL=components.product-detail.css.map */
