.ProductImages__images--3XHYR {
  position: relative;
  height: 300px;
  margin: 0 15px 15px;
}
@media (min-width: 768px) {
  .ProductImages__images--3XHYR {
    height: 400px;
  }
}
.ProductImages__image--2hJV0 {
  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--2hJV0.ProductImages__active--ufwlO {
  opacity: 1;
}
.ProductImages__magnify--3yII_ {
  font-size: 1.5rem;
  padding: 5px;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.ProductImages__magnify--3yII_:hover {
  opacity: 1;
}
.ProductImages__arrows--1xnle {
  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--6dcuf {
  padding: 10px;
  color: var(--blue);
}
.ProductImages__arrow--6dcuf:hover {
  color: var(--water);
}

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

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

.fullScreenView__container--3jxPm {
  position: fixed;
  z-index: 2147483647;
  background: rgba(0,0,0,0.3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: fullScreenView__mountAnimation--GYy-v 0.8s;
}
.fullScreenView__content--1fGAy {
  background: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
}
.fullScreenView__close--x1mHC {
  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--x1mHC:hover {
  background: #fafafa;
  color: var(--gray-9);
}
.fullScreenView__images--YcMGd {
  position: relative;
  margin: 15px 45px;
  flex: 1;
}
.fullScreenView__image--PAum0 {
  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--PAum0.fullScreenView__active--3VU6p {
  opacity: 1;
}
.fullScreenView__arrows--1yC6B {
  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--V8Hej {
  padding: 10px;
  color: var(--blue);
}
.fullScreenView__arrow--V8Hej:hover {
  color: var(--water);
}
.fullScreenView__thumbnails--1oVHO {
  margin-bottom: 2px;
}
@-moz-keyframes fullScreenView__mountAnimation--GYy-v {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fullScreenView__mountAnimation--GYy-v {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fullScreenView__mountAnimation--GYy-v {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fullScreenView__mountAnimation--GYy-v {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Product__mobileHeader--U0iZ1 {
  text-align: center;
}
.Product__desktopHeader--2W0dS {
  display: none;
}
.Product__top--2IE1k {
  text-align: center;
}
.Product__images--3rXol {
  width: 400px;
  max-width: calc(100vw - 40px);
  min-width: 280px;
  margin: 0 auto 35px;
}
.Product__price--3S128 {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Product__discountLabel--1yRnn {
  font-size: 12px;
  background: #007fc8;
  color: #fff;
  padding: 3px 6px;
  border-radius: var(--alfa-laval_border-radius);
  font-weight: 500;
}
.Product__availability--186kf {
  margin: 15px 0;
}
.Product__benefits--1ZPje {
  text-align: left;
  display: inline-block;
}
.Product__buttons--3YY1V {
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.Product__favouriteListIcon--w3Af1 button {
  padding: 10px;
  display: flex;
}
.Product__favouriteListIcon--w3Af1 svg {
  fill: var(--blue);
  height: 50px;
  width: 50px;
}
.Product__favouriteListMenu--2MncR {
  position: absolute;
  padding: 10px;
  background: var(--gray-1-50);
  display: none;
  border-radius: 3px;
}
.Product__favouriteListMenu--2MncR.Product__open--1FwCJ {
  display: block;
}
.Product__arrow--2QqXT {
  position: absolute;
  top: -8px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--gray-1-50) transparent;
}
@media (min-width: 768px) {
  .Product__top--2IE1k {
    display: flex;
    text-align: left;
    justify-content: center;
  }
  .Product__images--3rXol {
    margin: 0 calc(15% - 90px) 0 0;
    flex: 1;
  }
  .Product__productInfo--1sgBa {
    flex: 1;
  }
  .Product__mobileHeader--U0iZ1 {
    display: none;
  }
  .Product__desktopHeader--2W0dS {
    display: block;
  }
  .Product__price--3S128 {
    flex-direction: row;
  }
  .Product__discountLabel--1yRnn {
    margin-left: 10px;
  }
}

.Benefits__benefits---d5qc li {
  padding-left: 22px;
}
.Benefits__benefits---d5qc 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--3dquN {
  font-weight: 400;
  font-size: 0.8rem;
}
.Technical__table--XvCsi {
  width: 100%;
}
.Technical__table--XvCsi td {
  padding: 0;
  border-bottom: 1px solid var(--gray-1-25);
}
.Technical__table--XvCsi:last-of-type tr:last-of-type td {
  border-bottom: 0;
}
@media (min-width: 601px) {
  .Technical__table--XvCsi {
    width: 50%;
    float: left;
  }
  .Technical__table--XvCsi tr:last-of-type td {
    border-bottom: none;
  }
  .Technical__table--XvCsi:first-child td {
    padding-right: 15px;
  }
}

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

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

.relatedItems__items--DWe2z {
  padding-top: 8px;
  margin: -14px -12px 0;
  display: flex;
  flex-wrap: wrap;
}
.relatedItems__item--3Fm7j {
  flex: 1 0 270px;
  margin: 14px 12px 26px;
  width: 1px;
}
.relatedItems__filler--1Z4Q- {
  flex: 1 0 270px;
  margin: 0 12px;
}

.variants__container--1kp9L {
  margin: 30px 0;
}
.variants__label--3TWAW {
  font-weight: 400;
}
.variants__attributeValues--3wuOI {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 5px;
  color: var(--gray-9);
  font-weight: 500;
}
@media (min-width: 768px) {
  .variants__attributeValues--3wuOI {
    justify-content: flex-start;
  }
}
.variants__value--qGm3E {
  background: var(--gray-1-50);
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 3px;
}
.variants__value--qGm3E.variants__selected--1g7DA {
  background: var(--innovation);
  color: #fff;
}
.variants__value--qGm3E.variants__invalidCombo--2VvCn {
  color: var(--gray-1-50);
  border: 1px solid var(--gray-1-50);
  background: linear-gradient(to bottom right, #fff calc(50% - 1px), var(--gray-1-50), #fff calc(50% + 1px));
}
.variants__disclaimer--4fg_7 {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-bottom: -15px;
  color: var(--gray-9);
}
.variants__disclaimer--4fg_7 svg {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  fill: var(--sun);
}

