@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_list_upp__badge.grey .web-icon:before, .product_list_upp__badge.violet .web-icon:before, .product_list_upp__badge.raspberry .web-icon:before, .product_list_upp__badge.sky .web-icon:before, .product_list_upp__badge.red .web-icon:before, .product_list_upp__badge.green .web-icon:before, .product_list_upp__badge .web-icon:before, .product_list_upp__nav--prev .icon-arrow:before, .product_list_upp__nav--next .icon-arrow:after, .product_list_upp__tab.is-selected: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_list_upp__badge.grey .web-icon:before, .product_list_upp__badge.violet .web-icon:before, .product_list_upp__badge.raspberry .web-icon:before, .product_list_upp__badge.sky .web-icon:before, .product_list_upp__badge.red .web-icon:before, .product_list_upp__badge.green .web-icon:before, .product_list_upp__badge .web-icon:before, .product_list_upp__nav--prev .icon-arrow:before, .product_list_upp__nav--next .icon-arrow:after, .product_list_upp__tab.is-selected: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_list_upp {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .product_list_upp {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .product_list_upp {
    overflow-x: hidden;
  }
}
.product_list_upp__tabs {
  display: none;
  gap: 8px;
  padding: 4px;
}
@media (max-width: 600px) {
  .product_list_upp__tabs {
    display: flex;
    margin-bottom: 16px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }
  .product_list_upp__tabs::-webkit-scrollbar {
    display: none;
  }
}
.product_list_upp__tab {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-default);
  padding: 0;
  background: #F1EDE9;
  padding: 6px 16px;
  min-width: 76px;
  flex: 0 0 auto;
  border-radius: 8px;
  white-space: nowrap;
}
.product_list_upp__tab:focus {
  outline: none;
}
.product_list_upp__tab:focus-visible {
  outline: 2px solid var(--borderColor-focus-outer);
  outline-offset: 2px;
  box-shadow: 0 0 0 2px var(--borderColor-focus-inner);
}
.product_list_upp__tab:hover {
  background: var(--color-bg-subtle);
}
.product_list_upp__tab:active {
  background: rgba(0, 0, 0, 0.1607843137);
}
.product_list_upp__tab.is-selected {
  background: #0D0804;
  color: var(--color-ingWhite);
  position: relative;
  padding-left: 38px;
}
.product_list_upp__tab.is-selected:before {
  content: "\E011";
  font-size: 14px;
  display: inline-block;
  position: absolute;
  left: 18px;
  top: 8px;
}
.product_list_upp__tabs-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 601px) {
  .product_list_upp__nav {
    display: none;
  }
}
.product_list_upp__nav {
  background: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: var(--color-fg-subtle);
}
.product_list_upp__nav:focus {
  outline: none;
}
.product_list_upp__nav:focus-visible {
  outline: none;
}
.product_list_upp__nav {
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .product_list_upp__nav {
    transition: none;
  }
}
.product_list_upp__nav:hover, .product_list_upp__nav:active {
  border-radius: 8px;
  background-color: var(--color-bg-subtle);
}
.product_list_upp__nav:focus {
  outline: none;
}
.product_list_upp__nav:focus-visible {
  outline: 2px solid #335D7D;
  outline-offset: -2px;
  box-shadow: inset 0 0 0 3px white;
  border-radius: 6px;
}
.product_list_upp__nav {
  position: absolute;
  top: 1px;
  height: 38px;
  width: 24px;
  font-size: 13px;
  z-index: 2;
  background: var(--color-bg-default);
  transition: all 0.125s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .product_list_upp__nav {
    transition: none;
  }
}
.product_list_upp__nav:hover, .product_list_upp__nav:active {
  border-radius: 0;
}
.product_list_upp__nav .icon-arrow {
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: var(--color-fg-subtle);
  pointer-events: none;
}
.product_list_upp__nav--next {
  right: 0;
}
.product_list_upp__nav--next .icon-arrow:after {
  content: "\E057";
}
.product_list_upp__nav--prev {
  left: 0;
}
.product_list_upp__nav--prev .icon-arrow:before {
  content: "\E03B";
}
.product_list_upp__list {
  display: flex;
  gap: 16px;
}
@media (min-width: 601px) and (max-width: 960px) {
  .product_list_upp__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .product_list_upp__list {
    flex-wrap: nowrap;
    padding-bottom: 8px;
    overscroll-behavior-x: contain;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
  }
}
.product_list_upp__item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-border-subtle);
}
@media (min-width: 961px) {
  .product_list_upp__item {
    flex: 1 1 260px;
    max-width: 320px;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .product_list_upp__item {
    flex: 0 0 calc(50% - 8px);
  }
}
@media (max-width: 600px) {
  .product_list_upp__item {
    flex: 0 0 90%;
    scroll-snap-align: start;
    margin-top: 0 !important;
  }
}
.product_list_upp__imageWrapper {
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product_list_upp__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product_list_upp__image--svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product_list_upp__content {
  padding: 16px 16px 64px;
  position: relative;
}
.product_list_upp__content ul {
  margin-bottom: 32px;
}
.product_list_upp__headerArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  position: relative;
  margin-bottom: 8px;
}
.product_list_upp__title {
  margin: 0;
  font-size: 19px;
  line-height: 24px;
  color: var(--color-ingOrange);
  font-family: ING Display, INGme, Helvetica, Arial, Sans-serif;
}
.product_list_upp__title span {
  display: block;
  font-size: 32px;
  line-height: 36px;
}
.product_list_upp__price {
  font-weight: 700;
  text-align: right;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  white-space: nowrap;
}
.product_list_upp__price span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-fg-body-subtle);
}
.product_list_upp__badge {
  font-size: 14px;
  line-height: 20px;
  padding: 2px 8px 2px 28px;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
}
.product_list_upp__badge .web-icon {
  position: relative;
}
.product_list_upp__badge .web-icon:before {
  content: "\E052";
  position: absolute;
  left: -24px;
  top: 0;
  font-size: 18px;
  color: var(--color-ingWhite);
}
.product_list_upp__badge.green {
  background: var(--color-bg-success);
}
.product_list_upp__badge.green .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-success);
}
.product_list_upp__badge.red {
  background: var(--color-bg-negative);
}
.product_list_upp__badge.red .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-error);
}
.product_list_upp__badge.sky {
  background: var(--color-bg-highlight);
}
.product_list_upp__badge.sky .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-info);
}
.product_list_upp__badge.raspberry {
  background: var(--color-bg-hover-tertiary);
}
.product_list_upp__badge.raspberry .web-icon:before {
  content: "\E052";
  color: var(--color-fg-tertiary);
}
.product_list_upp__badge.violet {
  background: var(--color-bg-secondary);
}
.product_list_upp__badge.violet .web-icon:before {
  content: "\E052";
  color: var(--color-fg-secondary);
}
.product_list_upp__badge.grey {
  background: var(--color-bg-default-subtle);
}
.product_list_upp__badge.grey .web-icon:before {
  content: "\E052";
  color: var(--color-fg-icon-subtle);
}
.product_list_upp__badge.maroon {
  background: var(--color-bg-ext-tertiary);
  color: var(--color-ingWhite);
}
.product_list_upp__badge.dark-maroon {
  background: var(--color-bg-ext-tertiary-bold);
  color: var(--color-ingWhite);
}
.product_list_upp__badge.black {
  background: var(--color-bg-inverse);
  color: var(--color-ingWhite);
}
.product_list_upp__badge {
  position: absolute;
  bottom: -32px;
  right: 0;
}
.product_list_upp__buttonArea {
  position: absolute;
  bottom: 24px;
  left: 16px;
}
.product_list_upp__buttonArea > a.primary-upp {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 961px) {
  .product_list_upp__item:nth-child(1) {
    margin-top: 72px;
  }
  .product_list_upp__item:nth-child(1) .product_list_upp__imageWrapper {
    height: 256px;
  }
  .product_list_upp__item:nth-child(2) {
    margin-top: 48px;
  }
  .product_list_upp__item:nth-child(2) .product_list_upp__imageWrapper {
    height: 280px;
  }
  .product_list_upp__item:nth-child(3) {
    margin-top: 20px;
  }
  .product_list_upp__item:nth-child(3) .product_list_upp__imageWrapper {
    height: 308px;
  }
  .product_list_upp__item:nth-child(4) {
    margin-top: 0px;
  }
  .product_list_upp__item:nth-child(4) .product_list_upp__imageWrapper {
    height: 328px;
  }
}