.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}.popup-notification__close{display:none}.popup-notification{background-color:#fff;box-shadow:0 1px 15px rgba(0,0,0,.15);height:100px;width:100%;display:block;position:fixed;z-index:100502;top:-120px;left:0;right:0;transition:all .5s}@media (max-width:767px){.popup-notification{height:80px;top:-100px}}.popup-notification_active{top:0}.popup-notification__header{padding-left:40px;border-left:1px solid #dcdce2;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1199px){.popup-notification__header{padding-left:30px}}@media (max-width:767px){.popup-notification__header{padding-left:0;border:0;width:100%}}.popup-notification__title{font-weight:700;font-family:'centrale_sans_bold','Arial',sans-serif;font-size:22px;line-height:30px;color:#000;margin:0 40px 0 0;padding-left:45px;position:relative;white-space:nowrap}@media (max-width:1199px){.popup-notification__title{white-space:normal;margin-right:30px;font-size:16px;line-height:22px}}@media (max-width:374px){.popup-notification__title{margin-right:0}}.popup-notification__title::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px;height:32px;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/skin/frontend/lite/philips/icons/icon-check-circle.svg)}.popup-notification__link{margin:0;font-weight:700;font-family:'centrale_sans_bold','Arial',sans-serif;font-size:15px;line-height:26px;text-align:center;width:190px;box-shadow:none;padding:6px 10px;display:block;border-radius:3px;transition:all .5s ease;cursor:pointer;border:0;color:#fff;text-decoration:none;background-color:#de7c00;white-space:nowrap}@media (max-width:767px){.popup-notification__link{width:140px}}@media (max-width:374px){.popup-notification__link{display:none}}.popup-notification__link:focus,.popup-notification__link:hover{outline:0;border:0;color:#fff;background-color:#ffa40d}.popup-notification__link:active{border:0;color:#fff;background-color:#de7c00;box-shadow:inset 0 0 5px 1px rgba(0,0,0,.2)}.notification-product,.popup-notification .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.popup-notification .container{overflow:hidden;margin:0 auto;padding:10px 24px;width:100%;max-width:1608px;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:767px){.popup-notification .container{padding:10px 15px}}.notification-product{margin-right:40px}@media (max-width:1199px){.notification-product{margin-right:30px;max-width:420px}}@media (max-width:767px){.notification-product{display:none}}.notification-product__image{width:100%;max-width:85px}.notification-product__image img{width:100%;height:auto;margin-right:13px}.notification-product__sku{display:none}.notification-product__name{font-weight:700;font-family:'centrale_sans_bold','Arial',sans-serif;font-size:16px;line-height:22px;color:#000;max-height:44px;overflow:hidden;text-overflow:ellipsis}

.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}.swiper-container:not(.swiper-container-initialized) .js-slider-btn,.swiper-container:not(.swiper-container-initialized) .js-slider-pagination,.swiper-container:not(.swiper-container-initialized)~.js-slider-btn,.swiper:not(.swiper-initialized) .js-slider-btn,.swiper:not(.swiper-initialized) .js-slider-pagination,.swiper:not(.swiper-initialized)~.js-slider-btn{display:none}


/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.promo-popup {
  position: relative;
  z-index: 1000;
  background-color: #fff;
  border-top: 3px solid #FEBD17;
}
@media (max-width: 1023px) {
  .promo-popup {
    top: auto;
  }
}
.promo-popup__inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
.promo-popup__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 15px;
}
@media (max-width: 1023px) {
  .promo-popup__blocks {
    -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;
    padding: 0;
  }
}
.promo-popup__toggle {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -22px;
  font-size: 0;
  width: 22px;
  height: 22px;
  background-color: #FEBD17;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
}
@media (max-width: 1550px) {
  .promo-popup__toggle {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .promo-popup__toggle {
    position: static;
    display: block;
    width: 100%;
  }
}
.promo-popup__toggle:focus {
  outline: none;
}
.promo-popup__toggle::before {
  content: "%";
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 1023px) {
  .promo-popup__toggle::before {
    display: none;
  }
}
.promo-popup__toggle--opened::before,
.promo-popup__toggle--opened::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  height: 10px;
  width: 2px;
  background-color: #000;
}
@media (max-width: 1023px) {
  .promo-popup__toggle--opened::before,
  .promo-popup__toggle--opened::after {
    display: none;
  }
}
.promo-popup__toggle--opened::before {
  transform: rotate(45deg);
}
.promo-popup__toggle--opened::after {
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .promo-popup__toggle--opened .promo-popup__toggle-text {
    display: none;
  }
}
@media (max-width: 1023px) {
  .promo-popup__toggle--opened .promo-popup__toggle-close {
    position: relative;
    padding-right: 20px;
    font-family: Arial, 'Helvetica Neue', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-align: center;
    font-weight: bold;
  }
}
@media (max-width: 1023px) {
  .promo-popup__toggle--opened .promo-popup__toggle-close::before,
  .promo-popup__toggle--opened .promo-popup__toggle-close::after {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    height: 10px;
    width: 2px;
    background-color: #000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.promo-popup__toggle--opened .promo-popup__toggle-close::before {
  transform: rotate(45deg);
}
.promo-popup__toggle--opened .promo-popup__toggle-close::after {
  transform: rotate(-45deg);
}
.promo-popup__toggle-text {
  display: none;
}
@media (max-width: 1023px) {
  .promo-popup__toggle-text {
    display: block;
    font-family: Arial, 'Helvetica Neue', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
  }
}
.promo-popup__coupon,
.promo-popup__promocode,
.promo-popup__timer {
  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;
  width: 33.333%;
  padding: 0 10px;
  border-left: 1px solid #ECECEC;
}
@media (max-width: 1023px) {
  .promo-popup__coupon,
  .promo-popup__promocode,
  .promo-popup__timer {
    width: 100%;
    padding: 20px 15px;
    border-left: none;
    border-bottom: 1px solid #ECECEC;
  }
}
.promo-popup__coupon .promo-popup__title_rule {
  display: none;
}
.promo-popup__promocode .promo-popup__title_default {
  display: none;
}
.promo-popup__promocode .promo-popup__hint-text_desc {
  display: none;
}
.promo-popup__hint-wrapper .promo-popup__hint-text_desc {
  display: none;
}
.promo-popup__timer {
  border-right: 1px solid #ECECEC;
}
@media (max-width: 1023px) {
  .promo-popup__timer {
    width: 100%;
    padding: 20px 15px;
    border: none;
  }
}
.promo-popup__title {
  margin: 0 0 10px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .promo-popup__title--desktop {
    display: none;
  }
}
.promo-popup__links-wrapper {
  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;
  margin: auto 0 0;
}
.promo-popup__link {
  position: relative;
  display: block;
  margin: 10px 10px 0;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7C8081;
  text-decoration: none;
}
.promo-popup__link:hover {
  color: #000000;
  text-decoration: none;
}
.promo-popup__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #7C8081;
}
.promo-popup__link--dashed::after {
  border-bottom-style: dashed;
}
@media (max-width: 1023px) {
  .promo-popup__link--desktop {
    display: none;
  }
}
.promo-popup__link--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .promo-popup__link--mobile {
    display: block;
  }
}
.promo-popup__discount {
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #000000;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: revert;
}
@media (max-width: 1023px) {
  .promo-popup__discount {
    order: -1;
  }
}
.promo-popup__code-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.promo-popup__code {
  min-width: 120px;
  margin: 0 5px;
  padding: 4px 5px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  border: 2px dashed #FEBD17;
  border-radius: 3px;
}
.promo-popup__copy-button {
  cursor: pointer;
  width: 120px;
  margin: 0 5px;
  padding: 4px 10px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
  background-color: #FEBD17;
  border-radius: 0;
  border: none;
}
.promo-popup__copy-button:hover {
  filter: brightness(70%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.promo-popup__copy-button:focus {
  outline: none;
}
.promo-popup__hint-wrapper {
  position: relative;
  margin: auto 0 0;
}
.promo-popup__hint-link:hover + .promo-popup__hint-text {
  display: block;
}
.promo-popup__hint-text {
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
  width: 280px;
  padding: 8px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}
.promo-popup__hint-text::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 7px 8px;
  border-color: transparent transparent #fff transparent;
}
.promo-popup__timer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: revert;
}
.promo-popup__timer-item {
  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;
  margin: 0 5px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #7C8081;
}
.promo-popup__digit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.promo-popup__digit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 30px;
  margin: 0 1px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  background-color: #ECECEC;
  border-radius: 2px;
}
.promo-popup__over-info {
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.copy-notification {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
  width: 230px;
  margin-top: -30px;
  padding: 10px;
  font-family: Arial, 'Helvetica Neue', sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
}

