.highlight__default--30CJs {
  background: #f5f3f2;
  padding: 32px 0;
  padding: 2rem 0;
  margin: 32px 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;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.ProductImages__image--1ibhz.ProductImages__active--1a79B {
  opacity: 1;
}
.ProductImages__magnify--1BOh8 {
  font-size: 24px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  font-size: 2rem;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ProductImages__arrow--qhh_Y {
  padding: 10px;
  color: #11387F;
}
.ProductImages__arrow--qhh_Y:hover {
  color: #93C7C6;
}

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

.thumbnails__thumbnails--2lyrb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thumbnails__thumbnails--2lyrb.thumbnails__fillWidth--2BtPZ .thumbnails__thumbnail--I0VCS {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}
.thumbnails__thumbnail--I0VCS {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          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: #847770;
  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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  margin: 0 2px;
}

.fullScreenView__container--uvY7W {
  position: fixed;
  z-index: 2147483647;
  background: rgba(0, 0, 0, .3);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: fullScreenView__mountAnimation--2h1fX 0.8s;
          animation: fullScreenView__mountAnimation--2h1fX 0.8s;
}
.fullScreenView__content--Kxdpr {
  background: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fullScreenView__close--3Hk9t {
  position: absolute;
  top: 0;
  right: 30px;
  background: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 10px;
  border: 1px solid #d7d2cb;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  color: #a79c95;
}
.fullScreenView__close--3Hk9t:hover {
  background: #fafafa;
  color: #847770;
}
.fullScreenView__images--3PGpM {
  position: relative;
  margin: 15px 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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;
  -webkit-transition: opacity 250ms linear;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 48px;
  font-size: 3rem;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fullScreenView__arrow--2mM1r {
  padding: 10px;
  color: #11387F;
}
.fullScreenView__arrow--2mM1r:hover {
  color: #93C7C6;
}
.fullScreenView__thumbnails--eE2Jb {
  margin-bottom: 2px;
}
@-webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Product__discountLabel--2qYAv {
  font-size: 12px;
  background: #007fc8;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .Product__discountLabel--2qYAv {
    margin-left: 10px;
  }
}

.Benefits__benefits--3eCDX li {
  padding-left: 22px;
}
.Benefits__benefits--3eCDX li:before {
  content: '\E80B';
  color: #93C7C6;
  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: 12.8px;
  font-size: 0.8rem;
}
.Technical__table--14umm {
  width: 100%;
}
.Technical__table--14umm td {
  padding: 0;
  border-bottom: 1px solid #f5f3f2;
}
.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%;
}

.Accessories__container--2MxSS {
  padding-top: 8px;
  margin: -14px -12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Accessories__accessory--1pWkU {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 270px;
          flex: 1 0 270px;
  margin: 14px 12px 26px;
  width: 1px;
}
.Accessories__filler--3xuiV {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 270px;
          flex: 1 0 270px;
  margin: 0 12px;
}
.Accessories__noAccessories--gjhOb {
  text-align: center;
}

