.highlight__default--30CJs {
  background: var(--gray-1-25);
  padding: 2rem 0;
  margin: 2rem 0;
}

.ProductImages__images--30747 {
  position: relative;
  height: 300px;
  margin: 0 15px 15px;
}
@media (min-width: 768px) {
  .ProductImages__images--30747 {
    height: 400px;
  }
}
.ProductImages__image--1ibhz {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 250ms linear;
}
.ProductImages__image--1ibhz.ProductImages__active--1a79B {
  opacity: 1;
}
.ProductImages__magnify--1BOh8 {
  font-size: 1.5rem;
  padding: 5px;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.ProductImages__magnify--1BOh8:hover {
  opacity: 1;
}
.ProductImages__arrows--3vdpy {
  position: absolute;
  top: 0;
  right: -35px;
  bottom: 0;
  left: -35px;
  display: flex;
  font-size: 2rem;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
}
.ProductImages__arrow--qhh_Y {
  padding: 10px;
  color: var(--blue);
}
.ProductImages__arrow--qhh_Y:hover {
  color: var(--water);
}

.collapsible__content--2q2cg {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}
.collapsible__expanded--1Zll1 {
  max-height: 500px;
}
.collapsible__toggle--8TB-f {
  border-top: 2px solid var(--water);
  text-align: center;
  margin-top: 2px;
}
.collapsible__toggle--8TB-f button {
  background: var(--water);
  padding: 6px 15px 8px;
  border-radius: 0 0 3px 3px;
  color: #fff;
  width: 130px;
}

.thumbnails__thumbnails--2lyrb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.thumbnails__thumbnails--2lyrb.thumbnails__fillWidth--2BtPZ .thumbnails__thumbnail--I0VCS {
  flex: 1 0 30%;
}
.thumbnails__thumbnail--I0VCS {
  flex: 0 0 100px;
  height: 100px;
  margin: 2px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.thumbnails__thumbnail--I0VCS::before {
  content: '';
  background: var(--gray-9);
  opacity: 0.04;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbnails__thumbnail--I0VCS:hover::before,
.thumbnails__thumbnail--I0VCS.thumbnails__active--3jCIm::before {
  opacity: 0.1;
}
.thumbnails__thumbnailFiller--2TGjp {
  flex: 1 0 30%;
  margin: 0 2px;
}

.fullScreenView__container--uvY7W {
  position: fixed;
  z-index: 2147483647;
  background: rgba(0,0,0,0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: fullScreenView__mountAnimation--2h1fX 0.8s;
}
.fullScreenView__content--Kxdpr {
  background: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
}
.fullScreenView__close--3Hk9t {
  position: absolute;
  top: 0;
  right: 30px;
  background: #fff;
  font-size: 1.5rem;
  padding: 10px;
  border: 1px solid var(--gray-1);
  border-radius: 0 0 5px 5px;
  border-top: 0;
  color: var(--gray-6);
}
.fullScreenView__close--3Hk9t:hover {
  background: #fafafa;
  color: var(--gray-9);
}
.fullScreenView__images--3PGpM {
  position: relative;
  margin: 15px 45px;
  flex: 1;
}
.fullScreenView__image--sPYpE {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 250ms linear;
}
.fullScreenView__image--sPYpE.fullScreenView__active--30ono {
  opacity: 1;
}
.fullScreenView__arrows--1_oQY {
  position: absolute;
  top: 50px;
  right: -50px;
  bottom: 50px;
  left: -50px;
  display: flex;
  font-size: 3rem;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
}
.fullScreenView__arrow--2mM1r {
  padding: 10px;
  color: var(--blue);
}
.fullScreenView__arrow--2mM1r:hover {
  color: var(--water);
}
.fullScreenView__thumbnails--eE2Jb {
  margin-bottom: 2px;
}
@-moz-keyframes fullScreenView__mountAnimation--2h1fX {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fullScreenView__mountAnimation--2h1fX {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fullScreenView__mountAnimation--2h1fX {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fullScreenView__mountAnimation--2h1fX {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Product__mobileHeader--2z-pY {
  text-align: center;
}
.Product__desktopHeader--1CfQa {
  display: none;
}
.Product__top--2Lcr3 {
  text-align: center;
}
.Product__images--1KC1z {
  width: 400px;
  max-width: calc(100vw - 40px);
  min-width: 280px;
  margin: 0 auto 35px;
}
.Product__price--1AflC {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Product__discountLabel--2qYAv {
  font-size: 12px;
  background: #007fc8;
  color: #fff;
  padding: 3px 6px;
  border-radius: var(--alfa-laval_border-radius);
  font-weight: 500;
}
.Product__benefits--F82YD {
  text-align: left;
  display: inline-block;
}
.Product__buttons--2LnsC {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .Product__top--2Lcr3 {
    display: flex;
    text-align: left;
    justify-content: center;
  }
  .Product__images--1KC1z {
    margin: 0 calc(15% - 90px) 0 0;
  }
  .Product__mobileHeader--2z-pY {
    display: none;
  }
  .Product__desktopHeader--1CfQa {
    display: block;
  }
  .Product__price--1AflC {
    flex-direction: row;
  }
  .Product__discountLabel--2qYAv {
    margin-left: 10px;
  }
}

.Benefits__benefits--3eCDX li {
  padding-left: 22px;
}
.Benefits__benefits--3eCDX li:before {
  content: '\E80B';
  color: var(--water);
  font-family: 'psg-icons';
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  margin-right: 6px;
}

.Technical__labelCell--10eqc {
  font-weight: 400;
  font-size: 0.8rem;
}
.Technical__table--14umm {
  width: 100%;
}
.Technical__table--14umm td {
  padding: 0;
  border-bottom: 1px solid var(--gray-1-25);
}
.Technical__table--14umm:last-of-type tr:last-of-type td {
  border-bottom: 0;
}
@media (min-width: 601px) {
  .Technical__table--14umm {
    width: 50%;
    float: left;
  }
  .Technical__table--14umm tr:last-of-type td {
    border-bottom: none;
  }
  .Technical__table--14umm:first-child td {
    padding-right: 15px;
  }
}

.Documentation__container--wme2Z {
  margin-top: 5px;
}
.Documentation__container--wme2Z td {
  padding: 6px 8px;
  height: auto;
}
.Documentation__container--wme2Z td:first-child {
  height: 2em;
  width: 1px;
  padding-left: 0;
}
.Documentation__icon--3X91g::before {
  margin: 0;
}

.videoPlayerDialog__container--2M2zt {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
}
.videoPlayerDialog__video--3lKLN {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.relatedItems__items--3912f {
  padding-top: 8px;
  margin: -14px -12px 0;
  display: flex;
  flex-wrap: wrap;
}
.relatedItems__item--1PC8J {
  flex: 1 0 270px;
  margin: 14px 12px 26px;
  width: 1px;
}
.relatedItems__filler--2yO-m {
  flex: 1 0 270px;
  margin: 0 12px;
}

