@charset "UTF-8";
/* (max-width: 360px)
 * Odpowiednik dla @include media-breakpoint-down(xs)
 */
/* (min-width: 361px)
 * Odpowiednik dla @include media-breakpoint-up(sm)
 */
/* (min-width: 361px) and (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-between(sm,sm);
 */
/* (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-down(sm)
 */
/* (min-width: 601px)
 * Odpowiednik dla @include media-breakpoint-up(md)
 */
/* (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-down(md)
 */
/* (min-width: 601px) and (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-only(md)
 */
/* (min-width: 961px)
 * Odpowiednik dla @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Odpowiednik dla @include media-breakpoint-between(sm,lg)
 */
/* (max-width: 1280px)
 * Odpowiednik @include media-breakpoint-down(lg)
 */
/* (min-width: 961px)
 * Odpwiednik @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Niestandardowy breakpoint. Brak obsługi po stronie bootstrapa
 */
/**
  1. Colors
  2. Border
  3. Font
  4. Elementy interface
  5. Space
  6. z-index
  7. Button
  8. Shadows
  9. Icon
  10. Transitions
  11. Component variables

**/
/**
  * 1. Colors
*/
/**
  * 3. Font
*/
/**
  * 4. Elementy interface
*/
/* Line height's PING */
/* Header PWA */
/**
  * 5. Space
*/
/* Spacers PING */
/**
  * 6. z-index
*/
/**
  * 6. Button
*/
/**
  * 8. Shadows
*/
/* Box shadows */
/**
  * 9. Icon
*/
/* Icon sizes */
/**
  * 10. Transitions
*/
/**
  * 11. Component variables
*/
/* Ripple */
/** Component **/
/*Paddingi na strone główną, dla zajawek i karuzeli akutalności*/
/* Motion design
 * - Hover - dostępny wyłącznie min-width: 601 - założenie koncepcyjne
 */
@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.product_intro_upp__badge.grey .web-icon:before, .product_intro_upp__badge.violet .web-icon:before, .product_intro_upp__badge.raspberry .web-icon:before, .product_intro_upp__badge.sky .web-icon:before, .product_intro_upp__badge.red .web-icon:before, .product_intro_upp__badge.green .web-icon:before, .product_intro_upp__badge .web-icon:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

body.state-zoom400 .rate-filters div[role=radio] {
  padding: 4px 10px;
}

@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.product_intro_upp__badge.grey .web-icon:before, .product_intro_upp__badge.violet .web-icon:before, .product_intro_upp__badge.raspberry .web-icon:before, .product_intro_upp__badge.sky .web-icon:before, .product_intro_upp__badge.red .web-icon:before, .product_intro_upp__badge.green .web-icon:before, .product_intro_upp__badge .web-icon:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

@media (min-width: 601px) {
  .product_intro_upp {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .product_intro_upp {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.product_intro_upp__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
@media (max-width: 600px) {
  .product_intro_upp__wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.product_intro_upp__imageWrapper {
  flex: 0 0 290px;
  height: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 600px) {
  .product_intro_upp__imageWrapper {
    flex: 0 0 auto;
    width: 100%;
  }
}
.product_intro_upp__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product_intro_upp__image--svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_intro_upp__headerArea {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.product_intro_upp__content {
  width: 100%;
}
.product_intro_upp__header {
  font-family: ING Display, INGme, Helvetica, Arial, Sans-serif;
  color: var(--color-ingOrange);
  font-size: 29px;
  line-height: 28px;
  margin-bottom: 0;
}
.product_intro_upp__header span {
  display: block;
  font-size: 48px;
  line-height: 48px;
}
.product_intro_upp__price {
  margin-left: auto;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.product_intro_upp__price span {
  color: var(--color-fg-body-subtle);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.product_intro_upp__lead {
  margin-top: 16px;
}
.product_intro_upp__badge {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 8px 2px 28px;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
}
.product_intro_upp__badge .web-icon {
  position: relative;
}
.product_intro_upp__badge .web-icon:before {
  content: "\E052";
  position: absolute;
  left: -24px;
  top: 0;
  font-size: 18px;
  color: var(--color-ingWhite);
}
.product_intro_upp__badge.green {
  background: var(--color-bg-success);
}
.product_intro_upp__badge.green .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-success);
}
.product_intro_upp__badge.red {
  background: var(--color-bg-negative);
}
.product_intro_upp__badge.red .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-error);
}
.product_intro_upp__badge.sky {
  background: var(--color-bg-highlight);
}
.product_intro_upp__badge.sky .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-info);
}
.product_intro_upp__badge.raspberry {
  background: var(--color-bg-hover-tertiary);
}
.product_intro_upp__badge.raspberry .web-icon:before {
  content: "\E052";
  color: var(--color-fg-tertiary);
}
.product_intro_upp__badge.violet {
  background: var(--color-bg-secondary);
}
.product_intro_upp__badge.violet .web-icon:before {
  content: "\E052";
  color: var(--color-fg-secondary);
}
.product_intro_upp__badge.grey {
  background: var(--color-bg-default-subtle);
}
.product_intro_upp__badge.grey .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-subtle);
}
.product_intro_upp__badge.maroon {
  background: var(--color-bg-ext-tertiary);
  color: var(--color-ingWhite);
}
.product_intro_upp__badge.dark-maroon {
  background: var(--color-bg-ext-tertiary-bold);
  color: var(--color-ingWhite);
}
.product_intro_upp__badge.black {
  background: var(--color-bg-inverse);
  color: var(--color-ingWhite);
}