<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

@media (min-width: 0) {
  .hidden-xs-up {
    display: none !important; } }

@media (max-width: 1) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 0) {
  .visually-hidden-xs-up {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

@media (max-width: 1) {
  .visually-hidden-xs-down {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 577px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 576px) {
  .visually-hidden-sm-up {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

@media (max-width: 577px) {
  .visually-hidden-sm-down {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 769px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 768px) {
  .visually-hidden-md-up {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

@media (max-width: 769px) {
  .visually-hidden-md-down {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

@media (min-width: 960px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 961px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 960px) {
  .visually-hidden-lg-up {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

@media (max-width: 961px) {
  .visually-hidden-lg-down {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1201px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .visually-hidden-xl-up {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

@media (max-width: 1201px) {
  .visually-hidden-xl-down {
    clip: rect(1px, 1px, 1px, 1px);
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

.section-margin {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.section-margin--small {
  margin-bottom: .5rem;
  margin-top: .5rem; }

.section-padding {
  padding-bottom: 1rem;
  padding-top: 1rem; }

.space-small {
  margin-bottom: 10px; }

.headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0; }
  .headline .-text {
    white-space: nowrap;
    color: #ff6600; }
    .headline .-text h2, .headline .-text h3 {
      font-weight: bold;
      margin-top: 0;
      margin-bottom: 0; }
    .headline .-text h2 {
      margin-top: 40px; }
  .headline .-hr {
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
    white-space: nowrap; }

.a-image {
  width: 80px; }
  .a-image img {
    width: inherit; }

a.more {
  text-decoration: underline; }

a.link-btn {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease-in-out;
  display: flex;
  justify-content: center; }
  a.link-btn.orange-action-hover-btn {
    color: white;
    background-color: #ff6600;
    border: 1px solid #ff6600; }
    a.link-btn.orange-action-hover-btn.cart {
      padding: 0; }
    a.link-btn.orange-action-hover-btn:hover {
      background-color: #da6020;
      color: white;
      border-color: #da6020;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 2px 2px 15px 0 rgba(0, 0, 0, 0.2); }
    a.link-btn.orange-action-hover-btn.active {
      background-color: #da6020;
      color: white;
      border-color: #da6020;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 2px 2px 15px 0 rgba(0, 0, 0, 0.2); }
  a.link-btn.white-action-hover-btn {
    color: #0d0d0d;
    background-color: transparent;
    border: 1px solid #e6e7e8;
    min-width: 12rem; }
    a.link-btn.white-action-hover-btn:hover {
      background-color: #ff6600;
      color: white;
      border-color: #999999;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 2px 2px 15px 0 rgba(0, 0, 0, 0.2); }

a .addOnText {
  margin: 0; }

a.icon-link-b.icon-right &gt; [class^=ms-icon].ms-icon_link {
  right: -30px;
  left: auto; }

ul {
  display: block;
  list-style-type: disc; }
  ul.simplelist {
    margin-bottom: 0;
    padding-left: 0; }
    ul.simplelist li {
      list-style: none;
      text-indent: -22px;
      padding-left: 19px; }
      ul.simplelist li:before {
        color: #f60;
        content: '\2014\00a0\00a0'; }

.popper-inline {
  width: 2.5rem;
  height: 0.9375rem;
  position: relative;
  margin-left: 0;
  display: inline-block; }
  .popper-inline .ms-icon_info {
    width: 2.5rem;
    position: absolute;
    top: -60%; }

/*
p {
	@include make-font('text-default');
}
*/
.image-bar {
  margin-top: 0.625rem; }
  .image-bar &gt; img {
    margin-right: 0.3125rem;
    margin-top: 0.625rem; }

.link-list, .button-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
  width: 90%;
  margin: 0.625rem 0; }
  .link-list--left, .button-list--left {
    justify-content: flex-start; }

.link-list .link {
  margin-right: 0.9375rem; }

.button-list {
  width: 100%; }
  .button-list :not(:last-child) {
    margin-bottom: 20px; }
  .button-list .link {
    width: 100%; }
    @media (min-width: 576px) {
      .button-list .link {
        width: 45%; } }
    .button-list .link a {
      width: 100%; }

.prd-product {
  display: flex;
  flex-direction: column;
  margin-left: 5rem; }
  .prd-product__header {
    display: flex;
    margin-left: -5rem;
    max-width: 190px;
    min-width: 190px; }
    .prd-product__header .prd-product__icon {
      color: #c8c8c8;
      margin: .75rem 0; }
    .prd-product__header .ms-icon_checkbox-inactive::before {
      font-size: 18px; }
    .prd-product__header .ms-icon_bookmark::before {
      font-size: 45px; }
  .prd-product__image-container {
    border: 1px solid #c8c8c8;
    height: 120px;
    width: 120px; }
  .prd-product__image {
    font-family: 'object-fit: contain;';
    height: 100%;
    object-fit: contain;
    width: 100%; }
  .prd-product__iconbox {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    min-width: 5rem;
    padding: .5rem; }
  .prd-product__title {
    margin: 1.5rem 0 .5rem; }
    .prd-product__title-main {
      color: #ff6600; }
  .prd-product__footer {
    flex-shrink: 0;
    margin: 1rem 0; }
  .prd-product__icon {
    cursor: pointer; }
  .prd-product__buy {
    max-width: 22rem; }
  .prd-product__attribute {
    margin-bottom: .5rem;
    margin-top: .5rem; }
    .prd-product__attribute::before {
      content: attr(data-name) ": ";
      display: inline-block;
      font-weight: bold;
      width: 10rem; }
  @media (min-width: 768px) {
    .prd-product {
      align-items: center;
      flex-direction: row; }
      .prd-product__attribute {
        flex: 10% 0 0;
        max-width: 10%;
        padding: 0 1rem; }
        .prd-product__attribute::before {
          content: none; }
      .prd-product__title {
        flex-basis: calc(50% - 190px - 90px + 5rem);
        flex-grow: 0;
        flex-shrink: 0;
        margin: 0;
        max-width: calc(50% - 190px - 90px + 5rem);
        padding: 0 1rem; } }

.prd-sort {
  height: 2em;
  position: relative;
  width: 1em; }
  .prd-sort__icon {
    display: block;
    font-weight: bolder;
    height: 1em;
    left: -0.8125rem;
    position: absolute;
    transition: color .4s; }
    .prd-sort__icon::before {
      font-size: 1.875rem; }
  .prd-sort__up {
    top: 0.2375rem; }
  .prd-sort__down {
    bottom: 0.9375rem; }

.prd-table__container {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0; }

.prd-table__item {
  border-bottom: 1px solid #c8c8c8;
  padding: 1rem 0; }

.prd-table__header {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem; }

@media (min-width: 576px) and (max-width: 767px) {
  .prd-table__container {
    flex-flow: row wrap; }
  .prd-table__item {
    flex: 45% 0 0;
    margin-right: 5%; } }

.prd-header {
  text-align: right; }
  .prd-header__header {
    font-weight: bold; }
  .prd-header .prd-product__attribute {
    cursor: pointer;
    position: relative; }
  .prd-header .prd-sort {
    color: transparent;
    font-size: 10px;
    left: 1px;
    position: absolute; }
  .prd-header:hover div[data-sorting-attribute='0'] .prd-sort__down {
    color: #dc3c14; }
  .prd-header:hover div[data-sorting-attribute='1'] .prd-sort__up {
    color: #dc3c14; }
  .prd-header:hover .prd-sort {
    color: #3c3c3c; }
  .prd-header__select {
    align-items: center;
    display: inline-flex;
    position: relative; }
  .prd-header__caption {
    color: #999999; }
  .prd-header__select-native {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    margin: .75rem 2.5rem .75rem .75rem;
    outline: none; }
  .prd-header__select-icon {
    position: absolute;
    right: 0; }
  @media (min-width: 768px) {
    .prd-header {
      text-align: left; } }

.link-list-breadcrumb .icon-right {
  padding-left: 0; }

.link-list-breadcrumb .icon-link-back .ms-icon_link:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  display: inline-block; }

.truncated-text a.more {
  display: inline; }

.acc-accordion__header {
  align-items: center;
  background-color: #f5f6f8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: .5rem;
  position: relative;
  transition: box-shadow .25s;
  z-index: 1; }

.acc-accordion__headline {
  color: #3c3c3c;
  margin-top: 0; }

.acc-accordion__trigger {
  display: block;
  margin: -.25rem;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s; }
  .acc-accordion__trigger::before {
    font-size: 40px; }

.acc-accordion__body {
  background-color: #f5f6f8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 0 1rem;
  overflow: hidden;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: max-height 500ms; }
  .acc-accordion__body &gt; p {
    padding: .5rem; }

.acc-accordion--open &gt; .acc-accordion__header &gt; .acc-accordion__trigger {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.acc-accordion--open .acc-accordion__header {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.acc-accordion:not(.acc-accordion--open) .acc-accordion__body {
  max-height: 0 !important; }

.acc-accordion--light {
  margin: 5px;
  border-bottom: solid 2px #c8c8c8; }
  .acc-accordion--light .acc-accordion__header {
    background-color: inherit;
    box-shadow: none; }
  .acc-accordion--light .acc-accordion__headline {
    color: inherit;
    margin-bottom: 0; }
  .acc-accordion--light .acc-accordion__body {
    background-color: inherit;
    box-shadow: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .acc-accordion--light .acc-accordion__trigger {
    color: #ff6600; }
    .acc-accordion--light .acc-accordion__trigger::before {
      font-size: 25px; }
  .acc-accordion--light .acc-accordion__links {
    margin: 0 5px; }
  .acc-accordion--light.acc-accordion--open {
    padding-bottom: 10px; }
    .acc-accordion--light.acc-accordion--open &gt; .acc-accordion__header {
      box-shadow: none; }
      .acc-accordion--light.acc-accordion--open &gt; .acc-accordion__header .acc-accordion__trigger {
        -webkit-transform: none;
                transform: none; }
        .acc-accordion--light.acc-accordion--open &gt; .acc-accordion__header .acc-accordion__trigger:before {
          content: "\79"; }

.basket-box {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 2rem 1rem;
  margin-top: 3rem;
  margin-bottom: 1rem; }
  .basket-box .product-price {
    font-size: 40px;
    color: #3c3c3c;
    margin-bottom: 0.9375rem; }
    @media (min-width: 576px) {
      .basket-box .product-price {
        font-size: 36px; } }
    @media (min-width: 1200px) {
      .basket-box .product-price {
        font-size: 40px; } }
    .basket-box .product-price span {
      font-size: 1.375rem; }
  .basket-box .product-label {
    font-size: 15px;
    line-height: 16px;
    color: #666; }
    .basket-box .product-label--small {
      font-size: 13px;
      line-height: 16px;
      color: #666; }
  .basket-box .price-suffix {
    margin-bottom: 10px; }
  .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown {
    margin-top: 15px;
    margin-bottom: 15px; }
    .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown .collapse-toggle {
      display: block;
      border: 1px solid #ff6600;
      padding: 5px 10px;
      width: 100%;
      position: relative; }
      .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown .collapse-toggle:after {
        font-size: 1.2rem;
        content: "\61";
        color: #3c3c3c;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -.6rem; }
    .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown .collapse-toggle[aria-expanded=true] {
      padding-left: 0;
      border-width: 0; }
      .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown .collapse-toggle[aria-expanded=true]:after {
        bottom: 2px; }
    .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown .dropdown-panel li:hover, .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown .dropdown-panel li.selected {
      border: 1px solid #ff6600; }
    .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown a.hover, .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown a:focus, .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown a:hover, .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown a:visited.hover, .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown a:visited:focus, .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown a:visited:hover {
      color: #ff6600;
      text-decoration: none;
      cursor: pointer;
      outline: 0; }
    .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown .dropdown-panel li {
      padding: 5px 10px; }
    .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown .packaging {
      font-size: 15px;
      color: #3c3c3c; }
    .basket-box.ms-product-details-myOSRAM .packaging-unit-dropdown .pieces {
      font-size: 13px;
      color: #3c3c3c; }
  .basket-box .form-control {
    font-size: 13px;
    color: #3c3c3c; }
  .basket-box .buttons .button {
    -webkit-transform: scale(1);
            transform: scale(1); }
    @media (min-width: 960px) {
      .basket-box .buttons .button {
        -webkit-transform: scale(0.75);
                transform: scale(0.75);
        padding: 0; } }
    @media (min-width: 1200px) {
      .basket-box .buttons .button {
        -webkit-transform: scale(0.75);
                transform: scale(0.75);
        padding: 0; } }
    .basket-box .buttons .button .basket-button {
      font-size: 15px;
      margin-bottom: 1rem;
      position: relative;
      border: none;
      min-width: unset;
      box-shadow: none;
      display: flex;
      justify-content: center;
      min-height: unset;
      color: #3c3c3c; }
      .basket-box .buttons .button .basket-button &gt; [class^=ms-icon] {
        color: #3c3c3c; }
      .basket-box .buttons .button .basket-button:hover {
        background-color: transparent;
        color: #ff6600; }
        .basket-box .buttons .button .basket-button:hover &gt; [class^=ms-icon] {
          color: #ff6600; }
        @media (min-width: 576px) and (max-width: 767px) {
          .basket-box .buttons .button .basket-button:hover {
            background-color: #ff6600;
            color: white; }
            .basket-box .buttons .button .basket-button:hover &gt; [class^=ms-icon] {
              color: white; } }
        @media (min-width: 1200px) {
          .basket-box .buttons .button .basket-button:hover {
            background-color: #ff6600;
            color: white; }
            .basket-box .buttons .button .basket-button:hover &gt; [class^=ms-icon] {
              color: white; } }
      @media (min-width: 576px) {
        .basket-box .buttons .button .basket-button {
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
          transition: box-shadow 0.2s ease-in-out;
          display: flex;
          justify-content: center;
          border-top: none;
          border-radius: 30px;
          min-height: 40px; }
          .basket-box .buttons .button .basket-button:hover {
            border-color: #999;
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 2px 2px 15px 0 rgba(0, 0, 0, 0.2); } }
      .basket-box .buttons .button .basket-button .ms-icon_checkbox-inactive {
        padding: 0.75rem; }
  .basket-box .avail {
    padding: 0; }
    .basket-box .avail .availability .ms-icon_status {
      padding-top: 0.5rem; }
  @media (min-width: 576px) {
    .basket-box {
      margin-top: 0; } }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* &lt;button&gt; css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../js/vendor/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../js/vendor/photoswipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  padding: 16px 10px;
  line-height: 20px;
  color: #999999; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../js/vendor/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint &amp; create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.glr-gallery__main {
  padding-top: 100%;
  position: relative;
  border: 1px solid #e6e7e8; }
  .glr-gallery__main .new-flag {
    font-size: 16px;
    z-index: 10;
    position: absolute;
    left: -15px;
    bottom: 12px;
    padding: 0 20px;
    background-color: #f60;
    color: #fff;
    height: 30px;
    line-height: 30px; }
    .glr-gallery__main .new-flag:before {
      content: "";
      height: 0;
      width: 0;
      display: block;
      position: absolute;
      bottom: -12px;
      left: 0;
      border-top: 12px solid #666;
      border-left: 15px solid transparent; }

.glr-gallery__main-image {
  background: white;
  border: none;
  cursor: pointer;
  font-family: 'object-fit: contain;';
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }
  .glr-gallery__main-image--active {
    z-index: 1; }
  .glr-gallery__main-image--iframe {
    object-fit: initial; }
  .glr-gallery__main-image__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .glr-gallery__main-image__wrapper--active {
      z-index: 2; }
    .glr-gallery__main-image__wrapper.video-txt-wrapper .play-video {
      text-shadow: 4px 1px 3px #000;
      opacity: 0.4; }

.glr-gallery__navigation {
  display: flex;
  list-style: none;
  overflow-x: scroll;
  padding: 0; }
  .glr-gallery__navigation::-webkit-scrollbar {
    display: none; }

.glr-gallery__navigation-container {
  height: 40px;
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
  /*
			&amp;--left::before {
				box-shadow: 1px 1px 2px 1px 0 $black;
				content: "";
				display: block;
				height: 5rem;
				left: 0;
				position: absolute;
				top: 0;
				width: 1px;
			}
			*/ }
  .glr-gallery__navigation-container--left, .glr-gallery__navigation-container--right {
    position: relative;
    cursor: -webkit-grab;
    cursor: grab; }
  .glr-gallery__navigation-container--left:before {
    content: '';
    width: 30px;
    height: 40px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.1), white);
    position: absolute;
    top: 0;
    left: 0; }
  .glr-gallery__navigation-container--right:after {
    content: '';
    width: 30px;
    height: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), white);
    position: absolute;
    top: 0;
    right: 0; }
  .glr-gallery__navigation-container--scrolling {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  .glr-gallery__navigation-container--lightbox {
    display: none;
    margin: auto;
    width: 85%; }
    .glr-gallery__navigation-container--lightbox img {
      cursor: pointer; }
    @media (min-width: 960px) {
      .glr-gallery__navigation-container--lightbox {
        display: block; } }

.glr-gallery__navigation-item {
  border: 1px solid #e6e7e8;
  flex-grow: 0;
  flex-shrink: 0;
  max-height: 40px;
  margin: 0 .5rem; }
  .glr-gallery__navigation-item.js-glr-thumbnail-active, .glr-gallery__navigation-item:hover {
    border-color: #666;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .glr-gallery__navigation-item:first-child {
    margin-left: 0; }

.glr-gallery__download {
  color: white;
  cursor: pointer;
  float: right;
  height: 44px;
  line-height: 44px;
  margin-right: 1rem;
  opacity: .75;
  text-transform: uppercase; }
  .glr-gallery__download:hover {
    opacity: 1; }

.glr-gallery__container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: auto;
  max-width: 1000px;
  width: 100%; }

.glr-gallery__iframe-container {
  position: relative;
  max-width: calc(16 / 9 * (100vh - 9rem));
  width: 100%; }
  .glr-gallery__iframe-container::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%; }

@media (min-width: 768px) {
  .glr-gallery__container {
    width: calc(100% - 10rem); } }

div.glr-gallery__navigation-item img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
  height: 100%; }

div.glr-gallery__navigation-item--video .play-video {
  margin-left: -15px;
  margin-top: -15px;
  text-shadow: 4px 1px 3px #000;
  opacity: 0.4; }

div.glr-gallery__navigation-item--video .ms-icon_play-video.play-icon-big .path2:before,
div.glr-gallery__navigation-item--video .ms-icon_play-video.play-icon-big .path3:before,
div.glr-gallery__navigation-item--video .ms-icon_play-video.play-icon-big &gt; .path1:before {
  font-size: 30px; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.pswp__button:hover, .pswp__button:active, .pswp__button:focus {
  background-color: inherit;
  border-color: transparent; }

.pswp__scroll-wrap {
  height: 100%; }

.pswp__bg {
  background-color: transparent; }

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(10, 10, 10, 0.8) !important; }

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  background-color: rgba(10, 10, 10, 0.8) !important; }

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: transparent !important;
  color: black !important; }

.pswp {
  background-color: white !important;
  height: calc(100% - 7rem);
  position: relative !important;
  width: 100%; }

.glr-modal__background {
  visibility: hidden; }
  .js-glr-active .glr-modal__background {
    visibility: visible; }

.glr-modal__container {
  background-color: white;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }

.glr-modal__download {
  padding-top: 1rem;
  padding-bottom: 2rem; }

.pswp__caption__center {
  color: #3c3c3c; }

.pswp__counter {
  color: #3c3c3c; }

.pswp__button:hover, .pswp__button:active, .pswp__button:focus {
  background-color: transparent !important; }

/*
.pswp__top-bar {
	.pswp__button {
		filter: brightness(.6);
	}
}
*/
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  background-color: transparent !important; }

.pswp__button--arrow--left:before {
  content: "\62";
  font-family: "osram-microsite-icons";
  font-size: 30px;
  font-weight: 700;
  color: #3c3c3c;
  background: none !important; }

.pswp__button--arrow--right:before {
  content: "\63";
  font-family: "osram-microsite-icons";
  font-size: 30px;
  font-weight: 700;
  color: #3c3c3c;
  background: none !important; }

@media (min-width: 960px) {
  .pswp {
    height: 500px;
    width: 900px; }
  .glr-modal__background {
    background-color: rgba(10, 10, 10, 0.8) !important;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 20; }
  .glr-modal__container {
    height: auto;
    margin: auto;
    position: relative;
    top: 10%;
    width: 900px; }
  .pswp__caption__center {
    margin-left: 7.5%;
    margin-right: 7.5%;
    padding-left: 0;
    padding-right: 0; } }

.navigation-tree-list .font-headline-and-product-name.active {
  color: #f60; }

.navigation-tree-list ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .navigation-tree-list ul li {
    list-style: none;
    padding-left: 14px;
    text-indent: 0; }
    .navigation-tree-list ul li a:before {
      font-family: "osram-microsite-icons";
      font-style: normal;
      font-weight: 700;
      content: "";
      font-size: 14px;
      color: #f60; }
    .navigation-tree-list ul li.collapsed {
      text-indent: -14px; }
      .navigation-tree-list ul li.collapsed a:before {
        content: "\78"; }
    .navigation-tree-list ul li.expanded {
      text-indent: -14px; }
      .navigation-tree-list ul li.expanded a:before {
        content: "\79"; }
    .navigation-tree-list ul li.endpoint {
      text-indent: -12px; }
      .navigation-tree-list ul li.endpoint a:before {
        content: "\63";
        font-size: 12px; }
      .navigation-tree-list ul li.endpoint .caption {
        font-size: 12px; }
    .navigation-tree-list ul li.active &gt; a {
      color: #f60; }

.navigation-tree-list &gt; ul, .navigation-tree-list &gt; a {
  display: block;
  margin-bottom: 20px; }

.prd-row__action {
  color: #3c3c3c;
  cursor: pointer;
  transition: color 0.25s; }
  .prd-row__action:hover {
    color: #3c3c3c; }
  .prd-row__action.ms-icon_checkbox-active:before, .prd-row__action.ms-icon_checkbox-inactive:before {
    margin-left: 1px; }

.prd-row__icon-status {
  display: inline-block;
  max-height: 1rem; }

.prd-row__media img {
  font-family: 'object-fit: contain;';
  height: 100%;
  object-fit: contain;
  width: 100%; }

.prd-row__title-main a {
  font-weight: 700;
  color: #ff6600;
  text-transform: uppercase; }
  .prd-row__title-main a:hover {
    text-decoration: underline; }

.prd-row .ms-icon_pdf:before {
  color: #ff6600; }

@media (min-width: 0) and (max-width: 767px) {
  .prd-row {
    display: block;
    padding-left: 3rem;
    position: relative; }
    .prd-row__td {
      display: block;
      margin: 0.5rem 0; }
    .prd-row__buy {
      display: inline-flex !important;
      min-width: 5rem; }
    .prd-row__media {
      width: 3rem; }
    .prd-row__title {
      margin-bottom: 1rem; }
    .prd-row__footer {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0;
      margin-top: 1rem; }
    .prd-row__actions {
      align-items: center;
      display: flex;
      flex-direction: column;
      left: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
      top: .5rem;
      width: 3rem; }
    .prd-row__attribute::before {
      content: attr(data-name) ": ";
      display: inline-block;
      font-weight: bold;
      min-width: 10rem; }
    .prd-row__details {
      align-items: center;
      display: flex; } }

@media (min-width: 768px) {
  .prd-row__td {
    overflow: hidden;
    padding: 0.5rem 0.5rem;
    word-wrap: break-word; }
  .prd-row .ms-icon_bookmark {
    vertical-align: -10px; }
  .prd-row__actions {
    padding-left: 0; }
  .prd-row__buy {
    display: inline-block !important;
    min-width: 3rem; }
  .prd-row__icon-status {
    margin-left: -.5rem; }
  .prd-row__title &gt; * {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word; }
  .prd-row__media img {
    max-height: 40px; } }

.prd-table {
  display: table;
  table-layout: auto;
  width: 100%; }
  .prd-table__head {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 1rem;
    padding-bottom: 0;
    text-align: right; }
    @media (min-width: 576px) {
      .prd-table__head {
        padding-bottom: 1rem; } }
    .prd-table__head th {
      cursor: pointer;
      padding: .5rem;
      position: relative;
      vertical-align: top;
      word-wrap: break-word; }
      .prd-table__head th[data-sorting-attribute='1'] {
        color: #ff6600; }
        .prd-table__head th[data-sorting-attribute='1'] .prd-sort__up {
          color: #ff6600; }
      .prd-table__head th[data-sorting-attribute='0'] {
        color: #ff6600; }
        .prd-table__head th[data-sorting-attribute='0'] .prd-sort__down {
          color: #ff6600; }
      .prd-table__head th.table-image {
        width: 5rem; }
      .prd-table__head th.table-icon {
        width: 5rem; }
      .prd-table__head th.table-product-name {
        width: 18rem; }
    .prd-table__head .prd-sort {
      color: #3c3c3c;
      font-size: 10px;
      left: -5px;
      position: absolute;
      top: 4px; }
  .prd-table__body {
    width: 100%; }
  .prd-table .prd-row {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
  @media (min-width: 0) and (max-width: 767px) {
    .prd-table {
      display: block;
      table-layout: fixed; }
      .prd-table__head {
        display: block; }
      .prd-table__body {
        display: flex;
        flex-flow: row wrap; }
        .prd-table__body tr {
          flex: 40% 1 0;
          margin: 0 1rem; } }

.prd-header {
  text-align: right; }
  .prd-header__header {
    font-weight: bold; }
  .prd-header .prd-product__attribute {
    cursor: pointer;
    position: relative; }
  .prd-header__select {
    align-items: center;
    display: inline-flex;
    position: relative; }
  .prd-header__caption {
    color: #3c3c3c; }
  .prd-header__select-native {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    margin: .75rem 2.5rem .75rem .75rem;
    outline: none;
    color: #3c3c3c; }
    .prd-header__select-native::-ms-expand {
      display: none; }
  .prd-header__select-icon {
    position: absolute;
    right: 0;
    top: 0; }
  @media (min-width: 768px) {
    .prd-header {
      text-align: left; } }

.prd-more::after {
  content: attr(data-text-off); }

.prd-more__icon {
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }
  .prd-more__icon--on {
    display: none; }

.js-prd-table-show-all .prd-more::after {
  content: attr(data-text-on); }

.js-prd-table-show-all .prd-more__icon {
  display: none; }
  .js-prd-table-show-all .prd-more__icon--on {
    display: inline-block; }

.prd-comparison {
  background-color: white;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  transition: .25s transform, .25s visibility;
  visibility: visible;
  z-index: 10; }
  .prd-comparison__header {
    align-items: center;
    background-color: #f5f6f8;
    border: 1px solid #c8c8c8;
    height: 38px;
    padding: .75rem 1rem; }
  .prd-comparison__list {
    flex-grow: 1;
    list-style: none;
    padding: 0; }
  .prd-comparison__main {
    padding: 0 1rem; }
  .prd-comparison__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px; }
  .prd-comparison .text-link-b,
  .prd-comparison .icon-link-c {
    display: inline-block;
    margin-top: 0; }
    .prd-comparison .text-link-b span::before,
    .prd-comparison .icon-link-c span::before {
      color: #0d0d0d; }
  .prd-comparison__controls *:not(:last-child) {
    margin-right: 1.5rem; }

.prd-teaser__media {
  position: relative;
  max-width: 8rem;
  width: 100%; }
  .prd-teaser__media::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%; }

.prd-teaser__image {
  background: white;
  font-family: 'object-fit: contain;';
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.prd-teaser__title {
  hyphenate-character: '';
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow: hidden; }

.prd-teaser__body {
  margin-top: .5rem; }

.prd-teaser__close {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  cursor: pointer;
  left: 14px;
  position: absolute;
  top: -8px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: top left;
          transform-origin: top left; }

@media (min-width: 576px) {
  .prd-teaser {
    display: flex; }
    .prd-teaser__body {
      margin: 0 0 0 .5rem; } }

.prd-teaser--dummy .prd-teaser__image {
  background-color: #e6e7e8; }

.prd-teaser--dummy .prd-teaser__title {
  color: #999999;
  font-weight: normal;
  text-transform: none; }

.prd-teaser--dummy ~ .prd-teaser__close {
  display: none; }

.prd-hide {
  min-width: 6rem; }
  .prd-hide__icon {
    transition: .25s transform; }
  .prd-hide::after {
    color: #0d0d0d;
    content: attr(data-text-off); }
  .prd-comparison--hidden .prd-hide::after {
    content: attr(data-text-on); }
  .prd-comparison--hidden .prd-hide__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.prd-comparison--hidden {
  -webkit-transform: translateY(100%) translateY(-38px);
          transform: translateY(100%) translateY(-38px); }

.prd-comparison--empty {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden; }
  .prd-comparison--empty .prd-comparison__main {
    opacity: 0; }

.section-2-col .col2, .section-2-col .col1 {
  padding: 0 0.9375rem; }

.section-2-col .link-list {
  margin-bottom: 1.875rem; }
  .section-2-col .link-list a:hover {
    text-decoration: underline; }

.section-3-col .link-list a:hover {
  text-decoration: underline; }

.section-3-col .button-list .link {
  width: 100%; }

.benefit-carousel {
  margin: 15px; }
  .benefit-carousel .benefit .benefit-header {
    display: flex; }
    @media (min-width: 768px) and (max-width: 799px) {
      .benefit-carousel .benefit .benefit-header {
        display: block; } }
    .benefit-carousel .benefit .benefit-header div {
      padding-right: 1rem; }
      @media (min-width: 768px) {
        .benefit-carousel .benefit .benefit-header div {
          padding-right: 0.25rem; } }
    .benefit-carousel .benefit .benefit-header .benefit-title {
      padding: 0 1rem; }
      .benefit-carousel .benefit .benefit-header .benefit-title h3 {
        margin: 0; }
  .benefit-carousel .benefit .text {
    margin-top: 15px; }
    .benefit-carousel .benefit .text .truncated-text a.less, .benefit-carousel .benefit .text .truncated-text a.more {
      display: inline; }

.section-downloads .row:not(:last-child) .link-list {
  border-bottom: solid 1px #c8c8c8;
  padding-bottom: 0.625rem;
  margin-bottom: 0; }

.section-downloads .row .download-group + .download-body .link-list {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0.625rem; }

.section-downloads .download-group {
  border-bottom: solid 2px #c8c8c8;
  padding: 1rem 0; }
  .section-downloads .download-group h3 {
    color: #666666;
    margin-top: 0; }

.section-downloads .link-list {
  width: 100%; }
  .section-downloads .link-list .link {
    flex: 0 0 50%;
    width: auto;
    margin-right: 0; }
    .section-downloads .link-list .link a:hover {
      text-decoration: underline; }

.section-table {
  margin: 0; }
  .section-table__links {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .section-table__links a.icon-link-c:focus {
      color: #3c3c3c; }
    .section-table__links a.icon-link-c:hover {
      color: #f60; }
    .section-table__links a.icon-link-b.orange:hover {
      color: #f60;
      text-decoration: underline; }
    @media (min-width: 576px) {
      .section-table__links {
        justify-content: flex-start;
        padding-left: 20px; }
        .section-table__links span:first-child {
          margin-right: 2rem; } }

.section-techinfo .row:last-child {
  margin-bottom: 0; }

.techinfo-group {
  border-bottom: solid 2px #c8c8c8;
  padding: 1rem 0; }
  .techinfo-group h3 {
    color: #666666;
    margin-top: 0; }

.attr {
  display: flex;
  border-bottom: solid 1px #c8c8c8;
  margin: 0 5px;
  -webkit-column-break-inside: avoid;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden; }
  .attr .attr-title, .attr .attr-detail {
    display: flex;
    -webkit-column-break-inside: avoid;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 .5rem 0;
    min-width: 50%;
    width: 50%; }
    @media (min-width: 576px) {
      .attr .attr-title, .attr .attr-detail {
        padding: 0 1rem .5rem 0;
        width: auto; } }
  .attr .attr-detail .ms-icon_info2 {
    color: #ff6600; }
  @media (min-width: 576px) {
    .attr .attr-detail {
      margin-right: 3rem; } }

.techinfo-body {
  border-spacing: 1rem; }
  @media (min-width: 576px) {
    .techinfo-body--columns {
      -webkit-column-count: 2;
              column-count: 2; } }
  .techinfo-body .prd-table th {
    width: auto;
    cursor: inherit;
    padding: .5rem; }
  .techinfo-body .prd-table td {
    white-space: inherit; }
  .techinfo-body .prd-table .prd-row {
    padding-left: 0; }
    .techinfo-body .prd-table .prd-row__td__inner {
      display: flex; }
      .techinfo-body .prd-table .prd-row__td__inner .ms-icon_info2 {
        color: #ff6600; }
  .techinfo-body .prd-table__body tr {
    flex: 0 0 100%;
    margin: 0; }

.section-text.row:last-child {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .section-text .infotext--columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2; } }

.space-paragraph {
  margin-bottom: 10px; }

.section-tools {
  margin: 0; }
  .section-tools .tbs-tabs__item {
    min-height: auto; }

.slider-products .item-card .item-card-container .item-card-img-wrapper {
  height: 100% !important; }
  .slider-products .item-card .item-card-container .item-card-img-wrapper img {
    font-family: 'object-fit: contain;';
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain; }

.slider-products .item-card .item-card-container h2 {
  margin-top: 0; }

.slider-products .item-card .item-card-container .item-card-img-wrapper:before {
  display: block;
  padding-top: calc(9 / 16 * 100%); }

.product-bar {
  position: fixed;
  height: 80px;
  width: 100%;
  top: -80px;
  z-index: 20;
  background-color: #fff;
  padding-top: 10px;
  transition: top .3s;
  border-bottom: 2px solid #f60;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.25);
  left: 0; }
  .product-bar.sticky {
    position: fixed;
    top: 0; }
  .product-bar-main {
    display: table; }
    .product-bar-main img {
      max-height: 3.5rem; }
    .product-bar-main ul {
      display: table;
      list-style-type: none;
      text-align: left; }
      .product-bar-main ul li {
        display: table-cell;
        padding: 0 0 0 2.5em;
        font-size: 15px;
        line-height: 21px; }
        .product-bar-main ul li:first-child {
          padding: 0; }
  .product-bar-image {
    display: table-cell; }
  .product-bar-title {
    display: table-cell;
    max-width: 10rem; }
    .product-bar-title &gt; div {
      white-space: normal; }
      @media (min-width: 768px) {
        .product-bar-title &gt; div {
          line-height: 1.5rem; } }
  .product-bar-price {
    display: none;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .product-bar-price {
        display: table-cell; } }
    .product-bar-price span {
      font-size: 1rem; }
  .product-bar-links {
    display: none; }
    @media (min-width: 768px) {
      .product-bar-links {
        display: table-cell; } }
    .product-bar-links a {
      text-decoration: underline; }

.tbs-article {
  display: flex;
  padding-bottom: 2rem; }
  .tbs-article__media {
    flex: 33% 0 0;
    height: 18.5625%;
    margin-right: 1.5rem; }
    .tbs-article__media img {
      font-family: 'object-fit: contain;';
      height: 100%;
      object-fit: contain;
      width: 100%; }

.tbs-tabs__selector {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }

.tbs-tabs__selector-item {
  font-weight: bold;
  cursor: pointer;
  padding: 1rem; }
  .tbs-tabs__selector-item--active {
    background-color: #f5f6f8;
    color: #ff6600; }

.tbs-tabs__item {
  background-color: #f5f6f8;
  border: 1px solid #f5f6f8;
  display: none;
  min-height: 250px;
  padding: 0 1rem; }
  .tbs-tabs__item--active {
    display: block; }

.prd-row {
  transition: .25 background-color; }
  .prd-row[data-comparing='1'] {
    background-color: #f7f7f7; }
  .prd-row__action {
    color: #3c3c3c;
    cursor: pointer;
    transition: color 0.25s; }
    .prd-row__action:hover {
      color: #3c3c3c; }
  .prd-row__icon-status {
    display: inline-block;
    max-height: 1rem; }
  .prd-row__media img {
    font-family: 'object-fit: contain;';
    height: 100%;
    object-fit: contain;
    width: 100%; }
  .prd-row__title-main {
    color: #ff6600;}
  @media (min-width: 0) and (max-width: 767px) {
    .prd-row {
      display: block;
      padding-left: 3rem;
      position: relative; }
      .prd-row__td {
        display: block;
        margin: 0.5rem 0; }
      .prd-row__buy {
        display: inline-flex !important;
        min-width: 5rem; }
      .prd-row__media {
        height: 3rem;
        width: 3rem; }
      .prd-row__title {
        margin-bottom: 1rem; }
      .prd-row__footer {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0;
        margin-top: 1rem;
        max-width: 15rem; }
      .prd-row__actions {
        align-items: center;
        display: flex;
        flex-direction: column;
        left: 0;
        margin: 0;
        overflow: hidden;
        position: absolute;
        top: .5rem;
        width: 3rem; }
      .prd-row__attribute::before {
        content: attr(data-name) ": ";
        display: inline-block;
        font-weight: bold;
        min-width: 10rem; }
      .prd-row__details {
        align-items: center;
        display: flex; } }
  @media (min-width: 768px) {
    .prd-row__td {
      overflow: hidden;
      padding: 0.5rem 0.5rem; }
    .prd-row .ms-icon_bookmark {
      vertical-align: -10px; }
    .prd-row__actions {
      padding-left: 0; }
    .prd-row__buy {
      display: inline-block !important;
      min-width: 3rem; }
    .prd-row__icon-status {
      margin-left: -.5rem; }
    .prd-row__title &gt; * {
      overflow: hidden;
      text-overflow: ellipsis; }
    .prd-row__media img {
      max-height: 40px; }
    .prd-row td {
      word-wrap: break-word; } }

.prd-row {
  display: none; }
  .prd-row--visible {
    display: table-row; }
    @media (min-width: 0) and (max-width: 767px) {
      .prd-row--visible {
        display: block; } }

.js-prd-table-show-all .prd-row {
  display: table-row; }
  @media (min-width: 0) and (max-width: 767px) {
    .js-prd-table-show-all .prd-row {
      display: block; } }
      
a.link-btn.with-icon-text { 
  padding: 1px 10px;
  white-space: nowrap !important;
}      

/*# sourceMappingURL=index.css.map */

.prd-table td .popper-inline {
  width: 40px;
  height: 15px;
  }
.prd-table td .popper-inline .ms-icon_info2 {
  position: absolute;
  top: -60%;
  color: #ff6600; }
  
.benefit-title {
    max-width: calc(100% - 80px);
    overflow: hidden;
    overflow-wrap: anywhere;
}</pre></body></html>