@import url("https://use.typekit.net/rwt0ljm.css");
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.lp-tefal-owl-carousel, .lp-tefal-owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.lp-tefal-owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.lp-tefal-owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.lp-tefal-owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.lp-tefal-owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.lp-tefal-owl-carousel .owl-item, .lp-tefal-owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.lp-tefal-owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.lp-tefal-owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.lp-tefal-owl-carousel .owl-dots.disabled, .lp-tefal-owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .lp-tefal-owl-carousel, .lp-tefal-owl-carousel.owl-loaded {
  display: block;
}

.lp-tefal-owl-carousel .owl-dot, .lp-tefal-owl-carousel .owl-nav .owl-next, .lp-tefal-owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lp-tefal-owl-carousel .owl-nav button.owl-next, .lp-tefal-owl-carousel .owl-nav button.owl-prev, .lp-tefal-owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.lp-tefal-owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.lp-tefal-owl-carousel.owl-hidden {
  opacity: 0;
}

.lp-tefal-owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.lp-tefal-owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lp-tefal-owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.lp-tefal-owl-carousel.owl-rtl {
  direction: rtl;
}

.lp-tefal-owl-carousel.owl-rtl .owl-item {
  float: right;
}

.lp-tefal-owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.lp-tefal-owl-carousel .owl-animated-in {
  z-index: 0;
}

.lp-tefal-owl-carousel .owl-animated-out {
  z-index: 1;
}

.lp-tefal-owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.lp-tefal-owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.lp-tefal-owl-carousel .owl-item .owl-lazy:not([src]), .lp-tefal-owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.lp-tefal-owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.lp-tefal-owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.lp-tefal-owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.lp-tefal-owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.lp-tefal-owl-carousel .owl-video-playing .owl-video-play-icon, .lp-tefal-owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.lp-tefal-owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.lp-tefal-owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.lp-tefal-owl-carousel .owl-dots {
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.lp-tefal-owl-carousel .owl-dots .owl-dot {
  display: inline-block !important;
  background: transparent !important;
  border: 2px solid #ffffff !important;
  width: 1em !important;
  height: 1em !important;
  border-radius: 50% !important;
  margin: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-tefal-owl-carousel .owl-dots .owl-dot.active {
  background: #ffffff !important;
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.lp-tefal-hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.lp-tefal-hamburger:hover {
  opacity: 0.7;
}

.lp-tefal-hamburger.tefal-lp-show-menu:hover {
  opacity: 0.7;
}

.lp-tefal-hamburger.tefal-lp-show-menu .lp-tefal-hamburger-inner,
.lp-tefal-hamburger.tefal-lp-show-menu .lp-tefal-hamburger-inner::before,
.lp-tefal-hamburger.tefal-lp-show-menu .lp-tefal-hamburger-inner::after {
  background-color: #fff;
}

.lp-tefal-hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.lp-tefal-hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.lp-tefal-hamburger-inner, .lp-tefal-hamburger-inner::before, .lp-tefal-hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.lp-tefal-hamburger-inner::before, .lp-tefal-hamburger-inner::after {
  content: "";
  display: block;
}

.lp-tefal-hamburger-inner::before {
  top: -10px;
}

.lp-tefal-hamburger-inner::after {
  bottom: -10px;
}

.lp-tefal-hamburger--slider .lp-tefal-hamburger-inner {
  top: 2px;
}

.lp-tefal-hamburger--slider .lp-tefal-hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.lp-tefal-hamburger--slider .lp-tefal-hamburger-inner::after {
  top: 20px;
}

.lp-tefal-hamburger--slider.tefal-lp-show-menu .lp-tefal-hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.lp-tefal-hamburger--slider.tefal-lp-show-menu .lp-tefal-hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.lp-tefal-hamburger--slider.tefal-lp-show-menu .lp-tefal-hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/**
 * LP CSS
*/
.lp-tefal {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000000;
  color: #ffffff;
  /* inner container */
  /* flex columns */
  /* flex rows */
  /* column widths */
  /* section container */
  /* formating */
  /* menu fixed */
  /* menu */
  /* Header slider */
  /* 10 years */
  /* App Home a round */
  /* Products container */
}

.lp-tefal .lp-tefal-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1230px) {
  .lp-tefal .lp-tefal-inner {
    max-width: 960px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-inner {
    max-width: 500px;
    padding: 0 15px;
  }
}

.lp-tefal .lp-tefal-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.lp-tefal .lp-tefal-columns.lp-tefal-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lp-tefal .lp-tefal-columns.lp-tefal-align-items-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lp-tefal .lp-tefal-columns.lp-tefal-align-items-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lp-tefal .lp-tefal-columns.lp-tefal-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-tefal .lp-tefal-columns.lp-tefal-justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-tefal .lp-tefal-columns.lp-tefal-justify-content-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-columns.lp-tefal-justify-content-center-on-768 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.lp-tefal .lp-tefal-rows {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.lp-tefal .lp-tefal-rows.lp-tefal-align-items-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lp-tefal .lp-tefal-rows.lp-tefal-align-items-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.lp-tefal .lp-tefal-rows.lp-tefal-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-tefal .lp-tefal-column-25-percent {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .lp-tefal .lp-tefal-column-25-percent {
    width: 50%;
    padding: 15px 7.5px;
  }
}

@media (max-width: 480px) {
  .lp-tefal .lp-tefal-column-25-percent {
    width: 100%;
  }
}

.lp-tefal .lp-tefal-gradient-bg {
  background-image: url("img/section-bg-gradient.png");
  background-position: top left;
  background-repeat: repeat-x;
}

.lp-tefal .lp-tefal-section {
  width: 100%;
  padding-top: 1.389em;
  padding-bottom: 1.389em;
  font-family: "din-2014";
  font-style: normal;
  font-weight: 300;
  font-size: calc(14px + (18 - 14) * ((100vw - 768px) / (1200 - 768)));
  /* overwrite css */
}

@media (min-width: 1200px) {
  .lp-tefal .lp-tefal-section {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-section {
    font-size: 14px;
  }
}

.lp-tefal .lp-tefal-section h1,
.lp-tefal .lp-tefal-section h2,
.lp-tefal .lp-tefal-section h3,
.lp-tefal .lp-tefal-section h4,
.lp-tefal .lp-tefal-section h5,
.lp-tefal .lp-tefal-section h6,
.lp-tefal .lp-tefal-section div,
.lp-tefal .lp-tefal-section p,
.lp-tefal .lp-tefal-section ul,
.lp-tefal .lp-tefal-section ol,
.lp-tefal .lp-tefal-section li,
.lp-tefal .lp-tefal-section table,
.lp-tefal .lp-tefal-section tr,
.lp-tefal .lp-tefal-section td {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  color: #ffffff !important;
  font-family: 'din-2014' !important;
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: auto !important;
  text-shadow: 0px 0px 2px black;
  text-transform: none !important;
}

.lp-tefal .lp-tefal-section strong, .lp-tefal .lp-tefal-section b {
  display: inline !important;
  color: #ffffff !important;
  font-family: 'din-2014' !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: auto !important;
}

.lp-tefal .lp-tefal-section h2 {
  margin: 0 !important;
  padding: 0 0 0.400em 0 !important;
  font-size: 3.333em !important;
  font-weight: 600 !important;
  line-height: 1em !important;
}

.lp-tefal .lp-tefal-section h2.lp-tefal-padding-bottom-0 {
  padding-bottom: 0 !important;
}

.lp-tefal .lp-tefal-section h3 {
  margin: 0 !important;
  padding: 0 0 1em 0 !important;
  font-size: 1.389em !important;
  font-weight: 300 !important;
  line-height: 1em !important;
}

.lp-tefal .lp-tefal-section p {
  margin: 0 !important;
  padding: 0 0 1em 0 !important;
  font-size: 1em !important;
}

.lp-tefal .lp-tefal-section ul, .lp-tefal .lp-tefal-section ol {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 1em !important;
  font-size: 1em !important;
}

.lp-tefal .lp-tefal-section a {
  color: #ffffff !important;
  text-decoration: none !important;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.lp-tefal .lp-tefal-section a:hover {
  color: #ed1d23 !important;
  text-decoration: none !important;
}

.lp-tefal .lp-tefal-section a img {
  border: none !important;
}

.lp-tefal .lp-tefal-section img {
  border: none !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  display: block !important;
}

.lp-tefal .lp-tefal-section video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-tefal .lp-tefal-yt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.lp-tefal .lp-tefal-yt iframe,
.lp-tefal .lp-tefal-yt object,
.lp-tefal .lp-tefal-yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-tefal .lp-tefal-txt-bigger {
  font-size: 1.389em !important;
}

.lp-tefal .lp-tefal-text-align-center {
  text-align: center !important;
}

.lp-tefal .lp-tefal-text-align-center img {
  margin: 0 auto;
}

.lp-tefal img.lp-tefal-display-block {
  display: block !important;
}

@media only screen and (max-width: 960px) {
  .lp-tefal img.lp-tefal-display-block {
    max-width: 140px !important;
  }
}

.lp-tefal .lp-tefal-position-relative {
  position: relative !important;
}

.lp-tefal .lp-tefal-section-padding-top {
  padding-top: 1.389em !important;
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-section-padding-top {
    padding-top: 7.5px !important;
  }
}

.lp-tefal .lp-tefal-section-padding-bottom {
  padding-bottom: 1.389em !important;
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-section-padding-bottom {
    padding-bottom: 7.5px !important;
  }
}

.lp-tefal .lp-tefal-section-padding-left {
  padding-left: 1.389em !important;
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-section-padding-left {
    padding-left: 7.5px !important;
  }
}

.lp-tefal .lp-tefal-section-padding-right {
  padding-right: 1.389em !important;
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-section-padding-right {
    padding-right: 7.5px !important;
  }
}

.lp-tefal .lp-tefal-border-radius-top-right {
  overflow: hidden;
  border-top-right-radius: 2.778em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.lp-tefal .lp-tefal-border-radius-top-left {
  overflow: hidden;
  border-top-left-radius: 2.778em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.lp-tefal .lp-tefal-border-radius-bottom-left {
  overflow: hidden;
  border-bottom-left-radius: 2.778em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.lp-tefal .lp-tefal-border-radius-bottom-right {
  overflow: hidden;
  border-bottom-right-radius: 2.778em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.lp-tefal a.lp-tefal-btn-check {
  background-color: #ed1d23;
  color: #ffffff !important;
  text-transform: uppercase !important;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  text-shadow: none;
}

.lp-tefal a.lp-tefal-btn-check:hover {
  background-color: #ff1f26;
  color: #ffffff !important;
}

.lp-tefal a.lp-tefal-btn-check strong {
  position: absolute;
  font-size: 2.667em;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .lp-tefal a.lp-tefal-btn-check img {
    width: 100% !important;
    height: 120px !important;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tefal .hide-on-768 {
    display: none !important;
  }
  .lp-tefal .lp-tefal-padding-top-0-768 {
    padding-top: 0 !important;
  }
  .lp-tefal .lp-tefal-padding-bottom-0-768 {
    padding-bottom: 0 !important;
  }
  .lp-tefal .lp-tefal-padding-left-0-768 {
    padding-left: 0 !important;
  }
  .lp-tefal .lp-tefal-padding-right-0-768 {
    padding-right: 0 !important;
  }
}

.lp-tefal ul.lp-tefal-menu-fixed {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: fixed;
  right: calc((((100% - 1230px)/2) - 210px)/2);
  top: 314px;
  z-index: 100;
  width: 210px;
  font-size: 16px;
  margin-top: 184px;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}

.lp-tefal ul.lp-tefal-menu-fixed li {
  display: block;
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 5px 0  !important;
  white-space: nowrap;
}

.lp-tefal ul.lp-tefal-menu-fixed a {
  color: #757575 !important;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp-tefal ul.lp-tefal-menu-fixed a .tefal-lp-dot {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #757575;
  line-height: 1em;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, color 0.3s ease-out;
  transition: transform 0.3s ease-out, color 0.3s ease-out;
  transition: transform 0.3s ease-out, color 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.lp-tefal ul.lp-tefal-menu-fixed a .tefal-lp-label {
  margin-left: 15px;
  line-height: 30px;
  height: 30px;
  padding-right: 7.5px;
  position: relative;
  z-index: 100;
  font-weight: 400;
}

.lp-tefal ul.lp-tefal-menu-fixed a:hover {
  color: #ffffff !important;
}

.lp-tefal ul.lp-tefal-menu-fixed a.tefal-lp-active {
  color: #ffffff !important;
}

.lp-tefal ul.lp-tefal-menu-fixed a.tefal-lp-active .tefal-lp-dot {
  background: #ff1f26;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.lp-tefal ul.lp-tefal-menu-fixed a.tefal-lp-active .tefal-lp-label {
  background: #ff1f26;
}

.lp-tefal ul.lp-tefal-menu-fixed a.tefal-lp-active .tefal-lp-label::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 15px 0;
  border-color: transparent #ff1f26 transparent transparent;
}

@media only screen and (min-width: 1920px) {
  .lp-tefal ul.lp-tefal-menu-fixed {
    right: calc((((100% - 1920px)/2) + 75px));
  }
}

@media only screen and (max-width: 1660px) {
  .lp-tefal ul.lp-tefal-menu-fixed {
    overflow: visible;
    right: calc((((100% - 1230px)/2) - 9px)/2);
  }
  .lp-tefal ul.lp-tefal-menu-fixed a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .lp-tefal ul.lp-tefal-menu-fixed a .tefal-lp-dot {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp-tefal ul.lp-tefal-menu-fixed a .tefal-lp-label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 7.5px;
    padding-right: 0;
    margin-left: 0;
    margin-right: 15px;
    visibility: hidden;
  }
  .lp-tefal ul.lp-tefal-menu-fixed a:hover .tefal-lp-label {
    visibility: visible;
  }
  .lp-tefal ul.lp-tefal-menu-fixed a:hover .tefal-lp-label, .lp-tefal ul.lp-tefal-menu-fixed a.tefal-lp-active .tefal-lp-label {
    background: #ff1f26;
  }
  .lp-tefal ul.lp-tefal-menu-fixed a:hover .tefal-lp-label::before, .lp-tefal ul.lp-tefal-menu-fixed a.tefal-lp-active .tefal-lp-label::before {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #ff1f26;
  }
}

@media only screen and (max-width: 1230px) {
  .lp-tefal ul.lp-tefal-menu-fixed {
    right: calc((((100% - 960px)/2) - 9px)/2);
  }
}

@media only screen and (max-width: 960px) {
  .lp-tefal ul.lp-tefal-menu-fixed {
    display: none;
  }
}

.lp-tefal .lp-tefal-hamburger {
  display: none;
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-hamburger {
    display: block;
  }
}

.lp-tefal ul.lp-tefal-menu {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  .lp-tefal ul.lp-tefal-menu {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tefal ul.lp-tefal-menu {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: -10000px;
    z-index: -10000;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
    background: #000000;
    padding-top: 2.778em !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp-tefal ul.lp-tefal-menu.tefal-lp-show-menu {
    left: 0;
    opacity: 1;
    z-index: 10000;
    height: auto;
  }
}

.lp-tefal ul.lp-tefal-menu li {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0 !important;
  padding: 0 15px !important;
  border-right: 1px solid #333333;
  white-space: nowrap;
}

@media only screen and (max-width: 1230px) {
  .lp-tefal ul.lp-tefal-menu li {
    font-size: 16px;
    padding: 0 7.5px !important;
  }
}

@media only screen and (max-width: 960px) {
  .lp-tefal ul.lp-tefal-menu li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tefal ul.lp-tefal-menu li {
    width: 100%;
    border-right: none;
    border-top: 1px solid #ffffff;
    padding: 0 !important;
  }
  .lp-tefal ul.lp-tefal-menu li a {
    display: block;
    padding: 1em;
    font-size: 18px;
  }
}

.lp-tefal ul.lp-tefal-menu li:last-child {
  border-right: none;
  padding-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .lp-tefal ul.lp-tefal-menu li:last-child {
    border-bottom: 1px solid #ffffff;
  }
}

.lp-tefal ul.lp-tefal-menu a {
  color: #ffffff !important;
}

.lp-tefal ul.lp-tefal-menu a:hover {
  color: #ed1d23 !important;
}

.lp-tefal ul.lp-tefal-menu a.lp-tefal-active {
  color: #ed1d23 !important;
  font-weight: 700;
}

.lp-tefal .lp-tefal-header {
  position: relative;
}

.lp-tefal .lp-tefal-header .lp-tefal-header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2.778em;
  width: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-header .lp-tefal-header-text {
    padding-left: 0px;
    padding-right: 0px;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    pointer-events: all;
  }
}

.lp-tefal .lp-tefal-header .lp-tefal-header-text p {
  display: block;
  width: 100%;
  margin: 0 auto !important;
}

.lp-tefal .lp-tefal-header .lp-tefal-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: url("img/home-slider-overlay.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .lp-tefal .lp-tefal-header .lp-tefal-header-overlay {
    display: none;
  }
}

.lp-tefal .lp-tefal-header .lp-tefal-header-slider {
  position: relative;
  z-index: 2;
}

.lp-tefal .lp-tefal-header .tefal-lp-header-button-p {
  padding-top: 1em !important;
}

.lp-tefal .lp-tefal-header .tefal-lp-header-button {
  display: inline-block;
  background-color: #ed1d23;
  color: #ffffff !important;
  text-transform: uppercase !important;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  text-shadow: none;
  font-size: 1.389em;
  padding: 0.75em 1em;
  pointer-events: all;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
}

.lp-tefal .lp-tefal-header .tefal-lp-header-button:hover {
  background-color: #ff1f26;
  color: #ffffff !important;
}

.lp-tefal .lp-tefal-skutecznie-posprzatane {
  background-image: url("img/bg-skutecznie-posprzatane.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.lp-tefal .lp-tefal-skutecznie-posprzatane p {
  max-width: 960px;
  margin: 0 auto !important;
}

.lp-tefal .lp-tefal-skutecznie-posprzatane .lp-tefal-10-years {
  width: 8.111em;
}

.lp-tefal .lp-tefal-home-a-round p {
  max-width: 960px;
  margin: 0 auto !important;
}

.lp-tefal .lp-tefal-euro-section {
  padding-top: 1.389em;
  padding-bottom: 1.389em;
}

.lp-tefal .lp-tefal-background-white-rounded-container {
  background: #ffffff;
  color: #000000;
  padding-top: 2.778em;
  padding-bottom: 2.778em;
  border-top-left-radius: 2.778em;
  border-bottom-right-radius: 2.778em;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  text-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=style.css.map */